Pull request #40081 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from aa655a4d73693741cd3f8bc44566eb34585b3303+d1e837d2a8d5f82c750c70b2e360b9f103f0273f (687cd9970f46cde7f5d91d6bd44ecb997df4ff0d) 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 26028d2ce48352c9b2c3f496e963b79a4944a426 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 Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # 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 [2019-10-13T19:24:37.779Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-13T19:24:37.791Z] Trying to pass milestone 2 [Pipeline] milestone [2019-10-13T19:24:37.813Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-13T19:24:38.124Z] Running on ubuntu-1804-overlay2 (i-0df32ae364eb6ef5d) in /home/ubuntu/workspace/moby_PR-40081 [Pipeline] { [Pipeline] checkout [2019-10-13T19:24:38.180Z] using credential docker-jenkins-github-credentials [2019-10-13T19:24:38.187Z] Cloning the remote Git repository [2019-10-13T19:24:38.187Z] Cloning with configured refspecs honoured and without tags [2019-10-13T19:24:38.287Z] Cloning repository https://github.com/moby/moby.git [2019-10-13T19:24:38.288Z] > git init /home/ubuntu/workspace/moby_PR-40081 # timeout=10 [2019-10-13T19:24:38.305Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:24:38.305Z] > git --version # timeout=10 [2019-10-13T19:24:38.318Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:24:38.318Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:24:52.007Z] Fetching without tags [2019-10-13T19:24:52.240Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:24:52.038Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:24:52.041Z] > git config --add remote.origin.fetch +refs/pull/40081/head:refs/remotes/origin/PR-40081 # timeout=10 [2019-10-13T19:24:52.046Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-13T19:24:52.058Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:24:52.067Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:24:52.067Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:24:52.067Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:24:52.300Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:24:52.305Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:24:52.831Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:24:52.832Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081) [2019-10-13T19:24:53.343Z] Commit message: "pkg/plugins: use constants for http methods" [2019-10-13T19:24:52.878Z] > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10 [2019-10-13T19:24:52.885Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-13T19:24:52.891Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:24:52.897Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:24:53.405Z] > git rev-list --no-walk aa655a4d73693741cd3f8bc44566eb34585b3303 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-13T19:24:54.255Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40081:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-10-13T19:24:57.553Z] 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: 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] { (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 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [2019-10-13T19:24:57.792Z] Running on ubuntu-1804-overlay2 (i-0b828e14b6211ab4b) in /home/ubuntu/workspace/moby_PR-40081 [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] } [2019-10-13T19:24:57.811Z] Running on ubuntu-1804-overlay2 (i-0df32ae364eb6ef5d) in /home/ubuntu/workspace/moby_PR-40081 [Pipeline] { [2019-10-13T19:24:57.827Z] Running on ppc64le-ubuntu-21 in /home/docker/workspace/moby_PR-40081 [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] // stage [Pipeline] { [2019-10-13T19:24:57.884Z] using credential docker-jenkins-github-credentials [2019-10-13T19:24:57.902Z] Cloning the remote Git repository [2019-10-13T19:24:57.902Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2019-10-13T19:24:57.942Z] using credential docker-jenkins-github-credentials [2019-10-13T19:24:57.949Z] Running on s390x-ubuntu-02 in /home/jenkins/workspace/moby_PR-40081 [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2019-10-13T19:24:57.979Z] Fetching changes from the remote Git repository [Pipeline] // stage [2019-10-13T19:24:57.985Z] Fetching without tags [Pipeline] { [Pipeline] // stage [2019-10-13T19:24:58.018Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2019-10-13T19:24:58.034Z] Cloning the remote Git repository [2019-10-13T19:24:58.034Z] Cloning with configured refspecs honoured and without tags Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [2019-10-13T19:24:58.221Z] Running on azwin-2-bc6aa0 in d:\jenkins\workspace\moby_PR-40081 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] { [2019-10-13T19:24:58.241Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-13T19:24:58.287Z] using credential docker-jenkins-github-credentials [Pipeline] ws [2019-10-13T19:24:58.302Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-10-13T19:24:58.339Z] Cloning the remote Git repository [2019-10-13T19:24:58.339Z] Cloning with configured refspecs honoured and without tags [2019-10-13T19:24:58.366Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:24:58.366Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081) [2019-10-13T19:24:58.587Z] Commit message: "pkg/plugins: use constants for http methods" [2019-10-13T19:24:58.607Z] using credential docker-jenkins-github-credentials [2019-10-13T19:24:58.684Z] Cloning the remote Git repository [2019-10-13T19:24:58.684Z] Cloning with configured refspecs honoured and without tags [2019-10-13T19:24:57.909Z] Cloning repository https://github.com/moby/moby.git [2019-10-13T19:24:57.909Z] > git init /home/ubuntu/workspace/moby_PR-40081 # timeout=10 [2019-10-13T19:24:57.930Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:24:57.930Z] > git --version # timeout=10 [2019-10-13T19:24:57.934Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:24:57.934Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:24:58.030Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-10-13T19:24:58.037Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:24:58.043Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:24:58.043Z] > git --version # timeout=10 [2019-10-13T19:24:58.048Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:24:58.049Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:24:58.299Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:24:58.303Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:24:58.405Z] > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10 [2019-10-13T19:24:58.418Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-13T19:24:58.424Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:24:58.429Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:24:58.030Z] Cloning repository https://github.com/moby/moby.git [2019-10-13T19:24:58.031Z] > git init /home/docker/workspace/moby_PR-40081 # timeout=10 [2019-10-13T19:24:58.044Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:24:58.044Z] > git --version # timeout=10 [2019-10-13T19:24:58.047Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:24:58.048Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-13T19:24:58.372Z] Cloning repository https://github.com/moby/moby.git [2019-10-13T19:24:58.375Z] > git init /home/jenkins/workspace/moby_PR-40081 # timeout=10 [2019-10-13T19:24:58.399Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:24:58.401Z] > git --version # timeout=10 [2019-10-13T19:24:58.420Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:24:58.422Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:24:59.413Z] + docker version [2019-10-13T19:24:59.413Z] Client: Docker Engine - Community [2019-10-13T19:24:59.413Z] Version: 19.03.2 [2019-10-13T19:24:59.413Z] API version: 1.40 [2019-10-13T19:24:59.413Z] Go version: go1.12.8 [2019-10-13T19:24:59.413Z] Git commit: 6a30dfc [2019-10-13T19:24:59.413Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-13T19:24:59.413Z] OS/Arch: linux/amd64 [2019-10-13T19:24:59.413Z] Experimental: false [2019-10-13T19:24:59.413Z] [2019-10-13T19:24:59.413Z] Server: Docker Engine - Community [2019-10-13T19:24:59.413Z] Engine: [2019-10-13T19:24:59.413Z] Version: 19.03.2 [2019-10-13T19:24:59.413Z] API version: 1.40 (minimum version 1.12) [2019-10-13T19:24:59.413Z] Go version: go1.12.8 [2019-10-13T19:24:59.413Z] Git commit: 6a30dfc [2019-10-13T19:24:59.413Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-13T19:24:59.413Z] OS/Arch: linux/amd64 [2019-10-13T19:24:59.413Z] Experimental: true [2019-10-13T19:24:59.413Z] containerd: [2019-10-13T19:24:59.413Z] Version: 1.2.6 [2019-10-13T19:24:59.413Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-13T19:24:59.413Z] runc: [2019-10-13T19:24:59.413Z] Version: 1.0.0-rc8 [2019-10-13T19:24:59.413Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-13T19:24:59.413Z] docker-init: [2019-10-13T19:24:59.413Z] Version: 0.18.0 [2019-10-13T19:24:59.413Z] GitCommit: fec3683 [Pipeline] sh [2019-10-13T19:24:58.708Z] Cloning repository https://github.com/moby/moby.git [2019-10-13T19:24:58.708Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-13T19:24:58.778Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:24:58.779Z] > git --version # timeout=10 [2019-10-13T19:24:58.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:24:58.831Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:24:59.686Z] + docker info [2019-10-13T19:24:59.942Z] Client: [2019-10-13T19:24:59.942Z] Debug Mode: false [2019-10-13T19:24:59.942Z] [2019-10-13T19:24:59.942Z] Server: [2019-10-13T19:24:59.942Z] Containers: 0 [2019-10-13T19:24:59.942Z] Running: 0 [2019-10-13T19:24:59.942Z] Paused: 0 [2019-10-13T19:24:59.942Z] Stopped: 0 [2019-10-13T19:24:59.942Z] Images: 3 [2019-10-13T19:24:59.942Z] Server Version: 19.03.2 [2019-10-13T19:24:59.942Z] Storage Driver: overlay2 [2019-10-13T19:24:59.942Z] Backing Filesystem: extfs [2019-10-13T19:24:59.942Z] Supports d_type: true [2019-10-13T19:24:59.942Z] Native Overlay Diff: true [2019-10-13T19:24:59.942Z] Logging Driver: json-file [2019-10-13T19:24:59.942Z] Cgroup Driver: cgroupfs [2019-10-13T19:24:59.942Z] Plugins: [2019-10-13T19:24:59.942Z] Volume: local [2019-10-13T19:24:59.942Z] Network: bridge host ipvlan macvlan null overlay [2019-10-13T19:24:59.942Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-13T19:24:59.942Z] Swarm: inactive [2019-10-13T19:24:59.942Z] Runtimes: runc [2019-10-13T19:24:59.942Z] Default Runtime: runc [2019-10-13T19:24:59.942Z] Init Binary: docker-init [2019-10-13T19:24:59.942Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-13T19:24:59.942Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-13T19:24:59.942Z] init version: fec3683 [2019-10-13T19:24:59.942Z] Security Options: [2019-10-13T19:24:59.942Z] apparmor [2019-10-13T19:24:59.942Z] seccomp [2019-10-13T19:24:59.942Z] Profile: default [2019-10-13T19:24:59.942Z] Kernel Version: 4.15.0-1048-aws [2019-10-13T19:24:59.942Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-13T19:24:59.942Z] OSType: linux [2019-10-13T19:24:59.942Z] Architecture: x86_64 [2019-10-13T19:24:59.942Z] CPUs: 2 [2019-10-13T19:24:59.942Z] Total Memory: 7.501GiB [2019-10-13T19:24:59.942Z] Name: ip-10-100-82-154 [2019-10-13T19:24:59.942Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-13T19:24:59.942Z] Docker Root Dir: /var/lib/docker [2019-10-13T19:24:59.942Z] Debug Mode: false [2019-10-13T19:24:59.942Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:24:59.942Z] Labels: [2019-10-13T19:24:59.942Z] Experimental: true [2019-10-13T19:24:59.942Z] Insecure Registries: [2019-10-13T19:24:59.942Z] 127.0.0.0/8 [2019-10-13T19:24:59.942Z] Live Restore Enabled: true [2019-10-13T19:24:59.942Z] [2019-10-13T19:24:59.942Z] WARNING: No swap limit support [Pipeline] sh [2019-10-13T19:25:00.224Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:00.224Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:00.224Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40081/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-13T19:25:00.224Z] + bash /home/ubuntu/workspace/moby_PR-40081/check-config.sh [2019-10-13T19:25:00.224Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-13T19:25:00.224Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-13T19:25:00.224Z] [2019-10-13T19:25:00.224Z] Generally Necessary: [2019-10-13T19:25:00.224Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-13T19:25:00.224Z] - apparmor: enabled and tools installed [2019-10-13T19:25:00.224Z] - CONFIG_NAMESPACES: enabled [2019-10-13T19:25:00.224Z] - CONFIG_NET_NS: enabled [2019-10-13T19:25:00.224Z] - CONFIG_PID_NS: enabled [2019-10-13T19:25:00.224Z] - CONFIG_IPC_NS: enabled [2019-10-13T19:25:00.224Z] - CONFIG_UTS_NS: enabled [2019-10-13T19:25:00.224Z] - CONFIG_CGROUPS: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CPUSETS: enabled [2019-10-13T19:25:00.521Z] - CONFIG_MEMCG: enabled [2019-10-13T19:25:00.521Z] - CONFIG_KEYS: enabled [2019-10-13T19:25:00.521Z] - CONFIG_VETH: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-13T19:25:00.521Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-13T19:25:00.521Z] [2019-10-13T19:25:00.521Z] Optional Features: [2019-10-13T19:25:00.521Z] - CONFIG_USER_NS: enabled [2019-10-13T19:25:00.521Z] - CONFIG_SECCOMP: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-13T19:25:00.521Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-13T19:25:00.521Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-13T19:25:00.521Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-13T19:25:00.521Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-13T19:25:00.521Z] - CONFIG_BLK_CGROUP: enabled [2019-10-13T19:25:00.521Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-13T19:25:00.521Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_PERF: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-13T19:25:00.521Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-13T19:25:00.521Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-13T19:25:00.521Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-13T19:25:00.521Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-13T19:25:00.521Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_IP_VS: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-13T19:25:00.521Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-13T19:25:00.521Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-13T19:25:00.521Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_EXT4_FS: enabled [2019-10-13T19:25:00.521Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-13T19:25:00.521Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-13T19:25:00.521Z] - Network Drivers: [2019-10-13T19:25:00.521Z] - "overlay": [2019-10-13T19:25:00.521Z] - CONFIG_VXLAN: enabled (as module) [2019-10-13T19:25:00.521Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-13T19:25:00.521Z] Optional (for encrypted networks): [2019-10-13T19:25:00.775Z] - CONFIG_CRYPTO: enabled [2019-10-13T19:25:00.775Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-13T19:25:00.775Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-13T19:25:00.775Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-13T19:25:00.775Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-13T19:25:00.775Z] - CONFIG_XFRM: enabled [2019-10-13T19:25:00.775Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-13T19:25:00.775Z] - "ipvlan": [2019-10-13T19:25:00.775Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-13T19:25:00.775Z] - "macvlan": [2019-10-13T19:25:00.775Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_DUMMY: enabled (as module) [2019-10-13T19:25:00.775Z] - "ftp,tftp client in container": [2019-10-13T19:25:00.775Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-13T19:25:00.775Z] - Storage Drivers: [2019-10-13T19:25:00.775Z] - "aufs": [2019-10-13T19:25:00.775Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-13T19:25:00.775Z] - "btrfs": [2019-10-13T19:25:00.775Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-13T19:25:00.775Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-13T19:25:00.775Z] - "devicemapper": [2019-10-13T19:25:00.775Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-13T19:25:00.775Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-13T19:25:00.775Z] - "overlay": [2019-10-13T19:25:00.775Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-13T19:25:00.775Z] - "zfs": [2019-10-13T19:25:00.775Z] - /dev/zfs: missing [2019-10-13T19:25:00.775Z] - zfs command: missing [2019-10-13T19:25:00.775Z] - zpool command: missing [2019-10-13T19:25:00.775Z] [2019-10-13T19:25:00.775Z] Limits: [2019-10-13T19:25:00.775Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-13T19:25:00.775Z] [2019-10-13T19:25:00.775Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-13T19:25:01.092Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:aa655a4d73693741cd3f8bc44566eb34585b3303 . [2019-10-13T19:25:01.093Z] #1 [internal] load build definition from Dockerfile [2019-10-13T19:25:01.093Z] #1 DONE 0.0s [2019-10-13T19:25:01.093Z] [2019-10-13T19:25:01.093Z] #2 [internal] load .dockerignore [2019-10-13T19:25:01.093Z] #2 DONE 0.0s [2019-10-13T19:25:01.093Z] [2019-10-13T19:25:01.093Z] #2 [internal] load .dockerignore [2019-10-13T19:25:01.093Z] #2 transferring context: 87B done [2019-10-13T19:25:01.093Z] #2 DONE 0.0s [2019-10-13T19:25:01.093Z] [2019-10-13T19:25:01.093Z] #1 [internal] load build definition from Dockerfile [2019-10-13T19:25:01.093Z] #1 transferring dockerfile: 13.58kB done [2019-10-13T19:25:01.093Z] #1 DONE 0.0s [2019-10-13T19:25:01.093Z] [2019-10-13T19:25:01.093Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-13T19:25:01.347Z] #3 DONE 0.3s [2019-10-13T19:25:01.347Z] [2019-10-13T19:25:01.347Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-13T19:25:01.347Z] #4 CACHED [2019-10-13T19:25:01.908Z] [2019-10-13T19:25:01.908Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-13T19:25:01.908Z] #5 DONE 0.2s [2019-10-13T19:25:02.163Z] [2019-10-13T19:25:02.163Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:25:02.163Z] #6 DONE 0.0s [2019-10-13T19:25:02.163Z] [2019-10-13T19:25:02.163Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-13T19:25:02.163Z] #67 DONE 0.0s [2019-10-13T19:25:02.163Z] [2019-10-13T19:25:02.163Z] #21 [internal] load build context [2019-10-13T19:25:03.530Z] #21 transferring context: 45.61MB 1.2s done [2019-10-13T19:25:03.530Z] #21 DONE 1.3s [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:25:03.530Z] #16 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:25:03.530Z] #47 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #54 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-13T19:25:03.530Z] #54 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-13T19:25:03.530Z] #40 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:25:03.530Z] #20 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:25:03.530Z] #61 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:25:03.530Z] #38 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #68 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-13T19:25:03.530Z] #68 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:25:03.530Z] #18 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #31 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-13T19:25:03.530Z] #31 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:25:03.530Z] #56 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #62 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-13T19:25:03.530Z] #62 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:25:03.530Z] #50 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:25:03.530Z] #9 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #46 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-13T19:25:03.530Z] #46 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-13T19:25:03.530Z] #26 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #57 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-13T19:25:03.530Z] #57 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #34 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-13T19:25:03.530Z] #34 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:25:03.530Z] #33 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #12 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-13T19:25:03.530Z] #12 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:25:03.530Z] #64 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #37 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-13T19:25:03.530Z] #37 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:25:03.530Z] #58 CACHED [2019-10-13T19:25:03.530Z] [2019-10-13T19:25:03.530Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-13T19:25:03.531Z] #29 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:25:03.531Z] #53 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:25:03.531Z] #36 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-13T19:25:03.531Z] #52 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-13T19:25:03.531Z] #35 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:03.531Z] #39 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #25 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:03.531Z] #25 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-13T19:25:03.531Z] #32 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:25:03.531Z] #60 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #66 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-13T19:25:03.531Z] #66 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #15 [dev 6/24] RUN ldconfig [2019-10-13T19:25:03.531Z] #15 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-13T19:25:03.531Z] #22 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #10 [dev 1/24] RUN groupadd -r docker [2019-10-13T19:25:03.531Z] #10 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:25:03.531Z] #17 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-13T19:25:03.531Z] #7 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #51 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-13T19:25:03.531Z] #51 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #42 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-13T19:25:03.531Z] #42 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-13T19:25:03.531Z] #8 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:25:03.531Z] #45 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-13T19:25:03.531Z] #49 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #28 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-13T19:25:03.531Z] #28 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:25:03.531Z] #27 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #11 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-13T19:25:03.531Z] #11 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-13T19:25:03.531Z] #63 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #14 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-13T19:25:03.531Z] #14 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #59 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-13T19:25:03.531Z] #59 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-13T19:25:03.531Z] #44 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:03.531Z] #43 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #24 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-13T19:25:03.531Z] #24 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-13T19:25:03.531Z] #65 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:25:03.531Z] #41 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-13T19:25:03.531Z] #55 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:03.531Z] #48 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #13 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-13T19:25:03.531Z] #13 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #19 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-13T19:25:03.531Z] #19 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:25:03.531Z] #30 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:25:03.531Z] #23 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #69 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-13T19:25:03.531Z] #69 CACHED [2019-10-13T19:25:03.531Z] [2019-10-13T19:25:03.531Z] #70 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-13T19:25:04.890Z] #70 DONE 1.5s [2019-10-13T19:25:04.891Z] [2019-10-13T19:25:04.891Z] #71 exporting to image [2019-10-13T19:25:04.891Z] #71 exporting layers [2019-10-13T19:25:05.814Z] #71 exporting layers 0.8s done [2019-10-13T19:25:05.814Z] #71 writing image sha256:e7d33080c704ea8c68aeb7cefd9f346fb4667482ab02ba8c3b165e5aee9dcedc done [2019-10-13T19:25:05.814Z] #71 naming to docker.io/library/docker:aa655a4d73693741cd3f8bc44566eb34585b3303 done [2019-10-13T19:25:05.814Z] #71 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-13T19:25:06.130Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40081/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/validate/default [2019-10-13T19:25:06.895Z] Fetching without tags [2019-10-13T19:25:07.057Z] Congratulations! All commits are properly signed with the DCO! [2019-10-13T19:25:07.057Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-13T19:25:07.057Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-13T19:25:07.057Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-10-13T19:25:07.287Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:06.742Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:06.761Z] > git config --add remote.origin.fetch +refs/pull/40081/head:refs/remotes/origin/PR-40081 # timeout=10 [2019-10-13T19:25:06.780Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-13T19:25:06.849Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:06.926Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:25:06.929Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:25:06.930Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:25:07.311Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:07.334Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:08.187Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:08.188Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081) [2019-10-13T19:25:09.056Z] Commit message: "pkg/plugins: use constants for http methods" [2019-10-13T19:25:08.072Z] > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10 [2019-10-13T19:25:08.141Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-13T19:25:08.212Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:08.233Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-13T19:25:10.323Z] + docker version [2019-10-13T19:25:10.323Z] Client: [2019-10-13T19:25:10.323Z] Version: 18.06.3-ce [2019-10-13T19:25:10.323Z] API version: 1.38 [2019-10-13T19:25:10.323Z] Go version: go1.10.3 [2019-10-13T19:25:10.323Z] Git commit: d7080c1 [2019-10-13T19:25:10.323Z] Built: Wed Feb 20 02:27:09 2019 [2019-10-13T19:25:10.323Z] OS/Arch: linux/s390x [2019-10-13T19:25:10.323Z] Experimental: false [2019-10-13T19:25:10.323Z] [2019-10-13T19:25:10.323Z] Server: [2019-10-13T19:25:10.323Z] Engine: [2019-10-13T19:25:10.323Z] Version: 18.06.3-ce [2019-10-13T19:25:10.323Z] API version: 1.38 (minimum version 1.12) [2019-10-13T19:25:10.323Z] Go version: go1.10.3 [2019-10-13T19:25:10.323Z] Git commit: d7080c1 [2019-10-13T19:25:10.323Z] Built: Wed Feb 20 02:26:03 2019 [2019-10-13T19:25:10.323Z] OS/Arch: linux/s390x [2019-10-13T19:25:10.323Z] Experimental: true [Pipeline] sh [2019-10-13T19:25:11.174Z] + docker info [2019-10-13T19:25:11.174Z] Containers: 0 [2019-10-13T19:25:11.174Z] Running: 0 [2019-10-13T19:25:11.174Z] Paused: 0 [2019-10-13T19:25:11.174Z] Stopped: 0 [2019-10-13T19:25:11.174Z] Images: 0 [2019-10-13T19:25:11.174Z] Server Version: 18.06.3-ce [2019-10-13T19:25:11.174Z] Storage Driver: overlay2 [2019-10-13T19:25:11.174Z] Backing Filesystem: extfs [2019-10-13T19:25:11.174Z] Supports d_type: true [2019-10-13T19:25:11.174Z] Native Overlay Diff: true [2019-10-13T19:25:11.174Z] Logging Driver: json-file [2019-10-13T19:25:11.174Z] Cgroup Driver: cgroupfs [2019-10-13T19:25:11.174Z] Plugins: [2019-10-13T19:25:11.174Z] Volume: local [2019-10-13T19:25:11.174Z] Network: bridge host ipvlan macvlan null overlay [2019-10-13T19:25:11.174Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-13T19:25:11.174Z] Swarm: inactive [2019-10-13T19:25:11.174Z] Runtimes: runc [2019-10-13T19:25:11.174Z] Default Runtime: runc [2019-10-13T19:25:11.174Z] Init Binary: docker-init [2019-10-13T19:25:11.174Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-13T19:25:11.174Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-10-13T19:25:11.174Z] init version: fec3683 [2019-10-13T19:25:11.174Z] Security Options: [2019-10-13T19:25:11.174Z] apparmor [2019-10-13T19:25:11.174Z] seccomp [2019-10-13T19:25:11.174Z] Profile: default [2019-10-13T19:25:11.174Z] Kernel Version: 4.4.0-161-generic [2019-10-13T19:25:11.174Z] Operating System: Ubuntu 16.04.5 LTS [2019-10-13T19:25:11.174Z] OSType: linux [2019-10-13T19:25:11.174Z] Architecture: s390x [2019-10-13T19:25:11.174Z] CPUs: 2 [2019-10-13T19:25:11.174Z] Total Memory: 7.862GiB [2019-10-13T19:25:11.174Z] Name: s390x-ubuntu-02 [2019-10-13T19:25:11.174Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-13T19:25:11.174Z] Docker Root Dir: /var/lib/docker [2019-10-13T19:25:11.174Z] Debug Mode (client): false [2019-10-13T19:25:11.174Z] Debug Mode (server): false [2019-10-13T19:25:11.174Z] Username: dockerbuildbot [2019-10-13T19:25:11.174Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:25:11.174Z] Labels: [2019-10-13T19:25:11.174Z] Experimental: true [2019-10-13T19:25:11.174Z] Insecure Registries: [2019-10-13T19:25:11.174Z] 127.0.0.0/8 [2019-10-13T19:25:11.174Z] Live Restore Enabled: false [2019-10-13T19:25:11.174Z] [2019-10-13T19:25:11.174Z] WARNING: No swap limit support [2019-10-13T19:25:11.195Z] Fetching without tags [Pipeline] sh [2019-10-13T19:25:11.452Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:11.996Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:11.997Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:11.997Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40081/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-13T19:25:11.997Z] + bash /home/jenkins/workspace/moby_PR-40081/check-config.sh [2019-10-13T19:25:11.997Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-13T19:25:11.997Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-10-13T19:25:11.997Z] [2019-10-13T19:25:11.997Z] Generally Necessary: [2019-10-13T19:25:11.997Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-13T19:25:11.997Z] - apparmor: enabled and tools installed [2019-10-13T19:25:11.997Z] - CONFIG_NAMESPACES: enabled [2019-10-13T19:25:11.997Z] - CONFIG_NET_NS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_PID_NS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_IPC_NS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_UTS_NS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_CGROUPS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-13T19:25:11.997Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-13T19:25:11.997Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-13T19:25:11.997Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-13T19:25:11.997Z] - CONFIG_CPUSETS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_MEMCG: enabled [2019-10-13T19:25:11.997Z] - CONFIG_KEYS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_VETH: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-13T19:25:11.997Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-13T19:25:11.997Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-13T19:25:11.997Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-13T19:25:11.997Z] [2019-10-13T19:25:11.997Z] Optional Features: [2019-10-13T19:25:11.997Z] - CONFIG_USER_NS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_SECCOMP: enabled [2019-10-13T19:25:11.997Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-13T19:25:11.997Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-13T19:25:11.997Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-13T19:25:11.997Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-13T19:25:12.020Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:12.022Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081) [2019-10-13T19:25:11.177Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:11.182Z] > git config --add remote.origin.fetch +refs/pull/40081/head:refs/remotes/origin/PR-40081 # timeout=10 [2019-10-13T19:25:11.187Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-13T19:25:11.192Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:11.198Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:25:11.199Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:25:11.199Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:25:11.466Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:11.474Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:11.999Z] > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10 [2019-10-13T19:25:12.012Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-13T19:25:12.025Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:12.030Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:12.364Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-13T19:25:12.364Z] - CONFIG_BLK_CGROUP: enabled [2019-10-13T19:25:12.364Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-13T19:25:12.364Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-13T19:25:12.364Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-13T19:25:12.364Z] - CONFIG_CGROUP_PERF: enabled [2019-10-13T19:25:12.364Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-13T19:25:12.364Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-13T19:25:12.364Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-13T19:25:12.364Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-13T19:25:12.364Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-13T19:25:12.364Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_IP_VS: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-13T19:25:12.364Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-13T19:25:12.364Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-13T19:25:12.364Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_EXT4_FS: enabled [2019-10-13T19:25:12.364Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-13T19:25:12.364Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-13T19:25:12.364Z] - Network Drivers: [2019-10-13T19:25:12.364Z] - "overlay": [2019-10-13T19:25:12.364Z] - CONFIG_VXLAN: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-13T19:25:12.364Z] Optional (for encrypted networks): [2019-10-13T19:25:12.364Z] - CONFIG_CRYPTO: enabled [2019-10-13T19:25:12.364Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_XFRM: enabled [2019-10-13T19:25:12.364Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-13T19:25:12.364Z] - "ipvlan": [2019-10-13T19:25:12.364Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-13T19:25:12.364Z] - "macvlan": [2019-10-13T19:25:12.364Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_DUMMY: enabled (as module) [2019-10-13T19:25:12.364Z] - "ftp,tftp client in container": [2019-10-13T19:25:12.364Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-13T19:25:12.364Z] - Storage Drivers: [2019-10-13T19:25:12.364Z] - "aufs": [2019-10-13T19:25:12.364Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-13T19:25:12.364Z] - "btrfs": [2019-10-13T19:25:12.364Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-13T19:25:12.364Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-13T19:25:12.364Z] - "devicemapper": [2019-10-13T19:25:12.364Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-13T19:25:12.364Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-13T19:25:12.364Z] - "overlay": [2019-10-13T19:25:12.364Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-13T19:25:12.364Z] - "zfs": [2019-10-13T19:25:12.364Z] - /dev/zfs: missing [2019-10-13T19:25:12.364Z] - zfs command: missing [2019-10-13T19:25:12.364Z] - zpool command: missing [2019-10-13T19:25:12.364Z] [2019-10-13T19:25:12.364Z] Limits: [2019-10-13T19:25:12.364Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-13T19:25:12.364Z] [2019-10-13T19:25:12.364Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-13T19:25:12.576Z] Commit message: "pkg/plugins: use constants for http methods" [2019-10-13T19:25:12.785Z] Still waiting to schedule task [2019-10-13T19:25:12.786Z] All nodes of label ‘arm64&&linux’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-13T19:25:13.204Z] + make bundles/buildx [2019-10-13T19:25:13.205Z] mkdir bundles [2019-10-13T19:25:13.205Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-13T19:25:13.205Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-13T19:25:13.205Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-13T19:25:13.205Z] --build-arg BUILDX_COMMIT \ [2019-10-13T19:25:13.205Z] --build-arg BUILDX_REPO \ [2019-10-13T19:25:13.205Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-13T19:25:13.205Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-13T19:25:13.205Z] . && \ [2019-10-13T19:25:13.205Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-13T19:25:13.205Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-13T19:25:13.205Z] /bin/sh: 4: go: not found [2019-10-13T19:25:13.205Z] /bin/sh: 5: go: not found [2019-10-13T19:25:13.205Z] [2019-10-13T19:25:13.205Z] #2 local://context (.dockerignore) [2019-10-13T19:25:13.205Z] #2 digest: sha256:1081c2b8e27e92ec2244f9f80f0c66469a8a6a34cefd31e166d825761ce07c6e [2019-10-13T19:25:13.205Z] #2 name: "local://context (.dockerignore)" [2019-10-13T19:25:13.205Z] #2 started: 2019-10-13 19:25:13.114517906 +0000 UTC [2019-10-13T19:25:13.310Z] + docker version [2019-10-13T19:25:13.310Z] Client: Docker Engine - Community [2019-10-13T19:25:13.310Z] Version: 19.03.2 [2019-10-13T19:25:13.310Z] API version: 1.40 [2019-10-13T19:25:13.310Z] Go version: go1.12.8 [2019-10-13T19:25:13.310Z] Git commit: 6a30dfc [2019-10-13T19:25:13.310Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-13T19:25:13.310Z] OS/Arch: linux/amd64 [2019-10-13T19:25:13.310Z] Experimental: false [2019-10-13T19:25:13.310Z] [2019-10-13T19:25:13.310Z] Server: Docker Engine - Community [2019-10-13T19:25:13.310Z] Engine: [2019-10-13T19:25:13.310Z] Version: 19.03.2 [2019-10-13T19:25:13.310Z] API version: 1.40 (minimum version 1.12) [2019-10-13T19:25:13.310Z] Go version: go1.12.8 [2019-10-13T19:25:13.310Z] Git commit: 6a30dfc [2019-10-13T19:25:13.310Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-13T19:25:13.310Z] OS/Arch: linux/amd64 [2019-10-13T19:25:13.310Z] Experimental: true [2019-10-13T19:25:13.310Z] containerd: [2019-10-13T19:25:13.310Z] Version: 1.2.6 [2019-10-13T19:25:13.310Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-13T19:25:13.310Z] runc: [2019-10-13T19:25:13.310Z] Version: 1.0.0-rc8 [2019-10-13T19:25:13.310Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-13T19:25:13.310Z] docker-init: [2019-10-13T19:25:13.310Z] Version: 0.18.0 [2019-10-13T19:25:13.310Z] GitCommit: fec3683 [Pipeline] sh [2019-10-13T19:25:13.572Z] #2 completed: 2019-10-13 19:25:13.131576101 +0000 UTC [2019-10-13T19:25:13.572Z] #2 duration: 17.058195ms [2019-10-13T19:25:13.572Z] #2 transferring context: 87B done [2019-10-13T19:25:13.572Z] [2019-10-13T19:25:13.572Z] [2019-10-13T19:25:13.572Z] #1 local://dockerfile (Dockerfile.buildx) [2019-10-13T19:25:13.572Z] #1 digest: sha256:fd26f2771c1f8396ea63661a906242943581dd38ed7626402c197ff7d718e56a [2019-10-13T19:25:13.572Z] #1 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-13T19:25:13.572Z] #1 started: 2019-10-13 19:25:13.114094971 +0000 UTC [2019-10-13T19:25:13.572Z] #1 completed: 2019-10-13 19:25:13.127370855 +0000 UTC [2019-10-13T19:25:13.572Z] #1 duration: 13.275884ms [2019-10-13T19:25:13.572Z] #1 transferring dockerfile: 792B done [2019-10-13T19:25:13.572Z] [2019-10-13T19:25:13.572Z] [2019-10-13T19:25:13.572Z] #7 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8... [2019-10-13T19:25:13.572Z] #7 digest: sha256:802cf51975db0f255d5341f390fecd82aa570707f20a8f5141ef2965aba38a87 [2019-10-13T19:25:13.572Z] #7 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63" [2019-10-13T19:25:13.572Z] #7 started: 2019-10-13 19:25:13.442116082 +0000 UTC [2019-10-13T19:25:13.572Z] #7 completed: 2019-10-13 19:25:13.442228814 +0000 UTC [2019-10-13T19:25:13.572Z] #7 duration: 112.732µs [2019-10-13T19:25:13.572Z] #7 started: 2019-10-13 19:25:13.442779342 +0000 UTC [2019-10-13T19:25:13.572Z] #7 completed: 2019-10-13 19:25:13.443679733 +0000 UTC [2019-10-13T19:25:13.572Z] #7 duration: 900.391µs [2019-10-13T19:25:13.572Z] #7 started: 2019-10-13 19:25:13.44373541 +0000 UTC [2019-10-13T19:25:13.572Z] #7 resolve docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 done [2019-10-13T19:25:13.602Z] + docker info [2019-10-13T19:25:13.602Z] Client: [2019-10-13T19:25:13.602Z] Debug Mode: false [2019-10-13T19:25:13.602Z] [2019-10-13T19:25:13.602Z] Server: [2019-10-13T19:25:13.602Z] Containers: 0 [2019-10-13T19:25:13.602Z] Running: 0 [2019-10-13T19:25:13.602Z] Paused: 0 [2019-10-13T19:25:13.602Z] Stopped: 0 [2019-10-13T19:25:13.602Z] Images: 2 [2019-10-13T19:25:13.602Z] Server Version: 19.03.2 [2019-10-13T19:25:13.602Z] Storage Driver: overlay2 [2019-10-13T19:25:13.602Z] Backing Filesystem: extfs [2019-10-13T19:25:13.602Z] Supports d_type: true [2019-10-13T19:25:13.602Z] Native Overlay Diff: true [2019-10-13T19:25:13.602Z] Logging Driver: json-file [2019-10-13T19:25:13.602Z] Cgroup Driver: cgroupfs [2019-10-13T19:25:13.602Z] Plugins: [2019-10-13T19:25:13.602Z] Volume: local [2019-10-13T19:25:13.602Z] Network: bridge host ipvlan macvlan null overlay [2019-10-13T19:25:13.602Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-13T19:25:13.602Z] Swarm: inactive [2019-10-13T19:25:13.602Z] Runtimes: runc [2019-10-13T19:25:13.602Z] Default Runtime: runc [2019-10-13T19:25:13.602Z] Init Binary: docker-init [2019-10-13T19:25:13.602Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-13T19:25:13.602Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-13T19:25:13.602Z] init version: fec3683 [2019-10-13T19:25:13.602Z] Security Options: [2019-10-13T19:25:13.602Z] apparmor [2019-10-13T19:25:13.602Z] seccomp [2019-10-13T19:25:13.602Z] Profile: default [2019-10-13T19:25:13.602Z] Kernel Version: 4.15.0-1048-aws [2019-10-13T19:25:13.602Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-13T19:25:13.602Z] OSType: linux [2019-10-13T19:25:13.602Z] Architecture: x86_64 [2019-10-13T19:25:13.602Z] CPUs: 2 [2019-10-13T19:25:13.602Z] Total Memory: 7.501GiB [2019-10-13T19:25:13.602Z] Name: ip-10-100-103-236 [2019-10-13T19:25:13.602Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-13T19:25:13.602Z] Docker Root Dir: /var/lib/docker [2019-10-13T19:25:13.602Z] Debug Mode: false [2019-10-13T19:25:13.602Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:25:13.602Z] Labels: [2019-10-13T19:25:13.602Z] Experimental: true [2019-10-13T19:25:13.602Z] Insecure Registries: [2019-10-13T19:25:13.602Z] 127.0.0.0/8 [2019-10-13T19:25:13.602Z] Live Restore Enabled: true [2019-10-13T19:25:13.602Z] [2019-10-13T19:25:13.602Z] WARNING: No swap limit support [Pipeline] sh [2019-10-13T19:25:13.888Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:13.888Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:13.888Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40081/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-13T19:25:13.888Z] + bash /home/ubuntu/workspace/moby_PR-40081/check-config.sh [2019-10-13T19:25:13.888Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-13T19:25:13.888Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-13T19:25:13.888Z] [2019-10-13T19:25:13.888Z] Generally Necessary: [2019-10-13T19:25:13.888Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-13T19:25:13.888Z] - apparmor: enabled and tools installed [2019-10-13T19:25:13.888Z] - CONFIG_NAMESPACES: enabled [2019-10-13T19:25:13.888Z] - CONFIG_NET_NS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_PID_NS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_IPC_NS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_UTS_NS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CGROUPS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CPUSETS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_MEMCG: enabled [2019-10-13T19:25:13.888Z] - CONFIG_KEYS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_VETH: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-13T19:25:13.888Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-13T19:25:13.888Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-13T19:25:13.888Z] [2019-10-13T19:25:13.888Z] Optional Features: [2019-10-13T19:25:13.888Z] - CONFIG_USER_NS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_SECCOMP: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-13T19:25:13.888Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-13T19:25:13.888Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-13T19:25:13.888Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-13T19:25:13.888Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-13T19:25:13.888Z] - CONFIG_BLK_CGROUP: enabled [2019-10-13T19:25:13.888Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-13T19:25:13.888Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-13T19:25:13.888Z] - CONFIG_CGROUP_PERF: enabled [2019-10-13T19:25:13.944Z] #7 sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 1.42kB / 1.42kB done [2019-10-13T19:25:13.944Z] #7 sha256:a19e83c28d33221a87ce6fa2779bb52b752d1585e2dd52802d9a368c9dfebebb 1.80kB / 1.80kB done [2019-10-13T19:25:13.944Z] #7 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 0B / 4.37MB 0.1s [2019-10-13T19:25:13.944Z] #7 sha256:e6b9730b64f0a5e20dcb03c2e6c929ddc5151f00f256e14a62a332f0be59ce5b 5.47kB / 5.47kB done [2019-10-13T19:25:13.944Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 0B / 45.24MB 0.1s [2019-10-13T19:25:13.944Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 0B / 10.32MB 0.1s [2019-10-13T19:25:13.944Z] #7 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 4.32MB / 4.37MB 0.4s [2019-10-13T19:25:13.944Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 3.56MB / 45.24MB 0.4s [2019-10-13T19:25:13.944Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 4.88MB / 10.32MB 0.4s [2019-10-13T19:25:13.994Z] Fetching without tags [2019-10-13T19:25:14.147Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-13T19:25:14.147Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-13T19:25:14.147Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-13T19:25:14.147Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-13T19:25:14.147Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-13T19:25:14.147Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_IP_VS: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-13T19:25:14.147Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-13T19:25:14.147Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-13T19:25:14.147Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_EXT4_FS: enabled [2019-10-13T19:25:14.147Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-13T19:25:14.147Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-13T19:25:14.147Z] - Network Drivers: [2019-10-13T19:25:14.147Z] - "overlay": [2019-10-13T19:25:14.147Z] - CONFIG_VXLAN: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-13T19:25:14.147Z] Optional (for encrypted networks): [2019-10-13T19:25:14.147Z] - CONFIG_CRYPTO: enabled [2019-10-13T19:25:14.147Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-13T19:25:14.147Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-13T19:25:14.147Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-13T19:25:14.147Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-13T19:25:14.147Z] - CONFIG_XFRM: enabled [2019-10-13T19:25:14.147Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-13T19:25:14.147Z] - "ipvlan": [2019-10-13T19:25:14.147Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-13T19:25:14.147Z] - "macvlan": [2019-10-13T19:25:14.147Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_DUMMY: enabled (as module) [2019-10-13T19:25:14.147Z] - "ftp,tftp client in container": [2019-10-13T19:25:14.147Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-13T19:25:14.147Z] - Storage Drivers: [2019-10-13T19:25:14.147Z] - "aufs": [2019-10-13T19:25:14.147Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-13T19:25:14.147Z] - "btrfs": [2019-10-13T19:25:14.147Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-13T19:25:14.147Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-13T19:25:14.147Z] - "devicemapper": [2019-10-13T19:25:14.147Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-13T19:25:14.147Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-13T19:25:14.147Z] - "overlay": [2019-10-13T19:25:14.147Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-13T19:25:14.147Z] - "zfs": [2019-10-13T19:25:14.148Z] - /dev/zfs: missing [2019-10-13T19:25:14.148Z] - zfs command: missing [2019-10-13T19:25:14.148Z] - zpool command: missing [2019-10-13T19:25:14.148Z] [2019-10-13T19:25:14.148Z] Limits: [2019-10-13T19:25:14.152Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-13T19:25:14.152Z] [2019-10-13T19:25:14.152Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-13T19:25:14.338Z] #7 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 4.37MB / 4.37MB 0.4s done [2019-10-13T19:25:14.338Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 9.33MB / 45.24MB 0.5s [2019-10-13T19:25:14.338Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 6.54MB / 10.32MB 0.5s [2019-10-13T19:25:14.338Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 0B / 50.49MB 0.5s [2019-10-13T19:25:14.338Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 17.03MB / 45.24MB 0.6s [2019-10-13T19:25:14.338Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 10.32MB / 10.32MB 0.6s [2019-10-13T19:25:14.338Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 22.80MB / 45.24MB 0.7s [2019-10-13T19:25:14.338Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 10.32MB / 10.32MB 0.6s done [2019-10-13T19:25:14.338Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 4.65MB / 50.49MB 0.7s [2019-10-13T19:25:14.338Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 0B / 45.98MB 0.7s [2019-10-13T19:25:13.653Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:13.708Z] > git config --add remote.origin.fetch +refs/pull/40081/head:refs/remotes/origin/PR-40081 # timeout=10 [2019-10-13T19:25:13.764Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-13T19:25:13.888Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:14.016Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:25:14.017Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:25:14.018Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:25:14.470Z] + sudo modprobe ip_vs [2019-10-13T19:25:14.470Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:aa655a4d73693741cd3f8bc44566eb34585b3303 . [2019-10-13T19:25:14.470Z] #2 [internal] load .dockerignore [2019-10-13T19:25:14.470Z] #2 transferring context: 87B done [2019-10-13T19:25:14.470Z] #2 DONE 0.0s [2019-10-13T19:25:14.470Z] [2019-10-13T19:25:14.470Z] #1 [internal] load build definition from Dockerfile [2019-10-13T19:25:14.470Z] #1 transferring dockerfile: 13.58kB done [2019-10-13T19:25:14.470Z] #1 DONE 0.0s [2019-10-13T19:25:14.470Z] [2019-10-13T19:25:14.470Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-13T19:25:14.728Z] #3 DONE 0.2s [2019-10-13T19:25:14.728Z] [2019-10-13T19:25:14.728Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-13T19:25:14.728Z] #4 CACHED [2019-10-13T19:25:14.733Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 26.29MB / 45.24MB 0.8s [2019-10-13T19:25:14.733Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 7.99MB / 50.49MB 0.8s [2019-10-13T19:25:14.733Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 5.49MB / 45.98MB 0.8s [2019-10-13T19:25:14.733Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 30.72MB / 45.24MB 0.9s [2019-10-13T19:25:14.733Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 12.19MB / 50.49MB 0.9s [2019-10-13T19:25:14.733Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 8.34MB / 45.98MB 0.9s [2019-10-13T19:25:14.733Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 34.26MB / 45.24MB 1.0s [2019-10-13T19:25:14.733Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 16.19MB / 50.49MB 1.0s [2019-10-13T19:25:14.733Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 12.72MB / 45.98MB 1.0s [2019-10-13T19:25:14.733Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 38.23MB / 45.24MB 1.1s [2019-10-13T19:25:14.733Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 19.95MB / 50.49MB 1.1s [2019-10-13T19:25:14.733Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 16.72MB / 45.98MB 1.1s [2019-10-13T19:25:14.777Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:15.186Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 42.48MB / 45.24MB 1.2s [2019-10-13T19:25:15.186Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 23.35MB / 50.49MB 1.2s [2019-10-13T19:25:15.186Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 20.88MB / 45.98MB 1.2s [2019-10-13T19:25:15.186Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 1.3s [2019-10-13T19:25:15.186Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 27.06MB / 50.49MB 1.3s [2019-10-13T19:25:15.186Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 24.64MB / 45.98MB 1.3s [2019-10-13T19:25:15.186Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 1.4s done [2019-10-13T19:25:15.186Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 33.03MB / 50.49MB 1.4s [2019-10-13T19:25:15.186Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 0B / 111.04MB 1.4s [2019-10-13T19:25:15.186Z] #7 extracting sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb [2019-10-13T19:25:15.187Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 39.09MB / 50.49MB 1.5s [2019-10-13T19:25:15.187Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 33.13MB / 45.98MB 1.5s [2019-10-13T19:25:15.187Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 42.90MB / 50.49MB 1.6s [2019-10-13T19:25:15.187Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 37.31MB / 45.98MB 1.6s [2019-10-13T19:25:15.187Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 6.45MB / 111.04MB 1.6s [2019-10-13T19:25:15.294Z] [2019-10-13T19:25:15.294Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-13T19:25:15.554Z] #5 DONE 0.2s [2019-10-13T19:25:15.554Z] [2019-10-13T19:25:15.554Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:25:15.554Z] #6 DONE 0.0s [2019-10-13T19:25:15.554Z] [2019-10-13T19:25:15.554Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-13T19:25:15.554Z] #67 DONE 0.0s [2019-10-13T19:25:15.554Z] [2019-10-13T19:25:15.554Z] #21 [internal] load build context [2019-10-13T19:25:15.590Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 46.63MB / 50.49MB 1.7s [2019-10-13T19:25:15.590Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 41.05MB / 45.98MB 1.7s [2019-10-13T19:25:15.590Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 50.49MB / 50.49MB 1.8s [2019-10-13T19:25:15.590Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 44.61MB / 45.98MB 1.8s [2019-10-13T19:25:15.590Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 14.83MB / 111.04MB 1.8s [2019-10-13T19:25:15.590Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 24.31MB / 111.04MB 1.9s [2019-10-13T19:25:15.590Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 50.49MB / 50.49MB 2.0s done [2019-10-13T19:25:15.590Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 45.98MB / 45.98MB 2.0s done [2019-10-13T19:25:15.590Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 36.87MB / 111.04MB 2.0s [2019-10-13T19:25:15.590Z] #7 sha256:e31612bb7d3ca12650dbcad76034a9c56766e0107e24c0eac4586beb72f7b18a 0B / 124B 2.0s [2019-10-13T19:25:15.980Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 48.73MB / 111.04MB 2.1s [2019-10-13T19:25:15.980Z] #7 sha256:e31612bb7d3ca12650dbcad76034a9c56766e0107e24c0eac4586beb72f7b18a 124B / 124B 2.0s done [2019-10-13T19:25:15.980Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 60.22MB / 111.04MB 2.2s [2019-10-13T19:25:15.980Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 72.03MB / 111.04MB 2.3s [2019-10-13T19:25:15.980Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 81.86MB / 111.04MB 2.4s [2019-10-13T19:25:14.800Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:14.854Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:16.371Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 92.70MB / 111.04MB 2.5s [2019-10-13T19:25:16.371Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 103.98MB / 111.04MB 2.6s [2019-10-13T19:25:16.371Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 111.04MB / 111.04MB 2.7s [2019-10-13T19:25:16.752Z] #7 sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 111.04MB / 111.04MB 2.9s done [2019-10-13T19:25:16.928Z] #21 transferring context: 45.61MB 1.2s done [2019-10-13T19:25:16.928Z] #21 DONE 1.4s [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:25:16.928Z] #50 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-13T19:25:16.928Z] #52 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:25:16.928Z] #45 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-13T19:25:16.928Z] #26 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:25:16.928Z] #9 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-13T19:25:16.928Z] #65 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:25:16.928Z] #38 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:25:16.928Z] #53 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #46 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-13T19:25:16.928Z] #46 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-13T19:25:16.928Z] #32 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:25:16.928Z] #20 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:25:16.928Z] #16 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #28 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-13T19:25:16.928Z] #28 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:25:16.928Z] #47 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:25:16.928Z] #56 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:25:16.928Z] #33 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-13T19:25:16.928Z] #55 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #68 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-13T19:25:16.928Z] #68 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #37 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-13T19:25:16.928Z] #37 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #66 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-13T19:25:16.928Z] #66 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #24 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-13T19:25:16.928Z] #24 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:25:16.928Z] #27 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-13T19:25:16.928Z] #35 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #42 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-13T19:25:16.928Z] #42 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:16.928Z] #43 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-13T19:25:16.928Z] #29 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-13T19:25:16.928Z] #22 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #10 [dev 1/24] RUN groupadd -r docker [2019-10-13T19:25:16.928Z] #10 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:25:16.928Z] #17 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #54 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-13T19:25:16.928Z] #54 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:25:16.928Z] #23 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-13T19:25:16.928Z] #8 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-13T19:25:16.928Z] #63 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-13T19:25:16.928Z] #44 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:25:16.928Z] #18 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-13T19:25:16.928Z] #7 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:25:16.928Z] #41 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:16.928Z] #39 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-13T19:25:16.928Z] #40 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #11 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-13T19:25:16.928Z] #11 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:25:16.928Z] #64 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #62 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-13T19:25:16.928Z] #62 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:25:16.928Z] #60 CACHED [2019-10-13T19:25:16.928Z] [2019-10-13T19:25:16.928Z] #34 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-13T19:25:16.929Z] #34 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #59 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-13T19:25:16.929Z] #59 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #19 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-13T19:25:16.929Z] #19 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #25 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:16.929Z] #25 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:25:16.929Z] #30 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #12 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-13T19:25:16.929Z] #12 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #51 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-13T19:25:16.929Z] #51 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #13 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-13T19:25:16.929Z] #13 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:25:16.929Z] #58 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #15 [dev 6/24] RUN ldconfig [2019-10-13T19:25:16.929Z] #15 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:25:16.929Z] #48 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #31 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-13T19:25:16.929Z] #31 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #14 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-13T19:25:16.929Z] #14 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:25:16.929Z] #61 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-13T19:25:16.929Z] #49 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #57 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-13T19:25:16.929Z] #57 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:25:16.929Z] #36 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #69 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-13T19:25:16.929Z] #69 CACHED [2019-10-13T19:25:16.929Z] [2019-10-13T19:25:16.929Z] #70 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-13T19:25:17.134Z] #7 extracting sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 1.8s done [2019-10-13T19:25:17.134Z] #7 extracting sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 [2019-10-13T19:25:17.519Z] #7 extracting sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 0.4s done [2019-10-13T19:25:17.519Z] #7 extracting sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 [2019-10-13T19:25:17.896Z] #7 extracting sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 0.2s done [2019-10-13T19:25:17.896Z] #7 extracting sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 [2019-10-13T19:25:18.298Z] #70 DONE 1.4s [2019-10-13T19:25:18.486Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:18.487Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081) [2019-10-13T19:25:18.555Z] [2019-10-13T19:25:18.555Z] #71 exporting to image [2019-10-13T19:25:18.555Z] #71 exporting layers [2019-10-13T19:25:19.120Z] #71 exporting layers 0.7s done [2019-10-13T19:25:19.120Z] #71 writing image sha256:a1350b77c2fe1790c779eea3bae5ce5174570506904bcdf209499c54537bfed8 done [2019-10-13T19:25:19.120Z] #71 naming to docker.io/library/docker:aa655a4d73693741cd3f8bc44566eb34585b3303 done [2019-10-13T19:25:19.120Z] #71 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-13T19:25:19.396Z] Commit message: "pkg/plugins: use constants for http methods" [2019-10-13T19:25:19.801Z] #7 extracting sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 1.9s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-13T19:25:18.248Z] > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10 [2019-10-13T19:25:18.382Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-13T19:25:18.510Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:18.589Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:20.121Z] [2019-10-13T19:25:20.121Z] Removing bundles/ [2019-10-13T19:25:20.121Z] [2019-10-13T19:25:20.121Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-13T19:25:20.225Z] #7 extracting sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 [2019-10-13T19:25:20.380Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:25:20.380Z] GOOS="" GOARCH="" GOARM="" [2019-10-13T19:25:20.868Z] + docker version [2019-10-13T19:25:20.868Z] Client: Docker Engine - Enterprise [2019-10-13T19:25:20.868Z] Version: 19.03.2 [2019-10-13T19:25:20.868Z] API version: 1.40 [2019-10-13T19:25:20.868Z] Go version: go1.12.8 [2019-10-13T19:25:20.868Z] Git commit: c92ab06ed9 [2019-10-13T19:25:20.868Z] Built: 09/03/2019 16:38:11 [2019-10-13T19:25:20.868Z] OS/Arch: windows/amd64 [2019-10-13T19:25:20.868Z] Experimental: false [2019-10-13T19:25:20.868Z] [2019-10-13T19:25:20.868Z] Server: Docker Engine - Enterprise [2019-10-13T19:25:20.868Z] Engine: [2019-10-13T19:25:20.868Z] Version: 19.03.2 [2019-10-13T19:25:20.868Z] API version: 1.40 (minimum version 1.24) [2019-10-13T19:25:20.868Z] Go version: go1.12.8 [2019-10-13T19:25:20.868Z] Git commit: c92ab06ed9 [2019-10-13T19:25:20.868Z] Built: 09/03/2019 16:35:47 [2019-10-13T19:25:20.868Z] OS/Arch: windows/amd64 [2019-10-13T19:25:20.868Z] Experimental: true [Pipeline] sh [2019-10-13T19:25:21.563Z] #7 extracting sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 1.5s done [2019-10-13T19:25:21.563Z] #7 extracting sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 [2019-10-13T19:25:21.905Z] + docker info [2019-10-13T19:25:22.668Z] Fetching without tags [2019-10-13T19:25:23.180Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:23.448Z] Client: [2019-10-13T19:25:23.448Z] Debug Mode: false [2019-10-13T19:25:23.448Z] Plugins: [2019-10-13T19:25:23.448Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-13T19:25:23.448Z] [2019-10-13T19:25:23.448Z] Server: [2019-10-13T19:25:23.448Z] Containers: 0 [2019-10-13T19:25:23.448Z] Running: 0 [2019-10-13T19:25:23.448Z] Paused: 0 [2019-10-13T19:25:23.448Z] Stopped: 0 [2019-10-13T19:25:23.448Z] Images: 8 [2019-10-13T19:25:23.448Z] Server Version: 19.03.2 [2019-10-13T19:25:23.448Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-13T19:25:23.448Z] Windows: [2019-10-13T19:25:23.448Z] LCOW: [2019-10-13T19:25:23.448Z] Logging Driver: json-file [2019-10-13T19:25:23.448Z] Plugins: [2019-10-13T19:25:23.448Z] Volume: local [2019-10-13T19:25:23.448Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-13T19:25:23.448Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-13T19:25:23.448Z] Swarm: inactive [2019-10-13T19:25:23.448Z] Default Isolation: process [2019-10-13T19:25:23.448Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-13T19:25:23.448Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-13T19:25:23.448Z] OSType: windows [2019-10-13T19:25:23.448Z] Architecture: x86_64 [2019-10-13T19:25:23.448Z] CPUs: 4 [2019-10-13T19:25:23.448Z] Total Memory: 32GiB [2019-10-13T19:25:23.448Z] Name: azwin-2-bc6aa0 [2019-10-13T19:25:23.448Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-13T19:25:23.448Z] Docker Root Dir: D:\docker [2019-10-13T19:25:23.448Z] Debug Mode: false [2019-10-13T19:25:23.448Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:25:23.448Z] Labels: [2019-10-13T19:25:23.448Z] Experimental: true [2019-10-13T19:25:23.448Z] Insecure Registries: [2019-10-13T19:25:23.448Z] 10.0.0.4:5000 [2019-10-13T19:25:23.448Z] 127.0.0.0/8 [2019-10-13T19:25:23.448Z] Registry Mirrors: [2019-10-13T19:25:23.448Z] http://10.0.0.4:5000/ [2019-10-13T19:25:23.448Z] Live Restore Enabled: false [2019-10-13T19:25:23.448Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-13T19:25:22.626Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:22.630Z] > git config --add remote.origin.fetch +refs/pull/40081/head:refs/remotes/origin/PR-40081 # timeout=10 [2019-10-13T19:25:22.633Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-13T19:25:22.649Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:25:22.664Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:25:22.664Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:25:22.665Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:25:23.176Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:23.179Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:24.310Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:24.312Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081) [2019-10-13T19:25:24.639Z] Commit message: "pkg/plugins: use constants for http methods" [2019-10-13T19:25:24.721Z] #7 extracting sha256:371f92b4bb50b9e97578cd82d45dff58d27100d33f7f18b2d19842fcc53bd381 3.0s done [2019-10-13T19:25:25.093Z] #7 extracting sha256:e31612bb7d3ca12650dbcad76034a9c56766e0107e24c0eac4586beb72f7b18a done [2019-10-13T19:25:25.093Z] #7 completed: 2019-10-13 19:25:24.811648139 +0000 UTC [2019-10-13T19:25:25.093Z] #7 duration: 11.367912729s [2019-10-13T19:25:25.093Z] [2019-10-13T19:25:25.093Z] [2019-10-13T19:25:25.093Z] #3 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-13T19:25:25.093Z] #3 digest: sha256:d3415ca9439680de1f5dbd3755f2fd902883970c37ef979ed3c8511dd95e2f44 [2019-10-13T19:25:25.093Z] #3 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-13T19:25:25.093Z] #3 started: 2019-10-13 19:25:24.813575916 +0000 UTC [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-13T19:25:25.468Z] #3 0.321 Cloning into '/buildx'... [2019-10-13T19:25:25.540Z] + docker version [2019-10-13T19:25:25.540Z] Client: [2019-10-13T19:25:25.540Z] Version: 18.06.1-ce [2019-10-13T19:25:25.540Z] API version: 1.38 [2019-10-13T19:25:25.540Z] Go version: go1.10.3 [2019-10-13T19:25:25.540Z] Git commit: e68fc7a [2019-10-13T19:25:25.540Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-13T19:25:25.540Z] OS/Arch: linux/ppc64le [2019-10-13T19:25:25.540Z] Experimental: false [2019-10-13T19:25:25.540Z] [2019-10-13T19:25:25.540Z] Server: [2019-10-13T19:25:25.540Z] Engine: [2019-10-13T19:25:25.540Z] Version: 18.06.1-ce [2019-10-13T19:25:25.540Z] API version: 1.38 (minimum version 1.12) [2019-10-13T19:25:25.540Z] Go version: go1.10.3 [2019-10-13T19:25:25.540Z] Git commit: e68fc7a [2019-10-13T19:25:25.540Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-13T19:25:25.540Z] OS/Arch: linux/ppc64le [2019-10-13T19:25:25.540Z] Experimental: true [Pipeline] sh [2019-10-13T19:25:25.918Z] + docker info [2019-10-13T19:25:25.918Z] Containers: 0 [2019-10-13T19:25:25.918Z] Running: 0 [2019-10-13T19:25:25.918Z] Paused: 0 [2019-10-13T19:25:25.918Z] Stopped: 0 [2019-10-13T19:25:25.918Z] Images: 0 [2019-10-13T19:25:25.918Z] Server Version: 18.06.1-ce [2019-10-13T19:25:25.918Z] Storage Driver: overlay2 [2019-10-13T19:25:25.918Z] Backing Filesystem: extfs [2019-10-13T19:25:25.918Z] Supports d_type: true [2019-10-13T19:25:25.918Z] Native Overlay Diff: true [2019-10-13T19:25:25.918Z] Logging Driver: json-file [2019-10-13T19:25:25.918Z] Cgroup Driver: cgroupfs [2019-10-13T19:25:25.918Z] Plugins: [2019-10-13T19:25:25.918Z] Volume: local [2019-10-13T19:25:25.918Z] Network: bridge host ipvlan macvlan null overlay [2019-10-13T19:25:25.918Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-13T19:25:25.918Z] Swarm: inactive [2019-10-13T19:25:25.918Z] Runtimes: runc [2019-10-13T19:25:25.918Z] Default Runtime: runc [2019-10-13T19:25:25.918Z] Init Binary: docker-init [2019-10-13T19:25:25.918Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-13T19:25:25.918Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-13T19:25:25.918Z] init version: fec3683 [2019-10-13T19:25:25.918Z] Security Options: [2019-10-13T19:25:25.918Z] apparmor [2019-10-13T19:25:25.918Z] seccomp [2019-10-13T19:25:25.918Z] Profile: default [2019-10-13T19:25:25.918Z] Kernel Version: 4.4.0-139-generic [2019-10-13T19:25:25.918Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-13T19:25:25.918Z] OSType: linux [2019-10-13T19:25:25.918Z] Architecture: ppc64le [2019-10-13T19:25:25.918Z] CPUs: 4 [2019-10-13T19:25:25.918Z] Total Memory: 3.976GiB [2019-10-13T19:25:25.918Z] Name: ppc64le-ubuntu-21 [2019-10-13T19:25:25.918Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-13T19:25:25.918Z] Docker Root Dir: /var/lib/docker [2019-10-13T19:25:25.918Z] Debug Mode (client): false [2019-10-13T19:25:25.918Z] Debug Mode (server): false [2019-10-13T19:25:25.918Z] Username: dockerbuildbot [2019-10-13T19:25:25.918Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:25:25.918Z] Labels: [2019-10-13T19:25:25.918Z] Experimental: true [2019-10-13T19:25:25.918Z] Insecure Registries: [2019-10-13T19:25:25.918Z] 127.0.0.0/8 [2019-10-13T19:25:25.918Z] Live Restore Enabled: false [2019-10-13T19:25:25.918Z] [Pipeline] sh [2019-10-13T19:25:24.265Z] > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10 [2019-10-13T19:25:24.290Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-13T19:25:24.307Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:25:24.310Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:26.303Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:26.303Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:26.303Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40081/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-13T19:25:26.303Z] + bash /home/docker/workspace/moby_PR-40081/check-config.sh [2019-10-13T19:25:26.303Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-13T19:25:26.303Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-10-13T19:25:26.303Z] [2019-10-13T19:25:26.303Z] Generally Necessary: [2019-10-13T19:25:26.303Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-13T19:25:26.303Z] - apparmor: enabled and tools installed [2019-10-13T19:25:26.303Z] - CONFIG_NAMESPACES: enabled [2019-10-13T19:25:26.303Z] - CONFIG_NET_NS: enabled [2019-10-13T19:25:26.348Z] #3 completed: 2019-10-13 19:25:26.112965538 +0000 UTC [2019-10-13T19:25:26.348Z] #3 duration: 1.299389622s [2019-10-13T19:25:26.348Z] [2019-10-13T19:25:26.348Z] [2019-10-13T19:25:26.348Z] #4 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-13T19:25:26.348Z] #4 digest: sha256:bb88edc76245604869accc36e1df9136a67376879323fe2104fffbc5bc64487a [2019-10-13T19:25:26.348Z] #4 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-13T19:25:26.348Z] #4 started: 2019-10-13 19:25:26.114511758 +0000 UTC [2019-10-13T19:25:26.588Z] - CONFIG_PID_NS: enabled [2019-10-13T19:25:26.588Z] - CONFIG_IPC_NS: enabled [2019-10-13T19:25:26.588Z] - CONFIG_UTS_NS: enabled [2019-10-13T19:25:26.588Z] - CONFIG_CGROUPS: enabled [2019-10-13T19:25:26.588Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-13T19:25:26.588Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-13T19:25:26.588Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-13T19:25:26.589Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-13T19:25:26.589Z] - CONFIG_CPUSETS: enabled [2019-10-13T19:25:26.589Z] - CONFIG_MEMCG: enabled [2019-10-13T19:25:26.589Z] - CONFIG_KEYS: enabled [2019-10-13T19:25:26.589Z] - CONFIG_VETH: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-13T19:25:26.589Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-13T19:25:26.589Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-13T19:25:26.589Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-13T19:25:26.589Z] [2019-10-13T19:25:26.589Z] Optional Features: [2019-10-13T19:25:26.589Z] - CONFIG_USER_NS: enabled [2019-10-13T19:25:26.589Z] - CONFIG_SECCOMP: enabled [2019-10-13T19:25:26.589Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-13T19:25:26.589Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-13T19:25:26.589Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-13T19:25:26.589Z] (cgroup swap accounting is currently enabled) [2019-10-13T19:25:26.589Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-13T19:25:26.589Z] - CONFIG_BLK_CGROUP: enabled [2019-10-13T19:25:26.589Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-13T19:25:26.589Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-13T19:25:26.755Z] #4 0.470 From https://github.com/docker/buildx [2019-10-13T19:25:26.755Z] #4 0.471 * [new branch] master -> build [2019-10-13T19:25:26.873Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-13T19:25:26.873Z] - CONFIG_CGROUP_PERF: enabled [2019-10-13T19:25:26.873Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-13T19:25:26.873Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-13T19:25:26.873Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-13T19:25:26.873Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-13T19:25:26.873Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-13T19:25:26.873Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_IP_VS: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-13T19:25:26.873Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-13T19:25:26.873Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-13T19:25:26.873Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_EXT4_FS: enabled [2019-10-13T19:25:26.873Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-13T19:25:26.873Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-13T19:25:26.873Z] - Network Drivers: [2019-10-13T19:25:26.873Z] - "overlay": [2019-10-13T19:25:26.873Z] - CONFIG_VXLAN: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-13T19:25:26.873Z] Optional (for encrypted networks): [2019-10-13T19:25:26.873Z] - CONFIG_CRYPTO: enabled [2019-10-13T19:25:26.873Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_XFRM: enabled [2019-10-13T19:25:26.873Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-13T19:25:26.873Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-13T19:25:26.873Z] - "ipvlan": [2019-10-13T19:25:26.873Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-13T19:25:26.873Z] - "macvlan": [2019-10-13T19:25:27.155Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-13T19:25:27.155Z] - CONFIG_DUMMY: enabled (as module) [2019-10-13T19:25:27.155Z] - "ftp,tftp client in container": [2019-10-13T19:25:27.155Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-13T19:25:27.155Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-13T19:25:27.155Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-13T19:25:27.155Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-13T19:25:27.155Z] - Storage Drivers: [2019-10-13T19:25:27.155Z] - "aufs": [2019-10-13T19:25:27.155Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-13T19:25:27.155Z] - "btrfs": [2019-10-13T19:25:27.155Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-13T19:25:27.155Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-13T19:25:27.155Z] - "devicemapper": [2019-10-13T19:25:27.155Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-13T19:25:27.155Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-13T19:25:27.155Z] - "overlay": [2019-10-13T19:25:27.155Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-13T19:25:27.155Z] - "zfs": [2019-10-13T19:25:27.155Z] - /dev/zfs: missing [2019-10-13T19:25:27.155Z] - zfs command: missing [2019-10-13T19:25:27.155Z] - zpool command: missing [2019-10-13T19:25:27.155Z] [2019-10-13T19:25:27.155Z] Limits: [2019-10-13T19:25:27.155Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-13T19:25:27.155Z] [2019-10-13T19:25:27.155Z] + true [Pipeline] } [Pipeline] // stage [2019-10-13T19:25:27.198Z] #4 0.614 Switched to branch 'build' [2019-10-13T19:25:27.198Z] #4 completed: 2019-10-13 19:25:26.869066717 +0000 UTC [2019-10-13T19:25:27.198Z] #4 duration: 754.554959ms [2019-10-13T19:25:27.198Z] [2019-10-13T19:25:27.198Z] [2019-10-13T19:25:27.198Z] #5 /bin/sh -c go mod download [2019-10-13T19:25:27.198Z] #5 digest: sha256:2b325934eea7c0e114121e3555201d885f5b78ba5c5cff81f804dd5a537d8116 [2019-10-13T19:25:27.198Z] #5 name: "/bin/sh -c go mod download" [2019-10-13T19:25:27.198Z] #5 started: 2019-10-13 19:25:26.870659508 +0000 UTC [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-13T19:25:27.576Z] #5 0.370 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-13T19:25:27.576Z] #5 0.372 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-13T19:25:27.576Z] #5 0.375 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-13T19:25:27.576Z] #5 0.376 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-13T19:25:27.576Z] #5 0.383 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-13T19:25:27.576Z] #5 0.384 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-13T19:25:27.576Z] #5 0.385 go: finding github.com/gofrs/flock v0.7.0 [2019-10-13T19:25:27.578Z] + make bundles/buildx [2019-10-13T19:25:27.990Z] #5 0.831 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-13T19:25:27.990Z] #5 0.877 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-13T19:25:27.990Z] #5 0.880 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-13T19:25:28.202Z] mkdir bundles [2019-10-13T19:25:28.202Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-13T19:25:28.202Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-13T19:25:28.202Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-13T19:25:28.202Z] --build-arg BUILDX_COMMIT \ [2019-10-13T19:25:28.202Z] --build-arg BUILDX_REPO \ [2019-10-13T19:25:28.202Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-13T19:25:28.203Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-13T19:25:28.203Z] . && \ [2019-10-13T19:25:28.203Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-13T19:25:28.203Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-13T19:25:28.203Z] /bin/sh: 4: go: not found [2019-10-13T19:25:28.203Z] /bin/sh: 5: go: not found [2019-10-13T19:25:28.203Z] [2019-10-13T19:25:28.203Z] #1 local://context (.dockerignore) [2019-10-13T19:25:28.203Z] #1 digest: sha256:202826e0623ab03c23bc55d976e045373df98229f799ca125edfd5e390e1ce6a [2019-10-13T19:25:28.203Z] #1 name: "local://context (.dockerignore)" [2019-10-13T19:25:28.203Z] #1 started: 2019-10-13 19:25:28.054621755 +0000 UTC [2019-10-13T19:25:28.203Z] #1 completed: 2019-10-13 19:25:28.05477845 +0000 UTC [2019-10-13T19:25:28.203Z] #1 duration: 156.695µs [2019-10-13T19:25:28.203Z] #1 started: 2019-10-13 19:25:28.055839125 +0000 UTC [2019-10-13T19:25:28.203Z] #1 completed: 2019-10-13 19:25:28.072895143 +0000 UTC [2019-10-13T19:25:28.203Z] #1 duration: 17.056018ms [2019-10-13T19:25:28.203Z] #1 transferring context: 87B done [2019-10-13T19:25:28.203Z] [2019-10-13T19:25:28.203Z] [2019-10-13T19:25:28.203Z] #2 local://dockerfile (Dockerfile.buildx) [2019-10-13T19:25:28.203Z] #2 digest: sha256:98f0f37cd8332575be9c253177403b82b3946457729060cdfb7ec07adb52e400 [2019-10-13T19:25:28.203Z] #2 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-13T19:25:28.203Z] #2 started: 2019-10-13 19:25:28.054223677 +0000 UTC [2019-10-13T19:25:28.203Z] #2 completed: 2019-10-13 19:25:28.054347478 +0000 UTC [2019-10-13T19:25:28.203Z] #2 duration: 123.801µs [2019-10-13T19:25:28.203Z] #2 started: 2019-10-13 19:25:28.055771825 +0000 UTC [2019-10-13T19:25:28.203Z] #2 completed: 2019-10-13 19:25:28.076310029 +0000 UTC [2019-10-13T19:25:28.203Z] #2 duration: 20.538204ms [2019-10-13T19:25:28.203Z] #2 transferring dockerfile: 792B done [2019-10-13T19:25:28.203Z] [2019-10-13T19:25:28.392Z] #5 1.212 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-13T19:25:28.392Z] #5 1.236 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-13T19:25:28.392Z] #5 1.425 go: finding github.com/json-iterator/go v1.1.6 [2019-10-13T19:25:28.778Z] #5 1.582 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-13T19:25:28.778Z] #5 1.647 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-13T19:25:28.778Z] #5 1.665 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-13T19:25:28.814Z] [2019-10-13T19:25:28.814Z] #3 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8... [2019-10-13T19:25:28.814Z] #3 digest: sha256:7f4f3dd80e16ce814451342a10ac373248ed36d232ee139c6b450b101b96cd4d [2019-10-13T19:25:28.814Z] #3 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63" [2019-10-13T19:25:28.814Z] #3 started: 2019-10-13 19:25:28.587579916 +0000 UTC [2019-10-13T19:25:28.814Z] #3 completed: 2019-10-13 19:25:28.587992239 +0000 UTC [2019-10-13T19:25:28.814Z] #3 duration: 412.323µs [2019-10-13T19:25:28.814Z] #3 started: 2019-10-13 19:25:28.589750862 +0000 UTC [2019-10-13T19:25:28.814Z] #3 completed: 2019-10-13 19:25:28.592103354 +0000 UTC [2019-10-13T19:25:28.814Z] #3 duration: 2.352492ms [2019-10-13T19:25:28.814Z] #3 started: 2019-10-13 19:25:28.592296355 +0000 UTC [2019-10-13T19:25:28.814Z] #3 resolve docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 done [2019-10-13T19:25:28.814Z] #3 sha256:9b20014a18e9eb94e18e8b2aa1a17b0660f7db0fce35096d204bfcfc105ecc94 5.47kB / 5.47kB done [2019-10-13T19:25:28.814Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0B / 4.30MB 0.1s [2019-10-13T19:25:28.814Z] #3 sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 1.42kB / 1.42kB done [2019-10-13T19:25:28.814Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 0B / 45.65MB 0.1s [2019-10-13T19:25:28.814Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0B / 9.99MB 0.1s [2019-10-13T19:25:28.814Z] #3 sha256:8a4a1569a1ea7d240074fa223283ba1e23c1a1f1b83407fa524e39dc53385242 1.79kB / 1.79kB done [2019-10-13T19:25:29.169Z] #5 1.911 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-13T19:25:29.169Z] #5 2.134 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-13T19:25:29.433Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 1.22MB / 9.99MB 0.5s [2019-10-13T19:25:29.433Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 3.28MB / 45.65MB 0.6s [2019-10-13T19:25:29.433Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.86MB / 9.99MB 0.6s [2019-10-13T19:25:29.433Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.45MB / 9.99MB 0.7s [2019-10-13T19:25:29.590Z] #5 2.302 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-13T19:25:29.590Z] #5 2.427 go: finding github.com/spf13/cobra v0.0.3 [2019-10-13T19:25:29.590Z] #5 2.502 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-13T19:25:29.590Z] #5 2.504 go: finding github.com/gorilla/mux v1.7.0 [2019-10-13T19:25:29.590Z] #5 2.591 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-13T19:25:29.716Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 851.08kB / 4.30MB 0.8s [2019-10-13T19:25:29.716Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 6.75MB / 45.65MB 0.8s [2019-10-13T19:25:29.716Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.93MB / 9.99MB 0.8s [2019-10-13T19:25:29.716Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.19MB / 4.30MB 0.9s [2019-10-13T19:25:29.716Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.36MB / 9.99MB 0.9s [2019-10-13T19:25:29.716Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.41MB / 4.30MB 1.0s [2019-10-13T19:25:29.716Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 9.66MB / 45.65MB 1.0s [2019-10-13T19:25:29.716Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.58MB / 9.99MB 1.0s [2019-10-13T19:25:29.997Z] #5 2.880 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-13T19:25:29.997Z] #5 2.882 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-13T19:25:30.000Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 1.0s done [2019-10-13T19:25:30.000Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 13.04MB / 45.65MB 1.1s [2019-10-13T19:25:30.000Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 1.0s done [2019-10-13T19:25:30.000Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 0B / 52.87MB 1.1s [2019-10-13T19:25:30.000Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 31.83kB / 50.07MB 1.1s [2019-10-13T19:25:30.000Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 16.33MB / 45.65MB 1.3s [2019-10-13T19:25:30.000Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 3.01MB / 50.07MB 1.3s [2019-10-13T19:25:30.286Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 3.92MB / 52.87MB 1.4s [2019-10-13T19:25:30.286Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 19.33MB / 45.65MB 1.5s [2019-10-13T19:25:30.286Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 5.93MB / 50.07MB 1.5s [2019-10-13T19:25:30.395Z] #5 3.208 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-13T19:25:30.573Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 22.20MB / 45.65MB 1.7s [2019-10-13T19:25:30.573Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 7.60MB / 52.87MB 1.7s [2019-10-13T19:25:30.573Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 9.55MB / 50.07MB 1.7s [2019-10-13T19:25:30.573Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 25.02MB / 45.65MB 1.9s [2019-10-13T19:25:30.573Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 12.41MB / 50.07MB 1.9s [2019-10-13T19:25:30.826Z] #5 3.537 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-13T19:25:30.826Z] #5 3.694 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-13T19:25:30.826Z] #5 3.762 go: finding github.com/imdario/mergo v0.3.7 [2019-10-13T19:25:30.857Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 11.53MB / 52.87MB 2.0s [2019-10-13T19:25:30.858Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 27.81MB / 45.65MB 2.1s [2019-10-13T19:25:30.858Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 15.32MB / 50.07MB 2.1s [2019-10-13T19:25:31.142Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 14.35MB / 52.87MB 2.2s [2019-10-13T19:25:31.142Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 30.62MB / 45.65MB 2.3s [2019-10-13T19:25:31.142Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 18.22MB / 50.07MB 2.3s [2019-10-13T19:25:31.142Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 17.53MB / 52.87MB 2.4s [2019-10-13T19:25:31.272Z] #5 4.001 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-13T19:25:31.272Z] #5 4.086 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-13T19:25:31.272Z] #5 4.105 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-13T19:25:31.426Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 33.57MB / 45.65MB 2.5s [2019-10-13T19:25:31.426Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 21.12MB / 50.07MB 2.5s [2019-10-13T19:25:31.426Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 36.78MB / 45.65MB 2.7s [2019-10-13T19:25:31.426Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 21.62MB / 52.87MB 2.7s [2019-10-13T19:25:31.426Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 24.02MB / 50.07MB 2.7s [2019-10-13T19:25:31.710Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 39.23MB / 45.65MB 2.9s [2019-10-13T19:25:31.710Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 24.56MB / 52.87MB 2.9s [2019-10-13T19:25:31.710Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 26.64MB / 50.07MB 2.9s [2019-10-13T19:25:31.995Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 42.20MB / 45.65MB 3.1s [2019-10-13T19:25:31.995Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 27.61MB / 52.87MB 3.1s [2019-10-13T19:25:31.995Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 29.42MB / 50.07MB 3.1s [2019-10-13T19:25:31.995Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 44.80MB / 45.65MB 3.3s [2019-10-13T19:25:31.995Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 30.46MB / 52.87MB 3.3s [2019-10-13T19:25:31.995Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 32.01MB / 50.07MB 3.3s [2019-10-13T19:25:32.175Z] #5 5.052 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-13T19:25:32.175Z] #5 5.103 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-13T19:25:32.175Z] #5 5.128 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-13T19:25:32.175Z] #5 5.165 go: finding github.com/spf13/pflag v1.0.3 [2019-10-13T19:25:32.290Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 3.4s done [2019-10-13T19:25:32.290Z] #3 extracting sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 [2019-10-13T19:25:32.290Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 0B / 104.03MB 3.4s [2019-10-13T19:25:32.290Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 33.18MB / 52.87MB 3.5s [2019-10-13T19:25:32.290Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 35.02MB / 50.07MB 3.5s [2019-10-13T19:25:32.577Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 36.20MB / 52.87MB 3.8s [2019-10-13T19:25:32.577Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 38.01MB / 50.07MB 3.8s [2019-10-13T19:25:32.586Z] #5 5.420 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-13T19:25:32.587Z] #5 5.594 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-13T19:25:32.865Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 40.56MB / 50.07MB 4.1s [2019-10-13T19:25:32.865Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.70MB / 104.03MB 4.1s [2019-10-13T19:25:33.000Z] #5 5.927 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-13T19:25:33.153Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 39.12MB / 52.87MB 4.2s [2019-10-13T19:25:33.413Z] #5 6.294 go: finding github.com/jinzhu/now v1.0.0 [2019-10-13T19:25:33.441Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 42.06MB / 52.87MB 4.6s [2019-10-13T19:25:33.441Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 43.73MB / 50.07MB 4.6s [2019-10-13T19:25:33.441Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 11.53MB / 104.03MB 4.7s [2019-10-13T19:25:33.665Z] INFO [loader] Go packages loading at mode load types and syntax took 26.250671806s [2019-10-13T19:25:33.729Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 44.79MB / 52.87MB 4.9s [2019-10-13T19:25:33.729Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 46.99MB / 50.07MB 5.0s [2019-10-13T19:25:33.823Z] #5 6.491 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-13T19:25:33.823Z] #5 6.593 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-13T19:25:33.823Z] #5 6.646 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-13T19:25:33.823Z] #5 6.914 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-13T19:25:34.021Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 48.16MB / 52.87MB 5.3s [2019-10-13T19:25:34.235Z] #5 7.145 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-13T19:25:34.311Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 5.4s [2019-10-13T19:25:34.311Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 17.37MB / 104.03MB 5.4s [2019-10-13T19:25:34.311Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 5.4s done [2019-10-13T19:25:34.311Z] #3 sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 0B / 155B 5.5s [2019-10-13T19:25:34.311Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 51.64MB / 52.87MB 5.6s [2019-10-13T19:25:34.311Z] #3 sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 155B / 155B 5.5s done [2019-10-13T19:25:34.599Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.87MB / 52.87MB 5.8s done [2019-10-13T19:25:34.599Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 25.27MB / 104.03MB 5.9s [2019-10-13T19:25:34.647Z] #5 7.362 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-13T19:25:34.647Z] #5 7.471 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-13T19:25:34.647Z] #5 7.562 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-13T19:25:34.889Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 33.42MB / 104.03MB 6.2s [2019-10-13T19:25:35.067Z] #5 7.836 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-13T19:25:35.067Z] #5 8.043 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-13T19:25:35.195Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 38.63MB / 104.03MB 6.4s [2019-10-13T19:25:35.479Z] #5 8.540 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-13T19:25:35.481Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 45.61MB / 104.03MB 6.7s [2019-10-13T19:25:35.770Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 51.79MB / 104.03MB 6.9s [2019-10-13T19:25:35.770Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 57.20MB / 104.03MB 7.1s [2019-10-13T19:25:36.057Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 62.63MB / 104.03MB 7.3s [2019-10-13T19:25:36.286Z] #5 8.681 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-13T19:25:36.286Z] #5 8.683 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-13T19:25:36.344Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 67.87MB / 104.03MB 7.5s [2019-10-13T19:25:36.632Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 75.64MB / 104.03MB 7.8s [2019-10-13T19:25:36.919Z] #3 extracting sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 4.6s done [2019-10-13T19:25:36.919Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 80.86MB / 104.03MB 8.0s [2019-10-13T19:25:36.919Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 86.41MB / 104.03MB 8.2s [2019-10-13T19:25:36.971Z] #5 9.237 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-13T19:25:36.971Z] #5 9.278 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-13T19:25:37.207Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 91.85MB / 104.03MB 8.4s [2019-10-13T19:25:37.492Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 97.55MB / 104.03MB 8.6s [2019-10-13T19:25:37.492Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 104.03MB / 104.03MB 8.8s [2019-10-13T19:25:37.492Z] #3 extracting sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc [2019-10-13T19:25:37.507Z] #5 10.06 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-13T19:25:37.507Z] #5 10.16 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-13T19:25:37.776Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 104.03MB / 104.03MB 8.8s done [2019-10-13T19:25:37.952Z] #5 10.87 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-13T19:25:37.952Z] #5 10.89 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-13T19:25:37.952Z] #5 10.90 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-13T19:25:38.060Z] #3 extracting sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0.5s done [2019-10-13T19:25:38.343Z] #3 extracting sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed [2019-10-13T19:25:38.343Z] #3 extracting sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0.1s done [2019-10-13T19:25:38.343Z] #3 extracting sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 [2019-10-13T19:25:38.399Z] #5 11.42 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-13T19:25:38.902Z] INFO [loader] SSA repr building timing: packages building 236.928478ms, total 4.921688399s [2019-10-13T19:25:39.075Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-13T19:25:39.075Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-00f60581\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-13T19:25:39.075Z] ---------------------------------------------------------------------------- [2019-10-13T19:25:39.075Z] [2019-10-13T19:25:39.075Z] INFO: executeCI.ps1 starting at Sun Oct 13 19:25:38 CUT 2019 [2019-10-13T19:25:39.075Z] [2019-10-13T19:25:39.075Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-13T19:25:39.075Z] INFO: Running git version 2.23.0.windows.1 [2019-10-13T19:25:39.075Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-13T19:25:39.075Z] INFO: Environment variables: [2019-10-13T19:25:39.075Z] [2019-10-13T19:25:39.075Z] Name Value [2019-10-13T19:25:39.075Z] ---- ----- [2019-10-13T19:25:39.075Z] ALLUSERSPROFILE C:\ProgramData [2019-10-13T19:25:39.075Z] amd64 true [2019-10-13T19:25:39.075Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-13T19:25:39.075Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-13T19:25:39.075Z] arm64 true [2019-10-13T19:25:39.075Z] BRANCH_NAME PR-40081 [2019-10-13T19:25:39.075Z] BUILD_DISPLAY_NAME #3 [2019-10-13T19:25:39.075Z] BUILD_ID 3 [2019-10-13T19:25:39.075Z] BUILD_NUMBER 3 [2019-10-13T19:25:39.075Z] BUILD_TAG jenkins-moby-PR-40081-3 [2019-10-13T19:25:39.075Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40081/3/ [2019-10-13T19:25:39.075Z] CHANGE_AUTHOR thaJeztah [2019-10-13T19:25:39.075Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-10-13T19:25:39.075Z] CHANGE_BRANCH http_constants [2019-10-13T19:25:39.075Z] CHANGE_FORK thaJeztah [2019-10-13T19:25:39.075Z] CHANGE_ID 40081 [2019-10-13T19:25:39.075Z] CHANGE_TARGET master [2019-10-13T19:25:39.075Z] CHANGE_TITLE Use http constants for HTTP methods and status codes [2019-10-13T19:25:39.075Z] CHANGE_URL https://github.com/moby/moby/pull/40081 [2019-10-13T19:25:39.075Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:25:39.075Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-13T19:25:39.075Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-13T19:25:39.075Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-13T19:25:39.075Z] COMPUTERNAME azwin-2-bc6aa0 [2019-10-13T19:25:39.075Z] ComSpec C:\windows\system32\cmd.exe [2019-10-13T19:25:39.075Z] ConfigSequenceNumber 0 [2019-10-13T19:25:39.075Z] DOCKER_BUILDKIT 0 [2019-10-13T19:25:39.075Z] DOCKER_DUT_DEBUG 1 [2019-10-13T19:25:39.075Z] DOCKER_EXPERIMENTAL 1 [2019-10-13T19:25:39.075Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-13T19:25:39.075Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-13T19:25:39.075Z] EXECUTOR_NUMBER 0 [2019-10-13T19:25:39.075Z] FQDN azwin-2-bc6aa0.westus.cloudapp.azure.com [2019-10-13T19:25:39.075Z] GIT_BRANCH PR-40081 [2019-10-13T19:25:39.075Z] GIT_COMMIT aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:39.075Z] GIT_PREVIOUS_COMMIT aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:25:39.075Z] GIT_URL https://github.com/moby/moby.git [2019-10-13T19:25:39.075Z] HUDSON_COOKIE 5d82e445-e1dd-422b-9283-a9a3fba3ac33 [2019-10-13T19:25:39.075Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-13T19:25:39.075Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-13T19:25:39.075Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-13T19:25:39.075Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-13T19:25:39.075Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-13T19:25:39.075Z] JENKINS_NODE_COOKIE b9009a1e-f8bb-4e4f-a188-a70dd1537d2b [2019-10-13T19:25:39.075Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-13T19:25:39.075Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-13T19:25:39.075Z] JOB_BASE_NAME PR-40081 [2019-10-13T19:25:39.075Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40081/display/redirect [2019-10-13T19:25:39.075Z] JOB_NAME moby/PR-40081 [2019-10-13T19:25:39.075Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40081/ [2019-10-13T19:25:39.075Z] library.jps.version master [2019-10-13T19:25:39.075Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-13T19:25:39.075Z] NODE_LABELS amd64 azure azwin-2-bc6aa0 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-13T19:25:39.075Z] NODE_NAME azwin-2-bc6aa0 [2019-10-13T19:25:39.075Z] NUMBER_OF_PROCESSORS 4 [2019-10-13T19:25:39.075Z] OS Windows_NT [2019-10-13T19:25:39.075Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-13T19:25:39.075Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-13T19:25:39.075Z] ppc64le true [2019-10-13T19:25:39.075Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-13T19:25:39.077Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-13T19:25:39.077Z] PROCESSOR_LEVEL 6 [2019-10-13T19:25:39.077Z] PROCESSOR_REVISION 4f01 [2019-10-13T19:25:39.077Z] ProgramData C:\ProgramData [2019-10-13T19:25:39.077Z] ProgramFiles C:\Program Files [2019-10-13T19:25:39.077Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-13T19:25:39.077Z] ProgramW6432 C:\Program Files [2019-10-13T19:25:39.077Z] PROMPT $P$G [2019-10-13T19:25:39.077Z] PSExecutionPolicyPreference Bypass [2019-10-13T19:25:39.077Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-13T19:25:39.077Z] PUBLIC C:\Users\Public [2019-10-13T19:25:39.077Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40081/3/display/redirect?page=changes [2019-10-13T19:25:39.077Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40081/3/display/redirect [2019-10-13T19:25:39.077Z] s390x true [2019-10-13T19:25:39.077Z] skip_dco false [2019-10-13T19:25:39.077Z] SKIP_VALIDATION_TESTS 1 [2019-10-13T19:25:39.077Z] SOURCES_DRIVE d [2019-10-13T19:25:39.077Z] SOURCES_SUBDIR gopath [2019-10-13T19:25:39.077Z] STAGE_NAME Run tests [2019-10-13T19:25:39.077Z] SystemDrive C: [2019-10-13T19:25:39.077Z] SystemRoot C:\windows [2019-10-13T19:25:39.077Z] TEMP C:\windows\TEMP [2019-10-13T19:25:39.077Z] TESTDEBUG 0 [2019-10-13T19:25:39.077Z] TESTRUN_DRIVE d [2019-10-13T19:25:39.077Z] TESTRUN_SUBDIR CI [2019-10-13T19:25:39.077Z] TIMEOUT 120m [2019-10-13T19:25:39.077Z] TMP C:\windows\TEMP [2019-10-13T19:25:39.077Z] unit_validate true [2019-10-13T19:25:39.077Z] USERDOMAIN WORKGROUP [2019-10-13T19:25:39.077Z] USERNAME azwin-2-bc6aa0$ [2019-10-13T19:25:39.077Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-13T19:25:39.077Z] windir C:\windows [2019-10-13T19:25:39.077Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-13T19:25:39.077Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-13T19:25:39.077Z] windowsRS1 false [2019-10-13T19:25:39.077Z] windowsRS5 true [2019-10-13T19:25:39.077Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-13T19:25:39.077Z] [2019-10-13T19:25:39.077Z] [2019-10-13T19:25:39.077Z] [2019-10-13T19:25:39.255Z] #5 11.99 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-13T19:25:39.255Z] #5 12.00 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-13T19:25:39.255Z] #5 12.01 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-13T19:25:39.541Z] INFO: Sources under d:\gopath\... [2019-10-13T19:25:39.541Z] INFO: Test run under d:\CI\... [2019-10-13T19:25:39.541Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-13T19:25:39.541Z] INFO: docker/docker repository was found [2019-10-13T19:25:39.541Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-10-13T19:25:39.674Z] #5 12.45 go: finding github.com/golang/protobuf v1.2.0 [2019-10-13T19:25:39.674Z] #5 12.65 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-13T19:25:39.674Z] #5 12.70 go: finding github.com/pkg/errors v0.8.1 [2019-10-13T19:25:40.001Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.805' [2019-10-13T19:25:40.001Z] INFO: Docker version of control daemon [2019-10-13T19:25:40.001Z] [2019-10-13T19:25:40.001Z] Client: Docker Engine - Enterprise [2019-10-13T19:25:40.001Z] Version: 19.03.2 [2019-10-13T19:25:40.001Z] API version: 1.40 [2019-10-13T19:25:40.001Z] Go version: go1.12.8 [2019-10-13T19:25:40.001Z] Git commit: c92ab06ed9 [2019-10-13T19:25:40.001Z] Built: 09/03/2019 16:38:11 [2019-10-13T19:25:40.001Z] OS/Arch: windows/amd64 [2019-10-13T19:25:40.001Z] Experimental: false [2019-10-13T19:25:40.001Z] [2019-10-13T19:25:40.001Z] Server: Docker Engine - Enterprise [2019-10-13T19:25:40.001Z] Engine: [2019-10-13T19:25:40.001Z] Version: 19.03.2 [2019-10-13T19:25:40.001Z] API version: 1.40 (minimum version 1.24) [2019-10-13T19:25:40.001Z] Go version: go1.12.8 [2019-10-13T19:25:40.001Z] Git commit: c92ab06ed9 [2019-10-13T19:25:40.001Z] Built: 09/03/2019 16:35:47 [2019-10-13T19:25:40.001Z] OS/Arch: windows/amd64 [2019-10-13T19:25:40.001Z] Experimental: true [2019-10-13T19:25:40.001Z] [2019-10-13T19:25:40.001Z] INFO: Docker info of control daemon [2019-10-13T19:25:40.001Z] [2019-10-13T19:25:40.536Z] #5 13.36 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-13T19:25:40.938Z] #5 13.77 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-13T19:25:40.938Z] #5 13.90 go: finding github.com/kr/pretty v0.1.0 [2019-10-13T19:25:41.338Z] #5 14.16 go: finding github.com/docker/go-connections v0.4.0 [2019-10-13T19:25:41.338Z] #5 14.25 go: finding github.com/stretchr/testify v1.3.0 [2019-10-13T19:25:41.545Z] Client: [2019-10-13T19:25:41.545Z] Debug Mode: false [2019-10-13T19:25:41.545Z] Plugins: [2019-10-13T19:25:41.545Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-13T19:25:41.545Z] [2019-10-13T19:25:41.545Z] Server: [2019-10-13T19:25:41.545Z] Containers: 0 [2019-10-13T19:25:41.545Z] Running: 0 [2019-10-13T19:25:41.545Z] Paused: 0 [2019-10-13T19:25:41.545Z] Stopped: 0 [2019-10-13T19:25:41.545Z] Images: 8 [2019-10-13T19:25:41.545Z] Server Version: 19.03.2 [2019-10-13T19:25:41.545Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-13T19:25:41.545Z] Windows: [2019-10-13T19:25:41.545Z] LCOW: [2019-10-13T19:25:41.545Z] Logging Driver: json-file [2019-10-13T19:25:41.545Z] Plugins: [2019-10-13T19:25:41.545Z] Volume: local [2019-10-13T19:25:41.545Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-13T19:25:41.545Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-13T19:25:41.545Z] Swarm: inactive [2019-10-13T19:25:41.545Z] Default Isolation: process [2019-10-13T19:25:41.545Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-13T19:25:41.545Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-13T19:25:41.545Z] OSType: windows [2019-10-13T19:25:41.545Z] Architecture: x86_64 [2019-10-13T19:25:41.545Z] CPUs: 4 [2019-10-13T19:25:41.545Z] Total Memory: 32GiB [2019-10-13T19:25:41.545Z] Name: azwin-2-bc6aa0 [2019-10-13T19:25:41.545Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-13T19:25:41.545Z] Docker Root Dir: D:\docker [2019-10-13T19:25:41.545Z] Debug Mode: false [2019-10-13T19:25:41.545Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:25:41.545Z] Labels: [2019-10-13T19:25:41.545Z] Experimental: true [2019-10-13T19:25:41.545Z] Insecure Registries: [2019-10-13T19:25:41.545Z] 10.0.0.4:5000 [2019-10-13T19:25:41.545Z] 127.0.0.0/8 [2019-10-13T19:25:41.545Z] Registry Mirrors: [2019-10-13T19:25:41.545Z] http://10.0.0.4:5000/ [2019-10-13T19:25:41.545Z] Live Restore Enabled: false [2019-10-13T19:25:41.545Z] [2019-10-13T19:25:41.545Z] [2019-10-13T19:25:41.545Z] INFO: Commit hash is aa655a4d7 [2019-10-13T19:25:41.545Z] INFO: Nuke-Everything... [2019-10-13T19:25:41.545Z] INFO: Container count on control daemon to delete is 0 [2019-10-13T19:25:41.765Z] #5 14.57 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-13T19:25:41.766Z] #5 14.74 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-13T19:25:41.817Z] #3 extracting sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 3.0s done [2019-10-13T19:25:41.817Z] #3 extracting sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 [2019-10-13T19:25:42.007Z] INFO: Nuking d:\CI [2019-10-13T19:25:42.469Z] INFO: Zapped successfully [2019-10-13T19:25:42.469Z] INFO: Location for testing is d:\CI\PR-40081\3 [2019-10-13T19:25:42.469Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-13T19:25:42.469Z] [2019-10-13T19:25:42.469Z] [2019-10-13T19:25:42.469Z] INFO: Building the image from Dockerfile.windows at 10/13/2019 19:25:42... [2019-10-13T19:25:42.469Z] [2019-10-13T19:25:42.637Z] #5 15.38 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-13T19:25:42.637Z] #5 15.43 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-13T19:25:43.074Z] #5 15.66 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-13T19:25:43.074Z] #5 16.13 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-13T19:25:43.487Z] #5 16.15 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-13T19:25:43.487Z] #5 16.53 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-13T19:25:44.018Z] #5 16.62 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-13T19:25:44.018Z] #5 16.83 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-13T19:25:44.018Z] #5 16.92 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-13T19:25:44.523Z] #3 extracting sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 2.4s done [2019-10-13T19:25:44.523Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec [2019-10-13T19:25:44.585Z] #5 17.60 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-13T19:25:44.585Z] #5 17.61 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-13T19:25:45.070Z] #5 18.05 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-13T19:25:45.707Z] #5 18.30 go: finding go.etcd.io/bbolt v1.3.2 [2019-10-13T19:25:45.708Z] #5 18.67 go: finding gotest.tools v2.2.0+incompatible [2019-10-13T19:25:46.637Z] #5 19.40 go: finding github.com/kr/text v0.1.0 [2019-10-13T19:25:46.637Z] #5 19.41 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-13T19:25:46.637Z] #5 19.43 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-13T19:25:47.062Z] #5 19.69 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-13T19:25:47.062Z] #5 19.70 go: finding github.com/stretchr/testify v1.2.2 [2019-10-13T19:25:47.062Z] #5 19.88 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-13T19:25:47.062Z] #5 19.89 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-13T19:25:47.062Z] #5 19.93 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-13T19:25:47.473Z] #5 20.39 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-13T19:25:47.473Z] #5 20.39 go: finding github.com/stretchr/objx v0.1.0 [2019-10-13T19:25:47.473Z] #5 20.52 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-13T19:25:48.309Z] Sending build context to Docker daemon 50.08MB [2019-10-13T19:25:48.309Z] [2019-10-13T19:25:48.336Z] #5 21.02 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-13T19:25:48.336Z] #5 21.08 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-13T19:25:48.336Z] #5 21.12 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-13T19:25:48.336Z] #5 21.15 go: finding github.com/stretchr/objx v0.1.1 [2019-10-13T19:25:48.747Z] #5 21.37 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-13T19:25:48.747Z] #5 21.58 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-13T19:25:48.747Z] #5 21.70 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-13T19:25:48.769Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-13T19:25:48.769Z] ---> 739b21bd02e7 [2019-10-13T19:25:48.769Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-13T19:25:48.769Z] ---> Using cache [2019-10-13T19:25:48.769Z] ---> d43a59c05977 [2019-10-13T19:25:48.769Z] Step 3/8 : ARG GO_VERSION=1.13.1 [2019-10-13T19:25:48.769Z] ---> Using cache [2019-10-13T19:25:48.769Z] ---> b6dbdb2cd025 [2019-10-13T19:25:48.769Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-13T19:25:48.769Z] ---> Using cache [2019-10-13T19:25:48.769Z] ---> 9ad0233f83af [2019-10-13T19:25:48.769Z] Step 5/8 : 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; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-10-13T19:25:48.769Z] ---> Using cache [2019-10-13T19:25:48.769Z] ---> 8185bb5c1e2e [2019-10-13T19:25:48.769Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-13T19:25:48.769Z] ---> Using cache [2019-10-13T19:25:48.769Z] ---> 51d2b692fe9b [2019-10-13T19:25:48.769Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-13T19:25:48.769Z] ---> Using cache [2019-10-13T19:25:48.769Z] ---> 4d62e94c57df [2019-10-13T19:25:48.769Z] Step 8/8 : COPY . . [2019-10-13T19:25:49.163Z] #5 21.99 go: finding github.com/spf13/viper v1.3.2 [2019-10-13T19:25:49.163Z] #5 22.00 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-13T19:25:49.163Z] #5 22.09 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-13T19:25:49.551Z] #5 22.38 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-13T19:25:49.551Z] #5 22.43 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-13T19:25:49.551Z] #5 22.44 go: finding github.com/docker/go-connections v0.3.0 [2019-10-13T19:25:49.551Z] #5 22.45 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-13T19:25:49.943Z] #5 22.79 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-13T19:25:49.943Z] #5 22.91 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-13T19:25:50.031Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.1s [2019-10-13T19:25:50.031Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.2s done [2019-10-13T19:25:50.315Z] #3 extracting sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 done [2019-10-13T19:25:50.358Z] #5 23.29 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-13T19:25:50.599Z] #3 completed: 2019-10-13 19:25:50.336532334 +0000 UTC [2019-10-13T19:25:50.599Z] #3 duration: 21.744235979s [2019-10-13T19:25:50.599Z] [2019-10-13T19:25:50.599Z] [2019-10-13T19:25:50.599Z] #4 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-13T19:25:50.599Z] #4 digest: sha256:09b9844e64167361e078b2776f47a9ebdec09dafaed26891847ab54a261e8d95 [2019-10-13T19:25:50.599Z] #4 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-13T19:25:50.599Z] #4 started: 2019-10-13 19:25:50.339561179 +0000 UTC [2019-10-13T19:25:50.599Z] #4 0.135 Cloning into '/buildx'... [2019-10-13T19:25:50.782Z] #5 23.58 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-13T19:25:50.782Z] #5 23.80 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-13T19:25:51.609Z] #5 24.41 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-13T19:25:52.020Z] #5 24.68 go: finding google.golang.org/grpc v1.20.1 [2019-10-13T19:25:52.020Z] #5 24.77 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-13T19:25:52.020Z] #5 24.86 go: finding github.com/spf13/afero v1.1.2 [2019-10-13T19:25:52.020Z] #5 24.95 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-13T19:25:52.645Z] #4 completed: 2019-10-13 19:25:52.060563749 +0000 UTC [2019-10-13T19:25:52.645Z] #4 duration: 1.72100257s [2019-10-13T19:25:52.645Z] [2019-10-13T19:25:52.645Z] [2019-10-13T19:25:52.645Z] #5 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-13T19:25:52.645Z] #5 digest: sha256:2ce8f8d84126794cdece70a9c39858b137f23c76fb801b27e3f65f644b7e980e [2019-10-13T19:25:52.645Z] #5 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-13T19:25:52.645Z] #5 started: 2019-10-13 19:25:52.063050994 +0000 UTC [2019-10-13T19:25:52.645Z] #5 0.376 From https://github.com/docker/buildx [2019-10-13T19:25:52.645Z] #5 0.376 * [new branch] master -> build [2019-10-13T19:25:52.887Z] #5 25.74 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-13T19:25:52.887Z] #5 25.76 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-13T19:25:52.887Z] #5 25.86 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-13T19:25:52.927Z] #5 0.776 Switched to branch 'build' [2019-10-13T19:25:53.216Z] #5 completed: 2019-10-13 19:25:52.919741011 +0000 UTC [2019-10-13T19:25:53.216Z] #5 duration: 856.690017ms [2019-10-13T19:25:53.216Z] [2019-10-13T19:25:53.216Z] [2019-10-13T19:25:53.216Z] #6 /bin/sh -c go mod download [2019-10-13T19:25:53.216Z] #6 digest: sha256:569e90b71a93974b0b7d3854036cc049fae9b48f62dd4b370c3317a59b6efaed [2019-10-13T19:25:53.216Z] #6 name: "/bin/sh -c go mod download" [2019-10-13T19:25:53.216Z] #6 started: 2019-10-13 19:25:52.928963081 +0000 UTC [2019-10-13T19:25:53.216Z] #6 0.189 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-13T19:25:53.216Z] #6 0.194 go: finding github.com/spf13/pflag v1.0.3 [2019-10-13T19:25:53.216Z] #6 0.197 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-13T19:25:53.510Z] #6 0.201 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-13T19:25:53.510Z] #6 0.202 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-13T19:25:53.510Z] #6 0.206 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-13T19:25:53.510Z] #6 0.208 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-13T19:25:53.510Z] #6 0.213 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-13T19:25:53.777Z] #5 26.49 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-13T19:25:53.777Z] #5 26.70 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-13T19:25:53.777Z] #5 26.75 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-13T19:25:54.140Z] #6 1.104 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-13T19:25:54.295Z] #5 27.14 go: finding github.com/pkg/profile v1.2.1 [2019-10-13T19:25:54.427Z] #6 1.132 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-13T19:25:55.052Z] #6 1.947 go: finding github.com/imdario/mergo v0.3.7 [2019-10-13T19:25:55.082Z] #5 27.81 go: finding github.com/spf13/cast v1.3.0 [2019-10-13T19:25:55.346Z] #6 2.077 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-13T19:25:55.346Z] #6 2.220 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-13T19:25:55.678Z] #5 28.23 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-13T19:25:55.678Z] #5 28.46 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-13T19:25:55.985Z] #6 3.000 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-13T19:25:56.169Z] #5 28.75 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-13T19:25:56.169Z] #5 28.81 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-13T19:25:56.169Z] #5 28.85 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-13T19:25:56.169Z] #5 28.88 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-13T19:25:56.169Z] #5 28.89 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-13T19:25:56.273Z] #6 3.213 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-13T19:25:56.273Z] #6 3.237 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-13T19:25:56.563Z] #6 3.421 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-13T19:25:56.563Z] #6 3.428 go: finding github.com/gorilla/mux v1.7.0 [2019-10-13T19:25:56.563Z] #6 3.460 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-13T19:25:56.599Z] #5 29.30 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-13T19:25:56.599Z] #5 29.62 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-13T19:25:57.049Z] #5 29.99 go: finding github.com/google/go-cmp v0.2.0 [2019-10-13T19:25:57.195Z] #6 4.016 go: finding github.com/stretchr/testify v1.3.0 [2019-10-13T19:25:57.195Z] #6 4.051 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-13T19:25:57.195Z] #6 4.120 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-13T19:25:57.485Z] #6 4.480 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-13T19:25:57.487Z] #5 30.29 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-13T19:25:57.487Z] #5 30.31 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-13T19:25:57.487Z] #5 30.53 go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-13T19:25:57.894Z] #5 30.76 go: finding google.golang.org/appengine v1.1.0 [2019-10-13T19:25:58.299Z] #5 31.12 go: finding github.com/kr/pty v1.1.1 [2019-10-13T19:25:58.299Z] #5 31.21 go: finding github.com/magiconair/properties v1.8.0 [2019-10-13T19:25:58.299Z] #5 31.21 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-13T19:25:58.516Z] #6 5.164 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-13T19:25:58.516Z] #6 5.308 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-13T19:25:58.516Z] #6 5.327 go: finding github.com/json-iterator/go v1.1.6 [2019-10-13T19:25:58.715Z] #5 31.72 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-13T19:25:59.119Z] #5 31.95 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-13T19:25:59.141Z] #6 5.864 go: finding github.com/pkg/errors v0.8.1 [2019-10-13T19:25:59.429Z] #6 6.245 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-13T19:25:59.429Z] #6 6.307 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-13T19:25:59.519Z] #5 32.15 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-13T19:25:59.520Z] #5 32.29 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-13T19:25:59.520Z] #5 32.36 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-13T19:25:59.520Z] #5 32.54 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-13T19:25:59.717Z] #6 6.512 go: finding github.com/stretchr/objx v0.1.0 [2019-10-13T19:25:59.717Z] #6 6.617 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-13T19:25:59.717Z] #6 6.654 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-13T19:26:00.432Z] #5 33.08 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-13T19:26:00.740Z] #6 7.569 go: finding github.com/gofrs/flock v0.7.0 [2019-10-13T19:26:00.741Z] #6 7.603 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-13T19:26:00.876Z] #5 33.54 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-13T19:26:00.876Z] #5 33.72 go: finding golang.org/x/text v0.3.0 [2019-10-13T19:26:01.027Z] #6 7.764 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-13T19:26:01.028Z] #6 7.870 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-13T19:26:01.028Z] #6 7.936 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-13T19:26:01.581Z] Running on ubuntu-1604-overlay2-arm64v8 (i-0b0657215791818a2) in /home/ubuntu/workspace/moby_PR-40081 [Pipeline] { [Pipeline] checkout [2019-10-13T19:26:01.756Z] #5 34.50 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-13T19:26:01.756Z] #5 34.61 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-13T19:26:01.756Z] #5 34.70 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-13T19:26:01.756Z] #5 34.71 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-13T19:26:02.049Z] #6 8.695 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-13T19:26:02.050Z] #6 8.852 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-13T19:26:02.165Z] #5 34.92 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-13T19:26:02.165Z] #5 35.11 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-13T19:26:02.165Z] #5 35.23 go: finding cloud.google.com/go v0.26.0 [2019-10-13T19:26:02.338Z] #6 9.080 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-13T19:26:02.626Z] #6 9.416 go: finding github.com/spf13/cobra v0.0.3 [2019-10-13T19:26:02.626Z] #6 9.476 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-13T19:26:02.841Z] #5 35.69 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-13T19:26:02.842Z] #5 35.74 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-13T19:26:02.913Z] #6 9.636 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-13T19:26:02.914Z] #6 9.780 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-13T19:26:02.914Z] #6 9.879 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-13T19:26:03.302Z] #5 35.88 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-13T19:26:03.302Z] #5 36.00 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-13T19:26:03.302Z] #5 36.06 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-13T19:26:03.302Z] #5 36.06 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-13T19:26:03.742Z] #5 36.42 go: finding github.com/golang/mock v1.1.1 [2019-10-13T19:26:03.742Z] #5 36.42 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-13T19:26:03.742Z] #5 36.49 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-13T19:26:03.936Z] #6 10.84 go: finding github.com/jinzhu/now v1.0.0 [2019-10-13T19:26:04.569Z] #6 11.28 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-13T19:26:04.569Z] #6 11.30 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-13T19:26:04.569Z] #6 11.34 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-13T19:26:04.615Z] #5 37.26 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-13T19:26:04.615Z] #5 37.34 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-13T19:26:04.615Z] #5 37.48 go: finding github.com/client9/misspell v0.3.4 [2019-10-13T19:26:04.615Z] #5 37.50 go: finding github.com/lib/pq v1.0.0 [2019-10-13T19:26:04.855Z] #6 11.59 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-13T19:26:04.925Z] using credential docker-jenkins-github-credentials [2019-10-13T19:26:04.934Z] Cloning the remote Git repository [2019-10-13T19:26:04.934Z] Cloning with configured refspecs honoured and without tags [2019-10-13T19:26:05.005Z] #5 37.71 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-13T19:26:05.005Z] #5 37.71 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-13T19:26:05.005Z] #5 37.72 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-13T19:26:05.005Z] #5 37.81 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-13T19:26:05.005Z] #5 37.90 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-13T19:26:05.005Z] #5 37.96 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-13T19:26:04.654Z] Cloning repository https://github.com/moby/moby.git [2019-10-13T19:26:04.696Z] > git init /home/ubuntu/workspace/moby_PR-40081 # timeout=10 [2019-10-13T19:26:04.917Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:26:04.918Z] > git --version # timeout=10 [2019-10-13T19:26:04.929Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:26:04.931Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:26:05.876Z] #5 38.75 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-13T19:26:05.883Z] #6 12.57 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-13T19:26:05.883Z] #6 12.75 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-13T19:26:05.883Z] #6 12.80 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-13T19:26:06.528Z] #6 13.33 go: finding go.etcd.io/bbolt v1.3.2 [2019-10-13T19:26:06.528Z] #6 13.51 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-13T19:26:06.720Z] #5 39.58 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-13T19:26:06.720Z] #5 39.58 go: finding github.com/containerd/containerd v1.2.4 [2019-10-13T19:26:06.720Z] #5 39.58 go: finding gotest.tools v2.1.0+incompatible [2019-10-13T19:26:06.720Z] #5 39.61 go: finding github.com/docker/go-units v0.3.1 [2019-10-13T19:26:06.720Z] #5 39.61 go: finding github.com/onsi/gomega v1.4.3 [2019-10-13T19:26:06.720Z] #5 39.61 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-13T19:26:06.720Z] #5 39.68 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-13T19:26:07.135Z] #5 39.75 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-13T19:26:07.539Z] #5 40.28 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-13T19:26:07.561Z] #6 14.22 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-13T19:26:07.561Z] #6 14.44 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-13T19:26:07.956Z] #5 40.83 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-13T19:26:07.956Z] #5 40.85 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-13T19:26:07.956Z] #5 40.85 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-13T19:26:07.956Z] #5 40.90 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-13T19:26:07.956Z] #5 40.92 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-13T19:26:07.956Z] #5 40.95 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-13T19:26:07.956Z] #5 40.96 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-13T19:26:07.956Z] #5 41.02 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-13T19:26:08.189Z] #6 15.09 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-13T19:26:08.189Z] #6 15.20 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-13T19:26:08.365Z] #5 41.13 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-13T19:26:08.365Z] #5 41.16 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-13T19:26:08.481Z] #6 15.40 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-13T19:26:08.768Z] #6 15.58 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-13T19:26:08.768Z] #6 15.70 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-13T19:26:08.780Z] #5 41.55 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-13T19:26:08.780Z] #5 41.65 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-13T19:26:08.780Z] #5 41.78 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-13T19:26:08.780Z] #5 41.80 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-13T19:26:09.804Z] #6 16.43 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-13T19:26:09.804Z] #6 16.56 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-13T19:26:10.095Z] #6 17.01 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-13T19:26:10.385Z] #6 17.15 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-13T19:26:11.016Z] #6 17.86 go: finding github.com/golang/protobuf v1.2.0 [2019-10-13T19:26:13.073Z] #6 19.99 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-13T19:26:13.367Z] #6 20.14 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-13T19:26:13.995Z] #6 21.01 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-13T19:26:14.622Z] #6 21.56 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-13T19:26:14.911Z] #6 21.69 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-13T19:26:14.911Z] #6 21.73 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-13T19:26:15.540Z] #6 22.33 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-13T19:26:16.566Z] #6 23.42 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-13T19:26:16.887Z] #6 23.65 go: finding github.com/stretchr/objx v0.1.1 [2019-10-13T19:26:16.887Z] #6 23.84 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-13T19:26:18.400Z] #6 25.09 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-13T19:26:18.779Z] ---> daa6ab3d3ace [2019-10-13T19:26:19.033Z] #6 25.78 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-13T19:26:19.750Z] Successfully built daa6ab3d3ace [2019-10-13T19:26:20.066Z] #6 26.93 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-13T19:26:20.212Z] Successfully tagged docker:latest [2019-10-13T19:26:20.212Z] INFO: Image build ended at 10/13/2019 19:26:19. Duration:00:00:37.6461774 [2019-10-13T19:26:20.212Z] [2019-10-13T19:26:20.212Z] [2019-10-13T19:26:20.212Z] INFO: Building the test binaries at 10/13/2019 19:26:19... [2019-10-13T19:26:20.356Z] #6 27.24 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-13T19:26:20.651Z] #6 27.39 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-13T19:26:21.280Z] #6 28.13 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-13T19:26:21.280Z] #6 28.17 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-13T19:26:21.280Z] #6 28.26 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-13T19:26:22.320Z] #6 28.94 go: finding google.golang.org/grpc v1.20.1 [2019-10-13T19:26:22.610Z] #6 29.44 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-13T19:26:23.633Z] #6 30.58 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-13T19:26:23.921Z] #6 30.85 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-13T19:26:24.329Z] Fetching without tags [2019-10-13T19:26:24.767Z] Merging remotes/origin/master commit d1e837d2a8d5f82c750c70b2e360b9f103f0273f into PR head commit aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:26:24.906Z] INFO: make.ps1 starting at 10/13/2019 19:26:24 [2019-10-13T19:26:24.907Z] INFO: Git commit (aa655a4d7) assumed from DOCKER_GITCOMMIT environment variable [2019-10-13T19:26:24.907Z] INFO: Invoking autogen... [2019-10-13T19:26:25.367Z] INFO: Building daemon... [2019-10-13T19:26:25.421Z] #6 32.11 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-13T19:26:25.421Z] #6 32.21 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-13T19:26:25.421Z] #6 32.41 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-13T19:26:24.210Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:26:24.232Z] > git config --add remote.origin.fetch +refs/pull/40081/head:refs/remotes/origin/PR-40081 # timeout=10 [2019-10-13T19:26:24.255Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-13T19:26:24.270Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-13T19:26:24.288Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-13T19:26:24.289Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-13T19:26:24.290Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40081/head:refs/remotes/origin/PR-40081 +refs/heads/master:refs/remotes/origin/master [2019-10-13T19:26:24.734Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:26:24.742Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:26:25.710Z] #6 32.57 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-13T19:26:25.710Z] #6 32.64 go: finding github.com/docker/go-units v0.3.1 [2019-10-13T19:26:26.755Z] Merge succeeded, producing aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:26:26.756Z] Checking out Revision aa655a4d73693741cd3f8bc44566eb34585b3303 (PR-40081) [2019-10-13T19:26:27.215Z] #6 33.78 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-13T19:26:27.215Z] #6 33.87 go: finding cloud.google.com/go v0.26.0 [2019-10-13T19:26:27.215Z] #6 33.95 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-13T19:26:27.215Z] #6 34.04 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-13T19:26:27.508Z] #6 34.24 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-13T19:26:26.672Z] > git merge d1e837d2a8d5f82c750c70b2e360b9f103f0273f # timeout=10 [2019-10-13T19:26:26.707Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-13T19:26:26.725Z] > git config core.sparsecheckout # timeout=10 [2019-10-13T19:26:26.740Z] > git checkout -f aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:26:27.800Z] #6 34.62 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-13T19:26:27.800Z] #6 34.67 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-13T19:26:28.087Z] #6 35.02 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-13T19:26:28.227Z] Commit message: "pkg/plugins: use constants for http methods" [2019-10-13T19:26:28.710Z] #6 35.68 go: finding github.com/stretchr/testify v1.2.2 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-13T19:26:29.192Z] + docker version [2019-10-13T19:26:29.334Z] #6 36.26 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-13T19:26:29.978Z] #6 36.83 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-13T19:26:29.978Z] #6 37.00 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-13T19:26:30.276Z] #6 37.13 go: finding gotest.tools v2.1.0+incompatible [2019-10-13T19:26:30.563Z] #6 37.33 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-13T19:26:30.563Z] #6 37.38 go: finding github.com/pkg/profile v1.2.1 [2019-10-13T19:26:30.563Z] #6 37.43 go: finding github.com/containerd/containerd v1.2.4 [2019-10-13T19:26:32.053Z] #6 38.84 go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-13T19:26:32.053Z] #6 39.00 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-13T19:26:32.683Z] #6 39.39 go: finding github.com/lib/pq v1.0.0 [2019-10-13T19:26:32.683Z] #6 39.44 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-13T19:26:32.683Z] #6 39.67 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-13T19:26:32.974Z] #6 39.81 go: finding github.com/spf13/viper v1.3.2 [2019-10-13T19:26:34.473Z] #6 41.28 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-13T19:26:34.473Z] #6 41.33 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-13T19:26:34.473Z] #6 41.35 go: finding github.com/golang/mock v1.1.1 [2019-10-13T19:26:34.473Z] #6 41.45 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-13T19:26:34.759Z] #6 41.60 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-13T19:26:34.759Z] #6 41.66 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-13T19:26:35.412Z] #6 42.03 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-13T19:26:35.412Z] #6 42.42 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-13T19:26:35.806Z] #6 42.74 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-13T19:26:36.825Z] #6 43.63 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-13T19:26:36.825Z] #6 43.72 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-13T19:26:37.453Z] #6 44.13 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-13T19:26:37.453Z] #6 44.37 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-13T19:26:37.453Z] #6 44.42 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-13T19:26:37.743Z] #6 44.53 go: finding github.com/kr/pretty v0.1.0 [2019-10-13T19:26:37.743Z] #6 44.60 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-13T19:26:37.886Z] #5 completed: 2019-10-13 19:26:34.564709884 +0000 UTC [2019-10-13T19:26:37.886Z] #5 duration: 1m7.694050376s [2019-10-13T19:26:37.886Z] [2019-10-13T19:26:37.886Z] [2019-10-13T19:26:37.886Z] #6 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-13T19:26:37.886Z] #6 digest: sha256:af0ce9d7965d34a313b7b0717946a6be7e6f1c309345e7ae84c50bf1398ef83a [2019-10-13T19:26:37.886Z] #6 name: "/bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.com/docker/buildx/version.Version=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Revision=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o /usr/bin/buildx ./cmd/buildx" [2019-10-13T19:26:37.886Z] #6 started: 2019-10-13 19:26:34.566612508 +0000 UTC [2019-10-13T19:26:38.032Z] #6 44.87 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-13T19:26:39.180Z] Client: Docker Engine - Community [2019-10-13T19:26:39.180Z] Version: 19.03.2 [2019-10-13T19:26:39.180Z] API version: 1.40 [2019-10-13T19:26:39.180Z] Go version: go1.12.8 [2019-10-13T19:26:39.180Z] Git commit: 6a30dfc [2019-10-13T19:26:39.180Z] Built: Thu Aug 29 05:32:25 2019 [2019-10-13T19:26:39.180Z] OS/Arch: linux/arm64 [2019-10-13T19:26:39.180Z] Experimental: false [2019-10-13T19:26:39.180Z] [2019-10-13T19:26:39.180Z] Server: Docker Engine - Community [2019-10-13T19:26:39.180Z] Engine: [2019-10-13T19:26:39.180Z] Version: 19.03.2 [2019-10-13T19:26:39.180Z] API version: 1.40 (minimum version 1.12) [2019-10-13T19:26:39.180Z] Go version: go1.12.8 [2019-10-13T19:26:39.180Z] Git commit: 6a30dfc [2019-10-13T19:26:39.180Z] Built: Thu Aug 29 05:30:57 2019 [2019-10-13T19:26:39.180Z] OS/Arch: linux/arm64 [2019-10-13T19:26:39.180Z] Experimental: true [2019-10-13T19:26:39.180Z] containerd: [2019-10-13T19:26:39.180Z] Version: 1.2.6 [2019-10-13T19:26:39.180Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-13T19:26:39.180Z] runc: [2019-10-13T19:26:39.180Z] Version: 1.0.0-rc8 [2019-10-13T19:26:39.180Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-13T19:26:39.180Z] docker-init: [2019-10-13T19:26:39.180Z] Version: 0.18.0 [2019-10-13T19:26:39.180Z] GitCommit: fec3683 [Pipeline] sh [2019-10-13T19:26:39.504Z] + docker info [2019-10-13T19:26:39.529Z] #6 46.30 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-13T19:26:40.156Z] #6 47.08 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-13T19:26:40.447Z] #6 47.21 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-13T19:26:40.447Z] #6 47.34 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-13T19:26:40.738Z] #6 47.47 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-13T19:26:40.738Z] #6 47.67 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-13T19:26:41.370Z] #6 48.30 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-13T19:26:41.801Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:26:41.801Z] [2019-10-13T19:26:41.801Z] [2019-10-13T19:26:41.801Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-13T19:26:41.801Z] [2019-10-13T19:26:41.801Z] [2019-10-13T19:26:41.801Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-13T19:26:41.801Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-13T19:26:41.801Z] No new tests added to integration. [2019-10-13T19:26:41.801Z] [2019-10-13T19:26:41.801Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-13T19:26:41.801Z] PKG_CONFIG=pkg-config [2019-10-13T19:26:41.801Z] GOLANG_VERSION=1.13.1 [2019-10-13T19:26:41.801Z] HOSTNAME=a8fca063fe0a [2019-10-13T19:26:41.801Z] KEEPBUNDLE=1 [2019-10-13T19:26:41.801Z] container=docker [2019-10-13T19:26:41.801Z] TEST_SKIP_INTEGRATION=1 [2019-10-13T19:26:41.801Z] GO111MODULE=off [2019-10-13T19:26:41.801Z] GOPATH=/go [2019-10-13T19:26:41.801Z] PWD=/go/src/github.com/docker/docker [2019-10-13T19:26:41.801Z] HOME=/root [2019-10-13T19:26:41.801Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-13T19:26:41.801Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-13T19:26:41.801Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-13T19:26:41.801Z] DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:26:41.801Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-13T19:26:41.801Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-13T19:26:41.801Z] TERM=xterm [2019-10-13T19:26:41.801Z] VALIDATE_BRANCH=master [2019-10-13T19:26:41.801Z] DEST=bundles/test-integration [2019-10-13T19:26:41.801Z] SHLVL=1 [2019-10-13T19:26:41.801Z] TIMEOUT=120m [2019-10-13T19:26:41.801Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-13T19:26:41.801Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-13T19:26:41.801Z] DOCKER_PKG=github.com/docker/docker [2019-10-13T19:26:41.801Z] TESTDEBUG=0 [2019-10-13T19:26:41.801Z] _=/usr/bin/env [2019-10-13T19:26:41.801Z] Building test suite binary ./integration-cli/test.main [2019-10-13T19:26:41.801Z] PKG_CONFIG=pkg-config [2019-10-13T19:26:41.801Z] GOLANG_VERSION=1.13.1 [2019-10-13T19:26:41.801Z] HOSTNAME=bc71759a4a62 [2019-10-13T19:26:41.801Z] KEEPBUNDLE=1 [2019-10-13T19:26:41.801Z] container=docker [2019-10-13T19:26:41.801Z] TEST_SKIP_INTEGRATION=1 [2019-10-13T19:26:41.801Z] GO111MODULE=off [2019-10-13T19:26:41.801Z] GOPATH=/go [2019-10-13T19:26:41.801Z] PWD=/go/src/github.com/docker/docker [2019-10-13T19:26:41.801Z] HOME=/root [2019-10-13T19:26:41.801Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-13T19:26:41.801Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-13T19:26:41.801Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-13T19:26:41.801Z] DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:26:41.801Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-13T19:26:41.801Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-13T19:26:41.801Z] TERM=xterm [2019-10-13T19:26:41.801Z] VALIDATE_BRANCH=master [2019-10-13T19:26:41.801Z] DEST=bundles/test-integration [2019-10-13T19:26:41.801Z] SHLVL=1 [2019-10-13T19:26:41.801Z] TIMEOUT=120m [2019-10-13T19:26:41.801Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-13T19:26:41.801Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-13T19:26:41.801Z] DOCKER_PKG=github.com/docker/docker [2019-10-13T19:26:41.801Z] TESTDEBUG=0 [2019-10-13T19:26:41.801Z] _=/usr/bin/env [2019-10-13T19:26:41.801Z] Building test suite binary ./integration-cli/test.main [2019-10-13T19:26:41.801Z] PKG_CONFIG=pkg-config [2019-10-13T19:26:41.801Z] GOLANG_VERSION=1.13.1 [2019-10-13T19:26:41.801Z] HOSTNAME=39b4106eb291 [2019-10-13T19:26:41.801Z] KEEPBUNDLE=1 [2019-10-13T19:26:41.801Z] container=docker [2019-10-13T19:26:41.801Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-13T19:26:41.801Z] GO111MODULE=off [2019-10-13T19:26:41.801Z] GOPATH=/go [2019-10-13T19:26:41.801Z] PWD=/go/src/github.com/docker/docker [2019-10-13T19:26:41.801Z] HOME=/root [2019-10-13T19:26:41.801Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-13T19:26:41.801Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-13T19:26:41.801Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-13T19:26:41.801Z] DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:26:41.801Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-13T19:26:41.801Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-13T19:26:41.801Z] TERM=xterm [2019-10-13T19:26:41.801Z] VALIDATE_BRANCH=master [2019-10-13T19:26:41.801Z] DEST=bundles/test-integration [2019-10-13T19:26:41.801Z] SHLVL=1 [2019-10-13T19:26:41.801Z] TIMEOUT=120m [2019-10-13T19:26:41.801Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-13T19:26:41.801Z] DOCKER_PKG=github.com/docker/docker [2019-10-13T19:26:41.801Z] TESTDEBUG=0 [2019-10-13T19:26:41.801Z] _=/usr/bin/env [2019-10-13T19:26:41.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-13T19:26:42.001Z] #6 48.64 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-13T19:26:43.519Z] #6 50.36 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-13T19:26:43.519Z] #6 50.38 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-13T19:26:44.543Z] #6 51.52 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-13T19:26:45.575Z] #6 52.46 go: finding github.com/kr/text v0.1.0 [2019-10-13T19:26:46.201Z] #6 53.20 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-13T19:26:46.496Z] #6 53.27 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-13T19:26:46.496Z] #6 53.31 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-13T19:26:46.496Z] #6 53.46 go: finding github.com/spf13/cast v1.3.0 [2019-10-13T19:26:46.787Z] #6 53.71 go: finding github.com/onsi/gomega v1.4.3 [2019-10-13T19:26:47.416Z] #6 54.15 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-13T19:26:47.705Z] #6 54.59 go: finding github.com/google/go-cmp v0.2.0 [2019-10-13T19:26:47.705Z] #6 54.64 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-13T19:26:49.237Z] #6 55.74 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-13T19:26:49.237Z] #6 56.02 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-13T19:26:49.237Z] #6 56.09 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-13T19:26:49.489Z] Client: [2019-10-13T19:26:49.489Z] Debug Mode: false [2019-10-13T19:26:49.489Z] [2019-10-13T19:26:49.489Z] Server: [2019-10-13T19:26:49.489Z] Containers: 0 [2019-10-13T19:26:49.489Z] Running: 0 [2019-10-13T19:26:49.489Z] Paused: 0 [2019-10-13T19:26:49.489Z] Stopped: 0 [2019-10-13T19:26:49.489Z] Images: 0 [2019-10-13T19:26:49.489Z] Server Version: 19.03.2 [2019-10-13T19:26:49.489Z] Storage Driver: overlay2 [2019-10-13T19:26:49.489Z] Backing Filesystem: extfs [2019-10-13T19:26:49.489Z] Supports d_type: true [2019-10-13T19:26:49.489Z] Native Overlay Diff: true [2019-10-13T19:26:49.489Z] Logging Driver: json-file [2019-10-13T19:26:49.489Z] Cgroup Driver: cgroupfs [2019-10-13T19:26:49.489Z] Plugins: [2019-10-13T19:26:49.489Z] Volume: local [2019-10-13T19:26:49.489Z] Network: bridge host ipvlan macvlan null overlay [2019-10-13T19:26:49.489Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-13T19:26:49.489Z] Swarm: inactive [2019-10-13T19:26:49.489Z] Runtimes: runc [2019-10-13T19:26:49.489Z] Default Runtime: runc [2019-10-13T19:26:49.489Z] Init Binary: docker-init [2019-10-13T19:26:49.489Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-13T19:26:49.489Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-13T19:26:49.489Z] init version: fec3683 [2019-10-13T19:26:49.489Z] Security Options: [2019-10-13T19:26:49.489Z] apparmor [2019-10-13T19:26:49.489Z] seccomp [2019-10-13T19:26:49.489Z] Profile: default [2019-10-13T19:26:49.489Z] Kernel Version: 4.15.0-1048-aws [2019-10-13T19:26:49.489Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-13T19:26:49.489Z] OSType: linux [2019-10-13T19:26:49.489Z] Architecture: aarch64 [2019-10-13T19:26:49.489Z] CPUs: 4 [2019-10-13T19:26:49.489Z] Total Memory: 7.525GiB [2019-10-13T19:26:49.489Z] Name: ip-10-100-54-255 [2019-10-13T19:26:49.489Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-10-13T19:26:49.489Z] Docker Root Dir: /var/lib/docker [2019-10-13T19:26:49.489Z] Debug Mode: false [2019-10-13T19:26:49.489Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:26:49.489Z] Labels: [2019-10-13T19:26:49.489Z] Experimental: true [2019-10-13T19:26:49.489Z] Insecure Registries: [2019-10-13T19:26:49.489Z] 127.0.0.0/8 [2019-10-13T19:26:49.489Z] Live Restore Enabled: true [2019-10-13T19:26:49.489Z] [2019-10-13T19:26:49.489Z] WARNING: No swap limit support [Pipeline] sh [2019-10-13T19:26:49.785Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:26:49.785Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-13T19:26:49.785Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40081/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-13T19:26:49.785Z] + bash /home/ubuntu/workspace/moby_PR-40081/check-config.sh [2019-10-13T19:26:49.785Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-13T19:26:49.785Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-13T19:26:49.785Z] [2019-10-13T19:26:49.785Z] Generally Necessary: [2019-10-13T19:26:49.785Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-13T19:26:49.785Z] - apparmor: enabled and tools installed [2019-10-13T19:26:49.785Z] - CONFIG_NAMESPACES: enabled [2019-10-13T19:26:49.785Z] - CONFIG_NET_NS: enabled [2019-10-13T19:26:49.785Z] - CONFIG_PID_NS: enabled [2019-10-13T19:26:49.785Z] - CONFIG_IPC_NS: enabled [2019-10-13T19:26:49.785Z] - CONFIG_UTS_NS: enabled [2019-10-13T19:26:49.868Z] #6 56.80 go: finding github.com/docker/go-connections v0.3.0 [2019-10-13T19:26:49.868Z] #6 56.92 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-13T19:26:50.047Z] - CONFIG_CGROUPS: enabled [2019-10-13T19:26:50.047Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-13T19:26:50.047Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-13T19:26:50.047Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-13T19:26:50.047Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-13T19:26:50.047Z] - CONFIG_CPUSETS: enabled [2019-10-13T19:26:50.047Z] - CONFIG_MEMCG: enabled [2019-10-13T19:26:50.047Z] - CONFIG_KEYS: enabled [2019-10-13T19:26:50.047Z] - CONFIG_VETH: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-13T19:26:50.047Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-13T19:26:50.047Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-13T19:26:50.047Z] [2019-10-13T19:26:50.047Z] Optional Features: [2019-10-13T19:26:50.047Z] - CONFIG_USER_NS: enabled [2019-10-13T19:26:50.047Z] - CONFIG_SECCOMP: enabled [2019-10-13T19:26:50.047Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-13T19:26:50.047Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-13T19:26:50.307Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-13T19:26:50.307Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-13T19:26:50.307Z] - CONFIG_BLK_CGROUP: enabled [2019-10-13T19:26:50.307Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-13T19:26:50.307Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-13T19:26:50.307Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-13T19:26:50.307Z] - CONFIG_CGROUP_PERF: enabled [2019-10-13T19:26:50.307Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-13T19:26:50.307Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-13T19:26:50.307Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-13T19:26:50.307Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-13T19:26:50.307Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-13T19:26:50.307Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-13T19:26:50.307Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-13T19:26:50.307Z] - CONFIG_IP_VS: enabled (as module) [2019-10-13T19:26:50.307Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-13T19:26:50.307Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-13T19:26:50.307Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-13T19:26:50.307Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-13T19:26:50.307Z] - CONFIG_EXT4_FS: enabled [2019-10-13T19:26:50.307Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-13T19:26:50.307Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-13T19:26:50.307Z] - Network Drivers: [2019-10-13T19:26:50.307Z] - "overlay": [2019-10-13T19:26:50.567Z] - CONFIG_VXLAN: enabled (as module) [2019-10-13T19:26:50.567Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-13T19:26:50.567Z] Optional (for encrypted networks): [2019-10-13T19:26:50.567Z] - CONFIG_CRYPTO: enabled [2019-10-13T19:26:50.567Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-13T19:26:50.567Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-13T19:26:50.567Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-13T19:26:50.567Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-13T19:26:50.567Z] - CONFIG_XFRM: enabled [2019-10-13T19:26:50.567Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-13T19:26:50.567Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-13T19:26:50.567Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-13T19:26:50.567Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-13T19:26:50.567Z] - "ipvlan": [2019-10-13T19:26:50.567Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-13T19:26:50.567Z] - "macvlan": [2019-10-13T19:26:50.567Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-13T19:26:50.567Z] - CONFIG_DUMMY: enabled (as module) [2019-10-13T19:26:50.568Z] - "ftp,tftp client in container": [2019-10-13T19:26:50.568Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-13T19:26:50.568Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-13T19:26:50.568Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-13T19:26:50.568Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-13T19:26:50.568Z] - Storage Drivers: [2019-10-13T19:26:50.568Z] - "aufs": [2019-10-13T19:26:50.568Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-13T19:26:50.568Z] - "btrfs": [2019-10-13T19:26:50.568Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-13T19:26:50.827Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-13T19:26:50.827Z] - "devicemapper": [2019-10-13T19:26:50.827Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-13T19:26:50.827Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-13T19:26:50.827Z] - "overlay": [2019-10-13T19:26:50.827Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-13T19:26:50.827Z] - "zfs": [2019-10-13T19:26:50.827Z] - /dev/zfs: missing [2019-10-13T19:26:50.827Z] - zfs command: missing [2019-10-13T19:26:50.827Z] - zpool command: missing [2019-10-13T19:26:50.827Z] [2019-10-13T19:26:50.827Z] Limits: [2019-10-13T19:26:50.827Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-13T19:26:50.827Z] [2019-10-13T19:26:50.827Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-13T19:26:51.197Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:aa655a4d73693741cd3f8bc44566eb34585b3303 . [2019-10-13T19:26:51.197Z] #1 [internal] load .dockerignore [2019-10-13T19:26:51.197Z] #1 transferring context: 87B 0.0s done [2019-10-13T19:26:51.197Z] #1 DONE 0.1s [2019-10-13T19:26:51.197Z] [2019-10-13T19:26:51.197Z] #2 [internal] load build definition from Dockerfile [2019-10-13T19:26:51.197Z] #2 transferring dockerfile: 13.58kB done [2019-10-13T19:26:51.197Z] #2 DONE 0.1s [2019-10-13T19:26:51.197Z] [2019-10-13T19:26:51.197Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-13T19:26:51.371Z] #6 58.29 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-13T19:26:52.145Z] #3 DONE 0.7s [2019-10-13T19:26:52.145Z] [2019-10-13T19:26:52.145Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-13T19:26:52.145Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-13T19:26:52.145Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-13T19:26:52.145Z] #4 sha256:5ad7493ba73122416a217fbaa5c0260d82c6676966fccc5d0d2a1763fac0f9ee 527B / 527B done [2019-10-13T19:26:52.145Z] #4 sha256:72fa37e1bbb8425c78e5eecdb2c20de58609e6712dbd107f89e8222e79fec1dd 893B / 893B done [2019-10-13T19:26:52.145Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 3.72MB / 8.26MB 0.2s [2019-10-13T19:26:52.145Z] #4 sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 8.26MB / 8.26MB 0.2s done [2019-10-13T19:26:52.145Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 [2019-10-13T19:26:52.405Z] #6 59.35 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-13T19:26:52.407Z] #4 extracting sha256:34db9286601bf60b52cef4ac65ca94a6b0e1571942f64f857832ae8624cba796 0.2s done [2019-10-13T19:26:52.407Z] #4 DONE 0.6s [2019-10-13T19:26:52.694Z] #6 59.53 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-13T19:26:52.984Z] #6 59.87 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-13T19:26:52.984Z] #6 59.91 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-13T19:26:52.984Z] #6 60.00 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-13T19:26:53.029Z] [2019-10-13T19:26:53.029Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-13T19:26:53.304Z] #5 DONE 0.5s [2019-10-13T19:26:53.565Z] [2019-10-13T19:26:53.565Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:26:53.565Z] #6 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-13T19:26:53.827Z] #6 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-13T19:26:53.827Z] #6 sha256:c47fddbd4870178f227f42d9e6001232385e961748e0463641afca6b5eb9ef42 1.79kB / 1.79kB done [2019-10-13T19:26:53.827Z] #6 sha256:9c4c24cd2731d8b9ab6298cf8a0dca57cd30005f8d7b9a225f9113bc56faaf65 5.46kB / 5.46kB done [2019-10-13T19:26:53.827Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 0B / 43.14MB 0.3s [2019-10-13T19:26:53.827Z] #6 sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 0B / 4.09MB 0.3s [2019-10-13T19:26:53.827Z] #6 sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 0B / 9.74MB 0.3s [2019-10-13T19:26:54.113Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 4.59MB / 43.14MB 0.4s [2019-10-13T19:26:54.113Z] #6 sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 1.15MB / 9.74MB 0.4s [2019-10-13T19:26:54.113Z] #6 ... [2019-10-13T19:26:54.113Z] [2019-10-13T19:26:54.113Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-13T19:26:54.113Z] #67 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done [2019-10-13T19:26:54.113Z] #67 DONE 0.7s [2019-10-13T19:26:54.113Z] [2019-10-13T19:26:54.113Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:26:54.113Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 15.67MB / 43.14MB 0.5s [2019-10-13T19:26:54.113Z] #6 sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 2.16MB / 4.09MB 0.5s [2019-10-13T19:26:54.113Z] #6 sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 9.74MB / 9.74MB 0.5s [2019-10-13T19:26:54.372Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 33.54MB / 43.14MB 0.9s [2019-10-13T19:26:54.372Z] #6 sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 4.09MB / 4.09MB 0.7s done [2019-10-13T19:26:54.372Z] #6 sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 9.74MB / 9.74MB 0.6s done [2019-10-13T19:26:54.372Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 10.87MB / 48.02MB 0.9s [2019-10-13T19:26:54.372Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 0B / 49.09MB 0.9s [2019-10-13T19:26:54.636Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 39.88MB / 43.14MB 1.0s [2019-10-13T19:26:54.636Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 17.44MB / 48.02MB 1.0s [2019-10-13T19:26:54.636Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 43.14MB / 43.14MB 1.1s [2019-10-13T19:26:54.636Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 25.19MB / 48.02MB 1.1s [2019-10-13T19:26:54.636Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 11.91MB / 49.09MB 1.1s [2019-10-13T19:26:54.898Z] #6 sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 43.14MB / 43.14MB 1.2s done [2019-10-13T19:26:54.898Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 30.27MB / 48.02MB 1.2s [2019-10-13T19:26:54.898Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 20.51MB / 49.09MB 1.2s [2019-10-13T19:26:54.898Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 0B / 97.60MB 1.2s [2019-10-13T19:26:54.898Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 34.37MB / 48.02MB 1.3s [2019-10-13T19:26:54.898Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 28.41MB / 49.09MB 1.3s [2019-10-13T19:26:54.898Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 41.45MB / 48.02MB 1.4s [2019-10-13T19:26:55.032Z] #6 61.58 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-13T19:26:55.160Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 48.02MB / 48.02MB 1.6s [2019-10-13T19:26:55.160Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 37.88MB / 49.09MB 1.6s [2019-10-13T19:26:55.160Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 9.27MB / 97.60MB 1.6s [2019-10-13T19:26:55.160Z] #6 extracting sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 [2019-10-13T19:26:55.160Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 16.86MB / 97.60MB 1.6s [2019-10-13T19:26:55.322Z] #6 62.21 go: finding github.com/client9/misspell v0.3.4 [2019-10-13T19:26:55.420Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 49.09MB / 49.09MB 1.8s [2019-10-13T19:26:55.420Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 33.54MB / 97.60MB 1.8s [2019-10-13T19:26:55.611Z] #6 62.38 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-13T19:26:55.611Z] #6 62.44 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-13T19:26:55.611Z] #6 62.59 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-13T19:26:55.683Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 46.63MB / 97.60MB 2.1s [2019-10-13T19:26:55.900Z] #6 62.90 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-13T19:26:55.943Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 58.07MB / 97.60MB 2.2s [2019-10-13T19:26:55.943Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 65.99MB / 97.60MB 2.3s [2019-10-13T19:26:55.943Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 74.64MB / 97.60MB 2.5s [2019-10-13T19:26:57.331Z] #6 sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 48.02MB / 48.02MB 2.8s done [2019-10-13T19:26:57.331Z] #6 sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 49.09MB / 49.09MB 3.4s done [2019-10-13T19:26:57.331Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 97.60MB / 97.60MB 3.5s [2019-10-13T19:26:57.331Z] #6 sha256:3b587a588905a836d7d5e19fdfea337e76ed2b24a53a9ffb3813d147f9f37707 155B / 155B 3.5s done [2019-10-13T19:26:57.331Z] #6 ... [2019-10-13T19:26:57.331Z] [2019-10-13T19:26:57.331Z] #21 [internal] load build context [2019-10-13T19:26:57.331Z] #21 transferring context: 45.61MB 3.7s done [2019-10-13T19:26:57.331Z] #21 DONE 3.7s [2019-10-13T19:26:57.331Z] [2019-10-13T19:26:57.331Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:26:57.331Z] #6 sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 97.60MB / 97.60MB 3.6s done [2019-10-13T19:26:57.402Z] #6 64.38 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-13T19:26:57.402Z] #6 64.39 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-13T19:26:57.906Z] #6 ... [2019-10-13T19:26:57.906Z] [2019-10-13T19:26:57.906Z] #67 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-13T19:26:57.906Z] #67 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-13T19:26:57.906Z] #67 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-13T19:26:57.906Z] #67 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 3.0s done [2019-10-13T19:26:57.906Z] #67 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0.6s done [2019-10-13T19:26:57.906Z] #67 DONE 3.7s [2019-10-13T19:26:57.906Z] [2019-10-13T19:26:57.906Z] #6 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:26:58.028Z] #6 64.73 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-13T19:26:58.028Z] #6 64.88 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-13T19:26:58.028Z] #6 64.97 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-13T19:26:58.655Z] #6 65.43 go: finding github.com/magiconair/properties v1.8.0 [2019-10-13T19:26:58.855Z] #6 extracting sha256:815c1832d6513be8edd397e11041a4aee3f96dce52f0ebcb981c3b9cdd510b36 3.7s done [2019-10-13T19:26:58.944Z] #6 65.74 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-13T19:26:58.944Z] #6 65.82 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-13T19:26:59.115Z] #6 extracting sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea [2019-10-13T19:26:59.231Z] #6 66.21 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-13T19:26:59.376Z] #6 extracting sha256:f04bed802a875187697c84fbe66916965d4793e879ff5bb0b618d3cfb4967eea 0.4s done [2019-10-13T19:26:59.521Z] #6 66.36 go: finding github.com/docker/go-connections v0.4.0 [2019-10-13T19:26:59.636Z] #6 extracting sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 [2019-10-13T19:26:59.807Z] #6 66.72 go: finding github.com/spf13/afero v1.1.2 [2019-10-13T19:26:59.807Z] #6 66.72 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-13T19:26:59.807Z] #6 66.76 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-13T19:26:59.895Z] #6 extracting sha256:6d5c571b36bfd171c2d8ed92043e8246a279ad06d7a71f3d7db36aa14117f1d7 0.2s done [2019-10-13T19:27:00.155Z] #6 extracting sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 [2019-10-13T19:27:00.346Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:24104488 Name:quota Decls:[0xc02dd2b000 0xc02dd2b080 0xc02dd2b100 0xc02dd2b180 0xc02dd29410 0xc02dd29560] Scope:scope 0xc02dd23220 { [2019-10-13T19:27:00.346Z] type errQuotaNotSupported [2019-10-13T19:27:00.346Z] var ErrQuotaNotSupported [2019-10-13T19:27:00.346Z] } [2019-10-13T19:27:00.346Z] Imports:[0xc02dd29290] Unresolved:[errdefs nil string] Comments:[0xc02dd2c880 0xc02dd2ca00]} [2019-10-13T19:27:00.432Z] #6 67.30 go: finding google.golang.org/appengine v1.1.0 [2019-10-13T19:27:00.432Z] #6 67.42 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-13T19:27:00.720Z] #6 67.70 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-13T19:27:01.007Z] #6 67.72 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-13T19:27:01.007Z] #6 67.81 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-13T19:27:01.643Z] #6 68.39 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-13T19:27:01.643Z] #6 68.48 go: finding gotest.tools v2.2.0+incompatible [2019-10-13T19:27:02.064Z] #6 extracting sha256:2f32707d637509a6dfb7642e2cc074962286caa42ae19d4aa8d4dcf194d0bad7 2.1s done [2019-10-13T19:27:02.325Z] #6 extracting sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 0.1s [2019-10-13T19:27:02.668Z] #6 69.43 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-13T19:27:03.697Z] #6 70.36 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-13T19:27:03.697Z] #6 70.41 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-13T19:27:03.697Z] #6 70.54 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-13T19:27:04.231Z] #6 extracting sha256:6ceb0f7e453f82536f97a5c312f830bb00d39d05948576dee46e1d34171b3cfe 1.5s done [2019-10-13T19:27:04.231Z] #6 extracting sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 0.1s [2019-10-13T19:27:04.730Z] #6 71.57 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-13T19:27:06.233Z] #6 72.88 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-13T19:27:06.233Z] #6 73.03 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-13T19:27:06.233Z] #6 73.08 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-13T19:27:06.233Z] #6 73.13 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-13T19:27:06.233Z] #6 73.16 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-13T19:27:06.233Z] #6 73.19 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-13T19:27:06.870Z] #6 73.55 go: finding golang.org/x/text v0.3.0 [2019-10-13T19:27:06.870Z] #6 73.90 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-13T19:27:07.524Z] #6 extracting sha256:28916fb261c04c0a28f4cbd09af035959f01a5dce6e2d7891dda61382afefe45 3.4s done [2019-10-13T19:27:07.784Z] #6 extracting sha256:3b587a588905a836d7d5e19fdfea337e76ed2b24a53a9ffb3813d147f9f37707 done [2019-10-13T19:27:08.043Z] #6 DONE 14.5s [2019-10-13T19:27:08.043Z] [2019-10-13T19:27:08.043Z] #7 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-13T19:27:08.933Z] #6 75.61 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-13T19:27:08.933Z] #6 75.64 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-13T19:27:09.221Z] #6 76.04 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-13T19:27:09.221Z] #6 76.18 go: finding github.com/kr/pty v1.1.1 [2019-10-13T19:27:11.335Z] #7 DONE 3.2s [2019-10-13T19:27:11.335Z] [2019-10-13T19:27:11.335Z] #8 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-13T19:27:12.274Z] #8 DONE 1.1s [2019-10-13T19:27:12.274Z] [2019-10-13T19:27:12.274Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:27:12.386Z] #6 completed: 2019-10-13 19:27:07.675677184 +0000 UTC [2019-10-13T19:27:12.386Z] #6 duration: 33.109064676s [2019-10-13T19:27:12.386Z] [2019-10-13T19:27:12.386Z] [2019-10-13T19:27:12.386Z] #8 exporting to image [2019-10-13T19:27:12.386Z] #8 digest: sha256:5015f824fcfdc719fff38528b1488b27201d4f383d4c2ba1ea83a211e4aa9caf [2019-10-13T19:27:12.386Z] #8 name: "exporting to image" [2019-10-13T19:27:12.386Z] #8 started: 2019-10-13 19:27:07.677118734 +0000 UTC [2019-10-13T19:27:12.386Z] #8 exporting layers [2019-10-13T19:27:12.536Z] #20 ... [2019-10-13T19:27:12.536Z] [2019-10-13T19:27:12.536Z] #25 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:27:12.536Z] #25 DONE 0.1s [2019-10-13T19:27:12.536Z] [2019-10-13T19:27:12.536Z] #63 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-13T19:27:12.536Z] #63 DONE 0.2s [2019-10-13T19:27:12.536Z] [2019-10-13T19:27:12.536Z] #29 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-13T19:27:12.775Z] #8 exporting layers 4.9s done [2019-10-13T19:27:12.775Z] #8 completed: 2019-10-13 19:27:12.597483442 +0000 UTC [2019-10-13T19:27:12.775Z] #8 duration: 4.920364708s [2019-10-13T19:27:12.775Z] #8 writing image sha256:a184b1bf9b91b65c3bdc3aab781bfd7ffbb15289b164a9a7d345beb40e0e9abd done [2019-10-13T19:27:12.775Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-13T19:27:12.775Z] [2019-10-13T19:27:12.797Z] #29 DONE 0.3s [2019-10-13T19:27:12.797Z] [2019-10-13T19:27:12.797Z] #26 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-13T19:27:12.797Z] #26 DONE 0.3s [2019-10-13T19:27:12.797Z] [2019-10-13T19:27:12.797Z] #55 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-13T19:27:12.797Z] #55 DONE 0.3s [2019-10-13T19:27:12.797Z] [2019-10-13T19:27:12.797Z] #52 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-13T19:27:12.797Z] #52 DONE 0.3s [2019-10-13T19:27:12.797Z] [2019-10-13T19:27:12.797Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:27:12.797Z] #56 ... [2019-10-13T19:27:12.797Z] [2019-10-13T19:27:12.797Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-13T19:27:12.797Z] #32 DONE 0.4s [2019-10-13T19:27:12.797Z] [2019-10-13T19:27:12.797Z] #35 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-13T19:27:12.797Z] #35 DONE 0.4s [2019-10-13T19:27:13.065Z] [2019-10-13T19:27:13.065Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:27:13.141Z] 261b18f62f8d713741f4e910424c8534b50a53928f39fc8812b2c42e6a49e831 [2019-10-13T19:27:13.141Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:aa655a4d73693741cd3f8bc44566eb34585b3303 . [2019-10-13T19:27:13.141Z] #1 [internal] booting buildkit [2019-10-13T19:27:13.503Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-13T19:27:15.345Z] #1 pulling image moby/buildkit:buildx-stable-1 2.1s done [2019-10-13T19:27:15.345Z] #1 creating container buildx_buildkit_default [2019-10-13T19:27:16.124Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-13T19:27:16.124Z] #1 DONE 2.6s [2019-10-13T19:27:16.124Z] [2019-10-13T19:27:16.124Z] #3 [internal] load build definition from Dockerfile [2019-10-13T19:27:16.124Z] #3 transferring dockerfile: 13.58kB done [2019-10-13T19:27:16.124Z] #3 DONE 0.0s [2019-10-13T19:27:16.124Z] [2019-10-13T19:27:16.124Z] #2 [internal] load .dockerignore [2019-10-13T19:27:16.124Z] #2 transferring context: 87B done [2019-10-13T19:27:16.124Z] #2 DONE 0.0s [2019-10-13T19:27:16.124Z] [2019-10-13T19:27:16.124Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-13T19:27:17.935Z] #4 DONE 1.5s [2019-10-13T19:27:17.935Z] [2019-10-13T19:27:17.935Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-13T19:27:17.935Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-13T19:27:17.935Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-10-13T19:27:17.935Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2019-10-13T19:27:17.935Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-10-13T19:27:17.935Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-13T19:27:18.107Z] #36 ... [2019-10-13T19:27:18.107Z] [2019-10-13T19:27:18.107Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:18.107Z] #38 3.957 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:18.107Z] #38 4.043 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:18.107Z] #38 4.070 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:18.107Z] #38 4.078 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:18.107Z] #38 4.079 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:18.107Z] #38 4.622 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-13T19:27:18.107Z] #38 5.566 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-13T19:27:18.107Z] #38 ... [2019-10-13T19:27:18.107Z] [2019-10-13T19:27:18.107Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:27:18.107Z] #56 5.386 + RM_GOPATH=0 [2019-10-13T19:27:18.107Z] #56 5.388 + TMP_GOPATH= [2019-10-13T19:27:18.107Z] #56 5.388 + : /build [2019-10-13T19:27:18.107Z] #56 5.389 + '[' -z '' ']' [2019-10-13T19:27:18.107Z] #56 5.394 ++ mktemp -d [2019-10-13T19:27:18.107Z] #56 5.399 + export GOPATH=/tmp/tmp.n7NHLS0oxX [2019-10-13T19:27:18.107Z] #56 5.404 + GOPATH=/tmp/tmp.n7NHLS0oxX [2019-10-13T19:27:18.107Z] #56 5.404 + RM_GOPATH=1 [2019-10-13T19:27:18.107Z] #56 5.405 ++ dirname ./install.sh [2019-10-13T19:27:18.107Z] #56 5.413 + dir=. [2019-10-13T19:27:18.107Z] #56 5.414 + bin=dockercli [2019-10-13T19:27:18.107Z] #56 5.415 + shift [2019-10-13T19:27:18.107Z] #56 5.415 + '[' '!' -f ./dockercli.installer ']' [2019-10-13T19:27:18.107Z] #56 5.417 + . ./dockercli.installer [2019-10-13T19:27:18.107Z] #56 5.418 ++ : stable [2019-10-13T19:27:18.107Z] #56 5.418 ++ : 17.06.2-ce [2019-10-13T19:27:18.107Z] #56 5.423 + install_dockercli [2019-10-13T19:27:18.107Z] #56 5.425 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-13T19:27:18.107Z] #56 5.425 Install docker/cli version 17.06.2-ce from stable [2019-10-13T19:27:18.107Z] #56 5.427 ++ uname -m [2019-10-13T19:27:18.107Z] #56 5.429 + arch=aarch64 [2019-10-13T19:27:18.107Z] #56 5.429 + '[' aarch64 '!=' x86_64 ']' [2019-10-13T19:27:18.107Z] #56 5.430 + '[' aarch64 '!=' s390x ']' [2019-10-13T19:27:18.107Z] #56 5.430 + '[' aarch64 '!=' armhf ']' [2019-10-13T19:27:18.107Z] #56 5.431 + build_dockercli [2019-10-13T19:27:18.107Z] #56 5.431 + git clone https://github.com/docker/docker-ce /tmp/tmp.n7NHLS0oxX/tmp/docker-ce [2019-10-13T19:27:18.107Z] #56 5.435 Cloning into '/tmp/tmp.n7NHLS0oxX/tmp/docker-ce'... [2019-10-13T19:27:18.316Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-13T19:27:18.316Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2019-10-13T19:27:18.316Z] #5 DONE 0.6s [2019-10-13T19:27:18.503Z] INFO [runner] worker.1 took 1m37.726274322s with stages: megacheck: 48.142323821s, govet: 26.568578697s, gosec: 12.354339437s, gofmt: 4.361474101s, ineffassign: 2.766168651s, misspell: 2.349042424s, varcheck: 502.974585ms, deadcode: 345.515486ms, structcheck: 177.771196ms, unconvert: 158.00323ms, typecheck: 5.387µs [2019-10-13T19:27:18.503Z] INFO [runner] worker.2 took 1m40.019033117s with stages: golint: 1m12.972776167s, goimports: 27.04624336s [2019-10-13T19:27:18.503Z] INFO [runner] Workers idle times: #1: 2.296552092s [2019-10-13T19:27:18.503Z] INFO [runner] Issues before processing: 1956, after processing: 0 [2019-10-13T19:27:18.503Z] INFO [runner] processing took 400.546915ms with stages: autogenerated_exclude: 129.550511ms, identifier_marker: 80.596107ms, nolint: 66.771991ms, exclude: 59.835237ms, skip_dirs: 45.780583ms, path_prettifier: 8.004402ms, filename_unadjuster: 5.171903ms, cgo: 3.962442ms, exclude-rules: 840.978µs, max_same_issues: 9.565µs, source_code: 4.549µs, diff: 3.834µs, path_shortener: 3.814µs, max_from_linter: 3.239µs, uniq_by_line: 3.044µs, skip_files: 2.577µs, max_per_file_from_linter: 2.139µs [2019-10-13T19:27:18.503Z] INFO File cache stats: 1433 entries of total size 6.7MiB [2019-10-13T19:27:18.681Z] [2019-10-13T19:27:18.681Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-13T19:27:19.064Z] INFO Memory: 183 samples, avg is 1379.5MB, max is 5591.6MB [2019-10-13T19:27:19.064Z] INFO Execution took 2m12.025208359s [2019-10-13T19:27:19.308Z] #6 DONE 0.5s [2019-10-13T19:27:19.308Z] [2019-10-13T19:27:19.308Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:27:19.308Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-13T19:27:19.308Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 0B / 10.32MB 0.1s [2019-10-13T19:27:19.308Z] #7 sha256:2cf06835a19045f2dd839c924aca69467c031eefc49565d9ce8ace3e8c99bff7 1.80kB / 1.80kB done [2019-10-13T19:27:19.308Z] #7 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 49.15kB / 4.37MB 0.1s [2019-10-13T19:27:19.308Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 0B / 45.24MB 0.1s [2019-10-13T19:27:19.308Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 0B / 45.98MB 0.1s [2019-10-13T19:27:19.308Z] #7 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-13T19:27:19.308Z] #7 sha256:b17554aa6f80ed720b6cf160a5bb736f58aeae5ed4dcc582bcf19652ff1cf994 126B / 126B 0.1s [2019-10-13T19:27:19.308Z] #7 sha256:1d69509bbe69c1dbe1b03a006d15bddcafce3219a4953fefcec009555e7a22f2 5.47kB / 5.47kB done [2019-10-13T19:27:19.625Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-13T19:27:19.625Z] No api/types/ or api/swagger.yaml changes in diff. [2019-10-13T19:27:19.625Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-13T19:27:19.625Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-13T19:27:19.625Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-10-13T19:27:19.923Z] #7 sha256:f6542c8f56fbd52f8d9d01d92625e0a728578d6e417adeba2baa0678cc5009d6 4.37MB / 4.37MB 0.2s done [2019-10-13T19:27:19.923Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 5.72MB / 45.24MB 0.3s [2019-10-13T19:27:19.924Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 4.17MB / 45.98MB 0.3s [2019-10-13T19:27:19.924Z] #7 sha256:b17554aa6f80ed720b6cf160a5bb736f58aeae5ed4dcc582bcf19652ff1cf994 126B / 126B 0.2s done [2019-10-13T19:27:19.924Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 711.40kB / 102.14MB 0.3s [2019-10-13T19:27:19.924Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 942.08kB / 50.49MB 0.3s [2019-10-13T19:27:19.924Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 1.28MB / 10.32MB 0.4s [2019-10-13T19:27:19.924Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 9.95MB / 45.24MB 0.4s [2019-10-13T19:27:19.924Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 6.88MB / 45.98MB 0.4s [2019-10-13T19:27:19.924Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 6.11MB / 50.49MB 0.4s [2019-10-13T19:27:19.924Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 3.75MB / 10.32MB 0.6s [2019-10-13T19:27:19.924Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 10.14MB / 45.98MB 0.6s [2019-10-13T19:27:19.924Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 7.15MB / 102.14MB 0.6s [2019-10-13T19:27:19.924Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 8.69MB / 50.49MB 0.6s [2019-10-13T19:27:19.924Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 6.87MB / 10.32MB 0.7s [2019-10-13T19:27:19.924Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 15.34MB / 45.24MB 0.7s [2019-10-13T19:27:19.924Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 14.15MB / 45.98MB 0.7s [2019-10-13T19:27:19.924Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 11.70MB / 50.49MB 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-13T19:27:20.423Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 8.35MB / 10.32MB 0.9s [2019-10-13T19:27:20.423Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 18.40MB / 45.24MB 0.9s [2019-10-13T19:27:20.423Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 19.41MB / 45.98MB 0.9s [2019-10-13T19:27:20.423Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 14.31MB / 102.14MB 0.9s [2019-10-13T19:27:20.423Z] #7 sha256:dad3041fe12244954218a4bd2bfdcb5ae29fd416b247bd17e41c73cbdf9b6de5 10.32MB / 10.32MB 1.0s done [2019-10-13T19:27:20.423Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 21.74MB / 45.24MB 1.0s [2019-10-13T19:27:20.423Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 22.89MB / 45.98MB 1.0s [2019-10-13T19:27:20.423Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 17.59MB / 50.49MB 1.0s [2019-10-13T19:27:20.423Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 25.08MB / 45.24MB 1.2s [2019-10-13T19:27:20.423Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 26.47MB / 45.98MB 1.2s [2019-10-13T19:27:20.423Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 20.95MB / 102.14MB 1.2s [2019-10-13T19:27:20.423Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 20.52MB / 50.49MB 1.2s [2019-10-13T19:27:20.587Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/make.sh dynbinary-daemon test-docker-py [2019-10-13T19:27:20.896Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 29.21MB / 45.98MB 1.3s [2019-10-13T19:27:20.896Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 28.50MB / 45.24MB 1.5s [2019-10-13T19:27:20.896Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 24.84MB / 50.49MB 1.5s [2019-10-13T19:27:20.896Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 31.02MB / 45.24MB 1.6s [2019-10-13T19:27:20.896Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 33.77MB / 45.98MB 1.6s [2019-10-13T19:27:20.896Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 27.92MB / 102.14MB 1.6s [2019-10-13T19:27:20.896Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 35.28MB / 45.24MB 1.8s [2019-10-13T19:27:20.896Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 37.86MB / 45.98MB 1.8s [2019-10-13T19:27:20.896Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 30.92MB / 50.49MB 1.8s [2019-10-13T19:27:21.151Z] [2019-10-13T19:27:21.151Z] Removing bundles/ [2019-10-13T19:27:21.151Z] [2019-10-13T19:27:21.151Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-13T19:27:21.151Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:27:21.151Z] GOOS="" GOARCH="" GOARM="" [2019-10-13T19:27:21.490Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 39.17MB / 45.24MB 1.9s [2019-10-13T19:27:21.490Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 42.23MB / 45.98MB 1.9s [2019-10-13T19:27:21.490Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 35.55MB / 102.14MB 1.9s [2019-10-13T19:27:21.490Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 36.03MB / 50.49MB 1.9s [2019-10-13T19:27:21.490Z] #7 ... [2019-10-13T19:27:21.490Z] [2019-10-13T19:27:21.490Z] #22 [internal] load build context [2019-10-13T19:27:21.490Z] #22 transferring context: 45.61MB 2.3s done [2019-10-13T19:27:21.490Z] #22 DONE 2.3s [2019-10-13T19:27:21.490Z] [2019-10-13T19:27:21.490Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:27:21.490Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 44.22MB / 45.24MB 2.1s [2019-10-13T19:27:21.490Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 45.38MB / 45.98MB 2.1s [2019-10-13T19:27:21.490Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 40.86MB / 102.14MB 2.1s [2019-10-13T19:27:21.490Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 39.67MB / 50.49MB 2.1s [2019-10-13T19:27:21.490Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 46.27MB / 102.14MB 2.2s [2019-10-13T19:27:21.490Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 44.10MB / 50.49MB 2.2s [2019-10-13T19:27:21.940Z] #7 ... [2019-10-13T19:27:21.940Z] [2019-10-13T19:27:21.940Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-13T19:27:21.940Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.3s done [2019-10-13T19:27:21.940Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-13T19:27:21.940Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.1s done [2019-10-13T19:27:21.940Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-13T19:27:21.940Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done [2019-10-13T19:27:21.940Z] #68 DONE 1.9s [2019-10-13T19:27:21.940Z] [2019-10-13T19:27:21.940Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:27:21.940Z] #7 sha256:5d4da55d9cf0eafd201c3838c03984cc0ef153b12bbfd5964ffee9e9d6b38bbb 45.24MB / 45.24MB 2.2s done [2019-10-13T19:27:21.940Z] #7 sha256:471e0aba6530a2e404471271997feaffff9ff00b0327519ae59dbb19c9dc8762 45.98MB / 45.98MB 2.3s done [2019-10-13T19:27:21.940Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 55.67MB / 102.14MB 2.4s [2019-10-13T19:27:21.940Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 49.31MB / 50.49MB 2.4s [2019-10-13T19:27:21.940Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 67.98MB / 102.14MB 2.5s [2019-10-13T19:27:21.940Z] #7 sha256:25fa3a7ad4fa33ba9843e1e836bf619c36b0cc5a1ce2d9b3e1e1b932c6220148 50.49MB / 50.49MB 2.5s done [2019-10-13T19:27:21.940Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 85.22MB / 102.14MB 2.7s [2019-10-13T19:27:21.940Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 101.74MB / 102.14MB 2.8s [2019-10-13T19:27:22.402Z] #56 ... [2019-10-13T19:27:22.402Z] [2019-10-13T19:27:22.402Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:27:22.402Z] #18 4.655 + mktemp -d [2019-10-13T19:27:22.402Z] #18 4.655 + export GOPATH=/tmp/tmp.CnZJuwXg9b [2019-10-13T19:27:22.402Z] #18 4.655 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.CnZJuwXg9b/src/github.com/go-swagger/go-swagger [2019-10-13T19:27:22.402Z] #18 4.664 Cloning into '/tmp/tmp.CnZJuwXg9b/src/github.com/go-swagger/go-swagger'... [2019-10-13T19:27:22.402Z] #18 ... [2019-10-13T19:27:22.402Z] [2019-10-13T19:27:22.402Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:27:22.402Z] #9 5.233 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:22.402Z] #9 5.236 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:22.402Z] #9 5.261 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:22.402Z] #9 5.283 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:22.402Z] #9 5.293 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:22.402Z] #9 6.235 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-13T19:27:22.402Z] #9 7.499 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-13T19:27:22.402Z] #9 8.451 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-13T19:27:22.440Z] #7 sha256:da9d4fe5b400e882ea8760f2ad21a46631a8dbf0dc7368d964c78c9dbb2c7e06 102.14MB / 102.14MB 3.0s done [2019-10-13T19:27:22.440Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-10-13T19:27:22.663Z] #9 ... [2019-10-13T19:27:22.663Z] [2019-10-13T19:27:22.663Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:22.663Z] #60 5.905 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:22.663Z] #60 5.907 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:22.663Z] #60 5.936 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:22.663Z] #60 5.940 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:22.663Z] #60 5.958 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:22.663Z] #60 6.881 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-13T19:27:22.663Z] #60 8.183 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-13T19:27:22.663Z] #60 8.926 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-13T19:27:22.663Z] #60 ... [2019-10-13T19:27:22.663Z] [2019-10-13T19:27:22.663Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:27:22.663Z] #47 5.362 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:22.663Z] #47 5.364 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:22.663Z] #47 5.391 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:22.663Z] #47 5.397 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:22.663Z] #47 5.412 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:22.663Z] #47 6.184 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-13T19:27:22.663Z] #47 7.394 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-13T19:27:22.663Z] #47 8.201 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-13T19:27:22.924Z] #47 ... [2019-10-13T19:27:22.924Z] [2019-10-13T19:27:22.924Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:22.924Z] #53 5.961 + RM_GOPATH=0 [2019-10-13T19:27:22.924Z] #53 5.961 + TMP_GOPATH= [2019-10-13T19:27:22.924Z] #53 5.961 + : /build [2019-10-13T19:27:22.924Z] #53 5.961 + '[' -z '' ']' [2019-10-13T19:27:22.924Z] #53 5.963 ++ mktemp -d [2019-10-13T19:27:22.924Z] #53 5.963 + export GOPATH=/tmp/tmp.YleQip5fRG [2019-10-13T19:27:22.924Z] #53 5.963 + GOPATH=/tmp/tmp.YleQip5fRG [2019-10-13T19:27:22.924Z] #53 5.963 + RM_GOPATH=1 [2019-10-13T19:27:22.924Z] #53 5.975 ++ dirname ./install.sh [2019-10-13T19:27:22.924Z] #53 5.976 + dir=. [2019-10-13T19:27:22.924Z] #53 5.977 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:27:22.924Z] #53 5.981 + bin=proxy [2019-10-13T19:27:22.924Z] #53 5.981 + shift [2019-10-13T19:27:22.924Z] #53 5.981 + '[' '!' -f ./proxy.installer ']' [2019-10-13T19:27:22.924Z] #53 5.981 + . ./proxy.installer [2019-10-13T19:27:22.924Z] #53 5.981 ++ : 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:27:22.924Z] #53 5.981 + install_proxy [2019-10-13T19:27:22.924Z] #53 5.981 + case "$1" in [2019-10-13T19:27:22.924Z] #53 5.981 + export CGO_ENABLED=0 [2019-10-13T19:27:22.924Z] #53 5.981 + CGO_ENABLED=0 [2019-10-13T19:27:22.924Z] #53 5.981 + _install_proxy [2019-10-13T19:27:22.924Z] #53 5.981 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-13T19:27:22.924Z] #53 5.981 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.YleQip5fRG/src/github.com/docker/libnetwork [2019-10-13T19:27:22.924Z] #53 5.985 Cloning into '/tmp/tmp.YleQip5fRG/src/github.com/docker/libnetwork'... [2019-10-13T19:27:22.924Z] #53 ... [2019-10-13T19:27:22.924Z] [2019-10-13T19:27:22.924Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:27:22.924Z] #58 3.877 + mktemp -d [2019-10-13T19:27:22.924Z] #58 3.877 + export GOPATH=/tmp/tmp.cEnYaYBCwt [2019-10-13T19:27:22.924Z] #58 3.877 + git clone https://github.com/docker/distribution.git /tmp/tmp.cEnYaYBCwt/src/github.com/docker/distribution [2019-10-13T19:27:22.924Z] #58 3.880 Cloning into '/tmp/tmp.cEnYaYBCwt/src/github.com/docker/distribution'... [2019-10-13T19:27:23.190Z] #58 ... [2019-10-13T19:27:23.190Z] [2019-10-13T19:27:23.190Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:23.190Z] #33 5.979 + RM_GOPATH=0 [2019-10-13T19:27:23.190Z] #33 5.979 + TMP_GOPATH= [2019-10-13T19:27:23.190Z] #33 5.979 + : /build [2019-10-13T19:27:23.190Z] #33 5.979 + '[' -z '' ']' [2019-10-13T19:27:23.190Z] #33 5.979 ++ mktemp -d [2019-10-13T19:27:23.190Z] #33 5.991 + export GOPATH=/tmp/tmp.LsrMhvuG9G [2019-10-13T19:27:23.190Z] #33 5.991 + GOPATH=/tmp/tmp.LsrMhvuG9G [2019-10-13T19:27:23.190Z] #33 5.991 + RM_GOPATH=1 [2019-10-13T19:27:23.190Z] #33 5.994 ++ dirname ./install.sh [2019-10-13T19:27:23.190Z] #33 5.994 + dir=. [2019-10-13T19:27:23.190Z] #33 5.994 + bin=tomlv [2019-10-13T19:27:23.190Z] #33 5.994 + shift [2019-10-13T19:27:23.190Z] #33 5.994 + '[' '!' -f ./tomlv.installer ']' [2019-10-13T19:27:23.190Z] #33 5.994 + . ./tomlv.installer [2019-10-13T19:27:23.190Z] #33 5.994 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:27:23.190Z] #33 5.994 + install_tomlv [2019-10-13T19:27:23.190Z] #33 5.994 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-13T19:27:23.190Z] #33 5.994 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.LsrMhvuG9G/src/github.com/BurntSushi/toml [2019-10-13T19:27:23.190Z] #33 5.994 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:27:23.190Z] #33 5.999 Cloning into '/tmp/tmp.LsrMhvuG9G/src/github.com/BurntSushi/toml'... [2019-10-13T19:27:23.190Z] #33 7.255 + cd /tmp/tmp.LsrMhvuG9G/src/github.com/BurntSushi/toml [2019-10-13T19:27:23.190Z] #33 7.256 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:27:23.190Z] #33 7.299 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-13T19:27:23.190Z] #33 8.132 internal/cpu [2019-10-13T19:27:23.190Z] #33 8.175 runtime/internal/sys [2019-10-13T19:27:23.190Z] #33 8.178 math/bits [2019-10-13T19:27:23.190Z] #33 8.290 runtime/internal/atomic [2019-10-13T19:27:23.190Z] #33 8.401 runtime/internal/math [2019-10-13T19:27:23.190Z] #33 8.659 unicode/utf8 [2019-10-13T19:27:23.190Z] #33 8.703 sync/atomic [2019-10-13T19:27:23.190Z] #33 8.930 internal/bytealg [2019-10-13T19:27:23.190Z] #33 8.991 math [2019-10-13T19:27:23.190Z] #33 9.433 unicode [2019-10-13T19:27:23.190Z] #33 9.625 internal/testlog [2019-10-13T19:27:23.190Z] #33 10.15 encoding [2019-10-13T19:27:23.190Z] #33 10.29 runtime [2019-10-13T19:27:23.190Z] #33 ... [2019-10-13T19:27:23.190Z] [2019-10-13T19:27:23.190Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:27:23.190Z] #27 6.206 + RM_GOPATH=0 [2019-10-13T19:27:23.190Z] #27 6.206 + TMP_GOPATH= [2019-10-13T19:27:23.190Z] #27 6.206 + : /build [2019-10-13T19:27:23.190Z] #27 6.206 + '[' -z '' ']' [2019-10-13T19:27:23.190Z] #27 6.206 ++ mktemp -d [2019-10-13T19:27:23.190Z] #27 6.208 + export GOPATH=/tmp/tmp.B0Gk4ot90p [2019-10-13T19:27:23.190Z] #27 6.208 + GOPATH=/tmp/tmp.B0Gk4ot90p [2019-10-13T19:27:23.190Z] #27 6.208 + RM_GOPATH=1 [2019-10-13T19:27:23.190Z] #27 6.217 ++ dirname ./install.sh [2019-10-13T19:27:23.190Z] #27 6.217 + dir=. [2019-10-13T19:27:23.190Z] #27 6.217 + bin=golangci_lint [2019-10-13T19:27:23.190Z] #27 6.217 + shift [2019-10-13T19:27:23.190Z] #27 6.217 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-13T19:27:23.190Z] #27 6.217 + . ./golangci_lint.installer [2019-10-13T19:27:23.190Z] #27 6.217 ++ : v1.17.1 [2019-10-13T19:27:23.190Z] #27 6.217 + install_golangci_lint [2019-10-13T19:27:23.190Z] #27 6.217 + echo 'Installing golangci-lint version v1.17.1' [2019-10-13T19:27:23.190Z] #27 6.217 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-13T19:27:23.190Z] #27 6.218 Installing golangci-lint version v1.17.1 [2019-10-13T19:27:23.451Z] #27 ... [2019-10-13T19:27:23.451Z] [2019-10-13T19:27:23.451Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:27:23.451Z] #30 5.865 + RM_GOPATH=0 [2019-10-13T19:27:23.451Z] #30 5.865 + TMP_GOPATH= [2019-10-13T19:27:23.451Z] #30 5.865 + : /build [2019-10-13T19:27:23.451Z] #30 5.865 + '[' -z '' ']' [2019-10-13T19:27:23.451Z] #30 5.865 ++ mktemp -d [2019-10-13T19:27:23.451Z] #30 5.879 + export GOPATH=/tmp/tmp.E9pz48QKnB [2019-10-13T19:27:23.451Z] #30 5.879 + GOPATH=/tmp/tmp.E9pz48QKnB [2019-10-13T19:27:23.451Z] #30 5.879 + RM_GOPATH=1 [2019-10-13T19:27:23.451Z] #30 5.879 ++ dirname ./install.sh [2019-10-13T19:27:23.451Z] #30 5.879 + dir=. [2019-10-13T19:27:23.451Z] #30 5.880 + bin=gotestsum [2019-10-13T19:27:23.451Z] #30 5.880 + shift [2019-10-13T19:27:23.451Z] #30 5.881 + '[' '!' -f ./gotestsum.installer ']' [2019-10-13T19:27:23.451Z] #30 5.881 + . ./gotestsum.installer [2019-10-13T19:27:23.451Z] #30 5.882 Installing gotestsum version v0.3.5 [2019-10-13T19:27:23.451Z] #30 5.883 ++ : v0.3.5 [2019-10-13T19:27:23.451Z] #30 5.883 + install_gotestsum [2019-10-13T19:27:23.451Z] #30 5.883 + echo 'Installing gotestsum version v0.3.5' [2019-10-13T19:27:23.451Z] #30 5.883 + go get -d gotest.tools/gotestsum [2019-10-13T19:27:23.451Z] #30 ... [2019-10-13T19:27:23.451Z] [2019-10-13T19:27:23.451Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:27:23.451Z] #64 5.852 + RM_GOPATH=0 [2019-10-13T19:27:23.451Z] #64 5.852 + TMP_GOPATH= [2019-10-13T19:27:23.451Z] #64 5.852 + : /build/ [2019-10-13T19:27:23.451Z] #64 5.852 + '[' -z '' ']' [2019-10-13T19:27:23.451Z] #64 5.853 ++ mktemp -d [2019-10-13T19:27:23.451Z] #64 5.868 + export GOPATH=/tmp/tmp.O3m9pidi8Y [2019-10-13T19:27:23.451Z] #64 5.868 + GOPATH=/tmp/tmp.O3m9pidi8Y [2019-10-13T19:27:23.451Z] #64 5.868 + RM_GOPATH=1 [2019-10-13T19:27:23.451Z] #64 5.872 ++ dirname ./install.sh [2019-10-13T19:27:23.451Z] #64 5.880 + dir=. [2019-10-13T19:27:23.451Z] #64 5.880 + bin=rootlesskit [2019-10-13T19:27:23.451Z] #64 5.880 + shift [2019-10-13T19:27:23.451Z] #64 5.880 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-13T19:27:23.451Z] #64 5.880 + . ./rootlesskit.installer [2019-10-13T19:27:23.451Z] #64 5.880 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:27:23.451Z] #64 5.880 + install_rootlesskit [2019-10-13T19:27:23.451Z] #64 5.880 + case "$1" in [2019-10-13T19:27:23.451Z] #64 5.880 + export CGO_ENABLED=0 [2019-10-13T19:27:23.451Z] #64 5.880 + CGO_ENABLED=0 [2019-10-13T19:27:23.451Z] #64 5.880 + _install_rootlesskit [2019-10-13T19:27:23.451Z] #64 5.880 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-13T19:27:23.451Z] #64 5.880 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.O3m9pidi8Y/src/github.com/rootless-containers/rootlesskit [2019-10-13T19:27:23.451Z] #64 5.880 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:27:23.451Z] #64 5.883 Cloning into '/tmp/tmp.O3m9pidi8Y/src/github.com/rootless-containers/rootlesskit'... [2019-10-13T19:27:23.451Z] #64 8.806 + cd /tmp/tmp.O3m9pidi8Y/src/github.com/rootless-containers/rootlesskit [2019-10-13T19:27:23.451Z] #64 8.806 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:27:23.451Z] #64 9.097 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-13T19:27:23.451Z] #64 9.098 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-13T19:27:23.714Z] #64 ... [2019-10-13T19:27:23.714Z] [2019-10-13T19:27:23.714Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:27:23.714Z] #36 5.973 + RM_GOPATH=0 [2019-10-13T19:27:23.714Z] #36 5.973 + TMP_GOPATH= [2019-10-13T19:27:23.714Z] #36 5.973 + : /build [2019-10-13T19:27:23.714Z] #36 5.973 + '[' -z '' ']' [2019-10-13T19:27:23.714Z] #36 5.979 ++ mktemp -d [2019-10-13T19:27:23.714Z] #36 5.984 + export GOPATH=/tmp/tmp.nBlc05TlGO [2019-10-13T19:27:23.714Z] #36 5.984 + GOPATH=/tmp/tmp.nBlc05TlGO [2019-10-13T19:27:23.714Z] #36 5.984 + RM_GOPATH=1 [2019-10-13T19:27:23.714Z] #36 6.008 ++ dirname ./install.sh [2019-10-13T19:27:23.714Z] #36 6.012 + dir=. [2019-10-13T19:27:23.714Z] #36 6.012 + bin=vndr [2019-10-13T19:27:23.714Z] #36 6.012 + shift [2019-10-13T19:27:23.714Z] #36 6.012 + '[' '!' -f ./vndr.installer ']' [2019-10-13T19:27:23.714Z] #36 6.012 + . ./vndr.installer [2019-10-13T19:27:23.714Z] #36 6.012 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:27:23.714Z] #36 6.012 + install_vndr [2019-10-13T19:27:23.714Z] #36 6.012 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-13T19:27:23.714Z] #36 6.013 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:27:23.714Z] #36 6.013 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nBlc05TlGO/src/github.com/LK4D4/vndr [2019-10-13T19:27:23.714Z] #36 6.016 Cloning into '/tmp/tmp.nBlc05TlGO/src/github.com/LK4D4/vndr'... [2019-10-13T19:27:23.714Z] #36 7.021 + cd /tmp/tmp.nBlc05TlGO/src/github.com/LK4D4/vndr [2019-10-13T19:27:23.714Z] #36 7.021 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:27:23.714Z] #36 7.062 + go build -buildmode=pie -v -o /build/vndr . [2019-10-13T19:27:23.714Z] #36 8.124 runtime/internal/sys [2019-10-13T19:27:23.714Z] #36 8.173 internal/race [2019-10-13T19:27:23.714Z] #36 8.292 internal/cpu [2019-10-13T19:27:23.714Z] #36 8.304 runtime/internal/atomic [2019-10-13T19:27:23.714Z] #36 8.445 runtime/internal/math [2019-10-13T19:27:23.714Z] #36 8.471 sync/atomic [2019-10-13T19:27:23.714Z] #36 8.730 unicode [2019-10-13T19:27:23.714Z] #36 8.835 unicode/utf8 [2019-10-13T19:27:23.714Z] #36 9.149 math [2019-10-13T19:27:23.714Z] #36 9.262 internal/bytealg [2019-10-13T19:27:23.714Z] #36 9.866 internal/testlog [2019-10-13T19:27:23.714Z] #36 10.07 encoding [2019-10-13T19:27:23.714Z] #36 10.33 unicode/utf16 [2019-10-13T19:27:23.714Z] #36 10.91 container/list [2019-10-13T19:27:23.714Z] #36 11.02 runtime [2019-10-13T19:27:25.104Z] #36 12.00 crypto/internal/subtle [2019-10-13T19:27:25.104Z] #36 ... [2019-10-13T19:27:25.104Z] [2019-10-13T19:27:25.104Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:27:25.104Z] #58 12.87 + cd /tmp/tmp.cEnYaYBCwt/src/github.com/docker/distribution [2019-10-13T19:27:25.104Z] #58 12.87 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-13T19:27:28.419Z] #58 15.80 + GOPATH=/tmp/tmp.cEnYaYBCwt/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.cEnYaYBCwt go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-13T19:27:28.419Z] #58 ... [2019-10-13T19:27:28.419Z] [2019-10-13T19:27:28.419Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:28.419Z] #38 6.285 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-13T19:27:28.419Z] #38 13.11 Fetched 7742 kB in 10s (761 kB/s) [2019-10-13T19:27:28.698Z] #38 13.11 Reading package lists... [2019-10-13T19:27:28.698Z] #38 ... [2019-10-13T19:27:28.698Z] [2019-10-13T19:27:28.698Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:27:28.698Z] #36 12.72 crypto/subtle [2019-10-13T19:27:28.698Z] #36 12.85 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-13T19:27:28.698Z] #36 13.05 internal/nettrace [2019-10-13T19:27:28.698Z] #36 13.45 runtime/cgo [2019-10-13T19:27:28.698Z] #36 15.48 vendor/golang.org/x/crypto/internal/subtle [2019-10-13T19:27:30.086Z] #36 ... [2019-10-13T19:27:30.086Z] [2019-10-13T19:27:30.086Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:27:30.086Z] #20 7.954 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:30.086Z] #20 7.956 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:30.086Z] #20 7.996 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:30.086Z] #20 8.001 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:30.086Z] #20 8.020 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:30.086Z] #20 8.642 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-13T19:27:30.086Z] #20 9.896 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-13T19:27:30.086Z] #20 10.94 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-13T19:27:30.086Z] #20 17.81 Fetched 7742 kB in 10s (706 kB/s) [2019-10-13T19:27:30.658Z] #20 17.81 Reading package lists... [2019-10-13T19:27:30.658Z] #20 ... [2019-10-13T19:27:30.658Z] [2019-10-13T19:27:30.658Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:30.658Z] #38 13.11 Reading package lists... [2019-10-13T19:27:33.787Z] #38 19.09 Reading package lists... [2019-10-13T19:27:33.787Z] #38 ... [2019-10-13T19:27:33.787Z] [2019-10-13T19:27:33.787Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:33.787Z] #33 10.61 runtime/cgo [2019-10-13T19:27:33.787Z] #33 ... [2019-10-13T19:27:33.787Z] [2019-10-13T19:27:33.787Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:33.787Z] #53 17.95 + cd /tmp/tmp.YleQip5fRG/src/github.com/docker/libnetwork [2019-10-13T19:27:33.787Z] #53 17.95 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:27:33.787Z] #53 18.34 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-13T19:27:33.963Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 10.8s done [2019-10-13T19:27:33.963Z] #7 DONE 14.0s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-13T19:27:33.963Z] #8 DONE 0.3s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-13T19:27:33.963Z] #9 DONE 0.3s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #26 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:27:33.963Z] #26 DONE 0.1s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:27:33.963Z] #59 ... [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #56 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-13T19:27:33.963Z] #56 DONE 0.1s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #30 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-13T19:27:33.963Z] #30 DONE 0.1s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #53 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-13T19:27:33.963Z] #53 DONE 0.1s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #36 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-13T19:27:33.963Z] #36 DONE 0.1s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #27 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-13T19:27:33.963Z] #27 DONE 0.1s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-13T19:27:33.963Z] #64 DONE 0.1s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-13T19:27:33.963Z] #33 DONE 0.2s [2019-10-13T19:27:33.963Z] [2019-10-13T19:27:33.963Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:34.372Z] #34 0.396 + RM_GOPATH=0 [2019-10-13T19:27:34.372Z] #34 0.396 + TMP_GOPATH= [2019-10-13T19:27:34.372Z] #34 0.396 + : /build [2019-10-13T19:27:34.372Z] #34 0.396 + '[' -z '' ']' [2019-10-13T19:27:34.372Z] #34 0.398 ++ mktemp -d [2019-10-13T19:27:34.372Z] #34 0.403 + export GOPATH=/tmp/tmp.Pc5iiFegx1 [2019-10-13T19:27:34.372Z] #34 0.403 + GOPATH=/tmp/tmp.Pc5iiFegx1 [2019-10-13T19:27:34.372Z] #34 0.403 + RM_GOPATH=1 [2019-10-13T19:27:34.372Z] #34 0.403 ++ dirname ./install.sh [2019-10-13T19:27:34.372Z] #34 0.407 + dir=. [2019-10-13T19:27:34.372Z] #34 0.408 + bin=tomlv [2019-10-13T19:27:34.372Z] #34 0.408 + shift [2019-10-13T19:27:34.372Z] #34 0.408 + '[' '!' -f ./tomlv.installer ']' [2019-10-13T19:27:34.372Z] #34 0.411 + . ./tomlv.installer [2019-10-13T19:27:34.372Z] #34 0.411 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:27:34.372Z] #34 0.412 + install_tomlv [2019-10-13T19:27:34.372Z] #34 0.413 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-13T19:27:34.372Z] #34 0.413 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:27:34.372Z] #34 0.413 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Pc5iiFegx1/src/github.com/BurntSushi/toml [2019-10-13T19:27:34.372Z] #34 0.418 Cloning into '/tmp/tmp.Pc5iiFegx1/src/github.com/BurntSushi/toml'... [2019-10-13T19:27:35.765Z] #34 1.806 + cd /tmp/tmp.Pc5iiFegx1/src/github.com/BurntSushi/toml [2019-10-13T19:27:35.765Z] #34 1.806 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:27:35.765Z] #34 1.811 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-13T19:27:36.182Z] #34 2.307 runtime/internal/atomic [2019-10-13T19:27:36.182Z] #34 2.308 internal/cpu [2019-10-13T19:27:36.363Z] #53 ... [2019-10-13T19:27:36.363Z] [2019-10-13T19:27:36.363Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:27:36.363Z] #20 17.81 Reading package lists... [2019-10-13T19:27:36.567Z] #34 2.488 runtime/internal/sys [2019-10-13T19:27:36.567Z] #34 2.762 runtime/internal/math [2019-10-13T19:27:36.629Z] #20 24.37 Reading package lists... [2019-10-13T19:27:36.629Z] #20 ... [2019-10-13T19:27:36.629Z] [2019-10-13T19:27:36.629Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:36.629Z] #60 14.42 Fetched 7742 kB in 9s (811 kB/s) [2019-10-13T19:27:36.629Z] #60 14.42 Reading package lists... [2019-10-13T19:27:36.889Z] #60 19.94 Reading package lists... [2019-10-13T19:27:36.889Z] #60 ... [2019-10-13T19:27:36.889Z] [2019-10-13T19:27:36.889Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:27:36.889Z] #27 22.53 + cd /tmp/tmp.B0Gk4ot90p/src/github.com/golangci/golangci-lint/ [2019-10-13T19:27:36.889Z] #27 22.54 + git checkout -q v1.17.1 [2019-10-13T19:27:36.889Z] #27 23.79 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-13T19:27:36.889Z] #27 ... [2019-10-13T19:27:36.889Z] [2019-10-13T19:27:36.889Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:27:36.889Z] #9 14.69 Fetched 7742 kB in 10s (738 kB/s) [2019-10-13T19:27:36.889Z] #9 14.69 Reading package lists... [2019-10-13T19:27:37.056Z] #34 2.844 math/bits [2019-10-13T19:27:37.056Z] #34 3.292 internal/bytealg [2019-10-13T19:27:37.150Z] #9 21.05 Reading package lists... [2019-10-13T19:27:37.150Z] #9 ... [2019-10-13T19:27:37.150Z] [2019-10-13T19:27:37.150Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:37.150Z] #38 19.09 Reading package lists... [2019-10-13T19:27:37.589Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-13T19:27:37.614Z] #34 3.517 math [2019-10-13T19:27:37.614Z] #34 3.778 runtime [2019-10-13T19:27:38.029Z] #38 25.07 Building dependency tree... [2019-10-13T19:27:38.029Z] #38 ... [2019-10-13T19:27:38.029Z] [2019-10-13T19:27:38.029Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:27:38.029Z] #47 15.62 Fetched 7742 kB in 11s (688 kB/s) [2019-10-13T19:27:38.029Z] #47 15.62 Reading package lists... [2019-10-13T19:27:38.029Z] #47 21.91 Reading package lists... [2019-10-13T19:27:38.029Z] #47 ... [2019-10-13T19:27:38.029Z] [2019-10-13T19:27:38.029Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:38.029Z] #38 25.07 Building dependency tree... [2019-10-13T19:27:38.049Z] [2019-10-13T19:27:38.049Z] ________ ____ __. [2019-10-13T19:27:38.049Z] \_____ \ | |/ _| [2019-10-13T19:27:38.049Z] / | \| < [2019-10-13T19:27:38.049Z] / | \ | \ [2019-10-13T19:27:38.049Z] \_______ /____|__ \ [2019-10-13T19:27:38.049Z] \/ \/ [2019-10-13T19:27:38.049Z] [2019-10-13T19:27:38.049Z] INFO: make.ps1 ended at 10/13/2019 19:27:37 [2019-10-13T19:27:39.423Z] #38 27.07 The following additional packages will be installed: [2019-10-13T19:27:39.423Z] #38 27.08 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-13T19:27:39.423Z] #38 27.08 Suggested packages: [2019-10-13T19:27:39.423Z] #38 27.08 codeblocks eclipse ninja-build lrzip [2019-10-13T19:27:39.423Z] #38 27.08 Recommended packages: [2019-10-13T19:27:39.423Z] #38 27.08 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-13T19:27:40.374Z] #38 27.88 The following NEW packages will be installed: [2019-10-13T19:27:40.374Z] #38 27.89 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-13T19:27:40.374Z] #38 27.89 vim-common xxd [2019-10-13T19:27:40.959Z] INFO: Binaries build ended at 10/13/2019 19:27:40. Duration:00:01:20.1540246 [2019-10-13T19:27:41.318Z] #38 29.06 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:27:41.318Z] #38 29.06 Need to get 13.1 MB of archives. [2019-10-13T19:27:41.318Z] #38 29.06 After this operation, 55.5 MB of additional disk space will be used. [2019-10-13T19:27:41.318Z] #38 29.06 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 cmake-data all 3.7.2-1 [1216 kB] [2019-10-13T19:27:41.579Z] #38 29.26 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] [2019-10-13T19:27:41.579Z] #38 29.27 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libicu57 arm64 57.1-6+deb9u3 [7552 kB] [2019-10-13T19:27:42.151Z] #38 29.76 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libxml2 arm64 2.9.4+dfsg1-2.2+deb9u2 [788 kB] [2019-10-13T19:27:42.151Z] #38 29.82 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libarchive13 arm64 3.2.2-2+deb9u1 [248 kB] [2019-10-13T19:27:42.151Z] #38 29.85 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2019-10-13T19:27:42.151Z] #38 29.86 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libuv1 arm64 1.9.1-3 [73.8 kB] [2019-10-13T19:27:42.151Z] #38 29.87 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 cmake arm64 3.7.2-1 [2774 kB] [2019-10-13T19:27:42.412Z] #38 30.06 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xxd arm64 2:8.0.0197-4+deb9u3 [131 kB] [2019-10-13T19:27:42.412Z] #38 30.06 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-13T19:27:42.502Z] INFO: Copying the built daemon binary to d:\CI\PR-40081\3\binary\dockerd-aa655a4d7.exe... [2019-10-13T19:27:43.472Z] INFO: Copying the built client binary to d:\CI\PR-40081\3\binary\docker-aa655a4d7.exe... [2019-10-13T19:27:43.472Z] INFO: Copying dockerversion from the container... [2019-10-13T19:27:43.472Z] INFO: Copying the golang package from the container to d:\CI\PR-40081\3\installer\go.zip... [2019-10-13T19:27:43.484Z] #34 9.694 internal/testlog [2019-10-13T19:27:43.803Z] #38 31.53 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:27:43.803Z] #38 ... [2019-10-13T19:27:43.803Z] [2019-10-13T19:27:43.803Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:27:43.803Z] #18 31.55 + cd /tmp/tmp.CnZJuwXg9b/src/github.com/go-swagger/go-swagger [2019-10-13T19:27:43.803Z] #18 31.55 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-13T19:27:43.894Z] #34 ... [2019-10-13T19:27:43.894Z] [2019-10-13T19:27:43.894Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:27:43.894Z] #57 0.518 + RM_GOPATH=0 [2019-10-13T19:27:43.894Z] #57 0.518 + TMP_GOPATH= [2019-10-13T19:27:43.894Z] #57 0.518 + : /build [2019-10-13T19:27:43.894Z] #57 0.518 + '[' -z '' ']' [2019-10-13T19:27:43.894Z] #57 0.520 ++ mktemp -d [2019-10-13T19:27:43.894Z] #57 0.525 + export GOPATH=/tmp/tmp.Pyi5bWO27M [2019-10-13T19:27:43.894Z] #57 0.525 + GOPATH=/tmp/tmp.Pyi5bWO27M [2019-10-13T19:27:43.894Z] #57 0.525 + RM_GOPATH=1 [2019-10-13T19:27:43.894Z] #57 0.542 ++ dirname ./install.sh [2019-10-13T19:27:43.894Z] #57 0.573 + dir=. [2019-10-13T19:27:43.894Z] #57 0.574 + bin=dockercli [2019-10-13T19:27:43.894Z] #57 0.574 + shift [2019-10-13T19:27:43.894Z] #57 0.575 + '[' '!' -f ./dockercli.installer ']' [2019-10-13T19:27:43.894Z] #57 0.575 + . ./dockercli.installer [2019-10-13T19:27:43.894Z] #57 0.576 ++ : stable [2019-10-13T19:27:43.894Z] #57 0.578 ++ : 17.06.2-ce [2019-10-13T19:27:43.894Z] #57 0.581 + install_dockercli [2019-10-13T19:27:43.894Z] #57 0.582 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-13T19:27:43.894Z] #57 0.582 Install docker/cli version 17.06.2-ce from stable [2019-10-13T19:27:43.894Z] #57 0.586 ++ uname -m [2019-10-13T19:27:43.894Z] #57 0.595 + arch=s390x [2019-10-13T19:27:43.894Z] #57 0.596 + '[' s390x '!=' x86_64 ']' [2019-10-13T19:27:43.894Z] #57 0.596 + '[' s390x '!=' s390x ']' [2019-10-13T19:27:43.894Z] #57 0.596 + url=https://download.docker.com/linux/static [2019-10-13T19:27:43.894Z] #57 0.600 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-10-13T19:27:43.894Z] #57 0.601 + tar -xz docker/docker [2019-10-13T19:27:43.894Z] #57 9.656 + mkdir -p /build [2019-10-13T19:27:43.894Z] #57 9.658 + mv docker/docker /build/ [2019-10-13T19:27:43.894Z] #57 9.662 + rmdir docker [2019-10-13T19:27:43.894Z] #57 DONE 9.8s [2019-10-13T19:27:43.894Z] [2019-10-13T19:27:43.894Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:27:43.894Z] #48 0.440 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:43.894Z] #48 0.450 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:43.894Z] #48 0.486 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:43.894Z] #48 0.531 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:43.894Z] #48 0.560 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:43.894Z] #48 1.100 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-13T19:27:43.894Z] #48 2.682 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-13T19:27:43.894Z] #48 3.392 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-13T19:27:43.894Z] #48 ... [2019-10-13T19:27:43.894Z] [2019-10-13T19:27:43.894Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:27:43.894Z] #10 0.476 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:43.894Z] #10 0.487 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:43.894Z] #10 0.522 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:43.894Z] #10 0.539 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:43.894Z] #10 0.574 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:43.894Z] #10 1.362 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-13T19:27:43.894Z] #10 2.891 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-13T19:27:43.894Z] #10 3.945 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-13T19:27:43.894Z] #10 ... [2019-10-13T19:27:43.894Z] [2019-10-13T19:27:43.894Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:27:43.894Z] #65 0.471 + RM_GOPATH=0 [2019-10-13T19:27:43.894Z] #65 0.471 + TMP_GOPATH= [2019-10-13T19:27:43.894Z] #65 0.472 + : /build/ [2019-10-13T19:27:43.894Z] #65 0.472 + '[' -z '' ']' [2019-10-13T19:27:43.894Z] #65 0.473 ++ mktemp -d [2019-10-13T19:27:43.894Z] #65 0.474 + export GOPATH=/tmp/tmp.mbzxtgXuaH [2019-10-13T19:27:43.894Z] #65 0.474 + GOPATH=/tmp/tmp.mbzxtgXuaH [2019-10-13T19:27:43.894Z] #65 0.475 + RM_GOPATH=1 [2019-10-13T19:27:43.894Z] #65 0.477 ++ dirname ./install.sh [2019-10-13T19:27:43.894Z] #65 0.485 + dir=. [2019-10-13T19:27:43.894Z] #65 0.486 + bin=rootlesskit [2019-10-13T19:27:43.894Z] #65 0.486 + shift [2019-10-13T19:27:43.894Z] #65 0.486 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-13T19:27:43.894Z] #65 0.487 + . ./rootlesskit.installer [2019-10-13T19:27:43.894Z] #65 0.487 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:27:43.894Z] #65 0.489 + install_rootlesskit [2019-10-13T19:27:43.894Z] #65 0.489 + case "$1" in [2019-10-13T19:27:43.895Z] #65 0.489 + export CGO_ENABLED=0 [2019-10-13T19:27:43.895Z] #65 0.490 + CGO_ENABLED=0 [2019-10-13T19:27:43.895Z] #65 0.490 + _install_rootlesskit [2019-10-13T19:27:43.895Z] #65 0.490 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-13T19:27:43.895Z] #65 0.490 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:27:43.895Z] #65 0.491 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.mbzxtgXuaH/src/github.com/rootless-containers/rootlesskit [2019-10-13T19:27:43.895Z] #65 0.494 Cloning into '/tmp/tmp.mbzxtgXuaH/src/github.com/rootless-containers/rootlesskit'... [2019-10-13T19:27:43.895Z] #65 4.544 + cd /tmp/tmp.mbzxtgXuaH/src/github.com/rootless-containers/rootlesskit [2019-10-13T19:27:43.895Z] #65 4.544 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:27:43.895Z] #65 4.570 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-13T19:27:43.895Z] #65 4.574 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-13T19:27:44.309Z] #65 ... [2019-10-13T19:27:44.309Z] [2019-10-13T19:27:44.309Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:44.309Z] #39 0.571 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:44.309Z] #39 0.576 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:44.309Z] #39 0.640 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:44.309Z] #39 0.641 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:44.309Z] #39 0.674 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:44.309Z] #39 1.408 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-13T19:27:44.309Z] #39 3.003 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-13T19:27:44.309Z] #39 4.077 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-13T19:27:44.309Z] #39 ... [2019-10-13T19:27:44.309Z] [2019-10-13T19:27:44.309Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:27:44.309Z] #31 0.498 + RM_GOPATH=0 [2019-10-13T19:27:44.309Z] #31 0.501 + TMP_GOPATH= [2019-10-13T19:27:44.309Z] #31 0.501 + : /build [2019-10-13T19:27:44.309Z] #31 0.501 + '[' -z '' ']' [2019-10-13T19:27:44.309Z] #31 0.502 ++ mktemp -d [2019-10-13T19:27:44.309Z] #31 0.508 + export GOPATH=/tmp/tmp.Ajs4NxH7Ah [2019-10-13T19:27:44.309Z] #31 0.508 + GOPATH=/tmp/tmp.Ajs4NxH7Ah [2019-10-13T19:27:44.309Z] #31 0.508 + RM_GOPATH=1 [2019-10-13T19:27:44.309Z] #31 0.511 ++ dirname ./install.sh [2019-10-13T19:27:44.309Z] #31 0.518 + dir=. [2019-10-13T19:27:44.309Z] #31 0.518 + bin=gotestsum [2019-10-13T19:27:44.309Z] #31 0.519 + shift [2019-10-13T19:27:44.309Z] #31 0.519 + '[' '!' -f ./gotestsum.installer ']' [2019-10-13T19:27:44.309Z] #31 0.519 + . ./gotestsum.installer [2019-10-13T19:27:44.309Z] #31 0.520 ++ : v0.3.5 [2019-10-13T19:27:44.309Z] #31 0.521 + install_gotestsum [2019-10-13T19:27:44.309Z] #31 0.521 + echo 'Installing gotestsum version v0.3.5' [2019-10-13T19:27:44.309Z] #31 0.521 Installing gotestsum version v0.3.5 [2019-10-13T19:27:44.309Z] #31 0.522 + go get -d gotest.tools/gotestsum [2019-10-13T19:27:44.309Z] #31 ... [2019-10-13T19:27:44.309Z] [2019-10-13T19:27:44.309Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:27:44.309Z] #37 0.502 + RM_GOPATH=0 [2019-10-13T19:27:44.309Z] #37 0.502 + TMP_GOPATH= [2019-10-13T19:27:44.309Z] #37 0.502 + : /build [2019-10-13T19:27:44.309Z] #37 0.502 + '[' -z '' ']' [2019-10-13T19:27:44.309Z] #37 0.504 ++ mktemp -d [2019-10-13T19:27:44.309Z] #37 0.508 + export GOPATH=/tmp/tmp.VJn8vuVXdo [2019-10-13T19:27:44.309Z] #37 0.508 + GOPATH=/tmp/tmp.VJn8vuVXdo [2019-10-13T19:27:44.309Z] #37 0.508 + RM_GOPATH=1 [2019-10-13T19:27:44.309Z] #37 0.510 ++ dirname ./install.sh [2019-10-13T19:27:44.309Z] #37 0.557 + dir=. [2019-10-13T19:27:44.309Z] #37 0.558 + bin=vndr [2019-10-13T19:27:44.309Z] #37 0.558 + shift [2019-10-13T19:27:44.309Z] #37 0.559 + '[' '!' -f ./vndr.installer ']' [2019-10-13T19:27:44.309Z] #37 0.560 + . ./vndr.installer [2019-10-13T19:27:44.309Z] #37 0.561 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:27:44.309Z] #37 0.563 + install_vndr [2019-10-13T19:27:44.309Z] #37 0.564 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-13T19:27:44.309Z] #37 0.564 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:27:44.309Z] #37 0.564 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.VJn8vuVXdo/src/github.com/LK4D4/vndr [2019-10-13T19:27:44.309Z] #37 0.581 Cloning into '/tmp/tmp.VJn8vuVXdo/src/github.com/LK4D4/vndr'... [2019-10-13T19:27:44.309Z] #37 1.748 + cd /tmp/tmp.VJn8vuVXdo/src/github.com/LK4D4/vndr [2019-10-13T19:27:44.309Z] #37 1.748 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:27:44.309Z] #37 1.766 + go build -buildmode=pie -v -o /build/vndr . [2019-10-13T19:27:44.309Z] #37 2.813 internal/cpu [2019-10-13T19:27:44.309Z] #37 2.845 runtime/internal/math [2019-10-13T19:27:44.309Z] #37 3.041 internal/race [2019-10-13T19:27:44.309Z] #37 3.125 sync/atomic [2019-10-13T19:27:44.309Z] #37 3.701 unicode [2019-10-13T19:27:44.309Z] #37 4.242 runtime [2019-10-13T19:27:44.309Z] #37 8.172 unicode/utf8 [2019-10-13T19:27:44.309Z] #37 8.557 math [2019-10-13T19:27:44.732Z] #37 ... [2019-10-13T19:27:44.732Z] [2019-10-13T19:27:44.732Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:27:44.732Z] #59 0.514 + mktemp -d [2019-10-13T19:27:44.732Z] #59 0.515 + export GOPATH=/tmp/tmp.WBDmJXAxsz [2019-10-13T19:27:44.732Z] #59 0.516 + git clone https://github.com/docker/distribution.git /tmp/tmp.WBDmJXAxsz/src/github.com/docker/distribution [2019-10-13T19:27:44.732Z] #59 0.521 Cloning into '/tmp/tmp.WBDmJXAxsz/src/github.com/docker/distribution'... [2019-10-13T19:27:44.732Z] #59 ... [2019-10-13T19:27:44.732Z] [2019-10-13T19:27:44.732Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:27:44.732Z] #21 0.393 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:44.732Z] #21 0.403 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:44.732Z] #21 0.435 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:44.732Z] #21 0.464 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:44.732Z] #21 0.476 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:44.732Z] #21 1.213 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-13T19:27:44.732Z] #21 2.722 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-13T19:27:44.732Z] #21 3.640 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-13T19:27:44.732Z] #21 ... [2019-10-13T19:27:44.732Z] [2019-10-13T19:27:44.732Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:44.732Z] #61 0.452 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:27:44.732Z] #61 0.463 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:27:44.732Z] #61 0.494 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:27:44.732Z] #61 0.532 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:27:44.732Z] #61 0.560 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:27:44.732Z] #61 1.219 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-13T19:27:44.732Z] #61 2.682 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-13T19:27:44.732Z] #61 3.345 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-13T19:27:45.142Z] #61 ... [2019-10-13T19:27:45.142Z] [2019-10-13T19:27:45.142Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:27:45.142Z] #28 0.491 + RM_GOPATH=0 [2019-10-13T19:27:45.142Z] #28 0.492 + TMP_GOPATH= [2019-10-13T19:27:45.142Z] #28 0.492 + : /build [2019-10-13T19:27:45.142Z] #28 0.493 + '[' -z '' ']' [2019-10-13T19:27:45.142Z] #28 0.494 ++ mktemp -d [2019-10-13T19:27:45.142Z] #28 0.500 + export GOPATH=/tmp/tmp.KME2ixNcM1 [2019-10-13T19:27:45.142Z] #28 0.500 + GOPATH=/tmp/tmp.KME2ixNcM1 [2019-10-13T19:27:45.142Z] #28 0.500 + RM_GOPATH=1 [2019-10-13T19:27:45.142Z] #28 0.502 ++ dirname ./install.sh [2019-10-13T19:27:45.142Z] #28 0.508 + dir=. [2019-10-13T19:27:45.142Z] #28 0.508 + bin=golangci_lint [2019-10-13T19:27:45.142Z] #28 0.509 + shift [2019-10-13T19:27:45.142Z] #28 0.509 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-13T19:27:45.142Z] #28 0.509 + . ./golangci_lint.installer [2019-10-13T19:27:45.142Z] #28 0.510 ++ : v1.17.1 [2019-10-13T19:27:45.142Z] #28 0.511 + install_golangci_lint [2019-10-13T19:27:45.142Z] #28 0.511 + echo 'Installing golangci-lint version v1.17.1' [2019-10-13T19:27:45.142Z] #28 0.512 Installing golangci-lint version v1.17.1 [2019-10-13T19:27:45.142Z] #28 0.512 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-13T19:27:45.142Z] #28 ... [2019-10-13T19:27:45.142Z] [2019-10-13T19:27:45.142Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:45.142Z] #54 0.511 + RM_GOPATH=0 [2019-10-13T19:27:45.142Z] #54 0.511 + TMP_GOPATH= [2019-10-13T19:27:45.143Z] #54 0.511 + : /build [2019-10-13T19:27:45.143Z] #54 0.511 + '[' -z '' ']' [2019-10-13T19:27:45.143Z] #54 0.511 ++ mktemp -d [2019-10-13T19:27:45.143Z] #54 0.514 + export GOPATH=/tmp/tmp.5i2rtf5Q4A [2019-10-13T19:27:45.143Z] #54 0.514 + GOPATH=/tmp/tmp.5i2rtf5Q4A [2019-10-13T19:27:45.143Z] #54 0.514 + RM_GOPATH=1 [2019-10-13T19:27:45.143Z] #54 0.564 ++ dirname ./install.sh [2019-10-13T19:27:45.143Z] #54 0.572 + dir=. [2019-10-13T19:27:45.143Z] #54 0.572 + bin=proxy [2019-10-13T19:27:45.143Z] #54 0.572 + shift [2019-10-13T19:27:45.143Z] #54 0.573 + '[' '!' -f ./proxy.installer ']' [2019-10-13T19:27:45.143Z] #54 0.573 + . ./proxy.installer [2019-10-13T19:27:45.143Z] #54 0.573 ++ : 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:27:45.143Z] #54 0.573 + install_proxy [2019-10-13T19:27:45.143Z] #54 0.574 + case "$1" in [2019-10-13T19:27:45.143Z] #54 0.574 + export CGO_ENABLED=0 [2019-10-13T19:27:45.143Z] #54 0.574 + CGO_ENABLED=0 [2019-10-13T19:27:45.143Z] #54 0.574 + _install_proxy [2019-10-13T19:27:45.143Z] #54 0.574 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-13T19:27:45.143Z] #54 0.574 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5i2rtf5Q4A/src/github.com/docker/libnetwork [2019-10-13T19:27:45.143Z] #54 0.574 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:27:45.143Z] #54 0.576 Cloning into '/tmp/tmp.5i2rtf5Q4A/src/github.com/docker/libnetwork'... [2019-10-13T19:27:45.533Z] #54 ... [2019-10-13T19:27:45.533Z] [2019-10-13T19:27:45.533Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:27:45.533Z] #19 0.464 + mktemp -d [2019-10-13T19:27:45.533Z] #19 0.467 + export GOPATH=/tmp/tmp.ojUf3y9ylb [2019-10-13T19:27:45.533Z] #19 0.467 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.ojUf3y9ylb/src/github.com/go-swagger/go-swagger [2019-10-13T19:27:45.533Z] #19 0.472 Cloning into '/tmp/tmp.ojUf3y9ylb/src/github.com/go-swagger/go-swagger'... [2019-10-13T19:27:45.533Z] #19 ... [2019-10-13T19:27:45.533Z] [2019-10-13T19:27:45.533Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:45.533Z] #34 10.26 encoding [2019-10-13T19:27:45.533Z] #34 10.64 runtime/cgo [2019-10-13T19:27:46.384Z] INFO: Extracting go.zip to d:\CI\PR-40081\3\go [2019-10-13T19:27:47.108Z] #18 34.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-13T19:27:48.497Z] #18 ... [2019-10-13T19:27:48.497Z] [2019-10-13T19:27:48.497Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:48.497Z] #60 19.94 Reading package lists... [2019-10-13T19:27:48.497Z] #60 26.62 Building dependency tree... [2019-10-13T19:27:48.497Z] #60 28.77 The following additional packages will be installed: [2019-10-13T19:27:48.497Z] #60 28.79 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-13T19:27:48.497Z] #60 28.79 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-13T19:27:48.497Z] #60 28.80 Suggested packages: [2019-10-13T19:27:48.497Z] #60 28.80 manpages-dev python-setuptools [2019-10-13T19:27:48.497Z] #60 30.46 The following NEW packages will be installed: [2019-10-13T19:27:48.497Z] #60 30.47 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-13T19:27:48.497Z] #60 30.47 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-13T19:27:48.497Z] #60 30.48 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-13T19:27:48.497Z] #60 30.48 zlib1g-dev [2019-10-13T19:27:48.497Z] #60 31.63 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:27:48.497Z] #60 31.63 Need to get 3415 kB of archives. [2019-10-13T19:27:48.497Z] #60 31.63 After this operation, 19.0 MB of additional disk space will be used. [2019-10-13T19:27:48.497Z] #60 31.63 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnet1 arm64 1.1.6+dfsg-3 [55.1 kB] [2019-10-13T19:27:48.497Z] #60 31.64 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libcap-dev arm64 1:2.25-1 [28.9 kB] [2019-10-13T19:27:48.497Z] #60 31.64 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnet1-dev arm64 1.1.6+dfsg-3 [115 kB] [2019-10-13T19:27:48.497Z] #60 31.65 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnl-3-200 arm64 3.2.27-2 [52.5 kB] [2019-10-13T19:27:48.497Z] #60 31.66 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnl-3-dev arm64 3.2.27-2 [91.7 kB] [2019-10-13T19:27:48.497Z] #60 31.67 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-c1 arm64 1.2.1-2 [22.7 kB] [2019-10-13T19:27:48.497Z] #60 31.69 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-c-dev arm64 1.2.1-2 [30.2 kB] [2019-10-13T19:27:48.497Z] #60 31.71 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 zlib1g-dev arm64 1:1.2.8.dfsg-5 [200 kB] [2019-10-13T19:27:48.497Z] #60 31.73 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf10 arm64 3.0.0-9 [618 kB] [2019-10-13T19:27:48.497Z] #60 31.79 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-lite10 arm64 3.0.0-9 [117 kB] [2019-10-13T19:27:48.497Z] #60 31.81 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-dev arm64 3.0.0-9 [940 kB] [2019-10-13T19:27:48.497Z] #60 31.87 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotoc10 arm64 3.0.0-9 [566 kB] [2019-10-13T19:27:48.497Z] #60 31.98 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 protobuf-c-compiler arm64 1.2.1-2 [72.2 kB] [2019-10-13T19:27:48.497Z] #60 31.98 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 protobuf-compiler arm64 3.0.0-9 [52.8 kB] [2019-10-13T19:27:48.497Z] #60 31.99 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-13T19:27:48.497Z] #60 32.05 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python-protobuf arm64 3.0.0-9 [286 kB] [2019-10-13T19:27:48.497Z] #60 33.48 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:27:48.497Z] #60 33.62 Fetched 3415 kB in 1s (2207 kB/s) [2019-10-13T19:27:48.497Z] #60 33.80 Selecting previously unselected package libnet1:arm64. [2019-10-13T19:27:48.497Z] #60 33.80 (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 ... 14976 files and directories currently installed.) [2019-10-13T19:27:48.497Z] #60 33.90 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_arm64.deb ... [2019-10-13T19:27:48.497Z] #60 33.92 Unpacking libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-13T19:27:48.497Z] #60 34.09 Selecting previously unselected package libcap-dev:arm64. [2019-10-13T19:27:48.497Z] #60 34.09 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_arm64.deb ... [2019-10-13T19:27:48.497Z] #60 34.11 Unpacking libcap-dev:arm64 (1:2.25-1) ... [2019-10-13T19:27:48.497Z] #60 34.75 Selecting previously unselected package libnet1-dev. [2019-10-13T19:27:48.497Z] #60 34.76 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_arm64.deb ... [2019-10-13T19:27:48.497Z] #60 34.80 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-13T19:27:48.497Z] #60 35.08 Selecting previously unselected package libnl-3-200:arm64. [2019-10-13T19:27:48.497Z] #60 35.09 Preparing to unpack .../03-libnl-3-200_3.2.27-2_arm64.deb ... [2019-10-13T19:27:48.497Z] #60 35.28 Unpacking libnl-3-200:arm64 (3.2.27-2) ... [2019-10-13T19:27:48.497Z] #60 35.60 Selecting previously unselected package libnl-3-dev:arm64. [2019-10-13T19:27:48.497Z] #60 35.61 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_arm64.deb ... [2019-10-13T19:27:48.497Z] #60 35.82 Unpacking libnl-3-dev:arm64 (3.2.27-2) ... [2019-10-13T19:27:48.497Z] #60 36.28 Selecting previously unselected package libprotobuf-c1:arm64. [2019-10-13T19:27:48.497Z] #60 36.29 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_arm64.deb ... [2019-10-13T19:27:48.497Z] #60 36.30 Unpacking libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-13T19:27:48.759Z] #60 ... [2019-10-13T19:27:48.759Z] [2019-10-13T19:27:48.759Z] #47 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:27:48.759Z] #47 21.91 Reading package lists... [2019-10-13T19:27:48.759Z] #47 27.56 Building dependency tree... [2019-10-13T19:27:48.759Z] #47 29.96 The following additional packages will be installed: [2019-10-13T19:27:48.759Z] #47 29.98 btrfs-progs liblzo2-2 [2019-10-13T19:27:48.759Z] #47 30.20 The following NEW packages will be installed: [2019-10-13T19:27:48.759Z] #47 30.22 btrfs-progs btrfs-tools liblzo2-2 [2019-10-13T19:27:48.759Z] #47 31.40 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:27:48.759Z] #47 31.40 Need to get 582 kB of archives. [2019-10-13T19:27:48.759Z] #47 31.40 After this operation, 3944 kB of additional disk space will be used. [2019-10-13T19:27:48.759Z] #47 31.40 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] [2019-10-13T19:27:48.759Z] #47 31.41 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-progs arm64 4.7.3-1 [517 kB] [2019-10-13T19:27:48.759Z] #47 31.45 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-tools arm64 4.7.3-1 [16.9 kB] [2019-10-13T19:27:48.759Z] #47 32.79 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:27:48.759Z] #47 33.01 Fetched 582 kB in 1s (531 kB/s) [2019-10-13T19:27:48.759Z] #47 33.10 Selecting previously unselected package liblzo2-2:arm64. [2019-10-13T19:27:48.759Z] #47 33.10 (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 ... 14976 files and directories currently installed.) [2019-10-13T19:27:48.759Z] #47 33.19 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_arm64.deb ... [2019-10-13T19:27:48.759Z] #47 33.22 Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-13T19:27:48.759Z] #47 33.39 Selecting previously unselected package btrfs-progs. [2019-10-13T19:27:48.759Z] #47 33.40 Preparing to unpack .../btrfs-progs_4.7.3-1_arm64.deb ... [2019-10-13T19:27:48.759Z] #47 33.44 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-13T19:27:48.759Z] #47 34.50 Selecting previously unselected package btrfs-tools. [2019-10-13T19:27:48.759Z] #47 34.51 Preparing to unpack .../btrfs-tools_4.7.3-1_arm64.deb ... [2019-10-13T19:27:48.759Z] #47 34.62 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-13T19:27:48.759Z] #47 34.86 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:27:48.759Z] #47 34.97 Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-13T19:27:48.759Z] #47 35.06 Setting up btrfs-progs (4.7.3-1) ... [2019-10-13T19:27:48.759Z] #47 35.24 Setting up btrfs-tools (4.7.3-1) ... [2019-10-13T19:27:48.759Z] #47 35.33 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:27:48.759Z] #47 DONE 36.5s [2019-10-13T19:27:48.759Z] [2019-10-13T19:27:48.759Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:48.759Z] #60 36.45 Selecting previously unselected package libprotobuf-c-dev:arm64. [2019-10-13T19:27:48.759Z] #60 36.45 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_arm64.deb ... [2019-10-13T19:27:48.759Z] #60 36.47 Unpacking libprotobuf-c-dev:arm64 (1.2.1-2) ... [2019-10-13T19:27:48.759Z] #60 ... [2019-10-13T19:27:48.759Z] [2019-10-13T19:27:48.759Z] #9 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:27:48.759Z] #9 21.05 Reading package lists... [2019-10-13T19:27:48.759Z] #9 26.75 Building dependency tree... [2019-10-13T19:27:48.759Z] #9 29.02 The following additional packages will be installed: [2019-10-13T19:27:48.759Z] #9 29.04 libapparmor1 libseccomp2 [2019-10-13T19:27:48.759Z] #9 29.05 Suggested packages: [2019-10-13T19:27:48.759Z] #9 29.05 seccomp [2019-10-13T19:27:48.759Z] #9 29.42 The following NEW packages will be installed: [2019-10-13T19:27:48.759Z] #9 29.45 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-13T19:27:48.759Z] #9 30.79 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:27:48.759Z] #9 30.79 Need to get 287 kB of archives. [2019-10-13T19:27:48.759Z] #9 30.79 After this operation, 1186 kB of additional disk space will be used. [2019-10-13T19:27:48.759Z] #9 30.79 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libseccomp2 arm64 2.3.1-2.1+deb9u1 [36.2 kB] [2019-10-13T19:27:48.759Z] #9 30.81 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libseccomp-dev arm64 2.3.1-2.1+deb9u1 [58.1 kB] [2019-10-13T19:27:48.759Z] #9 30.81 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libapparmor1 arm64 2.11.0-3+deb9u2 [75.7 kB] [2019-10-13T19:27:48.759Z] #9 30.86 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libapparmor-dev arm64 2.11.0-3+deb9u2 [117 kB] [2019-10-13T19:27:48.759Z] #9 32.11 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:27:48.759Z] #9 32.27 Fetched 287 kB in 1s (220 kB/s) [2019-10-13T19:27:48.759Z] #9 32.40 Selecting previously unselected package libseccomp2:arm64. [2019-10-13T19:27:48.759Z] #9 32.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14976 files and directories currently installed.) [2019-10-13T19:27:48.759Z] #9 32.47 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_arm64.deb ... [2019-10-13T19:27:48.759Z] #9 32.50 Unpacking libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-13T19:27:48.759Z] #9 32.68 Selecting previously unselected package libseccomp-dev:arm64. [2019-10-13T19:27:48.759Z] #9 32.68 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_arm64.deb ... [2019-10-13T19:27:48.759Z] #9 32.69 Unpacking libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-13T19:27:48.759Z] #9 32.90 Selecting previously unselected package libapparmor1:arm64. [2019-10-13T19:27:48.759Z] #9 32.90 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_arm64.deb ... [2019-10-13T19:27:48.759Z] #9 32.91 Unpacking libapparmor1:arm64 (2.11.0-3+deb9u2) ... [2019-10-13T19:27:48.759Z] #9 33.07 Selecting previously unselected package libapparmor-dev:arm64. [2019-10-13T19:27:48.759Z] #9 33.07 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_arm64.deb ... [2019-10-13T19:27:48.759Z] #9 33.09 Unpacking libapparmor-dev:arm64 (2.11.0-3+deb9u2) ... [2019-10-13T19:27:48.759Z] #9 33.45 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:27:48.759Z] #9 33.63 Setting up libseccomp2:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-13T19:27:48.759Z] #9 33.67 Setting up libapparmor1:arm64 (2.11.0-3+deb9u2) ... [2019-10-13T19:27:48.759Z] #9 33.69 Setting up libseccomp-dev:arm64 (2.3.1-2.1+deb9u1) ... [2019-10-13T19:27:48.759Z] #9 33.72 Setting up libapparmor-dev:arm64 (2.11.0-3+deb9u2) ... [2019-10-13T19:27:48.759Z] #9 33.74 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:27:48.759Z] #9 DONE 36.5s [2019-10-13T19:27:48.759Z] [2019-10-13T19:27:48.759Z] #53 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:48.759Z] #53 DONE 36.0s [2019-10-13T19:27:48.759Z] [2019-10-13T19:27:48.759Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:48.759Z] #60 36.61 Selecting previously unselected package zlib1g-dev:arm64. [2019-10-13T19:27:48.759Z] #60 36.61 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_arm64.deb ... [2019-10-13T19:27:49.023Z] #60 36.69 Unpacking zlib1g-dev:arm64 (1:1.2.8.dfsg-5) ... [2019-10-13T19:27:49.283Z] #60 ... [2019-10-13T19:27:49.283Z] [2019-10-13T19:27:49.283Z] #48 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:27:49.283Z] #48 DONE 0.5s [2019-10-13T19:27:49.283Z] [2019-10-13T19:27:49.283Z] #43 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:27:49.283Z] #43 DONE 0.5s [2019-10-13T19:27:49.283Z] [2019-10-13T19:27:49.283Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:49.283Z] #60 37.13 Selecting previously unselected package libprotobuf10:arm64. [2019-10-13T19:27:49.283Z] #60 37.13 Preparing to unpack .../08-libprotobuf10_3.0.0-9_arm64.deb ... [2019-10-13T19:27:49.283Z] #60 37.16 Unpacking libprotobuf10:arm64 (3.0.0-9) ... [2019-10-13T19:27:49.551Z] #60 ... [2019-10-13T19:27:49.551Z] [2019-10-13T19:27:49.551Z] #49 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-13T19:27:49.551Z] #49 DONE 0.3s [2019-10-13T19:27:49.551Z] [2019-10-13T19:27:49.551Z] #44 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-13T19:27:49.551Z] #44 DONE 0.3s [2019-10-13T19:27:49.551Z] [2019-10-13T19:27:49.551Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:27:50.177Z] #34 ... [2019-10-13T19:27:50.177Z] [2019-10-13T19:27:50.177Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:27:50.177Z] #59 12.47 + cd /tmp/tmp.WBDmJXAxsz/src/github.com/docker/distribution [2019-10-13T19:27:50.177Z] #59 12.47 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-13T19:27:50.177Z] #59 14.55 + GOPATH=/tmp/tmp.WBDmJXAxsz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.WBDmJXAxsz go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-13T19:27:50.494Z] #45 ... [2019-10-13T19:27:50.494Z] [2019-10-13T19:27:50.494Z] #20 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:27:50.494Z] #20 24.37 Reading package lists... [2019-10-13T19:27:50.494Z] #20 30.56 Building dependency tree... [2019-10-13T19:27:50.494Z] #20 32.63 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-13T19:27:50.494Z] #20 32.63 The following additional packages will be installed: [2019-10-13T19:27:50.494Z] #20 32.65 libjq1 libonig4 [2019-10-13T19:27:50.494Z] #20 32.94 The following NEW packages will be installed: [2019-10-13T19:27:50.494Z] #20 32.96 jq libjq1 libonig4 [2019-10-13T19:27:50.494Z] #20 34.19 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:27:50.494Z] #20 34.19 Need to get 293 kB of archives. [2019-10-13T19:27:50.494Z] #20 34.19 After this operation, 1086 kB of additional disk space will be used. [2019-10-13T19:27:50.494Z] #20 34.19 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libonig4 arm64 6.1.3-2 [133 kB] [2019-10-13T19:27:50.494Z] #20 34.33 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libjq1 arm64 1.5+dfsg-1.3 [102 kB] [2019-10-13T19:27:50.494Z] #20 34.34 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 jq arm64 1.5+dfsg-1.3 [58.3 kB] [2019-10-13T19:27:50.494Z] #20 35.01 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:27:50.494Z] #20 35.13 Fetched 293 kB in 1s (225 kB/s) [2019-10-13T19:27:50.494Z] #20 35.36 Selecting previously unselected package libonig4:arm64. [2019-10-13T19:27:50.494Z] #20 35.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14976 files and directories currently installed.) [2019-10-13T19:27:50.494Z] #20 35.45 Preparing to unpack .../libonig4_6.1.3-2_arm64.deb ... [2019-10-13T19:27:50.494Z] #20 35.58 Unpacking libonig4:arm64 (6.1.3-2) ... [2019-10-13T19:27:50.494Z] #20 35.94 Selecting previously unselected package libjq1:arm64. [2019-10-13T19:27:50.494Z] #20 35.96 Preparing to unpack .../libjq1_1.5+dfsg-1.3_arm64.deb ... [2019-10-13T19:27:50.494Z] #20 35.99 Unpacking libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-13T19:27:50.494Z] #20 36.28 Selecting previously unselected package jq. [2019-10-13T19:27:50.494Z] #20 36.30 Preparing to unpack .../jq_1.5+dfsg-1.3_arm64.deb ... [2019-10-13T19:27:50.494Z] #20 36.35 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-13T19:27:50.494Z] #20 36.73 Setting up libonig4:arm64 (6.1.3-2) ... [2019-10-13T19:27:50.494Z] #20 36.92 Setting up libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-13T19:27:50.494Z] #20 36.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:27:50.494Z] #20 37.37 Setting up jq (1.5+dfsg-1.3) ... [2019-10-13T19:27:50.494Z] #20 DONE 38.0s [2019-10-13T19:27:50.494Z] [2019-10-13T19:27:50.494Z] #22 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-13T19:27:50.494Z] #22 DONE 0.2s [2019-10-13T19:27:50.494Z] [2019-10-13T19:27:50.494Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:50.494Z] #60 38.20 Selecting previously unselected package libprotobuf-lite10:arm64. [2019-10-13T19:27:50.494Z] #60 38.20 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_arm64.deb ... [2019-10-13T19:27:50.494Z] #60 38.22 Unpacking libprotobuf-lite10:arm64 (3.0.0-9) ... [2019-10-13T19:27:50.756Z] #60 38.46 Selecting previously unselected package libprotobuf-dev:arm64. [2019-10-13T19:27:50.756Z] #60 38.46 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_arm64.deb ... [2019-10-13T19:27:50.756Z] #60 38.48 Unpacking libprotobuf-dev:arm64 (3.0.0-9) ... [2019-10-13T19:27:52.161Z] #60 39.81 Selecting previously unselected package libprotoc10:arm64. [2019-10-13T19:27:52.161Z] #60 39.81 Preparing to unpack .../11-libprotoc10_3.0.0-9_arm64.deb ... [2019-10-13T19:27:52.161Z] #60 39.82 Unpacking libprotoc10:arm64 (3.0.0-9) ... [2019-10-13T19:27:52.422Z] #60 40.31 Selecting previously unselected package protobuf-c-compiler. [2019-10-13T19:27:52.422Z] #60 40.32 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_arm64.deb ... [2019-10-13T19:27:52.422Z] #60 40.33 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-13T19:27:52.992Z] #60 40.54 Selecting previously unselected package protobuf-compiler. [2019-10-13T19:27:52.992Z] #60 40.55 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_arm64.deb ... [2019-10-13T19:27:52.992Z] #60 40.55 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-13T19:27:52.992Z] #60 40.75 Selecting previously unselected package python-pkg-resources. [2019-10-13T19:27:52.992Z] #60 40.80 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-13T19:27:52.992Z] #60 40.81 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-13T19:27:53.563Z] #60 41.12 Selecting previously unselected package python-protobuf. [2019-10-13T19:27:53.563Z] #60 41.12 Preparing to unpack .../15-python-protobuf_3.0.0-9_arm64.deb ... [2019-10-13T19:27:53.563Z] #60 41.15 Unpacking python-protobuf (3.0.0-9) ... [2019-10-13T19:27:54.134Z] #60 ... [2019-10-13T19:27:54.134Z] [2019-10-13T19:27:54.134Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:54.134Z] #38 31.76 Fetched 13.1 MB in 2s (6236 kB/s) [2019-10-13T19:27:54.134Z] #38 31.92 Selecting previously unselected package cmake-data. [2019-10-13T19:27:54.134Z] #38 31.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14976 files and directories currently installed.) [2019-10-13T19:27:54.134Z] #38 32.02 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-13T19:27:54.134Z] #38 32.05 Unpacking cmake-data (3.7.2-1) ... [2019-10-13T19:27:54.134Z] #38 37.60 Selecting previously unselected package liblzo2-2:arm64. [2019-10-13T19:27:54.134Z] #38 37.60 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_arm64.deb ... [2019-10-13T19:27:54.134Z] #38 37.63 Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-13T19:27:54.134Z] #38 37.85 Selecting previously unselected package libicu57:arm64. [2019-10-13T19:27:54.134Z] #38 37.87 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_arm64.deb ... [2019-10-13T19:27:54.134Z] #38 37.89 Unpacking libicu57:arm64 (57.1-6+deb9u3) ... [2019-10-13T19:27:54.134Z] #38 ... [2019-10-13T19:27:54.134Z] [2019-10-13T19:27:54.134Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:54.134Z] #60 41.83 Setting up libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-13T19:27:54.706Z] #60 42.13 Setting up libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-13T19:27:54.706Z] #60 ... [2019-10-13T19:27:54.706Z] [2019-10-13T19:27:54.706Z] #10 [dev 1/24] RUN groupadd -r docker [2019-10-13T19:27:54.706Z] #10 DONE 6.0s [2019-10-13T19:27:54.706Z] [2019-10-13T19:27:54.706Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:54.706Z] #60 42.57 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-13T19:27:55.540Z] #59 ... [2019-10-13T19:27:55.540Z] [2019-10-13T19:27:55.540Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:55.540Z] #61 11.92 Fetched 7670 kB in 11s (668 kB/s) [2019-10-13T19:27:55.540Z] #61 11.92 Reading package lists... [2019-10-13T19:27:55.540Z] #61 16.24 Reading package lists... [2019-10-13T19:27:55.540Z] #61 20.10 Building dependency tree... [2019-10-13T19:27:55.540Z] #61 21.30 The following additional packages will be installed: [2019-10-13T19:27:55.540Z] #61 21.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-13T19:27:55.540Z] #61 21.31 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-13T19:27:55.540Z] #61 21.31 Suggested packages: [2019-10-13T19:27:55.540Z] #61 21.31 manpages-dev python-setuptools [2019-10-13T19:27:56.417Z] #61 22.64 The following NEW packages will be installed: [2019-10-13T19:27:56.417Z] #61 22.67 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-13T19:27:56.417Z] #61 22.67 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-13T19:27:56.417Z] #61 22.67 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-13T19:27:56.417Z] #61 22.67 zlib1g-dev [2019-10-13T19:27:56.417Z] #61 22.74 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:27:56.417Z] #61 22.74 Need to get 3476 kB of archives. [2019-10-13T19:27:56.417Z] #61 22.74 After this operation, 20.2 MB of additional disk space will be used. [2019-10-13T19:27:56.417Z] #61 22.74 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-13T19:27:56.417Z] #61 22.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-10-13T19:27:56.417Z] #61 22.77 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-10-13T19:27:56.417Z] #61 22.78 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-10-13T19:27:56.417Z] #61 22.78 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-10-13T19:27:56.417Z] #61 22.79 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-13T19:27:56.417Z] #61 22.79 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-10-13T19:27:56.417Z] #61 22.79 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-10-13T19:27:56.417Z] #61 22.80 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-10-13T19:27:56.417Z] #61 22.86 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-10-13T19:27:56.417Z] #61 22.86 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-10-13T19:27:56.417Z] #61 22.89 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-10-13T19:27:56.417Z] #61 22.96 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-10-13T19:27:56.417Z] #61 22.97 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-10-13T19:27:56.417Z] #61 22.97 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-13T19:27:56.417Z] #61 ... [2019-10-13T19:27:56.417Z] [2019-10-13T19:27:56.417Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:27:56.417Z] #21 12.89 Fetched 7670 kB in 12s (612 kB/s) [2019-10-13T19:27:56.417Z] #21 12.89 Reading package lists... [2019-10-13T19:27:56.417Z] #21 17.80 Reading package lists... [2019-10-13T19:27:56.417Z] #21 21.86 Building dependency tree... [2019-10-13T19:27:56.996Z] #21 ... [2019-10-13T19:27:56.996Z] [2019-10-13T19:27:56.996Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:56.996Z] #61 22.98 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-10-13T19:27:56.996Z] #61 ... [2019-10-13T19:27:56.996Z] [2019-10-13T19:27:56.996Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:27:56.996Z] #48 13.13 Fetched 7670 kB in 12s (603 kB/s) [2019-10-13T19:27:56.996Z] #48 13.13 Reading package lists... [2019-10-13T19:27:56.996Z] #48 18.05 Reading package lists... [2019-10-13T19:27:56.996Z] #48 22.10 Building dependency tree... [2019-10-13T19:27:56.996Z] #48 ... [2019-10-13T19:27:56.996Z] [2019-10-13T19:27:56.996Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:56.996Z] #39 13.13 Fetched 7670 kB in 12s (610 kB/s) [2019-10-13T19:27:56.996Z] #39 13.13 Reading package lists... [2019-10-13T19:27:56.996Z] #39 18.29 Reading package lists... [2019-10-13T19:27:56.996Z] #39 22.30 Building dependency tree... [2019-10-13T19:27:57.451Z] #39 23.46 The following additional packages will be installed: [2019-10-13T19:27:57.451Z] #39 23.53 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-13T19:27:57.451Z] #39 ... [2019-10-13T19:27:57.451Z] [2019-10-13T19:27:57.451Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:27:57.451Z] #10 13.43 Fetched 7670 kB in 12s (592 kB/s) [2019-10-13T19:27:57.451Z] #10 13.43 Reading package lists... [2019-10-13T19:27:57.451Z] #10 18.60 Reading package lists... [2019-10-13T19:27:57.451Z] #10 22.84 Building dependency tree... [2019-10-13T19:27:57.451Z] #10 ... [2019-10-13T19:27:57.451Z] [2019-10-13T19:27:57.452Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:27:57.452Z] #21 23.64 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-13T19:27:57.452Z] #21 23.64 The following additional packages will be installed: [2019-10-13T19:27:57.452Z] #21 23.72 libjq1 libonig4 [2019-10-13T19:27:57.868Z] #21 24.06 The following NEW packages will be installed: [2019-10-13T19:27:57.868Z] #21 ... [2019-10-13T19:27:57.868Z] [2019-10-13T19:27:57.868Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:57.868Z] #54 13.83 + cd /tmp/tmp.5i2rtf5Q4A/src/github.com/docker/libnetwork [2019-10-13T19:27:57.868Z] #54 13.83 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:27:57.868Z] #54 14.23 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-13T19:27:57.868Z] #54 ... [2019-10-13T19:27:57.868Z] [2019-10-13T19:27:57.868Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:57.868Z] #61 23.93 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:27:57.868Z] #61 24.06 Fetched 3476 kB in 0s (10.2 MB/s) [2019-10-13T19:27:57.868Z] #61 24.14 Selecting previously unselected package libnet1:s390x. [2019-10-13T19:27:57.868Z] #61 24.15 (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 ... 14828 files and directories currently installed.) [2019-10-13T19:27:57.868Z] #61 24.18 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-13T19:27:57.868Z] #61 24.18 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-13T19:27:57.868Z] #61 24.28 Selecting previously unselected package libcap-dev:s390x. [2019-10-13T19:27:57.868Z] #61 24.28 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-10-13T19:27:57.868Z] #61 24.29 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-10-13T19:27:58.006Z] #60 ... [2019-10-13T19:27:58.006Z] [2019-10-13T19:27:58.007Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:27:58.007Z] #33 34.74 sync [2019-10-13T19:27:58.007Z] #33 34.74 internal/reflectlite [2019-10-13T19:27:58.007Z] #33 36.31 sort [2019-10-13T19:27:58.007Z] #33 36.32 errors [2019-10-13T19:27:58.007Z] #33 36.53 strconv [2019-10-13T19:27:58.007Z] #33 36.59 internal/oserror [2019-10-13T19:27:58.007Z] #33 36.59 io [2019-10-13T19:27:58.007Z] #33 37.16 syscall [2019-10-13T19:27:58.007Z] #33 39.59 strings [2019-10-13T19:27:58.007Z] #33 39.61 bytes [2019-10-13T19:27:58.007Z] #33 44.78 bufio [2019-10-13T19:27:58.007Z] #33 44.78 reflect [2019-10-13T19:27:58.007Z] #33 ... [2019-10-13T19:27:58.007Z] [2019-10-13T19:27:58.007Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:27:58.007Z] #30 34.71 + cd /tmp/tmp.E9pz48QKnB/src/gotest.tools/gotestsum [2019-10-13T19:27:58.007Z] #30 34.71 + git checkout -q v0.3.5 [2019-10-13T19:27:58.007Z] #30 34.73 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-13T19:27:58.007Z] #30 ... [2019-10-13T19:27:58.007Z] [2019-10-13T19:27:58.007Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:58.007Z] #38 44.30 Selecting previously unselected package libxml2:arm64. [2019-10-13T19:27:58.007Z] #38 44.31 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_arm64.deb ... [2019-10-13T19:27:58.007Z] #38 44.32 Unpacking libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-13T19:27:58.007Z] #38 44.92 Selecting previously unselected package libarchive13:arm64. [2019-10-13T19:27:58.007Z] #38 44.94 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_arm64.deb ... [2019-10-13T19:27:58.007Z] #38 44.96 Unpacking libarchive13:arm64 (3.2.2-2+deb9u1) ... [2019-10-13T19:27:58.007Z] #38 45.29 Selecting previously unselected package libjsoncpp1:arm64. [2019-10-13T19:27:58.007Z] #38 45.29 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_arm64.deb ... [2019-10-13T19:27:58.007Z] #38 45.32 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2019-10-13T19:27:58.007Z] #38 ... [2019-10-13T19:27:58.007Z] [2019-10-13T19:27:58.007Z] #11 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-13T19:27:58.007Z] #11 DONE 3.2s [2019-10-13T19:27:58.007Z] [2019-10-13T19:27:58.007Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:27:58.007Z] #50 4.986 + RM_GOPATH=0 [2019-10-13T19:27:58.007Z] #50 4.986 + TMP_GOPATH= [2019-10-13T19:27:58.007Z] #50 4.987 + : /build [2019-10-13T19:27:58.007Z] #50 4.987 + '[' -z '' ']' [2019-10-13T19:27:58.007Z] #50 4.990 ++ mktemp -d [2019-10-13T19:27:58.007Z] #50 5.151 + export GOPATH=/tmp/tmp.Mew0xQqdZl [2019-10-13T19:27:58.007Z] #50 5.151 + GOPATH=/tmp/tmp.Mew0xQqdZl [2019-10-13T19:27:58.007Z] #50 5.152 + RM_GOPATH=1 [2019-10-13T19:27:58.007Z] #50 5.154 ++ dirname ./install.sh [2019-10-13T19:27:58.007Z] #50 5.156 + dir=. [2019-10-13T19:27:58.007Z] #50 5.156 + bin=containerd [2019-10-13T19:27:58.007Z] #50 5.157 + shift [2019-10-13T19:27:58.007Z] #50 5.159 + '[' '!' -f ./containerd.installer ']' [2019-10-13T19:27:58.007Z] #50 5.159 + . ./containerd.installer [2019-10-13T19:27:58.007Z] #50 5.160 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:27:58.007Z] #50 5.162 + install_containerd [2019-10-13T19:27:58.007Z] #50 5.162 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-13T19:27:58.007Z] #50 5.162 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:27:58.007Z] #50 5.163 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Mew0xQqdZl/src/github.com/containerd/containerd [2019-10-13T19:27:58.007Z] #50 5.185 Cloning into '/tmp/tmp.Mew0xQqdZl/src/github.com/containerd/containerd'... [2019-10-13T19:27:58.277Z] #50 ... [2019-10-13T19:27:58.277Z] [2019-10-13T19:27:58.277Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:27:58.277Z] #36 35.31 internal/reflectlite [2019-10-13T19:27:58.277Z] #36 35.32 sync [2019-10-13T19:27:58.277Z] #36 36.39 github.com/LK4D4/vndr/godl/singleflight [2019-10-13T19:27:58.277Z] #36 36.39 math/rand [2019-10-13T19:27:58.277Z] #36 36.40 internal/singleflight [2019-10-13T19:27:58.277Z] #36 38.78 sort [2019-10-13T19:27:58.277Z] #36 38.78 strconv [2019-10-13T19:27:58.277Z] #36 38.82 syscall [2019-10-13T19:27:58.277Z] #36 38.82 io [2019-10-13T19:27:58.277Z] #36 42.16 bytes [2019-10-13T19:27:58.277Z] #36 42.87 strings [2019-10-13T19:27:58.277Z] #36 44.55 reflect [2019-10-13T19:27:58.277Z] #36 45.39 bufio [2019-10-13T19:27:58.277Z] #36 ... [2019-10-13T19:27:58.277Z] [2019-10-13T19:27:58.277Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:27:58.277Z] #38 45.81 Selecting previously unselected package libuv1:arm64. [2019-10-13T19:27:58.277Z] #38 45.82 Preparing to unpack .../6-libuv1_1.9.1-3_arm64.deb ... [2019-10-13T19:27:58.277Z] #38 45.82 Unpacking libuv1:arm64 (1.9.1-3) ... [2019-10-13T19:27:58.277Z] #38 46.13 Selecting previously unselected package cmake. [2019-10-13T19:27:58.280Z] #61 24.43 Selecting previously unselected package libnet1-dev. [2019-10-13T19:27:58.280Z] #61 24.43 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-10-13T19:27:58.280Z] #61 24.44 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-13T19:27:58.280Z] #61 24.65 Selecting previously unselected package libnl-3-200:s390x. [2019-10-13T19:27:58.280Z] #61 ... [2019-10-13T19:27:58.280Z] [2019-10-13T19:27:58.280Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:27:58.280Z] #37 14.33 unicode/utf16 [2019-10-13T19:27:58.280Z] #37 14.77 container/list [2019-10-13T19:27:58.280Z] #37 15.47 crypto/internal/subtle [2019-10-13T19:27:58.280Z] #37 15.71 crypto/subtle [2019-10-13T19:27:58.280Z] #37 15.81 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-13T19:27:58.280Z] #37 15.87 internal/nettrace [2019-10-13T19:27:58.280Z] #37 15.95 runtime/cgo [2019-10-13T19:27:58.280Z] #37 ... [2019-10-13T19:27:58.280Z] [2019-10-13T19:27:58.280Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:27:58.280Z] #61 24.65 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-13T19:27:58.280Z] #61 24.66 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-13T19:27:58.280Z] #61 24.73 Selecting previously unselected package libnl-3-dev:s390x. [2019-10-13T19:27:58.280Z] #61 24.73 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-10-13T19:27:58.280Z] #61 24.73 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-10-13T19:27:58.538Z] #38 46.13 Preparing to unpack .../7-cmake_3.7.2-1_arm64.deb ... [2019-10-13T19:27:58.538Z] #38 46.28 Unpacking cmake (3.7.2-1) ... [2019-10-13T19:27:58.679Z] #61 25.06 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-13T19:27:58.679Z] #61 25.06 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-13T19:27:58.679Z] #61 25.07 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-13T19:27:58.679Z] #61 25.14 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-10-13T19:27:58.679Z] #61 25.14 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-10-13T19:27:58.679Z] #61 25.15 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-13T19:27:59.086Z] #61 25.21 Selecting previously unselected package zlib1g-dev:s390x. [2019-10-13T19:27:59.086Z] #61 25.21 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-10-13T19:27:59.086Z] #61 25.21 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-13T19:27:59.086Z] #61 25.45 Selecting previously unselected package libprotobuf10:s390x. [2019-10-13T19:27:59.086Z] #61 25.45 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-10-13T19:27:59.086Z] #61 25.46 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-10-13T19:27:59.476Z] #61 25.98 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-10-13T19:27:59.476Z] #61 25.99 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-10-13T19:27:59.476Z] #61 25.99 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-13T19:27:59.867Z] #61 26.23 Selecting previously unselected package libprotobuf-dev:s390x. [2019-10-13T19:27:59.867Z] #61 26.24 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-10-13T19:27:59.867Z] #61 26.26 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-13T19:28:00.436Z] #61 ... [2019-10-13T19:28:00.436Z] [2019-10-13T19:28:00.436Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:28:00.436Z] #21 24.17 jq libjq1 libonig4 [2019-10-13T19:28:00.436Z] #21 24.27 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:28:00.436Z] #21 24.27 Need to get 328 kB of archives. [2019-10-13T19:28:00.436Z] #21 24.27 After this operation, 1263 kB of additional disk space will be used. [2019-10-13T19:28:00.436Z] #21 24.27 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-13T19:28:00.436Z] #21 24.31 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-13T19:28:00.436Z] #21 24.31 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-13T19:28:00.436Z] #21 25.08 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:28:00.436Z] #21 25.26 Fetched 328 kB in 0s (3070 kB/s) [2019-10-13T19:28:00.436Z] #21 25.39 Selecting previously unselected package libonig4:s390x. [2019-10-13T19:28:00.436Z] #21 25.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-13T19:28:00.436Z] #21 25.45 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-10-13T19:28:00.436Z] #21 25.46 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-13T19:28:00.436Z] #21 25.70 Selecting previously unselected package libjq1:s390x. [2019-10-13T19:28:00.436Z] #21 25.70 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-13T19:28:00.436Z] #21 25.71 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-13T19:28:00.436Z] #21 25.95 Selecting previously unselected package jq. [2019-10-13T19:28:00.436Z] #21 25.95 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-13T19:28:00.436Z] #21 25.96 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-13T19:28:00.436Z] #21 26.14 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-13T19:28:00.436Z] #21 26.17 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-13T19:28:00.436Z] #21 26.18 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:00.436Z] #21 26.23 Setting up jq (1.5+dfsg-1.3) ... [2019-10-13T19:28:00.436Z] #21 DONE 26.5s [2019-10-13T19:28:00.436Z] [2019-10-13T19:28:00.436Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-13T19:28:00.436Z] #23 DONE 0.1s [2019-10-13T19:28:00.436Z] [2019-10-13T19:28:00.436Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:28:00.436Z] #10 22.84 Building dependency tree... [2019-10-13T19:28:00.436Z] #10 24.38 The following additional packages will be installed: [2019-10-13T19:28:00.436Z] #10 24.42 libapparmor1 libseccomp2 [2019-10-13T19:28:00.436Z] #10 24.42 Suggested packages: [2019-10-13T19:28:00.436Z] #10 24.42 seccomp [2019-10-13T19:28:00.436Z] #10 24.78 The following NEW packages will be installed: [2019-10-13T19:28:00.436Z] #10 24.78 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-13T19:28:00.436Z] #10 24.90 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:28:00.436Z] #10 24.90 Need to get 301 kB of archives. [2019-10-13T19:28:00.436Z] #10 24.90 After this operation, 1402 kB of additional disk space will be used. [2019-10-13T19:28:00.436Z] #10 24.90 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-10-13T19:28:00.436Z] #10 24.92 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-10-13T19:28:00.436Z] #10 24.93 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-10-13T19:28:00.436Z] #10 24.93 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-10-13T19:28:00.436Z] #10 25.50 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:28:00.436Z] #10 25.72 Fetched 301 kB in 0s (3134 kB/s) [2019-10-13T19:28:00.436Z] #10 25.91 Selecting previously unselected package libseccomp2:s390x. [2019-10-13T19:28:00.436Z] #10 25.91 (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 ... 14828 files and directories currently installed.) [2019-10-13T19:28:00.436Z] #10 26.03 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-13T19:28:00.436Z] #10 26.07 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-13T19:28:00.436Z] #10 26.17 Selecting previously unselected package libseccomp-dev:s390x. [2019-10-13T19:28:00.436Z] #10 26.17 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-13T19:28:00.436Z] #10 26.18 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-13T19:28:00.436Z] #10 26.29 Selecting previously unselected package libapparmor1:s390x. [2019-10-13T19:28:00.436Z] #10 26.29 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-10-13T19:28:00.436Z] #10 26.29 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-13T19:28:00.436Z] #10 26.41 Selecting previously unselected package libapparmor-dev:s390x. [2019-10-13T19:28:00.436Z] #10 26.41 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-10-13T19:28:00.436Z] #10 26.42 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-13T19:28:00.436Z] #10 26.72 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:00.436Z] #10 26.80 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-13T19:28:00.436Z] #10 26.81 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-13T19:28:00.436Z] #10 26.82 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-13T19:28:00.436Z] #10 26.82 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-13T19:28:00.436Z] #10 26.83 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:00.455Z] #38 ... [2019-10-13T19:28:00.455Z] [2019-10-13T19:28:00.455Z] #12 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-13T19:28:00.455Z] #12 2.044 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-13T19:28:00.455Z] #12 DONE 2.4s [2019-10-13T19:28:00.455Z] [2019-10-13T19:28:00.455Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:00.455Z] #23 6.565 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-13T19:28:00.455Z] #23 7.191 [2019-10-13T19:28:00.924Z] #10 ... [2019-10-13T19:28:00.924Z] [2019-10-13T19:28:00.924Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:28:00.924Z] #28 16.76 + cd /tmp/tmp.KME2ixNcM1/src/github.com/golangci/golangci-lint/ [2019-10-13T19:28:00.924Z] #28 16.76 + git checkout -q v1.17.1 [2019-10-13T19:28:00.924Z] #28 17.51 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-13T19:28:00.924Z] #28 ... [2019-10-13T19:28:00.924Z] [2019-10-13T19:28:00.924Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:28:00.924Z] #48 23.83 The following additional packages will be installed: [2019-10-13T19:28:00.924Z] #48 23.83 btrfs-progs liblzo2-2 [2019-10-13T19:28:00.924Z] #48 24.01 The following NEW packages will be installed: [2019-10-13T19:28:00.924Z] #48 24.07 btrfs-progs btrfs-tools liblzo2-2 [2019-10-13T19:28:00.924Z] #48 24.16 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:28:00.924Z] #48 24.16 Need to get 668 kB of archives. [2019-10-13T19:28:00.924Z] #48 24.16 After this operation, 5446 kB of additional disk space will be used. [2019-10-13T19:28:00.924Z] #48 24.16 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-13T19:28:00.924Z] #48 24.19 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-13T19:28:00.924Z] #48 24.22 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-13T19:28:00.924Z] #48 25.10 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:28:00.924Z] #48 25.19 Fetched 668 kB in 0s (6259 kB/s) [2019-10-13T19:28:00.924Z] #48 25.27 Selecting previously unselected package liblzo2-2:s390x. [2019-10-13T19:28:00.924Z] #48 25.27 (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 ... 14828 files and directories currently installed.) [2019-10-13T19:28:00.924Z] #48 25.34 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-13T19:28:00.924Z] #48 25.35 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-13T19:28:00.924Z] #48 25.47 Selecting previously unselected package btrfs-progs. [2019-10-13T19:28:00.924Z] #48 25.47 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-13T19:28:00.924Z] #48 25.48 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-13T19:28:00.924Z] #48 26.37 Selecting previously unselected package btrfs-tools. [2019-10-13T19:28:00.924Z] #48 26.38 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-13T19:28:00.924Z] #48 26.39 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-13T19:28:00.924Z] #48 26.52 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:00.924Z] #48 26.69 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-13T19:28:00.924Z] #48 26.71 Setting up btrfs-progs (4.7.3-1) ... [2019-10-13T19:28:00.924Z] #48 26.72 Setting up btrfs-tools (4.7.3-1) ... [2019-10-13T19:28:00.924Z] #48 26.72 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:00.924Z] #48 DONE 27.1s [2019-10-13T19:28:00.924Z] [2019-10-13T19:28:00.924Z] #49 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:28:00.924Z] #49 DONE 0.1s [2019-10-13T19:28:00.924Z] [2019-10-13T19:28:00.924Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:28:00.924Z] #10 DONE 27.2s [2019-10-13T19:28:00.924Z] [2019-10-13T19:28:00.924Z] #44 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:28:00.924Z] #44 DONE 0.2s [2019-10-13T19:28:00.924Z] [2019-10-13T19:28:00.924Z] #50 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-13T19:28:00.924Z] #50 DONE 0.1s [2019-10-13T19:28:00.924Z] [2019-10-13T19:28:00.924Z] #45 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-13T19:28:00.987Z] #23 7.643 # 1.7% ### 5.1% ##### 7.4% ###### 9.3% ######## 11.8% ######### 13.7% ########## 14.7% ############ 17.0% ################## 25.7% ###################### 31.6% ########################### 37.7% ############################## 42.4% ################################# 46.7% ###################################### 52.8% ########################################## 58.8% ############################################# 63.3% ################################################ 67.9% ##################################################### 73.6% ####################################################### 77.4% ########################################################## 80.8% ############################################################ 83.8% ############################################################## 86.7% ################################################################ 89.5% ################################################################# 91.3% ################################################################### 93.7% ##################################################################### 96.0% ####################################################################### 99.4% ######################################################################## 100.0% [2019-10-13T19:28:01.407Z] #45 DONE 0.2s [2019-10-13T19:28:01.407Z] [2019-10-13T19:28:01.407Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:28:01.407Z] #51 ... [2019-10-13T19:28:01.407Z] [2019-10-13T19:28:01.407Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-13T19:28:01.407Z] #11 DONE 0.6s [2019-10-13T19:28:01.407Z] [2019-10-13T19:28:01.407Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:28:01.407Z] #51 0.303 + RM_GOPATH=0 [2019-10-13T19:28:01.407Z] #51 0.303 + TMP_GOPATH= [2019-10-13T19:28:01.407Z] #51 0.303 + : /build [2019-10-13T19:28:01.407Z] #51 0.303 + '[' -z '' ']' [2019-10-13T19:28:01.407Z] #51 0.303 ++ mktemp -d [2019-10-13T19:28:01.407Z] #51 0.309 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:28:01.407Z] #51 0.309 + export GOPATH=/tmp/tmp.yJrUi1duom [2019-10-13T19:28:01.407Z] #51 0.309 + GOPATH=/tmp/tmp.yJrUi1duom [2019-10-13T19:28:01.407Z] #51 0.309 + RM_GOPATH=1 [2019-10-13T19:28:01.407Z] #51 0.309 ++ dirname ./install.sh [2019-10-13T19:28:01.407Z] #51 0.309 + dir=. [2019-10-13T19:28:01.407Z] #51 0.309 + bin=containerd [2019-10-13T19:28:01.407Z] #51 0.309 + shift [2019-10-13T19:28:01.407Z] #51 0.309 + '[' '!' -f ./containerd.installer ']' [2019-10-13T19:28:01.407Z] #51 0.309 + . ./containerd.installer [2019-10-13T19:28:01.407Z] #51 0.309 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:28:01.407Z] #51 0.309 + install_containerd [2019-10-13T19:28:01.407Z] #51 0.309 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-13T19:28:01.407Z] #51 0.309 + git clone https://github.com/containerd/containerd.git /tmp/tmp.yJrUi1duom/src/github.com/containerd/containerd [2019-10-13T19:28:01.407Z] #51 0.311 Cloning into '/tmp/tmp.yJrUi1duom/src/github.com/containerd/containerd'... [2019-10-13T19:28:01.568Z] #23 ... [2019-10-13T19:28:01.568Z] [2019-10-13T19:28:01.568Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:28:01.568Z] #38 49.44 Selecting previously unselected package xxd. [2019-10-13T19:28:01.568Z] #38 49.44 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_arm64.deb ... [2019-10-13T19:28:01.912Z] #51 ... [2019-10-13T19:28:01.912Z] [2019-10-13T19:28:01.912Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-13T19:28:01.912Z] #12 DONE 0.6s [2019-10-13T19:28:01.944Z] #38 49.47 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:02.207Z] #38 49.89 Selecting previously unselected package vim-common. [2019-10-13T19:28:02.207Z] #38 49.89 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:28:02.207Z] #38 49.90 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:02.360Z] [2019-10-13T19:28:02.360Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:02.360Z] #46 0.384 + RM_GOPATH=0 [2019-10-13T19:28:02.360Z] #46 0.385 + TMP_GOPATH= [2019-10-13T19:28:02.360Z] #46 0.385 + : /build [2019-10-13T19:28:02.360Z] #46 0.385 + '[' -z '' ']' [2019-10-13T19:28:02.360Z] #46 0.385 ++ mktemp -d [2019-10-13T19:28:02.360Z] #46 0.386 + export GOPATH=/tmp/tmp.dkZ56WLNdO [2019-10-13T19:28:02.360Z] #46 0.386 + GOPATH=/tmp/tmp.dkZ56WLNdO [2019-10-13T19:28:02.360Z] #46 0.386 + RM_GOPATH=1 [2019-10-13T19:28:02.360Z] #46 0.386 ++ dirname ./install.sh [2019-10-13T19:28:02.360Z] #46 0.387 + dir=. [2019-10-13T19:28:02.360Z] #46 0.387 + bin=runc [2019-10-13T19:28:02.360Z] #46 0.387 + shift [2019-10-13T19:28:02.360Z] #46 0.387 + '[' '!' -f ./runc.installer ']' [2019-10-13T19:28:02.360Z] #46 0.387 + . ./runc.installer [2019-10-13T19:28:02.360Z] #46 0.387 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-13T19:28:02.360Z] #46 0.387 + install_runc [2019-10-13T19:28:02.360Z] #46 0.388 + uname -r [2019-10-13T19:28:02.360Z] #46 0.388 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-13T19:28:02.360Z] #46 0.389 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-13T19:28:02.360Z] #46 0.389 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-13T19:28:02.361Z] #46 0.389 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-13T19:28:02.361Z] #46 0.389 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dkZ56WLNdO/src/github.com/opencontainers/runc [2019-10-13T19:28:02.361Z] #46 0.398 Cloning into '/tmp/tmp.dkZ56WLNdO/src/github.com/opencontainers/runc'... [2019-10-13T19:28:02.361Z] #46 ... [2019-10-13T19:28:02.361Z] [2019-10-13T19:28:02.361Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-13T19:28:02.361Z] #13 0.244 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-13T19:28:02.361Z] #13 DONE 0.4s [2019-10-13T19:28:02.361Z] [2019-10-13T19:28:02.361Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-13T19:28:02.479Z] #38 50.24 Processing triggers for mime-support (3.60) ... [2019-10-13T19:28:02.747Z] #38 50.41 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:02.747Z] #38 50.46 Setting up libuv1:arm64 (1.9.1-3) ... [2019-10-13T19:28:02.747Z] #38 50.48 Setting up cmake-data (3.7.2-1) ... [2019-10-13T19:28:02.747Z] #38 50.51 Setting up libicu57:arm64 (57.1-6+deb9u3) ... [2019-10-13T19:28:02.747Z] #38 50.52 Setting up libxml2:arm64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-13T19:28:02.747Z] #38 50.55 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:02.755Z] #14 DONE 0.4s [2019-10-13T19:28:02.755Z] [2019-10-13T19:28:02.755Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-13T19:28:03.012Z] #38 50.72 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:03.012Z] #38 50.77 Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-13T19:28:03.012Z] #38 50.81 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2019-10-13T19:28:03.012Z] #38 50.82 Setting up libarchive13:arm64 (3.2.2-2+deb9u1) ... [2019-10-13T19:28:03.012Z] #38 50.87 Setting up cmake (3.7.2-1) ... [2019-10-13T19:28:03.155Z] #15 DONE 0.4s [2019-10-13T19:28:03.155Z] [2019-10-13T19:28:03.155Z] #16 [dev 6/24] RUN ldconfig [2019-10-13T19:28:03.274Z] #38 50.98 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:03.535Z] #38 ... [2019-10-13T19:28:03.535Z] [2019-10-13T19:28:03.535Z] #13 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-13T19:28:03.535Z] #13 DONE 3.2s [2019-10-13T19:28:03.572Z] #16 DONE 0.4s [2019-10-13T19:28:03.572Z] [2019-10-13T19:28:03.572Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:03.812Z] [2019-10-13T19:28:03.813Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:03.813Z] #23 11.47 [2019-10-13T19:28:03.813Z] #23 12.06 ##### 7.2% ########## 14.5% ################ 23.1% ######################### 34.9% ############################### 43.8% ####################################### 54.7% ################################################ 67.5% ######################################################### 80.5% ################################################################# 90.9% ####################################################################### 98.8% ######################################################################## 100.0% [2019-10-13T19:28:03.986Z] #17 0.393 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:28:04.090Z] #23 ... [2019-10-13T19:28:04.090Z] [2019-10-13T19:28:04.090Z] #38 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:28:04.090Z] #38 DONE 51.7s [2019-10-13T19:28:04.090Z] [2019-10-13T19:28:04.090Z] #39 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:28:04.090Z] #39 DONE 0.2s [2019-10-13T19:28:04.090Z] [2019-10-13T19:28:04.090Z] #40 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-13T19:28:04.390Z] #40 DONE 0.1s [2019-10-13T19:28:04.390Z] [2019-10-13T19:28:04.390Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:04.401Z] #17 0.537 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:28:04.401Z] #17 0.680 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:28:04.401Z] #17 0.709 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:28:04.401Z] #17 0.743 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:28:04.670Z] #41 ... [2019-10-13T19:28:04.670Z] [2019-10-13T19:28:04.670Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:04.670Z] #45 5.051 + RM_GOPATH=0 [2019-10-13T19:28:04.670Z] #45 5.051 + TMP_GOPATH= [2019-10-13T19:28:04.670Z] #45 5.051 + : /build [2019-10-13T19:28:04.670Z] #45 5.051 + '[' -z '' ']' [2019-10-13T19:28:04.670Z] #45 5.053 ++ mktemp -d [2019-10-13T19:28:04.670Z] #45 5.141 + export GOPATH=/tmp/tmp.1yBy0aEhcp [2019-10-13T19:28:04.670Z] #45 5.141 + GOPATH=/tmp/tmp.1yBy0aEhcp [2019-10-13T19:28:04.670Z] #45 5.141 + RM_GOPATH=1 [2019-10-13T19:28:04.670Z] #45 5.143 ++ dirname ./install.sh [2019-10-13T19:28:04.670Z] #45 5.145 + dir=. [2019-10-13T19:28:04.670Z] #45 5.145 + bin=runc [2019-10-13T19:28:04.670Z] #45 5.145 + shift [2019-10-13T19:28:04.670Z] #45 5.145 + '[' '!' -f ./runc.installer ']' [2019-10-13T19:28:04.670Z] #45 5.145 + . ./runc.installer [2019-10-13T19:28:04.670Z] #45 5.146 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-13T19:28:04.670Z] #45 5.146 + install_runc [2019-10-13T19:28:04.670Z] #45 5.146 + uname -r [2019-10-13T19:28:04.670Z] #45 5.146 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-13T19:28:04.670Z] #45 5.148 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-13T19:28:04.670Z] #45 5.149 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-13T19:28:04.670Z] #45 5.149 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1yBy0aEhcp/src/github.com/opencontainers/runc [2019-10-13T19:28:04.670Z] #45 5.149 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-13T19:28:04.670Z] #45 5.176 Cloning into '/tmp/tmp.1yBy0aEhcp/src/github.com/opencontainers/runc'... [2019-10-13T19:28:04.815Z] #17 1.356 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-13T19:28:04.933Z] #45 ... [2019-10-13T19:28:04.934Z] [2019-10-13T19:28:04.934Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:04.934Z] #23 13.81 [2019-10-13T19:28:06.057Z] #6 completed: 2019-10-13 19:28:04.391565075 +0000 UTC [2019-10-13T19:28:06.057Z] #6 duration: 2m11.462601994s [2019-10-13T19:28:06.057Z] [2019-10-13T19:28:06.057Z] [2019-10-13T19:28:06.057Z] #7 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-13T19:28:06.057Z] #7 digest: sha256:c07903fee66193b030dd18d68ed3099cc121fc1fc95147eb7a3edb98b54c7272 [2019-10-13T19:28:06.057Z] #7 name: "/bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.com/docker/buildx/version.Version=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Revision=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o /usr/bin/buildx ./cmd/buildx" [2019-10-13T19:28:06.057Z] #7 started: 2019-10-13 19:28:04.393867613 +0000 UTC [2019-10-13T19:28:06.767Z] #17 2.985 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-13T19:28:07.185Z] #17 ... [2019-10-13T19:28:07.185Z] [2019-10-13T19:28:07.185Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:28:07.185Z] #39 23.53 Suggested packages: [2019-10-13T19:28:07.185Z] #39 23.53 codeblocks eclipse ninja-build lrzip [2019-10-13T19:28:07.185Z] #39 23.53 Recommended packages: [2019-10-13T19:28:07.185Z] #39 23.53 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-13T19:28:07.185Z] #39 24.50 The following NEW packages will be installed: [2019-10-13T19:28:07.185Z] #39 24.51 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-13T19:28:07.185Z] #39 24.51 vim-common xxd [2019-10-13T19:28:07.185Z] #39 24.67 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:28:07.185Z] #39 24.67 Need to get 13.2 MB of archives. [2019-10-13T19:28:07.185Z] #39 24.67 After this operation, 59.4 MB of additional disk space will be used. [2019-10-13T19:28:07.185Z] #39 24.67 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-10-13T19:28:07.185Z] #39 24.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-13T19:28:07.185Z] #39 24.90 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-10-13T19:28:07.185Z] #39 25.79 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-10-13T19:28:07.185Z] #39 25.83 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-10-13T19:28:07.185Z] #39 25.84 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-10-13T19:28:07.185Z] #39 25.91 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-10-13T19:28:07.185Z] #39 25.91 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-10-13T19:28:07.185Z] #39 26.15 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-13T19:28:07.185Z] #39 26.16 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-13T19:28:07.185Z] #39 27.39 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:28:07.185Z] #39 27.61 Fetched 13.2 MB in 1s (8448 kB/s) [2019-10-13T19:28:07.185Z] #39 27.71 Selecting previously unselected package cmake-data. [2019-10-13T19:28:07.185Z] #39 27.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-13T19:28:07.185Z] #39 27.74 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-13T19:28:07.185Z] #39 27.74 Unpacking cmake-data (3.7.2-1) ... [2019-10-13T19:28:07.185Z] #39 31.15 Selecting previously unselected package liblzo2-2:s390x. [2019-10-13T19:28:07.185Z] #39 31.17 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-13T19:28:07.185Z] #39 31.18 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-13T19:28:07.185Z] #39 31.26 Selecting previously unselected package libicu57:s390x. [2019-10-13T19:28:07.185Z] #39 31.27 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-10-13T19:28:07.185Z] #39 31.28 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-10-13T19:28:07.185Z] #39 ... [2019-10-13T19:28:07.185Z] [2019-10-13T19:28:07.185Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:07.185Z] #24 2.460 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-13T19:28:07.185Z] #24 3.195 [2019-10-13T19:28:07.262Z] #23 14.72 #### 6.7% ########## 14.3% ############# 18.4% ############### 21.9% ################ 23.5% ################### 26.5% ##################### 30.3% ####################### 32.1% ######################### 35.3% ######################### 35.8% ########################### 38.1% ############################## 42.5% ################################ 45.1% ################################ 45.1% ################################### 49.8% ################################### 49.9% ######################################### 57.3% [2019-10-13T19:28:07.262Z] #23 ... [2019-10-13T19:28:07.262Z] [2019-10-13T19:28:07.262Z] #14 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-13T19:28:07.262Z] #14 DONE 3.6s [2019-10-13T19:28:07.262Z] [2019-10-13T19:28:07.262Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:07.523Z] #23 14.72 #### 6.7% ########## 14.3% ############# 18.4% ############### 21.9% ################ 23.5% ################### 26.5% ##################### 30.3% ####################### 32.1% ######################### 35.3% ######################### 35.8% ########################### 38.1% ############################## 42.5% ################################ 45.1% ################################ 45.1% ################################### 49.8% ################################### 49.9% ######################################### 57.3% ########################################### 60.2% ############################################## 64.0% ################################################### 71.0% ####################################################### 77.3% [2019-10-13T19:28:07.523Z] #23 ... [2019-10-13T19:28:07.523Z] [2019-10-13T19:28:07.523Z] #60 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:28:07.523Z] #60 46.15 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-13T19:28:07.523Z] #60 46.17 Setting up libprotobuf10:arm64 (3.0.0-9) ... [2019-10-13T19:28:07.523Z] #60 46.22 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:07.523Z] #60 46.29 Setting up python-protobuf (3.0.0-9) ... [2019-10-13T19:28:07.523Z] #60 53.37 Setting up libcap-dev:arm64 (1:2.25-1) ... [2019-10-13T19:28:07.523Z] #60 53.47 Setting up libprotobuf-c-dev:arm64 (1.2.1-2) ... [2019-10-13T19:28:07.523Z] #60 53.53 Setting up libnl-3-200:arm64 (3.2.27-2) ... [2019-10-13T19:28:07.523Z] #60 53.60 Setting up libprotobuf-lite10:arm64 (3.0.0-9) ... [2019-10-13T19:28:07.523Z] #60 53.64 Setting up libprotoc10:arm64 (3.0.0-9) ... [2019-10-13T19:28:07.523Z] #60 53.78 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-13T19:28:07.523Z] #60 53.84 Setting up zlib1g-dev:arm64 (1:1.2.8.dfsg-5) ... [2019-10-13T19:28:07.523Z] #60 53.93 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-13T19:28:07.523Z] #60 54.08 Setting up libprotobuf-dev:arm64 (3.0.0-9) ... [2019-10-13T19:28:07.523Z] #60 54.22 Setting up libnl-3-dev:arm64 (3.2.27-2) ... [2019-10-13T19:28:07.523Z] #60 54.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:07.523Z] #60 DONE 55.3s [2019-10-13T19:28:07.523Z] [2019-10-13T19:28:07.523Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:07.593Z] #24 3.542 # 2.2% ### 4.4% #### 6.4% ###### 8.5% ####### 10.6% ########## 14.8% ############# 19.0% ################ 23.2% ################### 27.3% ###################### 31.5% ######################### 35.7% ########################### 37.8% ############################ 39.9% ############################## 42.0% ############################### 44.1% ################################# 46.1% ################################## 48.2% #################################### 50.3% ##################################### 52.4% ####################################### 54.5% ######################################## 56.6% ########################################## 58.7% ########################################### 60.8% ############################################# 62.8% ############################################## 64.9% ################################################ 67.0% ################################################# 69.1% ################################################### 71.2% #################################################### [2019-10-13T19:28:07.593Z] #24 ... [2019-10-13T19:28:07.593Z] [2019-10-13T19:28:07.593Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:07.593Z] #17 4.096 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-13T19:28:07.784Z] #23 14.72 #### 6.7% ########## 14.3% ############# 18.4% ############### 21.9% ################ 23.5% ################### 26.5% ##################### 30.3% ####################### 32.1% ######################### 35.3% ######################### 35.8% ########################### 38.1% ############################## 42.5% ################################ 45.1% ################################ 45.1% ################################### 49.8% ################################### 49.9% ######################################### 57.3% ########################################### 60.2% ############################################## 64.0% ################################################### 71.0% ####################################################### 77.3% ############################################################## 86.2% ################################################################## 92.6% ####################################################################### 99.9% ######################################################################## 100.0% [2019-10-13T19:28:08.008Z] #17 ... [2019-10-13T19:28:08.008Z] [2019-10-13T19:28:08.008Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:08.008Z] #54 DONE 34.0s [2019-10-13T19:28:08.008Z] [2019-10-13T19:28:08.008Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:08.359Z] #23 ... [2019-10-13T19:28:08.359Z] [2019-10-13T19:28:08.359Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:08.359Z] #33 45.50 path [2019-10-13T19:28:08.359Z] #33 46.61 text/tabwriter [2019-10-13T19:28:08.359Z] #33 50.08 internal/syscall/unix [2019-10-13T19:28:08.359Z] #33 50.10 time [2019-10-13T19:28:08.359Z] #33 ... [2019-10-13T19:28:08.359Z] [2019-10-13T19:28:08.359Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:08.359Z] #41 2.911 + RM_GOPATH=0 [2019-10-13T19:28:08.359Z] #41 2.911 + TMP_GOPATH= [2019-10-13T19:28:08.359Z] #41 2.911 + : /build [2019-10-13T19:28:08.359Z] #41 2.911 + '[' -z '' ']' [2019-10-13T19:28:08.359Z] #41 2.911 ++ mktemp -d [2019-10-13T19:28:08.359Z] #41 2.911 + export GOPATH=/tmp/tmp.ey7osbFqWA [2019-10-13T19:28:08.359Z] #41 2.911 + GOPATH=/tmp/tmp.ey7osbFqWA [2019-10-13T19:28:08.359Z] #41 2.911 + RM_GOPATH=1 [2019-10-13T19:28:08.359Z] #41 2.937 ++ dirname ./install.sh [2019-10-13T19:28:08.359Z] #41 2.957 + dir=. [2019-10-13T19:28:08.359Z] #41 2.957 + bin=tini [2019-10-13T19:28:08.359Z] #41 2.957 + shift [2019-10-13T19:28:08.359Z] #41 2.957 + '[' '!' -f ./tini.installer ']' [2019-10-13T19:28:08.359Z] #41 2.957 + . ./tini.installer [2019-10-13T19:28:08.359Z] #41 2.957 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:28:08.359Z] #41 2.957 + install_tini [2019-10-13T19:28:08.359Z] #41 2.957 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-13T19:28:08.359Z] #41 2.957 + git clone https://github.com/krallin/tini.git /tmp/tmp.ey7osbFqWA/tini [2019-10-13T19:28:08.359Z] #41 2.957 Cloning into '/tmp/tmp.ey7osbFqWA/tini'... [2019-10-13T19:28:08.359Z] #41 2.968 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:28:08.931Z] #41 4.653 + cd /tmp/tmp.ey7osbFqWA/tini [2019-10-13T19:28:08.931Z] #41 4.653 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:28:08.931Z] #41 4.686 + cmake . [2019-10-13T19:28:09.235Z] #24 3.542 # 2.2% ### 4.4% #### 6.4% ###### 8.5% ####### 10.6% ########## 14.8% ############# 19.0% ################ 23.2% ################### 27.3% ###################### 31.5% ######################### 35.7% ########################### 37.8% ############################ 39.9% ############################## 42.0% ############################### 44.1% ################################# 46.1% ################################## 48.2% #################################### 50.3% ##################################### 52.4% ####################################### 54.5% ######################################## 56.6% ########################################## 58.7% ########################################### 60.8% ############################################# 62.8% ############################################## 64.9% ################################################ 67.0% ################################################# 69.1% ################################################### 71.2% #################################################### 73.3% ###################################################### 75.4% ####################################################### 77.5% ######################################################### 79.6% ########################################################## 81.6% ############################################################# 85.8% ############################################################### 87.9% [2019-10-13T19:28:09.235Z] #24 ... [2019-10-13T19:28:09.235Z] [2019-10-13T19:28:09.235Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:28:09.235Z] #31 25.18 + cd /tmp/tmp.Ajs4NxH7Ah/src/gotest.tools/gotestsum [2019-10-13T19:28:09.235Z] #31 25.18 + git checkout -q v0.3.5 [2019-10-13T19:28:09.235Z] #31 25.19 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-13T19:28:09.235Z] #31 ... [2019-10-13T19:28:09.235Z] [2019-10-13T19:28:09.235Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:28:09.235Z] #61 28.30 Selecting previously unselected package libprotoc10:s390x. [2019-10-13T19:28:09.235Z] #61 28.32 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-10-13T19:28:09.235Z] #61 28.33 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-10-13T19:28:09.235Z] #61 29.15 Selecting previously unselected package protobuf-c-compiler. [2019-10-13T19:28:09.235Z] #61 29.18 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-10-13T19:28:09.235Z] #61 29.19 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-13T19:28:09.235Z] #61 29.35 Selecting previously unselected package protobuf-compiler. [2019-10-13T19:28:09.235Z] #61 29.37 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-10-13T19:28:09.235Z] #61 29.39 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-13T19:28:09.235Z] #61 29.51 Selecting previously unselected package python-pkg-resources. [2019-10-13T19:28:09.235Z] #61 29.51 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-13T19:28:09.235Z] #61 29.52 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-13T19:28:09.235Z] #61 29.86 Selecting previously unselected package python-protobuf. [2019-10-13T19:28:09.235Z] #61 29.86 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-10-13T19:28:09.235Z] #61 29.86 Unpacking python-protobuf (3.0.0-9) ... [2019-10-13T19:28:09.235Z] #61 30.42 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-13T19:28:09.235Z] #61 30.66 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-13T19:28:09.235Z] #61 30.67 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-13T19:28:09.235Z] #61 33.53 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-13T19:28:09.235Z] #61 33.54 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-10-13T19:28:09.235Z] #61 33.55 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:09.235Z] #61 33.56 Setting up python-protobuf (3.0.0-9) ... [2019-10-13T19:28:09.235Z] #61 ... [2019-10-13T19:28:09.235Z] [2019-10-13T19:28:09.235Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:09.875Z] #41 5.356 -- The C compiler identification is GNU 6.3.0 [2019-10-13T19:28:09.876Z] #41 5.423 -- Check for working C compiler: /usr/bin/cc [2019-10-13T19:28:10.157Z] #24 3.542 # 2.2% ### 4.4% #### 6.4% ###### 8.5% ####### 10.6% ########## 14.8% ############# 19.0% ################ 23.2% ################### 27.3% ###################### 31.5% ######################### 35.7% ########################### 37.8% ############################ 39.9% ############################## 42.0% ############################### 44.1% ################################# 46.1% ################################## 48.2% #################################### 50.3% ##################################### 52.4% ####################################### 54.5% ######################################## 56.6% ########################################## 58.7% ########################################### 60.8% ############################################# 62.8% ############################################## 64.9% ################################################ 67.0% ################################################# 69.1% ################################################### 71.2% #################################################### 73.3% ###################################################### 75.4% ####################################################### 77.5% ######################################################### 79.6% ########################################################## 81.6% ############################################################# 85.8% ############################################################### 87.9% ################################################################ 90.0% ################################################################## 92.1% ################################################################### 94.2% ##################################################################### 96.3% ###################################################################### 98.3% ######################################################################## 100.0% [2019-10-13T19:28:10.452Z] #41 6.146 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-13T19:28:10.452Z] #41 6.148 -- Detecting C compiler ABI info [2019-10-13T19:28:10.452Z] #41 ... [2019-10-13T19:28:10.452Z] [2019-10-13T19:28:10.452Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:10.452Z] #36 47.68 hash/crc32 [2019-10-13T19:28:10.452Z] #36 50.33 regexp/syntax [2019-10-13T19:28:10.452Z] #36 50.92 vendor/golang.org/x/text/transform [2019-10-13T19:28:10.452Z] #36 54.66 time [2019-10-13T19:28:10.452Z] #36 ... [2019-10-13T19:28:10.452Z] [2019-10-13T19:28:10.452Z] #15 [dev 6/24] RUN ldconfig [2019-10-13T19:28:10.452Z] #15 DONE 3.4s [2019-10-13T19:28:10.452Z] [2019-10-13T19:28:10.452Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:10.452Z] #23 18.26 [2019-10-13T19:28:11.012Z] #24 10.51 [2019-10-13T19:28:12.374Z] #24 11.04 ######### 13.6% ################## 25.0% ########################## 36.3% ################################## 47.7% ########################################## 58.9% ############################################## 64.7% ################################################## 70.3% ############################################################## 87.3% ################################################################## 92.9%#24 ... [2019-10-13T19:28:12.374Z] [2019-10-13T19:28:12.374Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:28:12.374Z] #61 38.52 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-10-13T19:28:12.374Z] #61 38.53 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-13T19:28:12.374Z] #61 38.54 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-13T19:28:12.374Z] #61 38.55 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-13T19:28:12.374Z] #61 38.56 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-10-13T19:28:12.374Z] #61 38.58 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-13T19:28:12.374Z] #61 38.59 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-13T19:28:12.374Z] #61 38.60 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-13T19:28:12.374Z] #61 38.61 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-13T19:28:12.374Z] #61 38.62 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-10-13T19:28:12.374Z] #61 38.63 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:12.374Z] #61 DONE 38.8s [2019-10-13T19:28:12.374Z] [2019-10-13T19:28:12.374Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:12.375Z] #24 11.04 ######### 13.6% ################## 25.0% ########################## 36.3% ################################## 47.7% ########################################## 58.9% ############################################## 64.7% ################################################## 70.3% ############################################################## 87.3% ################################################################## 92.9% ######################################################################## 100.0% [2019-10-13T19:28:13.229Z] #24 12.85 [2019-10-13T19:28:13.995Z] #23 18.77 0.7% # 2.8% ## 4.0% #### 5.9% ##### 7.4% ###### 9.0% ####### 10.8% ######### 12.6% ########## 14.5% ########### 16.1% ############ 17.8% ############## 19.6% ############### 21.4% ################ 22.9% ################# 24.8% ################## 25.9% #################### 29.1% ###################### 31.6% ######################## 34.3% ########################## 36.2% ########################## 36.8% ########################### 38.3% ############################ 39.4% ############################## 41.8% ############################### 43.6% ################################ 45.4% ################################## 47.5% #################################### 50.3% ###################################### 53.2% ######################################## 56.1% ########################################## 58.5% ############################################ 61.5% ############################################# 63.3% ############################################### 66.1% ################################################ 67.1% ################################################# 68.5% ################################################## 70.6% #################################################### 73.1% ####################################################### 77.4% ######################################################### 79.7% ########################################################## 81.2% ########################################################### 82.5% ############################################################### 87.6% ################################################################# 91.4% #################################################################### 95.1% ######################################################################## 100.0% [2019-10-13T19:28:14.256Z] #23 23.64 [2019-10-13T19:28:14.868Z] #24 13.17 ## 4.0% #### 6.6% ###### 9.1% ######## 11.6% ############ 16.7% ############# 19.3% ############### 21.8% ################# 24.3% ################### 26.9% ##################### 29.5% ######################## 34.5% ########################## 37.1% ############################ 39.6% #### [2019-10-13T19:28:14.868Z] #24 ... [2019-10-13T19:28:14.868Z] [2019-10-13T19:28:14.868Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:28:14.868Z] #19 31.28 + cd /tmp/tmp.ojUf3y9ylb/src/github.com/go-swagger/go-swagger [2019-10-13T19:28:14.868Z] #19 31.28 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-13T19:28:14.868Z] #19 33.76 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-13T19:28:15.316Z] #19 ... [2019-10-13T19:28:15.316Z] [2019-10-13T19:28:15.316Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:16.140Z] #24 13.17 ## 4.0% #### 6.6% ###### 9.1% ######## 11.6% ############ 16.7% ############# 19.3% ############### 21.8% ################# 24.3% ################### 26.9% ##################### 29.5% ######################## 34.5% ########################## 37.1% ############################ 39.6% ############################## 42.2% ################################ 44.7% ################################## 47.3% ################################### 49.8% ##################################### 52.4% ######################################### 57.4% ########################################### 60.0% [2019-10-13T19:28:16.140Z] #24 ... [2019-10-13T19:28:16.140Z] [2019-10-13T19:28:16.140Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:16.140Z] #34 32.14 sync [2019-10-13T19:28:16.140Z] #34 32.14 internal/reflectlite [2019-10-13T19:28:16.140Z] #34 36.50 errors [2019-10-13T19:28:16.140Z] #34 36.50 sort [2019-10-13T19:28:16.140Z] #34 36.61 strconv [2019-10-13T19:28:16.140Z] #34 37.25 io [2019-10-13T19:28:16.140Z] #34 38.78 internal/oserror [2019-10-13T19:28:16.140Z] #34 38.93 syscall [2019-10-13T19:28:16.140Z] #34 41.39 reflect [2019-10-13T19:28:16.140Z] #34 ... [2019-10-13T19:28:16.140Z] [2019-10-13T19:28:16.140Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:16.354Z] INFO: Extraction ended at 10/13/2019 19:28:13. Duration:00:00:27.3126365 [2019-10-13T19:28:16.354Z] INFO: Updating the golang and path environment variables [2019-10-13T19:28:16.354Z] INFO: GOPATH=d:\gopath [2019-10-13T19:28:16.354Z] INFO: go version go1.13.1 windows/amd64 [2019-10-13T19:28:16.354Z] INFO: Running the daemon under test in debug mode [2019-10-13T19:28:16.354Z] INFO: Starting a daemon under test... [2019-10-13T19:28:16.354Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40081\3\daemon --pidfile d:\CI\PR-40081\3\docker.pid -D [2019-10-13T19:28:16.354Z] INFO: Process started successfully. [2019-10-13T19:28:16.354Z] INFO: Start tailing logs of the daemon under tests [2019-10-13T19:28:16.354Z] INFO: Waiting for the daemon under test to start... [2019-10-13T19:28:16.803Z] #23 25.92 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-13T19:28:16.803Z] #23 ... [2019-10-13T19:28:16.803Z] [2019-10-13T19:28:16.803Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:16.803Z] #45 17.21 + cd /tmp/tmp.1yBy0aEhcp/src/github.com/opencontainers/runc [2019-10-13T19:28:16.803Z] #45 17.21 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-13T19:28:16.803Z] #45 17.53 + '[' -z '' ']' [2019-10-13T19:28:16.803Z] #45 17.53 + target=static [2019-10-13T19:28:16.803Z] #45 17.54 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-13T19:28:16.803Z] #45 20.07 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-13T19:28:16.803Z] #45 ... [2019-10-13T19:28:16.803Z] [2019-10-13T19:28:16.803Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:16.803Z] #41 7.029 -- Detecting C compiler ABI info - done [2019-10-13T19:28:16.803Z] #41 7.178 -- Detecting C compile features [2019-10-13T19:28:16.803Z] #41 9.361 -- Detecting C compile features - done [2019-10-13T19:28:16.803Z] #41 9.430 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-13T19:28:16.803Z] #41 9.870 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-13T19:28:16.803Z] #41 10.03 -- Configuring done [2019-10-13T19:28:16.803Z] #41 10.09 -- Generating done [2019-10-13T19:28:16.803Z] #41 10.10 -- Build files have been written to: /tmp/tmp.ey7osbFqWA/tini [2019-10-13T19:28:16.803Z] #41 10.12 + make tini-static [2019-10-13T19:28:16.803Z] #41 10.45 Scanning dependencies of target tini-static [2019-10-13T19:28:16.803Z] #41 10.60 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-13T19:28:17.064Z] #41 12.69 [100%] Linking C executable tini-static [2019-10-13T19:28:17.064Z] #41 ... [2019-10-13T19:28:17.064Z] [2019-10-13T19:28:17.064Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:17.064Z] #23 26.50 [2019-10-13T19:28:17.324Z] #23 26.89 ######################################################################## 100.0% [2019-10-13T19:28:17.325Z] INFO: Daemon under test started and replied! [2019-10-13T19:28:17.325Z] INFO: Docker version of the daemon under test [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] Client: [2019-10-13T19:28:17.325Z] Version: 17.06.2-ce [2019-10-13T19:28:17.325Z] API version: 1.30 [2019-10-13T19:28:17.325Z] Go version: go1.8.3 [2019-10-13T19:28:17.325Z] Git commit: cec0b72 [2019-10-13T19:28:17.325Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-13T19:28:17.325Z] OS/Arch: windows/amd64 [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] Server: [2019-10-13T19:28:17.325Z] Version: 0.0.0-dev [2019-10-13T19:28:17.325Z] API version: 1.41 (minimum version 1.24) [2019-10-13T19:28:17.325Z] Go version: go1.13.1 [2019-10-13T19:28:17.325Z] Git commit: aa655a4d7 [2019-10-13T19:28:17.325Z] Built: 10/13/2019 19:26:24 [2019-10-13T19:28:17.325Z] OS/Arch: windows/amd64 [2019-10-13T19:28:17.325Z] Experimental: false [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] INFO: Docker info of the daemon under test [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] Containers: 0 [2019-10-13T19:28:17.325Z] Running: 0 [2019-10-13T19:28:17.325Z] Paused: 0 [2019-10-13T19:28:17.325Z] Stopped: 0 [2019-10-13T19:28:17.325Z] Images: 0 [2019-10-13T19:28:17.325Z] Server Version: 0.0.0-dev [2019-10-13T19:28:17.325Z] Storage Driver: windowsfilter [2019-10-13T19:28:17.325Z] Windows: [2019-10-13T19:28:17.325Z] Logging Driver: json-file [2019-10-13T19:28:17.325Z] Plugins: [2019-10-13T19:28:17.325Z] Volume: local [2019-10-13T19:28:17.325Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-13T19:28:17.325Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-13T19:28:17.325Z] Swarm: inactive [2019-10-13T19:28:17.325Z] Default Isolation: process [2019-10-13T19:28:17.325Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-13T19:28:17.325Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-13T19:28:17.325Z] OSType: windows [2019-10-13T19:28:17.325Z] Architecture: x86_64 [2019-10-13T19:28:17.325Z] CPUs: 4 [2019-10-13T19:28:17.325Z] Total Memory: 32GiB [2019-10-13T19:28:17.325Z] Name: azwin-2-bc6aa0 [2019-10-13T19:28:17.325Z] ID: 2KAN:VDBY:BRWH:STKW:U4RQ:NYNL:7IDG:GGIM:GR2X:4UUM:X6DU:N6NP [2019-10-13T19:28:17.325Z] Docker Root Dir: D:\CI\PR-40081\3\daemon [2019-10-13T19:28:17.325Z] Debug Mode (client): false [2019-10-13T19:28:17.325Z] Debug Mode (server): true [2019-10-13T19:28:17.325Z] File Descriptors: -1 [2019-10-13T19:28:17.325Z] Goroutines: 17 [2019-10-13T19:28:17.325Z] System Time: 2019-10-13T19:28:16.9931498Z [2019-10-13T19:28:17.325Z] EventsListeners: 0 [2019-10-13T19:28:17.325Z] Registry: https://index.docker.io/v1/ [2019-10-13T19:28:17.325Z] Labels: [2019-10-13T19:28:17.325Z] Experimental: false [2019-10-13T19:28:17.325Z] Insecure Registries: [2019-10-13T19:28:17.325Z] 127.0.0.0/8 [2019-10-13T19:28:17.325Z] Live Restore Enabled: false [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] INFO: Docker images of the daemon under test [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-13T19:28:17.325Z] [2019-10-13T19:28:17.325Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-13T19:28:17.325Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-13T19:28:17.586Z] #23 27.00 [2019-10-13T19:28:17.586Z] #23 ... [2019-10-13T19:28:17.586Z] [2019-10-13T19:28:17.586Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:17.586Z] #61 4.767 Note: Building without setproctitle() and strlcpy() support. [2019-10-13T19:28:17.586Z] #61 4.767 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-13T19:28:17.586Z] #61 6.744 fatal: Not a git repository (or any of the parent directories): .git [2019-10-13T19:28:17.586Z] #61 6.801 GEN .gitid [2019-10-13T19:28:17.586Z] #61 6.808 GEN criu/include/version.h [2019-10-13T19:28:17.586Z] #61 6.885 GEN include/common/asm [2019-10-13T19:28:17.586Z] #61 9.147 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-13T19:28:17.586Z] #61 9.252 PBCC images/opts.pb-c.c [2019-10-13T19:28:17.586Z] #61 9.362 PBCC images/sit.pb-c.c [2019-10-13T19:28:17.586Z] #61 9.380 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-13T19:28:17.586Z] #61 9.484 DEP images/opts.pb-c.d [2019-10-13T19:28:17.586Z] #61 9.540 DEP images/sit.pb-c.d [2019-10-13T19:28:17.586Z] #61 9.597 PBCC images/macvlan.pb-c.c [2019-10-13T19:28:17.586Z] #61 9.653 DEP images/macvlan.pb-c.d [2019-10-13T19:28:17.586Z] #61 9.765 PBCC images/autofs.pb-c.c [2019-10-13T19:28:17.586Z] #61 9.790 DEP images/autofs.pb-c.d [2019-10-13T19:28:17.586Z] #61 9.843 PBCC images/sysctl.pb-c.c [2019-10-13T19:28:17.586Z] #61 9.895 DEP images/sysctl.pb-c.d [2019-10-13T19:28:17.586Z] #61 9.971 PBCC images/time.pb-c.c [2019-10-13T19:28:17.586Z] #61 10.02 DEP images/time.pb-c.d [2019-10-13T19:28:17.586Z] #61 10.08 PBCC images/binfmt-misc.pb-c.c [2019-10-13T19:28:17.586Z] #61 ... [2019-10-13T19:28:17.586Z] [2019-10-13T19:28:17.586Z] #41 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:17.586Z] #41 13.32 [100%] Built target tini-static [2019-10-13T19:28:17.586Z] #41 13.40 + mkdir -p /build [2019-10-13T19:28:17.783Z] #24 13.17 ## 4.0% #### 6.6% ###### 9.1% ######## 11.6% ############ 16.7% ############# 19.3% ############### 21.8% ################# 24.3% ################### 26.9% ##################### 29.5% ######################## 34.5% ########################## 37.1% ############################ 39.6% ############################## 42.2% ################################ 44.7% ################################## 47.3% ################################### 49.8% ##################################### 52.4% ######################################### 57.4% ########################################### 60.0% ############################################ 61.3% ############################################## 64.0% ################################################ 67.0% ################################################### 72.1% ##################################################### 74.6% ####################################################### 77.2% ########################################################### 82.3% ############################################################## 87.4% ################################################################## 92.5% ###################################################################### 97.6% ######################################################################## 100.0% [2019-10-13T19:28:17.783Z] #24 ... [2019-10-13T19:28:17.783Z] [2019-10-13T19:28:17.783Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:28:17.783Z] #39 39.03 Selecting previously unselected package libxml2:s390x. [2019-10-13T19:28:17.783Z] #39 39.03 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-10-13T19:28:17.783Z] #39 39.04 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-13T19:28:17.783Z] #39 39.43 Selecting previously unselected package libarchive13:s390x. [2019-10-13T19:28:17.783Z] #39 39.43 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-10-13T19:28:17.783Z] #39 39.44 Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-13T19:28:17.783Z] #39 39.68 Selecting previously unselected package libjsoncpp1:s390x. [2019-10-13T19:28:17.783Z] #39 39.70 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-10-13T19:28:17.783Z] #39 39.70 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-10-13T19:28:17.783Z] #39 39.89 Selecting previously unselected package libuv1:s390x. [2019-10-13T19:28:17.783Z] #39 39.90 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-10-13T19:28:17.783Z] #39 39.90 Unpacking libuv1:s390x (1.9.1-3) ... [2019-10-13T19:28:17.783Z] #39 40.02 Selecting previously unselected package cmake. [2019-10-13T19:28:17.783Z] #39 40.04 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-10-13T19:28:17.783Z] #39 40.08 Unpacking cmake (3.7.2-1) ... [2019-10-13T19:28:17.783Z] #39 43.15 Selecting previously unselected package xxd. [2019-10-13T19:28:17.783Z] #39 43.15 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-13T19:28:17.783Z] #39 43.16 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:17.783Z] #39 43.33 Selecting previously unselected package vim-common. [2019-10-13T19:28:17.783Z] #39 43.33 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:28:17.783Z] #39 43.34 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:17.783Z] #39 43.62 Processing triggers for mime-support (3.60) ... [2019-10-13T19:28:17.783Z] #39 43.67 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:17.783Z] #39 43.69 Setting up libuv1:s390x (1.9.1-3) ... [2019-10-13T19:28:17.783Z] #39 43.71 Setting up cmake-data (3.7.2-1) ... [2019-10-13T19:28:17.783Z] #39 43.72 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-10-13T19:28:17.783Z] #39 43.72 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-13T19:28:17.783Z] #39 43.73 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:17.784Z] #39 43.79 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:17.784Z] #39 43.80 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-13T19:28:17.784Z] #39 43.81 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-10-13T19:28:17.784Z] #39 43.82 Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-13T19:28:17.784Z] #39 43.83 Setting up cmake (3.7.2-1) ... [2019-10-13T19:28:17.784Z] #39 43.86 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:28:17.784Z] #39 DONE 44.2s [2019-10-13T19:28:17.789Z] ltsc2019: Pulling from windows/servercore [2019-10-13T19:28:17.847Z] #41 13.40 + cp tini-static /build/docker-init [2019-10-13T19:28:18.429Z] [2019-10-13T19:28:18.429Z] #40 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:28:18.429Z] #40 DONE 0.1s [2019-10-13T19:28:18.429Z] [2019-10-13T19:28:18.429Z] #41 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-13T19:28:18.429Z] #41 DONE 0.1s [2019-10-13T19:28:18.429Z] [2019-10-13T19:28:18.429Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:18.429Z] #24 17.93 [2019-10-13T19:28:18.790Z] #41 DONE 14.3s [2019-10-13T19:28:18.790Z] [2019-10-13T19:28:18.790Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:18.790Z] #61 10.15 DEP images/binfmt-misc.pb-c.d [2019-10-13T19:28:18.790Z] #61 10.20 PBCC images/seccomp.pb-c.c [2019-10-13T19:28:18.790Z] #61 10.23 DEP images/seccomp.pb-c.d [2019-10-13T19:28:18.790Z] #61 10.30 PBCC images/userns.pb-c.c [2019-10-13T19:28:18.790Z] #61 10.33 DEP images/userns.pb-c.d [2019-10-13T19:28:18.790Z] #61 10.41 PBCC images/cgroup.pb-c.c [2019-10-13T19:28:18.790Z] #61 10.46 DEP images/cgroup.pb-c.d [2019-10-13T19:28:18.790Z] #61 10.50 PBCC images/fown.pb-c.c [2019-10-13T19:28:18.790Z] #61 10.55 PBCC images/ext-file.pb-c.c [2019-10-13T19:28:18.790Z] #61 10.57 DEP images/fown.pb-c.d [2019-10-13T19:28:18.790Z] #61 10.63 DEP images/ext-file.pb-c.d [2019-10-13T19:28:18.790Z] #61 10.75 PBCC images/rpc.pb-c.c [2019-10-13T19:28:18.790Z] #61 10.78 DEP images/rpc.pb-c.d [2019-10-13T19:28:18.790Z] #61 10.94 PBCC images/siginfo.pb-c.c [2019-10-13T19:28:18.790Z] #61 10.99 DEP images/siginfo.pb-c.d [2019-10-13T19:28:18.790Z] #61 11.10 PBCC images/pagemap.pb-c.c [2019-10-13T19:28:18.790Z] #61 11.18 DEP images/pagemap.pb-c.d [2019-10-13T19:28:19.052Z] #61 11.43 PBCC images/rlimit.pb-c.c [2019-10-13T19:28:19.052Z] #61 11.48 DEP images/rlimit.pb-c.d [2019-10-13T19:28:19.052Z] #61 11.52 PBCC images/file-lock.pb-c.c [2019-10-13T19:28:19.623Z] #61 11.55 DEP images/file-lock.pb-c.d [2019-10-13T19:28:19.623Z] #61 11.85 PBCC images/tty.pb-c.c [2019-10-13T19:28:19.623Z] #61 11.93 DEP images/tty.pb-c.d [2019-10-13T19:28:19.623Z] #61 11.94 PBCC images/tun.pb-c.c [2019-10-13T19:28:19.623Z] #61 12.02 PBCC images/netdev.pb-c.c [2019-10-13T19:28:19.623Z] #61 12.06 DEP images/tun.pb-c.d [2019-10-13T19:28:19.623Z] #61 12.10 DEP images/netdev.pb-c.d [2019-10-13T19:28:19.623Z] #61 ... [2019-10-13T19:28:19.623Z] [2019-10-13T19:28:19.623Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:19.623Z] #33 56.92 internal/poll [2019-10-13T19:28:19.623Z] #33 59.33 os [2019-10-13T19:28:19.623Z] #33 60.67 internal/fmtsort [2019-10-13T19:28:19.623Z] #33 62.34 path/filepath [2019-10-13T19:28:19.623Z] #33 62.34 fmt [2019-10-13T19:28:19.623Z] #33 63.62 io/ioutil [2019-10-13T19:28:19.623Z] #33 66.23 flag [2019-10-13T19:28:19.623Z] #33 66.23 github.com/BurntSushi/toml [2019-10-13T19:28:19.623Z] #33 66.23 log [2019-10-13T19:28:19.884Z] #33 ... [2019-10-13T19:28:19.884Z] [2019-10-13T19:28:19.884Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:19.884Z] #61 12.18 PBCC images/vma.pb-c.c [2019-10-13T19:28:19.884Z] #61 12.20 DEP images/vma.pb-c.d [2019-10-13T19:28:19.884Z] #61 12.28 PBCC images/creds.pb-c.c [2019-10-13T19:28:19.884Z] #61 12.30 DEP images/creds.pb-c.d [2019-10-13T19:28:19.884Z] #61 12.36 PBCC images/utsns.pb-c.c [2019-10-13T19:28:19.884Z] #61 12.39 DEP images/utsns.pb-c.d [2019-10-13T19:28:19.884Z] #61 12.46 PBCC images/ipc-desc.pb-c.c [2019-10-13T19:28:19.884Z] #61 12.49 PBCC images/ipc-sem.pb-c.c [2019-10-13T19:28:20.145Z] #61 12.60 DEP images/ipc-desc.pb-c.d [2019-10-13T19:28:20.145Z] #61 12.71 DEP images/ipc-sem.pb-c.d [2019-10-13T19:28:20.406Z] #61 12.80 PBCC images/ipc-msg.pb-c.c [2019-10-13T19:28:20.406Z] #61 12.81 DEP images/ipc-msg.pb-c.d [2019-10-13T19:28:20.406Z] #61 12.88 PBCC images/ipc-shm.pb-c.c [2019-10-13T19:28:20.406Z] #61 12.92 DEP images/ipc-shm.pb-c.d [2019-10-13T19:28:20.406Z] #61 13.00 PBCC images/ipc-var.pb-c.c [2019-10-13T19:28:20.406Z] #61 ... [2019-10-13T19:28:20.406Z] [2019-10-13T19:28:20.406Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:20.406Z] #16 3.534 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:28:20.406Z] #16 3.536 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:28:20.406Z] #16 3.561 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:28:20.406Z] #16 3.573 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:28:20.406Z] #16 3.596 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:28:20.406Z] #16 4.520 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main arm64 Packages [482 kB] [2019-10-13T19:28:20.406Z] #16 5.705 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [27.3 kB] [2019-10-13T19:28:20.406Z] #16 6.484 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [6927 kB] [2019-10-13T19:28:20.668Z] #16 ... [2019-10-13T19:28:20.668Z] [2019-10-13T19:28:20.668Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:20.668Z] #61 13.04 DEP images/ipc-var.pb-c.d [2019-10-13T19:28:20.668Z] #61 13.12 PBCC images/sk-opts.pb-c.c [2019-10-13T19:28:20.668Z] #61 13.18 PBCC images/packet-sock.pb-c.c [2019-10-13T19:28:20.929Z] #61 13.33 DEP images/sk-opts.pb-c.d [2019-10-13T19:28:21.159Z] #24 18.24 1.0% ## 2.9% ## 3.8% #### 5.7% #### 6.6% ##### 7.6% ###### 8.5% ###### 9.5% ######## 11.4% ######### 13.3% ########## 14.2% ########## 15.1% ############ 17.0% ############# 18.9% ############## 20.8% ################ 22.7% [2019-10-13T19:28:21.159Z] #24 ... [2019-10-13T19:28:21.159Z] [2019-10-13T19:28:21.159Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:21.159Z] #46 9.826 + cd /tmp/tmp.dkZ56WLNdO/src/github.com/opencontainers/runc [2019-10-13T19:28:21.159Z] #46 9.826 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-13T19:28:21.159Z] #46 10.21 + '[' -z '' ']' [2019-10-13T19:28:21.159Z] #46 10.21 + target=static [2019-10-13T19:28:21.159Z] #46 10.22 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-13T19:28:21.159Z] #46 11.70 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-13T19:28:21.159Z] #46 ... [2019-10-13T19:28:21.159Z] [2019-10-13T19:28:21.159Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:21.191Z] #61 13.43 DEP images/packet-sock.pb-c.d [2019-10-13T19:28:21.191Z] #61 13.55 PBCC images/sk-netlink.pb-c.c [2019-10-13T19:28:21.191Z] #61 13.57 DEP images/sk-netlink.pb-c.d [2019-10-13T19:28:21.191Z] #61 13.70 PBCC images/sk-inet.pb-c.c [2019-10-13T19:28:21.482Z] #61 13.76 DEP images/sk-inet.pb-c.d [2019-10-13T19:28:21.482Z] #61 13.84 PBCC images/sk-unix.pb-c.c [2019-10-13T19:28:21.482Z] #61 13.89 DEP images/sk-unix.pb-c.d [2019-10-13T19:28:21.591Z] #24 18.24 1.0% ## 2.9% ## 3.8% #### 5.7% #### 6.6% ##### 7.6% ###### 8.5% ###### 9.5% ######## 11.4% ######### 13.3% ########## 14.2% ########## 15.1% ############ 17.0% ############# 18.9% ############## 20.8% ################ 22.7% ################# 23.6% ################## 25.5% ################### [2019-10-13T19:28:21.591Z] #24 ... [2019-10-13T19:28:21.591Z] [2019-10-13T19:28:21.591Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:21.591Z] #37 37.53 github.com/LK4D4/vndr/godl/singleflight [2019-10-13T19:28:21.591Z] #37 37.57 io [2019-10-13T19:28:21.591Z] #37 38.04 strconv [2019-10-13T19:28:21.591Z] #37 39.03 bytes [2019-10-13T19:28:21.591Z] #37 42.37 bufio [2019-10-13T19:28:21.591Z] #37 42.82 reflect [2019-10-13T19:28:21.591Z] #37 44.52 syscall [2019-10-13T19:28:21.591Z] #37 ... [2019-10-13T19:28:21.591Z] [2019-10-13T19:28:21.591Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:21.591Z] #62 1.698 Note: Building without setproctitle() and strlcpy() support. [2019-10-13T19:28:21.591Z] #62 1.698 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-13T19:28:21.591Z] #62 2.881 fatal: Not a git repository (or any of the parent directories): .git [2019-10-13T19:28:21.591Z] #62 2.887 GEN .gitid [2019-10-13T19:28:21.591Z] #62 2.911 GEN criu/include/version.h [2019-10-13T19:28:21.591Z] #62 2.935 GEN include/common/asm [2019-10-13T19:28:21.591Z] #62 4.052 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.109 PBCC images/opts.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.152 PBCC images/sit.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.219 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.400 DEP images/opts.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.457 DEP images/sit.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.517 PBCC images/macvlan.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.551 DEP images/macvlan.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.580 PBCC images/autofs.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.590 DEP images/autofs.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.653 PBCC images/sysctl.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.679 DEP images/sysctl.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.717 PBCC images/time.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.742 DEP images/time.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.762 PBCC images/binfmt-misc.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.800 DEP images/binfmt-misc.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.881 PBCC images/seccomp.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.891 DEP images/seccomp.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.920 PBCC images/userns.pb-c.c [2019-10-13T19:28:21.591Z] #62 4.941 DEP images/userns.pb-c.d [2019-10-13T19:28:21.591Z] #62 4.979 PBCC images/cgroup.pb-c.c [2019-10-13T19:28:21.591Z] #62 5.021 DEP images/cgroup.pb-c.d [2019-10-13T19:28:21.591Z] #62 5.150 PBCC images/fown.pb-c.c [2019-10-13T19:28:21.591Z] #62 5.172 PBCC images/ext-file.pb-c.c [2019-10-13T19:28:21.591Z] #62 5.217 DEP images/fown.pb-c.d [2019-10-13T19:28:21.591Z] #62 5.235 DEP images/ext-file.pb-c.d [2019-10-13T19:28:21.591Z] #62 5.276 PBCC images/rpc.pb-c.c [2019-10-13T19:28:21.591Z] #62 5.321 DEP images/rpc.pb-c.d [2019-10-13T19:28:21.591Z] #62 5.371 PBCC images/siginfo.pb-c.c [2019-10-13T19:28:21.592Z] #62 5.401 DEP images/siginfo.pb-c.d [2019-10-13T19:28:21.592Z] #62 5.517 PBCC images/pagemap.pb-c.c [2019-10-13T19:28:21.592Z] #62 5.550 DEP images/pagemap.pb-c.d [2019-10-13T19:28:21.592Z] #62 5.644 PBCC images/rlimit.pb-c.c [2019-10-13T19:28:21.592Z] #62 5.658 DEP images/rlimit.pb-c.d [2019-10-13T19:28:21.592Z] #62 5.739 PBCC images/file-lock.pb-c.c [2019-10-13T19:28:21.592Z] #62 5.740 DEP images/file-lock.pb-c.d [2019-10-13T19:28:21.592Z] #62 5.766 PBCC images/tty.pb-c.c [2019-10-13T19:28:21.592Z] #62 5.786 DEP images/tty.pb-c.d [2019-10-13T19:28:21.592Z] #62 5.808 PBCC images/tun.pb-c.c [2019-10-13T19:28:21.592Z] #62 5.920 PBCC images/netdev.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.008 DEP images/tun.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.081 DEP images/netdev.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.171 PBCC images/vma.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.178 DEP images/vma.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.257 PBCC images/creds.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.257 DEP images/creds.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.315 PBCC images/utsns.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.353 DEP images/utsns.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.402 PBCC images/ipc-desc.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.445 PBCC images/ipc-sem.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.487 DEP images/ipc-desc.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.616 DEP images/ipc-sem.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.706 PBCC images/ipc-msg.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.736 DEP images/ipc-msg.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.785 PBCC images/ipc-shm.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.821 DEP images/ipc-shm.pb-c.d [2019-10-13T19:28:21.592Z] #62 6.908 PBCC images/ipc-var.pb-c.c [2019-10-13T19:28:21.592Z] #62 6.992 DEP images/ipc-var.pb-c.d [2019-10-13T19:28:21.592Z] #62 7.116 PBCC images/sk-opts.pb-c.c [2019-10-13T19:28:21.592Z] #62 7.180 PBCC images/packet-sock.pb-c.c [2019-10-13T19:28:21.592Z] #62 7.237 DEP images/sk-opts.pb-c.d [2019-10-13T19:28:21.592Z] #62 7.272 DEP images/packet-sock.pb-c.d [2019-10-13T19:28:21.592Z] #62 7.371 PBCC images/sk-netlink.pb-c.c [2019-10-13T19:28:21.592Z] #62 7.473 DEP images/sk-netlink.pb-c.d [2019-10-13T19:28:21.592Z] #62 7.580 PBCC images/sk-inet.pb-c.c [2019-10-13T19:28:21.592Z] #62 7.656 DEP images/sk-inet.pb-c.d [2019-10-13T19:28:21.592Z] #62 7.778 PBCC images/sk-unix.pb-c.c [2019-10-13T19:28:21.592Z] #62 7.798 DEP images/sk-unix.pb-c.d [2019-10-13T19:28:21.592Z] #62 7.851 PBCC images/mm.pb-c.c [2019-10-13T19:28:21.592Z] #62 7.891 DEP images/mm.pb-c.d [2019-10-13T19:28:21.592Z] #62 7.920 PBCC images/timerfd.pb-c.c [2019-10-13T19:28:21.592Z] #62 7.954 DEP images/timerfd.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.046 PBCC images/timer.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.063 DEP images/timer.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.100 PBCC images/sa.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.150 DEP images/sa.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.210 PBCC images/pipe-data.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.250 DEP images/pipe-data.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.291 PBCC images/mnt.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.321 DEP images/mnt.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.380 PBCC images/sk-packet.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.417 DEP images/sk-packet.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.594 PBCC images/tcp-stream.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.609 DEP images/tcp-stream.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.673 PBCC images/pipe.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.701 DEP images/pipe.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.772 PBCC images/pstree.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.791 DEP images/pstree.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.869 PBCC images/fs.pb-c.c [2019-10-13T19:28:21.592Z] #62 8.950 DEP images/fs.pb-c.d [2019-10-13T19:28:21.592Z] #62 8.994 PBCC images/signalfd.pb-c.c [2019-10-13T19:28:21.592Z] #62 9.056 DEP images/signalfd.pb-c.d [2019-10-13T19:28:21.592Z] #62 9.101 PBCC images/fh.pb-c.c [2019-10-13T19:28:21.592Z] #62 9.113 PBCC images/fsnotify.pb-c.c [2019-10-13T19:28:21.592Z] #62 9.143 DEP images/fh.pb-c.d [2019-10-13T19:28:21.592Z] #62 9.220 DEP images/fsnotify.pb-c.d [2019-10-13T19:28:21.881Z] #61 13.96 PBCC images/mm.pb-c.c [2019-10-13T19:28:21.881Z] #61 14.03 DEP images/mm.pb-c.d [2019-10-13T19:28:21.881Z] #61 14.20 PBCC images/timerfd.pb-c.c [2019-10-13T19:28:21.881Z] #61 14.30 DEP images/timerfd.pb-c.d [2019-10-13T19:28:21.881Z] #61 14.34 PBCC images/timer.pb-c.c [2019-10-13T19:28:21.881Z] #61 14.38 DEP images/timer.pb-c.d [2019-10-13T19:28:21.988Z] #62 9.270 PBCC images/eventpoll.pb-c.c [2019-10-13T19:28:21.988Z] #62 9.330 DEP images/eventpoll.pb-c.d [2019-10-13T19:28:21.988Z] #62 9.420 PBCC images/eventfd.pb-c.c [2019-10-13T19:28:21.988Z] #62 9.429 DEP images/eventfd.pb-c.d [2019-10-13T19:28:21.988Z] #62 9.501 PBCC images/remap-file-path.pb-c.c [2019-10-13T19:28:21.988Z] #62 9.552 DEP images/remap-file-path.pb-c.d [2019-10-13T19:28:22.264Z] #61 14.44 PBCC images/sa.pb-c.c [2019-10-13T19:28:22.264Z] #61 14.70 DEP images/sa.pb-c.d [2019-10-13T19:28:22.264Z] #61 14.74 PBCC images/pipe-data.pb-c.c [2019-10-13T19:28:22.264Z] #61 14.80 DEP images/pipe-data.pb-c.d [2019-10-13T19:28:22.401Z] #62 9.640 PBCC images/fifo.pb-c.c [2019-10-13T19:28:22.401Z] #62 9.645 DEP images/fifo.pb-c.d [2019-10-13T19:28:22.401Z] #62 9.757 PBCC images/ghost-file.pb-c.c [2019-10-13T19:28:22.401Z] #62 9.802 DEP images/ghost-file.pb-c.d [2019-10-13T19:28:22.401Z] #62 9.859 PBCC images/regfile.pb-c.c [2019-10-13T19:28:22.401Z] #62 9.892 DEP images/regfile.pb-c.d [2019-10-13T19:28:22.401Z] #62 ... [2019-10-13T19:28:22.401Z] [2019-10-13T19:28:22.401Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:22.525Z] #61 14.95 PBCC images/mnt.pb-c.c [2019-10-13T19:28:22.525Z] #61 14.98 DEP images/mnt.pb-c.d [2019-10-13T19:28:22.525Z] #61 15.04 PBCC images/sk-packet.pb-c.c [2019-10-13T19:28:22.786Z] #61 15.07 DEP images/sk-packet.pb-c.d [2019-10-13T19:28:22.786Z] #61 15.14 PBCC images/tcp-stream.pb-c.c [2019-10-13T19:28:22.786Z] #61 15.18 DEP images/tcp-stream.pb-c.d [2019-10-13T19:28:22.786Z] #61 15.22 PBCC images/pipe.pb-c.c [2019-10-13T19:28:22.786Z] #61 15.26 DEP images/pipe.pb-c.d [2019-10-13T19:28:22.786Z] #61 15.29 PBCC images/pstree.pb-c.c [2019-10-13T19:28:22.786Z] #61 15.31 DEP images/pstree.pb-c.d [2019-10-13T19:28:22.786Z] #61 15.35 PBCC images/fs.pb-c.c [2019-10-13T19:28:22.786Z] #61 ... [2019-10-13T19:28:22.786Z] [2019-10-13T19:28:22.786Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:22.786Z] #36 60.14 regexp [2019-10-13T19:28:22.786Z] #36 62.20 context [2019-10-13T19:28:22.786Z] #36 62.22 os [2019-10-13T19:28:22.786Z] #36 67.01 encoding/binary [2019-10-13T19:28:22.786Z] #36 67.92 flag [2019-10-13T19:28:22.786Z] #36 67.95 go/token [2019-10-13T19:28:22.786Z] #36 67.95 net/url [2019-10-13T19:28:23.047Z] #36 70.25 go/scanner [2019-10-13T19:28:23.047Z] #36 ... [2019-10-13T19:28:23.047Z] [2019-10-13T19:28:23.047Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:28:23.592Z] 65014b3c3121: Pulling fs layer [2019-10-13T19:28:23.592Z] 12c8dbabfd62: Pulling fs layer [2019-10-13T19:28:24.356Z] #50 33.02 Checking out files: 36% (1082/2930) Checking out files: 37% (1085/2930) Checking out files: 38% (1114/2930) Checking out files: 39% (1143/2930) Checking out files: 40% (1172/2930) Checking out files: 41% (1202/2930) Checking out files: 42% (1231/2930) Checking out files: 43% (1260/2930) Checking out files: 44% (1290/2930) Checking out files: 45% (1319/2930) Checking out files: 46% (1348/2930) Checking out files: 47% (1378/2930) Checking out files: 48% (1407/2930) Checking out files: 49% (1436/2930) Checking out files: 50% (1465/2930) Checking out files: 51% (1495/2930) Checking out files: 52% (1524/2930) Checking out files: 53% (1553/2930) Checking out files: 54% (1583/2930) Checking out files: 55% (1612/2930) Checking out files: 56% (1641/2930) Checking out files: 57% (1671/2930) Checking out files: 58% (1700/2930) Checking out files: 59% (1729/2930) Checking out files: 60% (1758/2930) Checking out files: 61% (1788/2930) Checking out files: 62% (1817/2930) Checking out files: 63% (1846/2930) Checking out files: 64% (1876/2930) Checking out files: 64% (1889/2930) Checking out files: 65% (1905/2930) Checking out files: 66% (1934/2930) Checking out files: 67% (1964/2930) Checking out files: 68% (1993/2930) Checking out files: 69% (2022/2930) Checking out files: 70% (2051/2930) Checking out files: 71% (2081/2930) Checking out files: 72% (2110/2930) Checking out files: 73% (2139/2930) Checking out files: 74% (2169/2930) Checking out files: 75% (2198/2930) Checking out files: 76% (2227/2930) Checking out files: 77% (2257/2930) Checking out files: 78% (2286/2930) Checking out files: 79% (2315/2930) Checking out files: 80% (2344/2930) Checking out files: 81% (2374/2930) Checking out files: 82% (2403/2930) Checking out files: 83% (2432/2930) Checking out files: 84% (2462/2930) Checking out files: 85% (2491/2930) Checking out files: 86% (2520/2930) Checking out files: 87% (2550/2930) Checking out files: 88% (2579/2930) Checking out files: 89% (2608/2930) Checking out files: 90% (2637/2930) Checking out files: 91% (2667/2930) Checking out files: 92% (2696/2930) Checking out files: 92% (2722/2930) Checking out files: 93% (2725/2930) Checking out files: 94% (2755/2930) Checking out files: 95% (2784/2930) Checking out files: 96% (2813/2930) Checking out files: 97% (2843/2930) Checking out files: 98% (2872/2930) Checking out files: 99% (2901/2930) Checking out files: 100% (2930/2930) Checking out files: 100% (2930/2930), done. [2019-10-13T19:28:24.356Z] #50 34.86 + cd /tmp/tmp.Mew0xQqdZl/src/github.com/containerd/containerd [2019-10-13T19:28:24.356Z] #50 34.86 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:28:24.928Z] #50 35.39 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-13T19:28:24.928Z] #50 35.39 + BUILDTAGS='netgo osusergo static_build' [2019-10-13T19:28:24.928Z] #50 35.39 + export EXTRA_FLAGS=-buildmode=pie [2019-10-13T19:28:24.928Z] #50 35.39 + EXTRA_FLAGS=-buildmode=pie [2019-10-13T19:28:24.928Z] #50 35.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-13T19:28:24.928Z] #50 35.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-13T19:28:24.928Z] #50 35.40 + '[' '' = dynamic ']' [2019-10-13T19:28:24.928Z] #50 35.40 + make [2019-10-13T19:28:26.087Z] #24 18.24 1.0% ## 2.9% ## 3.8% #### 5.7% #### 6.6% ##### 7.6% ###### 8.5% ###### 9.5% ######## 11.4% ######### 13.3% ########## 14.2% ########## 15.1% ############ 17.0% ############# 18.9% ############## 20.8% ################ 22.7% ################# 23.6% ################## 25.5% ################### 27.4% ##################### 29.3% ##################### 30.3% ###################### 31.2% ####################### 33.1% ######################### 35.0% ######################### 35.9% ########################### 37.8% ############################ 39.7% ############################# 41.6% ############################### 43.5% ################################ 44.4% ################################# 46.3% ################################## 47.3% ################################## 48.2% ################################### 49.2% #################################### 51.1% ###################################### 53.0% ####################################### 54.8% ######################################## 55.8% ######################################## 56.7% ########################################## 58.6% ########################################## 59.6% ############################################ 62.4% ############################################## 64.3% ############################################## 65.2% ############################################### 66.2% ################################################# 68.1% ################################################# 69.0% ################################################### 70.9% #################################################### 72.8% ##################################################### 74.7% ####################################################### [2019-10-13T19:28:26.087Z] #24 ... [2019-10-13T19:28:26.087Z] [2019-10-13T19:28:26.087Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:26.087Z] #42 0.305 + RM_GOPATH=0 [2019-10-13T19:28:26.087Z] #42 0.308 + TMP_GOPATH= [2019-10-13T19:28:26.087Z] #42 0.308 + : /build [2019-10-13T19:28:26.087Z] #42 0.308 + '[' -z '' ']' [2019-10-13T19:28:26.087Z] #42 0.315 ++ mktemp -d [2019-10-13T19:28:26.087Z] #42 0.324 + export GOPATH=/tmp/tmp.N8p9qxmtI6 [2019-10-13T19:28:26.087Z] #42 0.324 + GOPATH=/tmp/tmp.N8p9qxmtI6 [2019-10-13T19:28:26.087Z] #42 0.324 + RM_GOPATH=1 [2019-10-13T19:28:26.087Z] #42 0.325 ++ dirname ./install.sh [2019-10-13T19:28:26.087Z] #42 0.354 + dir=. [2019-10-13T19:28:26.087Z] #42 0.354 + bin=tini [2019-10-13T19:28:26.087Z] #42 0.354 + shift [2019-10-13T19:28:26.087Z] #42 0.354 + '[' '!' -f ./tini.installer ']' [2019-10-13T19:28:26.087Z] #42 0.354 + . ./tini.installer [2019-10-13T19:28:26.087Z] #42 0.354 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:28:26.087Z] #42 0.354 + install_tini [2019-10-13T19:28:26.087Z] #42 0.354 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-13T19:28:26.087Z] #42 0.354 + git clone https://github.com/krallin/tini.git /tmp/tmp.N8p9qxmtI6/tini [2019-10-13T19:28:26.087Z] #42 0.354 Cloning into '/tmp/tmp.N8p9qxmtI6/tini'... [2019-10-13T19:28:26.087Z] #42 0.355 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:28:26.087Z] #42 1.587 + cd /tmp/tmp.N8p9qxmtI6/tini [2019-10-13T19:28:26.087Z] #42 1.588 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:28:26.087Z] #42 1.599 + cmake . [2019-10-13T19:28:26.087Z] #42 2.383 -- The C compiler identification is GNU 6.3.0 [2019-10-13T19:28:26.087Z] #42 2.426 -- Check for working C compiler: /usr/bin/cc [2019-10-13T19:28:26.087Z] #42 2.974 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-13T19:28:26.087Z] #42 2.985 -- Detecting C compiler ABI info [2019-10-13T19:28:26.087Z] #42 3.569 -- Detecting C compiler ABI info - done [2019-10-13T19:28:26.087Z] #42 3.689 -- Detecting C compile features [2019-10-13T19:28:26.087Z] #42 5.203 -- Detecting C compile features - done [2019-10-13T19:28:26.087Z] #42 5.224 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-13T19:28:26.087Z] #42 5.476 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-13T19:28:26.087Z] #42 5.569 -- Configuring done [2019-10-13T19:28:26.087Z] #42 5.581 -- Generating done [2019-10-13T19:28:26.087Z] #42 5.603 -- Build files have been written to: /tmp/tmp.N8p9qxmtI6/tini [2019-10-13T19:28:26.087Z] #42 5.615 + make tini-static [2019-10-13T19:28:26.087Z] #42 6.015 Scanning dependencies of target tini-static [2019-10-13T19:28:26.087Z] #42 6.103 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-13T19:28:26.087Z] #42 7.470 [100%] Linking C executable tini-static [2019-10-13T19:28:26.087Z] #42 7.889 [100%] Built target tini-static [2019-10-13T19:28:26.087Z] #42 7.947 + mkdir -p /build [2019-10-13T19:28:26.087Z] #42 7.949 + cp tini-static /build/docker-init [2019-10-13T19:28:26.087Z] #42 DONE 8.1s [2019-10-13T19:28:26.087Z] [2019-10-13T19:28:26.087Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:26.321Z] #50 36.94 + bin/ctr [2019-10-13T19:28:28.254Z] #50 ... [2019-10-13T19:28:28.254Z] [2019-10-13T19:28:28.254Z] #23 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:28.254Z] #23 29.29 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-13T19:28:28.254Z] #23 30.12 [2019-10-13T19:28:28.254Z] #23 30.54 ############## 20.3% ################################################# 69.4% ######################################################################## 100.0% [2019-10-13T19:28:28.254Z] #23 30.89 [2019-10-13T19:28:28.254Z] #23 33.79 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-13T19:28:28.254Z] #23 33.86 skipping existing ed4b54129745 [2019-10-13T19:28:28.254Z] #23 33.97 [2019-10-13T19:28:28.254Z] #23 35.99 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-13T19:28:28.254Z] #23 36.65 [2019-10-13T19:28:28.254Z] #23 37.03 ######################################################################## 100.0% [2019-10-13T19:28:28.254Z] #23 37.16 [2019-10-13T19:28:28.254Z] #23 37.27 Download of images into '/build' complete. [2019-10-13T19:28:28.254Z] #23 37.27 Use something like the following to load the result into a Docker daemon: [2019-10-13T19:28:28.254Z] #23 37.27 tar -cC '/build' . | docker load [2019-10-13T19:28:28.254Z] #23 DONE 37.8s [2019-10-13T19:28:28.254Z] [2019-10-13T19:28:28.254Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:28.254Z] #61 15.39 DEP images/fs.pb-c.d [2019-10-13T19:28:28.254Z] #61 15.45 PBCC images/signalfd.pb-c.c [2019-10-13T19:28:28.254Z] #61 15.48 DEP images/signalfd.pb-c.d [2019-10-13T19:28:28.254Z] #61 15.57 PBCC images/fh.pb-c.c [2019-10-13T19:28:28.254Z] #61 15.62 PBCC images/fsnotify.pb-c.c [2019-10-13T19:28:28.254Z] #61 15.69 DEP images/fh.pb-c.d [2019-10-13T19:28:28.254Z] #61 15.78 DEP images/fsnotify.pb-c.d [2019-10-13T19:28:28.254Z] #61 15.84 PBCC images/eventpoll.pb-c.c [2019-10-13T19:28:28.254Z] #61 15.88 DEP images/eventpoll.pb-c.d [2019-10-13T19:28:28.254Z] #61 15.92 PBCC images/eventfd.pb-c.c [2019-10-13T19:28:28.254Z] #61 15.94 DEP images/eventfd.pb-c.d [2019-10-13T19:28:28.254Z] #61 16.00 PBCC images/remap-file-path.pb-c.c [2019-10-13T19:28:28.254Z] #61 16.05 DEP images/remap-file-path.pb-c.d [2019-10-13T19:28:28.254Z] #61 16.14 PBCC images/fifo.pb-c.c [2019-10-13T19:28:28.254Z] #61 16.15 DEP images/fifo.pb-c.d [2019-10-13T19:28:28.254Z] #61 16.20 PBCC images/ghost-file.pb-c.c [2019-10-13T19:28:28.254Z] #61 16.26 DEP images/ghost-file.pb-c.d [2019-10-13T19:28:28.254Z] #61 16.36 PBCC images/regfile.pb-c.c [2019-10-13T19:28:28.254Z] #61 16.45 DEP images/regfile.pb-c.d [2019-10-13T19:28:28.254Z] #61 16.60 PBCC images/ns.pb-c.c [2019-10-13T19:28:28.254Z] #61 16.64 DEP images/ns.pb-c.d [2019-10-13T19:28:28.254Z] #61 16.79 PBCC images/fdinfo.pb-c.c [2019-10-13T19:28:28.254Z] #61 16.93 DEP images/fdinfo.pb-c.d [2019-10-13T19:28:28.254Z] #61 17.00 PBCC images/core-aarch64.pb-c.c [2019-10-13T19:28:28.254Z] #61 17.02 PBCC images/core-arm.pb-c.c [2019-10-13T19:28:28.254Z] #61 17.10 PBCC images/core-ppc64.pb-c.c [2019-10-13T19:28:28.254Z] #61 17.13 PBCC images/core-s390.pb-c.c [2019-10-13T19:28:28.254Z] #61 17.18 PBCC images/core-x86.pb-c.c [2019-10-13T19:28:28.254Z] #61 17.23 PBCC images/core.pb-c.c [2019-10-13T19:28:28.254Z] #61 17.31 PBCC images/inventory.pb-c.c [2019-10-13T19:28:28.254Z] #61 17.39 DEP images/core-aarch64.pb-c.d [2019-10-13T19:28:28.254Z] #61 17.48 DEP images/core-arm.pb-c.d [2019-10-13T19:28:28.254Z] #61 17.52 DEP images/core-ppc64.pb-c.d [2019-10-13T19:28:28.254Z] #61 17.66 DEP images/core-s390.pb-c.d [2019-10-13T19:28:28.254Z] #61 17.76 DEP images/core-x86.pb-c.d [2019-10-13T19:28:28.254Z] #61 17.85 DEP images/core.pb-c.d [2019-10-13T19:28:28.254Z] #61 17.98 DEP images/inventory.pb-c.d [2019-10-13T19:28:28.254Z] #61 18.09 PBCC images/cpuinfo.pb-c.c [2019-10-13T19:28:28.254Z] #61 18.20 DEP images/cpuinfo.pb-c.d [2019-10-13T19:28:28.254Z] #61 18.31 PBCC images/stats.pb-c.c [2019-10-13T19:28:28.254Z] #61 18.35 DEP images/stats.pb-c.d [2019-10-13T19:28:28.254Z] #61 20.65 make[1]: Nothing to be done for 'all'. [2019-10-13T19:28:28.514Z] #61 ... [2019-10-13T19:28:28.514Z] [2019-10-13T19:28:28.514Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:28.515Z] #33 71.05 github.com/BurntSushi/toml/cmd/tomlv [2019-10-13T19:28:28.515Z] #33 DONE 75.6s [2019-10-13T19:28:28.515Z] [2019-10-13T19:28:28.515Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:28.515Z] #36 70.59 text/template/parse [2019-10-13T19:28:28.515Z] #36 71.41 encoding/base64 [2019-10-13T19:28:28.515Z] #36 72.44 go/ast [2019-10-13T19:28:28.515Z] #36 72.79 encoding/xml [2019-10-13T19:28:28.515Z] #36 73.41 encoding/json [2019-10-13T19:28:29.770Z] #24 18.24 1.0% ## 2.9% ## 3.8% #### 5.7% #### 6.6% ##### 7.6% ###### 8.5% ###### 9.5% ######## 11.4% ######### 13.3% ########## 14.2% ########## 15.1% ############ 17.0% ############# 18.9% ############## 20.8% ################ 22.7% ################# 23.6% ################## 25.5% ################### 27.4% ##################### 29.3% ##################### 30.3% ###################### 31.2% ####################### 33.1% ######################### 35.0% ######################### 35.9% ########################### 37.8% ############################ 39.7% ############################# 41.6% ############################### 43.5% ################################ 44.4% ################################# 46.3% ################################## 47.3% ################################## 48.2% ################################### 49.2% #################################### 51.1% ###################################### 53.0% ####################################### 54.8% ######################################## 55.8% ######################################## 56.7% ########################################## 58.6% ########################################## 59.6% ############################################ 62.4% ############################################## 64.3% ############################################## 65.2% ############################################### 66.2% ################################################# 68.1% ################################################# 69.0% ################################################### 70.9% #################################################### 72.8% ##################################################### 74.7% ####################################################### 76.6% ####################################################### 77.5% ######################################################## 78.5% ######################################################### 79.4% ######################################################### 80.4% ########################################################## 81.3% ########################################################### 82.2% ########################################################### 83.2% ############################################################# 85.1% ############################################################# 86.0% ############################################################## 87.0% ############################################################### 87.9% ############################################################### 88.9% ################################################################## 91.7% #################################################################### 94.5% #################################################################### 95.5% ###################################################################### 97.4% [2019-10-13T19:28:29.770Z] #24 ... [2019-10-13T19:28:29.770Z] [2019-10-13T19:28:29.770Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:29.770Z] #17 15.79 Fetched 7670 kB in 15s (497 kB/s) [2019-10-13T19:28:29.770Z] #17 15.79 Reading package lists... [2019-10-13T19:28:29.770Z] #17 21.52 Reading package lists... [2019-10-13T19:28:29.770Z] #17 ... [2019-10-13T19:28:29.770Z] [2019-10-13T19:28:29.770Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:29.770Z] #24 18.24 1.0% ## 2.9% ## 3.8% #### 5.7% #### 6.6% ##### 7.6% ###### 8.5% ###### 9.5% ######## 11.4% ######### 13.3% ########## 14.2% ########## 15.1% ############ 17.0% ############# 18.9% ############## 20.8% ################ 22.7% ################# 23.6% ################## 25.5% ################### 27.4% ##################### 29.3% ##################### 30.3% ###################### 31.2% ####################### 33.1% ######################### 35.0% ######################### 35.9% ########################### 37.8% ############################ 39.7% ############################# 41.6% ############################### 43.5% ################################ 44.4% ################################# 46.3% ################################## 47.3% ################################## 48.2% ################################### 49.2% #################################### 51.1% ###################################### 53.0% ####################################### 54.8% ######################################## 55.8% ######################################## 56.7% ########################################## 58.6% ########################################## 59.6% ############################################ 62.4% ############################################## 64.3% ############################################## 65.2% ############################################### 66.2% ################################################# 68.1% ################################################# 69.0% ################################################### 70.9% #################################################### 72.8% ##################################################### 74.7% ####################################################### 76.6% ####################################################### 77.5% ######################################################## 78.5% ######################################################### 79.4% ######################################################### 80.4% ########################################################## 81.3% ########################################################### 82.2% ########################################################### 83.2% ############################################################# 85.1% ############################################################# 86.0% ############################################################## 87.0% ############################################################### 87.9% ############################################################### 88.9% ################################################################## 91.7% #################################################################### 94.5% #################################################################### 95.5% ###################################################################### 97.4% ###################################################################### 98.3% ######################################################################## 100.0% [2019-10-13T19:28:29.770Z] #24 29.60 [2019-10-13T19:28:31.736Z] #24 31.21 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-13T19:28:31.736Z] #24 31.63 [2019-10-13T19:28:31.814Z] #36 ... [2019-10-13T19:28:31.814Z] [2019-10-13T19:28:31.814Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:31.814Z] #61 23.66 CC images/stats.o [2019-10-13T19:28:32.075Z] #61 24.42 CC images/core.o [2019-10-13T19:28:32.145Z] #24 31.89 ################################################ 67.6% ######################################################################## 100.0% [2019-10-13T19:28:32.563Z] #24 32.09 [2019-10-13T19:28:32.563Z] #24 ... [2019-10-13T19:28:32.563Z] [2019-10-13T19:28:32.563Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:32.563Z] #62 9.935 PBCC images/ns.pb-c.c [2019-10-13T19:28:32.563Z] #62 9.970 DEP images/ns.pb-c.d [2019-10-13T19:28:32.563Z] #62 9.984 PBCC images/fdinfo.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.06 DEP images/fdinfo.pb-c.d [2019-10-13T19:28:32.563Z] #62 10.13 PBCC images/core-aarch64.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.17 PBCC images/core-arm.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.20 PBCC images/core-ppc64.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.27 PBCC images/core-s390.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.35 PBCC images/core-x86.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.43 PBCC images/core.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.52 PBCC images/inventory.pb-c.c [2019-10-13T19:28:32.563Z] #62 10.58 DEP images/core-aarch64.pb-c.d [2019-10-13T19:28:32.563Z] #62 10.59 DEP images/core-arm.pb-c.d [2019-10-13T19:28:32.563Z] #62 10.66 DEP images/core-ppc64.pb-c.d [2019-10-13T19:28:32.563Z] #62 10.72 DEP images/core-s390.pb-c.d [2019-10-13T19:28:32.563Z] #62 10.85 DEP images/core-x86.pb-c.d [2019-10-13T19:28:32.563Z] #62 10.91 DEP images/core.pb-c.d [2019-10-13T19:28:32.563Z] #62 10.99 DEP images/inventory.pb-c.d [2019-10-13T19:28:32.563Z] #62 11.08 PBCC images/cpuinfo.pb-c.c [2019-10-13T19:28:32.563Z] #62 11.10 DEP images/cpuinfo.pb-c.d [2019-10-13T19:28:32.563Z] #62 11.15 PBCC images/stats.pb-c.c [2019-10-13T19:28:32.563Z] #62 11.18 DEP images/stats.pb-c.d [2019-10-13T19:28:32.563Z] #62 12.62 make[1]: Nothing to be done for 'all'. [2019-10-13T19:28:32.563Z] #62 14.61 CC images/stats.o [2019-10-13T19:28:32.563Z] #62 15.17 CC images/core.o [2019-10-13T19:28:32.563Z] #62 15.95 CC images/core-x86.o [2019-10-13T19:28:32.563Z] #62 16.37 CC images/core-arm.o [2019-10-13T19:28:32.563Z] #62 16.77 CC images/core-aarch64.o [2019-10-13T19:28:32.563Z] #62 17.14 CC images/core-ppc64.o [2019-10-13T19:28:32.563Z] #62 17.69 CC images/core-s390.o [2019-10-13T19:28:32.563Z] #62 18.14 CC images/cpuinfo.o [2019-10-13T19:28:32.563Z] #62 18.45 CC images/inventory.o [2019-10-13T19:28:32.563Z] #62 18.61 CC images/fdinfo.o [2019-10-13T19:28:32.563Z] #62 18.99 CC images/fown.o [2019-10-13T19:28:32.563Z] #62 19.14 CC images/ns.o [2019-10-13T19:28:32.563Z] #62 19.35 CC images/regfile.o [2019-10-13T19:28:32.563Z] #62 19.63 CC images/ghost-file.o [2019-10-13T19:28:32.563Z] #62 19.89 CC images/fifo.o [2019-10-13T19:28:32.563Z] #62 20.12 CC images/remap-file-path.o [2019-10-13T19:28:32.563Z] #62 ... [2019-10-13T19:28:32.563Z] [2019-10-13T19:28:32.563Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:32.563Z] #17 21.52 Reading package lists... [2019-10-13T19:28:32.563Z] #17 26.45 Building dependency tree... [2019-10-13T19:28:32.563Z] #17 27.45 The following additional packages will be installed: [2019-10-13T19:28:32.563Z] #17 27.45 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-13T19:28:32.563Z] #17 27.49 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-13T19:28:32.563Z] #17 27.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-13T19:28:32.563Z] #17 27.49 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-13T19:28:32.563Z] #17 27.49 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-13T19:28:32.563Z] #17 27.49 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-13T19:28:32.563Z] #17 27.50 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-13T19:28:32.563Z] #17 27.50 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-13T19:28:32.563Z] #17 27.50 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-13T19:28:32.563Z] #17 27.51 Suggested packages: [2019-10-13T19:28:32.563Z] #17 27.51 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-13T19:28:32.563Z] #17 27.51 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-13T19:28:32.563Z] #17 27.51 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-13T19:28:32.563Z] #17 27.51 vim-doc vim-scripts xfsdump acl attr quota [2019-10-13T19:28:32.563Z] #17 27.51 Recommended packages: [2019-10-13T19:28:32.563Z] #17 27.51 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-13T19:28:32.563Z] #17 27.51 python3-keyrings.alt python3-xdg unzip [2019-10-13T19:28:33.016Z] #61 25.41 CC images/core-x86.o [2019-10-13T19:28:33.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-13T19:28:33.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-13T19:28:33.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-13T19:28:33.558Z] #17 ... [2019-10-13T19:28:33.558Z] [2019-10-13T19:28:33.558Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:33.558Z] #34 49.62 time [2019-10-13T19:28:33.558Z] #34 56.53 internal/poll [2019-10-13T19:28:33.558Z] #34 58.50 internal/fmtsort [2019-10-13T19:28:33.558Z] #34 59.14 internal/syscall/unix [2019-10-13T19:28:33.558Z] #34 59.25 strings [2019-10-13T19:28:33.558Z] #34 59.39 os [2019-10-13T19:28:33.558Z] #34 ... [2019-10-13T19:28:33.558Z] [2019-10-13T19:28:33.558Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:28:33.558Z] #51 32.44 + cd /tmp/tmp.yJrUi1duom/src/github.com/containerd/containerd [2019-10-13T19:28:33.559Z] #51 32.44 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:28:33.959Z] #61 26.21 CC images/core-arm.o [2019-10-13T19:28:33.959Z] #61 ... [2019-10-13T19:28:33.959Z] [2019-10-13T19:28:33.959Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:33.959Z] #16 13.23 Fetched 7742 kB in 10s (719 kB/s) [2019-10-13T19:28:33.959Z] #16 13.23 Reading package lists... [2019-10-13T19:28:33.959Z] #16 20.31 Reading package lists... [2019-10-13T19:28:33.959Z] #16 ... [2019-10-13T19:28:33.959Z] [2019-10-13T19:28:33.959Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:33.959Z] #36 79.95 text/template [2019-10-13T19:28:33.964Z] #51 32.99 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-13T19:28:33.964Z] #51 32.99 + BUILDTAGS='netgo osusergo static_build' [2019-10-13T19:28:33.964Z] #51 32.99 + export EXTRA_FLAGS=-buildmode=pie [2019-10-13T19:28:33.964Z] #51 32.99 + EXTRA_FLAGS=-buildmode=pie [2019-10-13T19:28:33.964Z] #51 32.99 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-13T19:28:33.964Z] #51 32.99 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-13T19:28:33.964Z] #51 32.99 + '[' '' = dynamic ']' [2019-10-13T19:28:33.964Z] #51 32.99 + make [2019-10-13T19:28:34.824Z] #51 33.87 + bin/ctr [2019-10-13T19:28:34.900Z] #36 81.96 go/parser [2019-10-13T19:28:36.061Z] 12c8dbabfd62: Verifying Checksum [2019-10-13T19:28:36.061Z] 12c8dbabfd62: Download complete [2019-10-13T19:28:37.078Z] #36 83.92 compress/flate [2019-10-13T19:28:38.543Z] #51 ... [2019-10-13T19:28:38.543Z] [2019-10-13T19:28:38.543Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:38.543Z] #17 31.23 The following NEW packages will be installed: [2019-10-13T19:28:38.543Z] #17 31.23 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-13T19:28:38.543Z] #17 31.23 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-13T19:28:38.543Z] #17 31.28 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-13T19:28:38.543Z] #17 31.28 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-13T19:28:38.543Z] #17 31.28 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-13T19:28:38.543Z] #17 31.28 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-13T19:28:38.543Z] #17 31.28 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-13T19:28:38.543Z] #17 31.28 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-13T19:28:38.543Z] #17 31.28 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-13T19:28:38.543Z] #17 31.28 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-13T19:28:38.543Z] #17 31.28 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-13T19:28:38.543Z] #17 31.28 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-13T19:28:38.543Z] #17 31.28 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-13T19:28:38.543Z] #17 31.28 xfsprogs xxd xz-utils zip [2019-10-13T19:28:38.543Z] #17 31.37 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:28:38.543Z] #17 31.37 Need to get 88.2 MB of archives. [2019-10-13T19:28:38.543Z] #17 31.37 After this operation, 565 MB of additional disk space will be used. [2019-10-13T19:28:38.543Z] #17 31.37 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-10-13T19:28:38.543Z] #17 31.41 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-13T19:28:38.543Z] #17 31.42 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-10-13T19:28:38.543Z] #17 31.42 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-10-13T19:28:38.543Z] #17 31.43 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-10-13T19:28:38.543Z] #17 31.43 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-10-13T19:28:38.543Z] #17 31.45 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-10-13T19:28:38.543Z] #17 31.56 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-10-13T19:28:38.543Z] #17 31.58 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-10-13T19:28:38.543Z] #17 31.60 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-10-13T19:28:38.543Z] #17 31.69 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-10-13T19:28:38.543Z] #17 31.72 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-10-13T19:28:38.543Z] #17 31.73 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-10-13T19:28:38.543Z] #17 31.74 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-10-13T19:28:38.543Z] #17 31.74 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-10-13T19:28:38.543Z] #17 31.74 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-13T19:28:38.543Z] #17 31.77 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-10-13T19:28:38.543Z] #17 31.77 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-13T19:28:38.543Z] #17 31.77 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-10-13T19:28:38.543Z] #17 31.77 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-10-13T19:28:38.543Z] #17 31.77 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-10-13T19:28:38.543Z] #17 31.78 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-13T19:28:38.543Z] #17 31.80 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-13T19:28:38.543Z] #17 31.81 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-10-13T19:28:38.543Z] #17 31.82 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-10-13T19:28:38.543Z] #17 31.82 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-10-13T19:28:38.543Z] #17 31.84 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-10-13T19:28:38.543Z] #17 31.86 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-13T19:28:38.543Z] #17 31.86 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-13T19:28:38.543Z] #17 31.92 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-13T19:28:38.543Z] #17 31.93 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-10-13T19:28:38.543Z] #17 31.94 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-10-13T19:28:38.543Z] #17 31.94 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-13T19:28:38.543Z] #17 31.96 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-13T19:28:38.543Z] #17 31.96 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-13T19:28:38.543Z] #17 31.97 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-10-13T19:28:38.543Z] #17 31.98 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-10-13T19:28:38.543Z] #17 31.98 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-10-13T19:28:38.543Z] #17 31.98 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-10-13T19:28:38.543Z] #17 32.00 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-10-13T19:28:38.543Z] #17 32.02 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-10-13T19:28:38.543Z] #17 32.03 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-10-13T19:28:38.543Z] #17 32.05 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-10-13T19:28:38.543Z] #17 32.09 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-10-13T19:28:38.543Z] #17 32.09 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-10-13T19:28:38.543Z] #17 32.09 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-13T19:28:38.543Z] #17 32.09 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-10-13T19:28:38.543Z] #17 32.10 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-10-13T19:28:38.543Z] #17 32.18 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-10-13T19:28:38.543Z] #17 32.19 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-13T19:28:38.543Z] #17 32.27 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-13T19:28:38.543Z] #17 32.31 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-13T19:28:38.543Z] #17 32.31 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-10-13T19:28:38.543Z] #17 32.34 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-13T19:28:38.543Z] #17 32.34 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-10-13T19:28:38.543Z] #17 32.39 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-13T19:28:38.543Z] #17 32.87 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-10-13T19:28:38.543Z] #17 32.91 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-10-13T19:28:38.543Z] #17 32.93 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-10-13T19:28:38.544Z] #17 32.93 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-10-13T19:28:38.544Z] #17 32.94 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-10-13T19:28:38.544Z] #17 33.01 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-10-13T19:28:38.544Z] #17 33.18 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-10-13T19:28:38.544Z] #17 33.52 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-13T19:28:38.544Z] #17 33.52 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-13T19:28:38.544Z] #17 34.10 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-13T19:28:38.544Z] #17 34.31 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-10-13T19:28:38.544Z] #17 34.32 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] [2019-10-13T19:28:38.929Z] #17 ... [2019-10-13T19:28:38.929Z] [2019-10-13T19:28:38.929Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:38.929Z] #37 54.98 time [2019-10-13T19:28:38.929Z] #37 60.12 os [2019-10-13T19:28:38.929Z] #37 60.43 strings [2019-10-13T19:28:38.929Z] #37 64.10 regexp/syntax [2019-10-13T19:28:38.929Z] #37 65.10 fmt [2019-10-13T19:28:38.929Z] #37 ... [2019-10-13T19:28:38.929Z] [2019-10-13T19:28:38.929Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:38.929Z] #62 20.29 CC images/eventfd.o [2019-10-13T19:28:38.929Z] #62 20.50 CC images/eventpoll.o [2019-10-13T19:28:38.929Z] #62 20.69 CC images/fh.o [2019-10-13T19:28:38.929Z] #62 21.13 CC images/fsnotify.o [2019-10-13T19:28:38.929Z] #62 21.58 CC images/signalfd.o [2019-10-13T19:28:38.929Z] #62 21.79 CC images/fs.o [2019-10-13T19:28:38.929Z] #62 21.94 CC images/pstree.o [2019-10-13T19:28:38.929Z] #62 22.15 CC images/pipe.o [2019-10-13T19:28:38.929Z] #62 22.41 CC images/tcp-stream.o [2019-10-13T19:28:38.929Z] #62 22.64 CC images/sk-packet.o [2019-10-13T19:28:38.929Z] #62 22.84 CC images/mnt.o [2019-10-13T19:28:38.929Z] #62 23.06 CC images/pipe-data.o [2019-10-13T19:28:38.929Z] #62 23.21 CC images/sa.o [2019-10-13T19:28:38.929Z] #62 23.39 CC images/timer.o [2019-10-13T19:28:38.929Z] #62 24.01 CC images/timerfd.o [2019-10-13T19:28:38.929Z] #62 24.43 CC images/mm.o [2019-10-13T19:28:38.929Z] #62 24.92 CC images/sk-opts.o [2019-10-13T19:28:38.929Z] #62 25.34 CC images/sk-unix.o [2019-10-13T19:28:38.929Z] #62 25.67 CC images/sk-inet.o [2019-10-13T19:28:38.929Z] #62 25.97 CC images/tun.o [2019-10-13T19:28:38.929Z] #62 26.24 CC images/sk-netlink.o [2019-10-13T19:28:38.929Z] #62 26.50 CC images/packet-sock.o [2019-10-13T19:28:39.139Z] #36 ... [2019-10-13T19:28:39.139Z] [2019-10-13T19:28:39.139Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:39.139Z] #61 26.62 CC images/core-aarch64.o [2019-10-13T19:28:39.139Z] #61 27.18 CC images/core-ppc64.o [2019-10-13T19:28:39.139Z] #61 28.40 CC images/core-s390.o [2019-10-13T19:28:39.139Z] #61 30.45 CC images/cpuinfo.o [2019-10-13T19:28:39.139Z] #61 31.35 CC images/inventory.o [2019-10-13T19:28:39.331Z] #62 26.78 CC images/ipc-var.o [2019-10-13T19:28:39.331Z] #62 26.85 CC images/ipc-desc.o [2019-10-13T19:28:39.331Z] #62 26.95 CC images/ipc-shm.o [2019-10-13T19:28:39.729Z] #61 32.12 CC images/fdinfo.o [2019-10-13T19:28:39.739Z] #62 ... [2019-10-13T19:28:39.739Z] [2019-10-13T19:28:39.739Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:28:39.739Z] #24 33.59 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-13T19:28:39.739Z] #24 34.15 [2019-10-13T19:28:39.739Z] #24 34.43 ######################################################### 79.3% ######################################################################## 100.0% [2019-10-13T19:28:39.739Z] #24 34.61 [2019-10-13T19:28:39.739Z] #24 36.57 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-13T19:28:39.739Z] #24 36.70 skipping existing b63cc5f62c21 [2019-10-13T19:28:39.739Z] #24 36.87 [2019-10-13T19:28:39.739Z] #24 38.50 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-13T19:28:39.739Z] #24 38.95 [2019-10-13T19:28:39.739Z] #24 39.16 ######################################################################## 100.0% [2019-10-13T19:28:39.739Z] #24 39.21 [2019-10-13T19:28:39.739Z] #24 39.22 Download of images into '/build' complete. [2019-10-13T19:28:39.739Z] #24 39.22 Use something like the following to load the result into a Docker daemon: [2019-10-13T19:28:39.739Z] #24 39.22 tar -cC '/build' . | docker load [2019-10-13T19:28:39.739Z] #24 DONE 39.3s [2019-10-13T19:28:39.739Z] [2019-10-13T19:28:39.739Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:39.739Z] #34 62.29 path [2019-10-13T19:28:39.739Z] #34 63.86 text/tabwriter [2019-10-13T19:28:39.739Z] #34 64.50 fmt [2019-10-13T19:28:39.739Z] #34 64.80 path/filepath [2019-10-13T19:28:40.309Z] #61 ... [2019-10-13T19:28:40.309Z] [2019-10-13T19:28:40.309Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:40.309Z] #16 20.31 Reading package lists... [2019-10-13T19:28:40.309Z] #16 26.37 Building dependency tree... [2019-10-13T19:28:40.309Z] #16 28.70 The following additional packages will be installed: [2019-10-13T19:28:40.309Z] #16 28.70 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-13T19:28:40.309Z] #16 28.70 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-13T19:28:40.309Z] #16 28.71 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-13T19:28:40.309Z] #16 28.71 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-13T19:28:40.309Z] #16 28.71 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-13T19:28:40.309Z] #16 28.71 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-13T19:28:40.309Z] #16 28.71 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-13T19:28:40.309Z] #16 28.71 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-13T19:28:40.309Z] #16 28.71 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-13T19:28:40.309Z] #16 28.71 Suggested packages: [2019-10-13T19:28:40.309Z] #16 28.72 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-13T19:28:40.309Z] #16 28.72 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-13T19:28:40.309Z] #16 28.72 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-13T19:28:40.309Z] #16 28.72 vim-doc vim-scripts xfsdump acl attr quota [2019-10-13T19:28:40.309Z] #16 28.72 Recommended packages: [2019-10-13T19:28:40.309Z] #16 28.72 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-13T19:28:40.309Z] #16 28.72 python3-keyrings.alt python3-xdg unzip [2019-10-13T19:28:42.322Z] #34 ... [2019-10-13T19:28:42.322Z] [2019-10-13T19:28:42.322Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:42.322Z] #62 27.20 CC images/ipc-msg.o [2019-10-13T19:28:42.322Z] #62 27.89 CC images/ipc-sem.o [2019-10-13T19:28:42.322Z] #62 28.06 CC images/utsns.o [2019-10-13T19:28:42.322Z] #62 28.37 CC images/creds.o [2019-10-13T19:28:42.322Z] #62 28.55 CC images/vma.o [2019-10-13T19:28:42.322Z] #62 28.74 CC images/netdev.o [2019-10-13T19:28:42.322Z] #62 29.07 CC images/tty.o [2019-10-13T19:28:42.322Z] #62 29.60 CC images/file-lock.o [2019-10-13T19:28:42.322Z] #62 29.84 CC images/rlimit.o [2019-10-13T19:28:42.632Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:28:42.632Z] [2019-10-13T19:28:42.632Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-13T19:28:42.632Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-13T19:28:42.632Z] Using test binary docker [2019-10-13T19:28:42.632Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-13T19:28:42.632Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-13T19:28:42.632Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-13T19:28:42.632Z] Warning failed to create cache: (null) [2019-10-13T19:28:42.632Z] . [2019-10-13T19:28:42.632Z] INFO: Waiting for daemon to start... [2019-10-13T19:28:42.632Z] Starting dockerd [2019-10-13T19:28:42.632Z] . [2019-10-13T19:28:42.632Z] INFO: Building docker-sdk-python3:4.1.0... [2019-10-13T19:28:42.742Z] #62 29.99 CC images/pagemap.o [2019-10-13T19:28:42.742Z] #62 30.32 CC images/siginfo.o [2019-10-13T19:28:43.136Z] #62 30.63 CC images/rpc.o [2019-10-13T19:28:43.899Z] #16 33.11 The following NEW packages will be installed: [2019-10-13T19:28:43.899Z] #16 33.12 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-13T19:28:43.899Z] #16 33.12 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-13T19:28:43.899Z] #16 33.12 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-13T19:28:43.899Z] #16 33.12 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-13T19:28:43.899Z] #16 33.12 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-13T19:28:43.899Z] #16 33.12 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-13T19:28:43.899Z] #16 33.12 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-13T19:28:43.899Z] #16 33.12 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-13T19:28:43.899Z] #16 33.12 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-13T19:28:43.899Z] #16 33.12 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-13T19:28:43.899Z] #16 33.13 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-13T19:28:43.899Z] #16 33.14 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-13T19:28:43.899Z] #16 33.14 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-13T19:28:43.899Z] #16 33.14 xfsprogs xxd xz-utils zip [2019-10-13T19:28:43.995Z] #62 31.50 CC images/ext-file.o [2019-10-13T19:28:44.400Z] #62 31.67 CC images/cgroup.o [2019-10-13T19:28:44.812Z] #62 32.09 CC images/userns.o [2019-10-13T19:28:44.812Z] #62 32.37 CC images/google/protobuf/descriptor.o [2019-10-13T19:28:44.840Z] #16 34.28 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:28:44.840Z] #16 34.28 Need to get 84.4 MB of archives. [2019-10-13T19:28:44.840Z] #16 34.28 After this operation, 528 MB of additional disk space will be used. [2019-10-13T19:28:44.840Z] #16 34.28 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 bash-completion all 1:2.1-4.3 [178 kB] [2019-10-13T19:28:44.840Z] #16 34.29 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnet1 arm64 1.1.6+dfsg-3 [55.1 kB] [2019-10-13T19:28:44.840Z] #16 34.29 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnfnetlink0 arm64 1.0.1-3 [12.0 kB] [2019-10-13T19:28:44.840Z] #16 34.30 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcrecpp0v5 arm64 2:8.39-3 [151 kB] [2019-10-13T19:28:44.840Z] #16 34.30 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libudev-dev arm64 232-25+deb9u12 [92.5 kB] [2019-10-13T19:28:44.840Z] #16 34.31 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpython3.5-minimal arm64 3.5.3-1+deb9u1 [564 kB] [2019-10-13T19:28:44.840Z] #16 34.35 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3.5-minimal arm64 3.5.3-1+deb9u1 [1255 kB] [2019-10-13T19:28:45.100Z] #16 34.45 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-minimal arm64 3.5.3-1 [35.3 kB] [2019-10-13T19:28:45.100Z] #16 34.46 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libmpdec2 arm64 2.4.2-1 [76.9 kB] [2019-10-13T19:28:45.100Z] #16 34.47 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpython3.5-stdlib arm64 3.5.3-1+deb9u1 [2034 kB] [2019-10-13T19:28:45.100Z] #16 34.63 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3.5 arm64 3.5.3-1+deb9u1 [229 kB] [2019-10-13T19:28:45.100Z] #16 34.65 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpython3-stdlib arm64 3.5.3-1 [18.6 kB] [2019-10-13T19:28:45.100Z] #16 34.66 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 dh-python all 2.20170125 [86.8 kB] [2019-10-13T19:28:45.100Z] #16 34.67 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3 arm64 3.5.3-1 [21.6 kB] [2019-10-13T19:28:45.100Z] #16 34.67 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 pigz arm64 2.3.4-1 [45.6 kB] [2019-10-13T19:28:45.100Z] #16 34.69 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libip4tc0 arm64 1.6.0+snapshot20161117-6 [66.4 kB] [2019-10-13T19:28:45.100Z] #16 34.69 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libip6tc0 arm64 1.6.0+snapshot20161117-6 [66.7 kB] [2019-10-13T19:28:45.361Z] #16 34.71 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libiptc0 arm64 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-13T19:28:45.361Z] #16 34.72 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libxtables12 arm64 1.6.0+snapshot20161117-6 [73.3 kB] [2019-10-13T19:28:45.361Z] #16 34.73 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnetfilter-conntrack3 arm64 1.0.6-2 [31.4 kB] [2019-10-13T19:28:45.361Z] #16 34.73 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 iptables arm64 1.6.0+snapshot20161117-6 [264 kB] [2019-10-13T19:28:45.361Z] #16 34.76 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xxd arm64 2:8.0.0197-4+deb9u3 [131 kB] [2019-10-13T19:28:45.361Z] #16 34.77 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-13T19:28:45.361Z] #16 34.78 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 bzip2 arm64 1.0.6-8.1 [46.1 kB] [2019-10-13T19:28:45.361Z] #16 34.80 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libgpm2 arm64 1.20.4-6.2+b1 [33.3 kB] [2019-10-13T19:28:45.361Z] #16 34.81 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xz-utils arm64 5.2.2-1.2+b1 [261 kB] [2019-10-13T19:28:45.361Z] #16 34.83 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 aufs-tools arm64 1:4.1+20161219-1 [100 kB] [2019-10-13T19:28:45.361Z] #16 34.84 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 liblzo2-2 arm64 2.08-1.2+b2 [48.0 kB] [2019-10-13T19:28:45.361Z] #16 34.85 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-progs arm64 4.7.3-1 [517 kB] [2019-10-13T19:28:45.361Z] #16 34.89 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 btrfs-tools arm64 4.7.3-1 [16.9 kB] [2019-10-13T19:28:45.361Z] #16 34.90 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libdevmapper1.02.1 arm64 2:1.02.137-2 [143 kB] [2019-10-13T19:28:45.621Z] #16 34.93 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 dmsetup arm64 2:1.02.137-2 [100 kB] [2019-10-13T19:28:45.621Z] #16 34.94 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libonig4 arm64 6.1.3-2 [133 kB] [2019-10-13T19:28:45.621Z] #16 34.95 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libjq1 arm64 1.5+dfsg-1.3 [102 kB] [2019-10-13T19:28:45.621Z] #16 34.96 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 jq arm64 1.5+dfsg-1.3 [58.3 kB] [2019-10-13T19:28:45.621Z] #16 34.97 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libaio1 arm64 0.3.110-3 [9264 B] [2019-10-13T19:28:45.621Z] #16 34.98 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libcap2-bin arm64 1:2.25-1 [26.3 kB] [2019-10-13T19:28:45.621Z] #16 34.99 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.137-2 [40.1 kB] [2019-10-13T19:28:45.621Z] #16 34.99 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libsepol1-dev arm64 2.6-2 [279 kB] [2019-10-13T19:28:45.621Z] #16 35.02 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcre16-3 arm64 2:8.39-3 [226 kB] [2019-10-13T19:28:45.621Z] #16 35.05 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcre32-3 arm64 2:8.39-3 [220 kB] [2019-10-13T19:28:45.621Z] #16 35.08 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libpcre3-dev arm64 2:8.39-3 [561 kB] [2019-10-13T19:28:45.621Z] #16 35.12 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libselinux1-dev arm64 2.6-3+b3 [176 kB] [2019-10-13T19:28:45.621Z] #16 35.14 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libdevmapper-dev arm64 2:1.02.137-2 [68.6 kB] [2019-10-13T19:28:45.881Z] #16 35.17 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libnl-3-200 arm64 3.2.27-2 [52.5 kB] [2019-10-13T19:28:45.881Z] #16 35.17 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libprotobuf-c1 arm64 1.2.1-2 [22.7 kB] [2019-10-13T19:28:45.881Z] #16 35.17 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libreadline5 arm64 5.2+dfsg-3+b1 [101 kB] [2019-10-13T19:28:45.881Z] #16 35.18 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libsystemd-dev arm64 232-25+deb9u12 [1728 kB] [2019-10-13T19:28:45.881Z] #16 35.34 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 net-tools arm64 1.60+git20161116.90da8a0-1 [236 kB] [2019-10-13T19:28:45.881Z] #16 35.36 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-13T19:28:46.142Z] #16 35.47 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-13T19:28:46.142Z] #16 35.49 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-13T19:28:46.142Z] #16 35.51 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-setuptools all 33.1.1-1 [215 kB] [2019-10-13T19:28:46.142Z] #16 35.54 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-13T19:28:46.142Z] #16 35.55 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 thin-provisioning-tools arm64 0.6.1-4+b1 [314 kB] [2019-10-13T19:28:46.142Z] #16 35.56 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-13T19:28:46.402Z] #16 35.91 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 vim arm64 2:8.0.0197-4+deb9u3 [868 kB] [2019-10-13T19:28:46.402Z] #16 35.97 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 xfsprogs arm64 4.9.0+nmu1 [693 kB] [2019-10-13T19:28:46.516Z] #62 33.83 CC images/opts.o [2019-10-13T19:28:46.662Z] #16 36.02 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 zip arm64 3.0-11+b1 [225 kB] [2019-10-13T19:28:46.662Z] #16 36.04 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 libapparmor-perl arm64 2.11.0-3+deb9u2 [77.8 kB] [2019-10-13T19:28:46.662Z] #16 36.06 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 apparmor arm64 2.11.0-3+deb9u2 [493 kB] [2019-10-13T19:28:46.662Z] #16 36.10 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 binutils-mingw-w64-i686 arm64 2.28-5+7.4+b4 [1919 kB] [2019-10-13T19:28:46.662Z] #16 36.23 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 binutils-mingw-w64-x86-64 arm64 2.28-5+7.4+b4 [2132 kB] [2019-10-13T19:28:46.922Z] #16 36.38 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-13T19:28:46.922Z] #16 36.39 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-13T19:28:47.051Z] #62 34.24 CC images/seccomp.o [2019-10-13T19:28:47.051Z] #62 ... [2019-10-13T19:28:47.051Z] [2019-10-13T19:28:47.051Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:47.051Z] #17 36.17 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-10-13T19:28:47.051Z] #17 38.55 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:28:47.051Z] #17 38.63 Fetched 88.2 MB in 6s (13.3 MB/s) [2019-10-13T19:28:47.051Z] #17 38.68 Selecting previously unselected package bash-completion. [2019-10-13T19:28:47.051Z] #17 38.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-10-13T19:28:47.051Z] #17 38.72 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-13T19:28:47.051Z] #17 41.38 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-13T19:28:47.051Z] #17 42.00 Selecting previously unselected package libnet1:s390x. [2019-10-13T19:28:47.051Z] #17 42.00 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-13T19:28:47.051Z] #17 42.01 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-13T19:28:47.051Z] #17 42.09 Selecting previously unselected package libnfnetlink0:s390x. [2019-10-13T19:28:47.051Z] #17 42.09 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-10-13T19:28:47.051Z] #17 42.10 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-10-13T19:28:47.051Z] #17 42.17 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-10-13T19:28:47.051Z] #17 42.17 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-10-13T19:28:47.051Z] #17 42.17 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-13T19:28:47.051Z] #17 42.38 Selecting previously unselected package libudev-dev:s390x. [2019-10-13T19:28:47.051Z] #17 42.38 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-10-13T19:28:47.051Z] #17 42.40 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-10-13T19:28:47.051Z] #17 42.66 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-10-13T19:28:47.051Z] #17 42.66 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-13T19:28:47.051Z] #17 42.67 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-13T19:28:47.183Z] #16 36.72 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-13T19:28:47.443Z] #16 36.98 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 gcc-mingw-w64-base arm64 6.3.0-18+19.3+b2 [170 kB] [2019-10-13T19:28:47.443Z] #16 36.99 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 gcc-mingw-w64-x86-64 arm64 6.3.0-18+19.3+b2 [29.9 MB] [2019-10-13T19:28:47.523Z] #17 ... [2019-10-13T19:28:47.523Z] [2019-10-13T19:28:47.523Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:47.523Z] #62 34.69 CC images/binfmt-misc.o [2019-10-13T19:28:47.523Z] #62 34.92 CC images/time.o [2019-10-13T19:28:47.523Z] #62 35.11 CC images/sysctl.o [2019-10-13T19:28:47.907Z] #62 35.42 CC images/autofs.o [2019-10-13T19:28:48.337Z] #62 35.63 CC images/macvlan.o [2019-10-13T19:28:48.337Z] #62 35.84 CC images/sit.o [2019-10-13T19:28:48.726Z] #62 36.08 LINK images/built-in.o [2019-10-13T19:28:48.726Z] #62 36.25 GEN compel/include/asm [2019-10-13T19:28:48.726Z] #62 36.26 GEN compel/include/version.h [2019-10-13T19:28:48.726Z] #62 36.26 touch .config [2019-10-13T19:28:48.726Z] #62 36.27 GEN include/common/config.h [2019-10-13T19:28:48.726Z] #62 36.33 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-10-13T19:28:49.133Z] #62 36.51 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-13T19:28:49.133Z] #62 36.52 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-13T19:28:49.133Z] #62 36.53 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-10-13T19:28:49.133Z] #62 36.55 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-10-13T19:28:49.133Z] #62 36.57 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-10-13T19:28:49.133Z] #62 36.60 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-13T19:28:49.133Z] #62 36.60 DEP compel/plugins/std/infect.d [2019-10-13T19:28:49.133Z] #62 36.70 DEP compel/plugins/std/string.d [2019-10-13T19:28:49.133Z] #62 36.80 DEP compel/plugins/std/log.d [2019-10-13T19:28:49.353Z] #16 38.58 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 g++-mingw-w64-x86-64 arm64 6.3.0-18+19.3+b2 [21.0 MB] [2019-10-13T19:28:49.353Z] #16 ... [2019-10-13T19:28:49.353Z] [2019-10-13T19:28:49.353Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:28:49.353Z] #64 96.47 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-13T19:28:49.353Z] #64 96.47 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-13T19:28:49.540Z] #62 36.95 DEP compel/plugins/std/fds.d [2019-10-13T19:28:49.540Z] #62 37.09 DEP compel/plugins/std/std.d [2019-10-13T19:28:49.540Z] #62 37.24 DEP compel/plugins/shmem/shmem.d [2019-10-13T19:28:49.949Z] #62 37.34 DEP compel/plugins/fds/fds.d [2019-10-13T19:28:49.949Z] #62 37.45 CC compel/plugins/std/std.o [2019-10-13T19:28:50.361Z] #62 37.77 CC compel/plugins/std/fds.o [2019-10-13T19:28:50.735Z] #64 ... [2019-10-13T19:28:50.735Z] [2019-10-13T19:28:50.735Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:50.735Z] #61 32.98 CC images/fown.o [2019-10-13T19:28:50.735Z] #61 33.48 CC images/ns.o [2019-10-13T19:28:50.735Z] #61 33.67 CC images/regfile.o [2019-10-13T19:28:50.735Z] #61 33.89 CC images/ghost-file.o [2019-10-13T19:28:50.735Z] #61 34.43 CC images/fifo.o [2019-10-13T19:28:50.735Z] #61 34.80 CC images/remap-file-path.o [2019-10-13T19:28:50.735Z] #61 35.26 CC images/eventfd.o [2019-10-13T19:28:50.735Z] #61 35.73 CC images/eventpoll.o [2019-10-13T19:28:50.735Z] #61 35.94 CC images/fh.o [2019-10-13T19:28:50.735Z] #61 36.45 CC images/fsnotify.o [2019-10-13T19:28:50.735Z] #61 37.16 CC images/signalfd.o [2019-10-13T19:28:50.735Z] #61 37.42 CC images/fs.o [2019-10-13T19:28:50.735Z] #61 37.83 CC images/pstree.o [2019-10-13T19:28:50.735Z] #61 38.19 CC images/pipe.o [2019-10-13T19:28:50.735Z] #61 38.65 CC images/tcp-stream.o [2019-10-13T19:28:50.735Z] #61 39.04 CC images/sk-packet.o [2019-10-13T19:28:50.735Z] #61 39.55 CC images/mnt.o [2019-10-13T19:28:50.735Z] #61 40.04 CC images/pipe-data.o [2019-10-13T19:28:50.735Z] #61 40.42 CC images/sa.o [2019-10-13T19:28:50.735Z] #61 40.65 CC images/timer.o [2019-10-13T19:28:50.735Z] #61 41.13 CC images/timerfd.o [2019-10-13T19:28:50.735Z] #61 41.32 CC images/mm.o [2019-10-13T19:28:50.735Z] #61 41.77 CC images/sk-opts.o [2019-10-13T19:28:50.735Z] #61 41.97 CC images/sk-unix.o [2019-10-13T19:28:50.735Z] #61 42.33 CC images/sk-inet.o [2019-10-13T19:28:50.735Z] #61 42.92 CC images/tun.o [2019-10-13T19:28:50.735Z] #61 43.20 CC images/sk-netlink.o [2019-10-13T19:28:50.764Z] #62 38.13 CC compel/plugins/std/log.o [2019-10-13T19:28:50.996Z] #61 43.55 CC images/packet-sock.o [2019-10-13T19:28:50.996Z] #61 ... [2019-10-13T19:28:50.996Z] [2019-10-13T19:28:50.996Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:50.996Z] #16 40.53 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:28:50.996Z] #16 40.64 Fetched 84.4 MB in 6s (13.2 MB/s) [2019-10-13T19:28:51.164Z] #62 38.83 CC compel/plugins/std/string.o [2019-10-13T19:28:51.260Z] #16 40.74 Selecting previously unselected package bash-completion. [2019-10-13T19:28:51.260Z] #16 40.74 (Reading database ... (Reading database ... 5% [2019-10-13T19:28:51.260Z] #16 ... [2019-10-13T19:28:51.260Z] [2019-10-13T19:28:51.260Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:51.260Z] #36 88.45 math/big [2019-10-13T19:28:51.260Z] #36 89.77 compress/gzip [2019-10-13T19:28:51.260Z] #36 91.22 net [2019-10-13T19:28:51.260Z] #36 92.49 vendor/golang.org/x/text/unicode/bidi [2019-10-13T19:28:51.260Z] #36 93.33 go/doc [2019-10-13T19:28:51.260Z] #36 95.70 vendor/golang.org/x/text/unicode/norm [2019-10-13T19:28:51.260Z] #36 98.47 github.com/LK4D4/vndr/build [2019-10-13T19:28:51.523Z] #36 ... [2019-10-13T19:28:51.523Z] [2019-10-13T19:28:51.523Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:51.523Z] #16 40.74 (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 ... 15046 files and directories currently installed.) [2019-10-13T19:28:51.523Z] #16 40.87 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-13T19:28:51.635Z] #62 ... [2019-10-13T19:28:51.635Z] [2019-10-13T19:28:51.635Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:28:51.635Z] #34 68.36 flag [2019-10-13T19:28:51.635Z] #34 68.36 github.com/BurntSushi/toml [2019-10-13T19:28:51.635Z] #34 70.32 log [2019-10-13T19:28:51.635Z] #34 73.16 github.com/BurntSushi/toml/cmd/tomlv [2019-10-13T19:28:51.635Z] #34 DONE 77.8s [2019-10-13T19:28:52.099Z] [2019-10-13T19:28:52.099Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:52.099Z] #17 43.73 Selecting previously unselected package python3.5-minimal. [2019-10-13T19:28:52.099Z] #17 43.73 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-13T19:28:52.099Z] #17 43.75 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-13T19:28:52.099Z] #17 44.79 Selecting previously unselected package python3-minimal. [2019-10-13T19:28:52.099Z] #17 44.79 Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-10-13T19:28:52.099Z] #17 44.79 Unpacking python3-minimal (3.5.3-1) ... [2019-10-13T19:28:52.099Z] #17 44.88 Selecting previously unselected package libmpdec2:s390x. [2019-10-13T19:28:52.099Z] #17 44.88 Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-10-13T19:28:52.099Z] #17 44.89 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-10-13T19:28:52.099Z] #17 44.97 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-10-13T19:28:52.099Z] #17 44.98 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-10-13T19:28:52.099Z] #17 44.98 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-13T19:28:52.099Z] #17 46.63 Selecting previously unselected package python3.5. [2019-10-13T19:28:52.099Z] #17 46.63 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-10-13T19:28:52.099Z] #17 46.64 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-13T19:28:52.099Z] #17 46.79 Selecting previously unselected package libpython3-stdlib:s390x. [2019-10-13T19:28:52.099Z] #17 46.80 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-10-13T19:28:52.099Z] #17 46.80 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-13T19:28:52.099Z] #17 46.85 Selecting previously unselected package dh-python. [2019-10-13T19:28:52.099Z] #17 46.85 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-13T19:28:52.099Z] #17 46.85 Unpacking dh-python (2.20170125) ... [2019-10-13T19:28:52.099Z] #17 47.00 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-13T19:28:52.099Z] #17 47.08 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-13T19:28:52.938Z] #17 ... [2019-10-13T19:28:52.938Z] [2019-10-13T19:28:52.938Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:28:52.938Z] #37 68.91 regexp [2019-10-13T19:28:52.938Z] #37 70.69 go/token [2019-10-13T19:28:52.938Z] #37 71.79 go/scanner [2019-10-13T19:28:52.938Z] #37 73.67 internal/lazyregexp [2019-10-13T19:28:52.938Z] #37 73.93 go/ast [2019-10-13T19:28:52.938Z] #37 74.12 net/url [2019-10-13T19:28:52.938Z] #37 76.23 text/template/parse [2019-10-13T19:28:52.938Z] #37 ... [2019-10-13T19:28:52.938Z] [2019-10-13T19:28:52.938Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:52.938Z] #62 39.74 CC compel/plugins/std/infect.o [2019-10-13T19:28:52.938Z] #62 40.20 CC compel/arch/s390/plugins/std/parasite-head.o [2019-10-13T19:28:52.938Z] #62 40.24 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-10-13T19:28:52.938Z] #62 40.30 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-10-13T19:28:52.938Z] #62 40.42 AR compel/plugins/std.lib.a [2019-10-13T19:28:52.938Z] #62 40.45 CC compel/plugins/fds/fds.o [2019-10-13T19:28:53.342Z] #62 40.73 AR compel/plugins/fds.lib.a [2019-10-13T19:28:53.342Z] #62 40.74 HOSTDEP compel/src/lib/log-host.d [2019-10-13T19:28:53.342Z] #62 40.85 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-13T19:28:53.342Z] #62 40.98 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-10-13T19:28:53.755Z] #62 41.21 HOSTDEP compel/src/main-host.d [2019-10-13T19:28:53.755Z] #62 41.32 DEP compel/src/lib/ptrace.d [2019-10-13T19:28:54.155Z] #62 41.48 DEP compel/src/lib/infect.d [2019-10-13T19:28:54.155Z] #62 41.64 DEP compel/src/lib/infect-util.d [2019-10-13T19:28:54.155Z] #62 41.70 DEP compel/src/lib/infect-rpc.d [2019-10-13T19:28:54.155Z] #62 41.78 DEP compel/arch/s390/src/lib/infect.d [2019-10-13T19:28:54.549Z] #62 41.93 DEP compel/arch/s390/src/lib/cpu.d [2019-10-13T19:28:54.549Z] #62 42.01 DEP compel/src/lib/log.d [2019-10-13T19:28:54.549Z] #62 42.11 DEP compel/src/main.d [2019-10-13T19:28:54.549Z] #62 42.22 DEP compel/src/lib/handle-elf.d [2019-10-13T19:28:55.005Z] #62 42.49 DEP compel/arch/s390/src/lib/handle-elf.d [2019-10-13T19:28:55.467Z] #62 42.73 CC compel/src/lib/log.o [2019-10-13T19:28:55.726Z] #16 44.62 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-13T19:28:55.726Z] #16 ... [2019-10-13T19:28:55.726Z] [2019-10-13T19:28:55.726Z] #64 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:28:55.726Z] #64 DONE 102.9s [2019-10-13T19:28:55.726Z] [2019-10-13T19:28:55.726Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-13T19:28:55.726Z] #65 DONE 0.1s [2019-10-13T19:28:55.726Z] [2019-10-13T19:28:55.726Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:28:55.726Z] #61 43.89 CC images/ipc-var.o [2019-10-13T19:28:55.726Z] #61 44.18 CC images/ipc-desc.o [2019-10-13T19:28:55.726Z] #61 44.52 CC images/ipc-shm.o [2019-10-13T19:28:55.726Z] #61 44.84 CC images/ipc-msg.o [2019-10-13T19:28:55.726Z] #61 45.20 CC images/ipc-sem.o [2019-10-13T19:28:55.726Z] #61 45.45 CC images/utsns.o [2019-10-13T19:28:55.726Z] #61 45.86 CC images/creds.o [2019-10-13T19:28:55.726Z] #61 46.17 CC images/vma.o [2019-10-13T19:28:55.726Z] #61 46.51 CC images/netdev.o [2019-10-13T19:28:55.726Z] #61 47.04 CC images/tty.o [2019-10-13T19:28:55.726Z] #61 47.84 CC images/file-lock.o [2019-10-13T19:28:55.726Z] #61 48.05 CC images/rlimit.o [2019-10-13T19:28:55.951Z] #62 43.27 CC compel/arch/s390/src/lib/cpu.o [2019-10-13T19:28:55.986Z] #61 48.32 CC images/pagemap.o [2019-10-13T19:28:56.250Z] #61 48.65 CC images/siginfo.o [2019-10-13T19:28:56.435Z] #62 43.60 CC compel/arch/s390/src/lib/infect.o [2019-10-13T19:28:56.829Z] #61 49.12 CC images/rpc.o [2019-10-13T19:28:57.092Z] #61 ... [2019-10-13T19:28:57.092Z] [2019-10-13T19:28:57.092Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:57.092Z] #16 45.49 Selecting previously unselected package libnet1:arm64. [2019-10-13T19:28:57.092Z] #16 45.50 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_arm64.deb ... [2019-10-13T19:28:57.092Z] #16 45.51 Unpacking libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-13T19:28:57.092Z] #16 45.62 Selecting previously unselected package libnfnetlink0:arm64. [2019-10-13T19:28:57.092Z] #16 45.63 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_arm64.deb ... [2019-10-13T19:28:57.092Z] #16 45.67 Unpacking libnfnetlink0:arm64 (1.0.1-3) ... [2019-10-13T19:28:57.092Z] #16 45.77 Selecting previously unselected package libpcrecpp0v5:arm64. [2019-10-13T19:28:57.092Z] #16 45.77 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_arm64.deb ... [2019-10-13T19:28:57.092Z] #16 45.78 Unpacking libpcrecpp0v5:arm64 (2:8.39-3) ... [2019-10-13T19:28:57.092Z] #16 46.03 Selecting previously unselected package libudev-dev:arm64. [2019-10-13T19:28:57.092Z] #16 46.03 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_arm64.deb ... [2019-10-13T19:28:57.092Z] #16 46.06 Unpacking libudev-dev:arm64 (232-25+deb9u12) ... [2019-10-13T19:28:57.092Z] #16 46.31 Selecting previously unselected package libpython3.5-minimal:arm64. [2019-10-13T19:28:57.092Z] #16 46.31 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_arm64.deb ... [2019-10-13T19:28:57.092Z] #16 46.32 Unpacking libpython3.5-minimal:arm64 (3.5.3-1+deb9u1) ... [2019-10-13T19:28:57.304Z] #62 44.61 CC compel/src/lib/infect-rpc.o [2019-10-13T19:28:57.663Z] #16 47.11 Selecting previously unselected package python3.5-minimal. [2019-10-13T19:28:57.663Z] #16 47.11 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_arm64.deb ... [2019-10-13T19:28:57.663Z] #16 47.13 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-13T19:28:57.698Z] #62 45.06 CC compel/src/lib/infect-util.o [2019-10-13T19:28:57.698Z] #62 45.38 CC compel/src/lib/infect.o [2019-10-13T19:28:58.594Z] #62 ... [2019-10-13T19:28:58.594Z] [2019-10-13T19:28:58.594Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:28:58.594Z] #17 49.79 Setting up python3-minimal (3.5.3-1) ... [2019-10-13T19:28:58.594Z] #17 50.97 Selecting previously unselected package python3. [2019-10-13T19:28:58.594Z] #17 50.97 (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 ... 16484 files and directories currently installed.) [2019-10-13T19:28:58.594Z] #17 51.01 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 51.02 Unpacking python3 (3.5.3-1) ... [2019-10-13T19:28:58.594Z] #17 51.11 Selecting previously unselected package pigz. [2019-10-13T19:28:58.594Z] #17 51.11 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 51.11 Unpacking pigz (2.3.4-1) ... [2019-10-13T19:28:58.594Z] #17 51.27 Selecting previously unselected package libip4tc0:s390x. [2019-10-13T19:28:58.594Z] #17 51.27 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 51.27 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:28:58.594Z] #17 51.46 Selecting previously unselected package libip6tc0:s390x. [2019-10-13T19:28:58.594Z] #17 51.47 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 51.47 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:28:58.594Z] #17 51.62 Selecting previously unselected package libiptc0:s390x. [2019-10-13T19:28:58.594Z] #17 51.62 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 51.63 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:28:58.594Z] #17 51.73 Selecting previously unselected package libxtables12:s390x. [2019-10-13T19:28:58.594Z] #17 51.74 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 51.75 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:28:58.594Z] #17 51.85 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-10-13T19:28:58.594Z] #17 51.85 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 51.86 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-13T19:28:58.594Z] #17 51.99 Selecting previously unselected package iptables. [2019-10-13T19:28:58.594Z] #17 51.99 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 52.00 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-13T19:28:58.594Z] #17 52.49 Selecting previously unselected package xxd. [2019-10-13T19:28:58.594Z] #17 52.49 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 52.49 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:58.594Z] #17 52.64 Selecting previously unselected package vim-common. [2019-10-13T19:28:58.594Z] #17 52.65 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:28:58.594Z] #17 52.67 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:28:58.594Z] #17 52.98 Selecting previously unselected package bzip2. [2019-10-13T19:28:58.594Z] #17 52.98 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 52.98 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-13T19:28:58.594Z] #17 53.12 Selecting previously unselected package libgpm2:s390x. [2019-10-13T19:28:58.594Z] #17 53.12 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 53.13 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-13T19:28:58.594Z] #17 53.20 Selecting previously unselected package xz-utils. [2019-10-13T19:28:58.594Z] #17 53.20 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 53.21 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-13T19:28:58.594Z] #17 53.46 Selecting previously unselected package aufs-tools. [2019-10-13T19:28:58.594Z] #17 53.46 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 53.46 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-13T19:28:58.594Z] #17 53.58 Selecting previously unselected package liblzo2-2:s390x. [2019-10-13T19:28:58.594Z] #17 53.59 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-13T19:28:58.594Z] #17 53.59 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-13T19:28:58.595Z] #17 53.67 Selecting previously unselected package btrfs-progs. [2019-10-13T19:28:58.595Z] #17 53.68 Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 53.68 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-13T19:28:58.595Z] #17 54.15 Selecting previously unselected package btrfs-tools. [2019-10-13T19:28:58.595Z] #17 54.16 Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.16 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-13T19:28:58.595Z] #17 54.21 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-10-13T19:28:58.595Z] #17 54.21 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.22 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-13T19:28:58.595Z] #17 54.42 Selecting previously unselected package dmsetup. [2019-10-13T19:28:58.595Z] #17 54.44 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.44 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-13T19:28:58.595Z] #17 54.53 Selecting previously unselected package libonig4:s390x. [2019-10-13T19:28:58.595Z] #17 54.53 Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.54 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-13T19:28:58.595Z] #17 54.72 Selecting previously unselected package libjq1:s390x. [2019-10-13T19:28:58.595Z] #17 54.72 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.73 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-13T19:28:58.595Z] #17 54.84 Selecting previously unselected package jq. [2019-10-13T19:28:58.595Z] #17 54.84 Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.84 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-13T19:28:58.595Z] #17 54.92 Selecting previously unselected package libaio1:s390x. [2019-10-13T19:28:58.595Z] #17 54.92 Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.93 Unpacking libaio1:s390x (0.3.110-3) ... [2019-10-13T19:28:58.595Z] #17 54.99 Selecting previously unselected package libcap2-bin. [2019-10-13T19:28:58.595Z] #17 54.99 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 54.99 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-13T19:28:58.595Z] #17 55.06 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-10-13T19:28:58.595Z] #17 55.07 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-13T19:28:58.595Z] #17 55.07 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-13T19:28:58.604Z] #16 47.93 Selecting previously unselected package python3-minimal. [2019-10-13T19:28:58.604Z] #16 47.94 Preparing to unpack .../07-python3-minimal_3.5.3-1_arm64.deb ... [2019-10-13T19:28:58.604Z] #16 47.95 Unpacking python3-minimal (3.5.3-1) ... [2019-10-13T19:28:58.604Z] #16 48.12 Selecting previously unselected package libmpdec2:arm64. [2019-10-13T19:28:58.604Z] #16 48.13 Preparing to unpack .../08-libmpdec2_2.4.2-1_arm64.deb ... [2019-10-13T19:28:58.604Z] #16 48.13 Unpacking libmpdec2:arm64 (2.4.2-1) ... [2019-10-13T19:28:58.865Z] #16 48.29 Selecting previously unselected package libpython3.5-stdlib:arm64. [2019-10-13T19:28:58.865Z] #16 48.30 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_arm64.deb ... [2019-10-13T19:28:58.865Z] #16 48.32 Unpacking libpython3.5-stdlib:arm64 (3.5.3-1+deb9u1) ... [2019-10-13T19:28:59.014Z] #17 55.18 Selecting previously unselected package libsepol1-dev:s390x. [2019-10-13T19:28:59.014Z] #17 55.19 Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-10-13T19:28:59.014Z] #17 55.20 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-10-13T19:28:59.014Z] #17 55.51 Selecting previously unselected package libpcre16-3:s390x. [2019-10-13T19:28:59.014Z] #17 55.51 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-10-13T19:28:59.014Z] #17 55.51 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-10-13T19:28:59.415Z] #17 55.65 Selecting previously unselected package libpcre32-3:s390x. [2019-10-13T19:28:59.415Z] #17 55.65 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-10-13T19:28:59.415Z] #17 55.66 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-10-13T19:28:59.415Z] #17 55.82 Selecting previously unselected package libpcre3-dev:s390x. [2019-10-13T19:28:59.415Z] #17 55.82 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-10-13T19:28:59.415Z] #17 55.82 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-10-13T19:28:59.823Z] #17 56.22 Selecting previously unselected package libselinux1-dev:s390x. [2019-10-13T19:28:59.823Z] #17 56.22 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-10-13T19:28:59.823Z] #17 56.23 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-13T19:29:00.235Z] #17 56.53 Selecting previously unselected package libdevmapper-dev:s390x. [2019-10-13T19:29:00.235Z] #17 56.54 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-10-13T19:29:00.235Z] #17 56.54 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-13T19:29:00.235Z] #17 56.64 Selecting previously unselected package libnl-3-200:s390x. [2019-10-13T19:29:00.235Z] #17 56.64 Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-13T19:29:00.235Z] #17 56.64 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-13T19:29:00.235Z] #17 56.70 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-13T19:29:00.235Z] #17 56.70 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-13T19:29:00.235Z] #17 56.71 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-13T19:29:00.235Z] #17 56.76 Selecting previously unselected package libreadline5:s390x. [2019-10-13T19:29:00.235Z] #17 56.76 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-10-13T19:29:00.257Z] #16 49.62 Selecting previously unselected package python3.5. [2019-10-13T19:29:00.257Z] #16 49.62 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_arm64.deb ... [2019-10-13T19:29:00.257Z] #16 49.64 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-13T19:29:00.517Z] #16 49.82 Selecting previously unselected package libpython3-stdlib:arm64. [2019-10-13T19:29:00.517Z] #16 49.83 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_arm64.deb ... [2019-10-13T19:29:00.517Z] #16 49.84 Unpacking libpython3-stdlib:arm64 (3.5.3-1) ... [2019-10-13T19:29:00.517Z] #16 49.96 Selecting previously unselected package dh-python. [2019-10-13T19:29:00.517Z] #16 49.96 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-13T19:29:00.517Z] #16 49.99 Unpacking dh-python (2.20170125) ... [2019-10-13T19:29:00.644Z] #17 56.77 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-13T19:29:00.644Z] #17 56.93 Selecting previously unselected package libsystemd-dev:s390x. [2019-10-13T19:29:00.644Z] #17 56.93 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-10-13T19:29:00.644Z] #17 56.93 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-13T19:29:00.777Z] #16 50.30 Setting up libpython3.5-minimal:arm64 (3.5.3-1+deb9u1) ... [2019-10-13T19:29:00.777Z] #16 50.33 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-13T19:29:02.154Z] #17 58.54 Selecting previously unselected package net-tools. [2019-10-13T19:29:02.154Z] #17 58.54 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-10-13T19:29:02.154Z] #17 58.54 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-13T19:29:02.537Z] #17 58.84 Selecting previously unselected package python-pip-whl. [2019-10-13T19:29:02.537Z] #17 58.84 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-13T19:29:02.537Z] #17 58.84 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-13T19:29:02.929Z] #17 59.37 Selecting previously unselected package python3-pip. [2019-10-13T19:29:03.346Z] #17 59.37 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-13T19:29:03.346Z] #17 59.38 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-13T19:29:03.346Z] #17 59.55 Selecting previously unselected package python3-pkg-resources. [2019-10-13T19:29:03.346Z] #17 59.55 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-13T19:29:03.346Z] #17 59.56 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-13T19:29:03.346Z] #17 59.69 Selecting previously unselected package python3-setuptools. [2019-10-13T19:29:03.346Z] #17 59.69 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-13T19:29:03.346Z] #17 59.69 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-13T19:29:03.912Z] #17 59.87 Selecting previously unselected package python3-wheel. [2019-10-13T19:29:03.912Z] #17 59.87 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-13T19:29:03.912Z] #17 59.87 Unpacking python3-wheel (0.29.0-2) ... [2019-10-13T19:29:03.912Z] #17 59.97 Selecting previously unselected package thin-provisioning-tools. [2019-10-13T19:29:03.912Z] #17 59.98 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-10-13T19:29:03.912Z] #17 59.98 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-13T19:29:03.912Z] #17 ... [2019-10-13T19:29:03.912Z] [2019-10-13T19:29:03.912Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:03.912Z] #37 79.98 go/parser [2019-10-13T19:29:03.912Z] #37 81.25 text/template [2019-10-13T19:29:03.912Z] #37 83.97 encoding/xml [2019-10-13T19:29:03.912Z] #37 87.79 go/doc [2019-10-13T19:29:03.912Z] #37 ... [2019-10-13T19:29:03.912Z] [2019-10-13T19:29:03.912Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:03.912Z] #17 60.39 Selecting previously unselected package vim-runtime. [2019-10-13T19:29:03.913Z] #17 60.39 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:29:04.076Z] #16 53.40 Setting up python3-minimal (3.5.3-1) ... [2019-10-13T19:29:04.336Z] #16 ... [2019-10-13T19:29:04.336Z] [2019-10-13T19:29:04.336Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:29:04.645Z] #17 60.46 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-13T19:29:04.645Z] #17 60.48 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-13T19:29:04.645Z] #17 60.57 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:05.117Z] #56 111.6 Checking out files: 18% (1978/10640) Checking out files: 19% (2022/10640) Checking out files: 20% (2128/10640) Checking out files: 21% (2235/10640) Checking out files: 22% (2341/10640) Checking out files: 23% (2448/10640) Checking out files: 24% (2554/10640) Checking out files: 25% (2660/10640) Checking out files: 26% (2767/10640) Checking out files: 27% (2873/10640) Checking out files: 28% (2980/10640) Checking out files: 29% (3086/10640) Checking out files: 30% (3192/10640) Checking out files: 31% (3299/10640) Checking out files: 32% (3405/10640) Checking out files: 33% (3512/10640) [2019-10-13T19:29:05.117Z] #56 ... [2019-10-13T19:29:05.117Z] [2019-10-13T19:29:05.117Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:05.117Z] #36 102.2 vendor/golang.org/x/net/idna [2019-10-13T19:29:05.117Z] #36 102.5 crypto/x509/pkix [2019-10-13T19:29:05.117Z] #36 103.1 vendor/golang.org/x/crypto/cryptobyte [2019-10-13T19:29:05.117Z] #36 103.7 mime [2019-10-13T19:29:05.117Z] #36 111.9 vendor/golang.org/x/net/http/httpproxy [2019-10-13T19:29:05.117Z] #36 111.9 net/textproto [2019-10-13T19:29:05.117Z] #36 112.0 crypto/x509 [2019-10-13T19:29:05.117Z] #36 ... [2019-10-13T19:29:05.117Z] [2019-10-13T19:29:05.117Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:29:08.313Z] #56 111.6 Checking out files: 18% (1978/10640) Checking out files: 19% (2022/10640) Checking out files: 20% (2128/10640) Checking out files: 21% (2235/10640) Checking out files: 22% (2341/10640) Checking out files: 23% (2448/10640) Checking out files: 24% (2554/10640) Checking out files: 25% (2660/10640) Checking out files: 26% (2767/10640) Checking out files: 27% (2873/10640) Checking out files: 28% (2980/10640) Checking out files: 29% (3086/10640) Checking out files: 30% (3192/10640) Checking out files: 31% (3299/10640) Checking out files: 32% (3405/10640) Checking out files: 33% (3512/10640) Checking out files: 34% (3618/10640) Checking out files: 35% (3724/10640) Checking out files: 35% (3770/10640) Checking out files: 36% (3831/10640) Checking out files: 37% (3937/10640) Checking out files: 38% (4044/10640) Checking out files: 39% (4150/10640) Checking out files: 40% (4256/10640) Checking out files: 41% (4363/10640) Checking out files: 42% (4469/10640) Checking out files: 43% (4576/10640) Checking out files: 44% (4682/10640) Checking out files: 45% (4788/10640) Checking out files: 46% (4895/10640) Checking out files: 47% (5001/10640) Checking out files: 48% (5108/10640) Checking out files: 49% (5214/10640) Checking out files: 50% (5320/10640) Checking out files: 51% (5427/10640) Checking out files: 52% (5533/10640) Checking out files: 53% (5640/10640) Checking out files: 54% (5746/10640) Checking out files: 55% (5852/10640) Checking out files: 56% (5959/10640) Checking out files: 57% (6065/10640) Checking out files: 58% (6172/10640) Checking out files: 58% (6248/10640) Checking out files: 59% (6278/10640) Checking out files: 60% (6384/10640) Checking out files: 61% (6491/10640) Checking out files: 62% (6597/10640) Checking out files: 63% (6704/10640) Checking out files: 64% (6810/10640) Checking out files: 65% (6916/10640) Checking out files: 66% (7023/10640) Checking out files: 67% (7129/10640) Checking out files: 68% (7236/10640) Checking out files: 69% (7342/10640) Checking out files: 70% (7448/10640) Checking out files: 71% (7555/10640) Checking out files: 72% (7661/10640) Checking out files: 73% (7768/10640) Checking out files: 74% (7874/10640) Checking out files: 75% (7980/10640) Checking out files: 76% (8087/10640) Checking out files: 77% (8193/10640) Checking out files: 78% (8300/10640) Checking out files: 79% (8406/10640) Checking out files: 80% (8512/10640) Checking out files: 81% (8619/10640) Checking out files: 81% (8658/10640) Checking out files: 82% (8725/10640) Checking out files: 83% (8832/10640) Checking out files: 84% (8938/10640) Checking out files: 85% (9044/10640) Checking out files: 86% (9151/10640) Checking out files: 87% (9257/10640) Checking out files: 88% (9364/10640) Checking out files: 89% (9470/10640) Checking out files: 90% (9576/10640) [2019-10-13T19:29:08.313Z] #56 ... [2019-10-13T19:29:08.313Z] [2019-10-13T19:29:08.313Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:08.313Z] #61 50.64 CC images/ext-file.o [2019-10-13T19:29:08.313Z] #61 50.97 CC images/cgroup.o [2019-10-13T19:29:08.313Z] #61 51.70 CC images/userns.o [2019-10-13T19:29:08.313Z] #61 52.06 CC images/google/protobuf/descriptor.o [2019-10-13T19:29:08.313Z] #61 54.18 CC images/opts.o [2019-10-13T19:29:08.313Z] #61 54.40 CC images/seccomp.o [2019-10-13T19:29:08.313Z] #61 54.81 CC images/binfmt-misc.o [2019-10-13T19:29:08.313Z] #61 55.09 CC images/time.o [2019-10-13T19:29:08.313Z] #61 55.46 CC images/sysctl.o [2019-10-13T19:29:08.313Z] #61 55.80 CC images/autofs.o [2019-10-13T19:29:08.313Z] #61 56.16 CC images/macvlan.o [2019-10-13T19:29:08.313Z] #61 56.32 CC images/sit.o [2019-10-13T19:29:08.313Z] #61 56.60 LINK images/built-in.o [2019-10-13T19:29:08.313Z] #61 56.73 GEN compel/include/asm [2019-10-13T19:29:08.313Z] #61 56.76 GEN compel/include/version.h [2019-10-13T19:29:08.313Z] #61 56.82 touch .config [2019-10-13T19:29:08.313Z] #61 56.83 GEN include/common/config.h [2019-10-13T19:29:08.313Z] #61 56.94 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-13T19:29:08.313Z] #61 56.96 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2019-10-13T19:29:08.313Z] #61 57.05 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2019-10-13T19:29:08.313Z] #61 57.08 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2019-10-13T19:29:08.313Z] #61 57.12 DEP compel/plugins/std/infect.d [2019-10-13T19:29:08.313Z] #61 57.36 DEP compel/plugins/std/string.d [2019-10-13T19:29:08.313Z] #61 57.51 DEP compel/plugins/std/log.d [2019-10-13T19:29:08.313Z] #61 57.63 DEP compel/plugins/std/fds.d [2019-10-13T19:29:08.313Z] #61 57.78 DEP compel/plugins/std/std.d [2019-10-13T19:29:08.313Z] #61 57.94 DEP compel/plugins/shmem/shmem.d [2019-10-13T19:29:08.313Z] #61 58.10 DEP compel/plugins/fds/fds.d [2019-10-13T19:29:08.313Z] #61 58.31 CC compel/plugins/std/std.o [2019-10-13T19:29:08.313Z] #61 58.86 CC compel/plugins/std/fds.o [2019-10-13T19:29:08.313Z] #61 59.32 CC compel/plugins/std/log.o [2019-10-13T19:29:08.313Z] #61 60.10 CC compel/plugins/std/string.o [2019-10-13T19:29:08.313Z] #61 60.71 CC compel/plugins/std/infect.o [2019-10-13T19:29:08.313Z] #61 ... [2019-10-13T19:29:08.313Z] [2019-10-13T19:29:08.313Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:29:08.313Z] #56 111.6 Checking out files: 18% (1978/10640) Checking out files: 19% (2022/10640) Checking out files: 20% (2128/10640) Checking out files: 21% (2235/10640) Checking out files: 22% (2341/10640) Checking out files: 23% (2448/10640) Checking out files: 24% (2554/10640) Checking out files: 25% (2660/10640) Checking out files: 26% (2767/10640) Checking out files: 27% (2873/10640) Checking out files: 28% (2980/10640) Checking out files: 29% (3086/10640) Checking out files: 30% (3192/10640) Checking out files: 31% (3299/10640) Checking out files: 32% (3405/10640) Checking out files: 33% (3512/10640) Checking out files: 34% (3618/10640) Checking out files: 35% (3724/10640) Checking out files: 35% (3770/10640) Checking out files: 36% (3831/10640) Checking out files: 37% (3937/10640) Checking out files: 38% (4044/10640) Checking out files: 39% (4150/10640) Checking out files: 40% (4256/10640) Checking out files: 41% (4363/10640) Checking out files: 42% (4469/10640) Checking out files: 43% (4576/10640) Checking out files: 44% (4682/10640) Checking out files: 45% (4788/10640) Checking out files: 46% (4895/10640) Checking out files: 47% (5001/10640) Checking out files: 48% (5108/10640) Checking out files: 49% (5214/10640) Checking out files: 50% (5320/10640) Checking out files: 51% (5427/10640) Checking out files: 52% (5533/10640) Checking out files: 53% (5640/10640) Checking out files: 54% (5746/10640) Checking out files: 55% (5852/10640) Checking out files: 56% (5959/10640) Checking out files: 57% (6065/10640) Checking out files: 58% (6172/10640) Checking out files: 58% (6248/10640) Checking out files: 59% (6278/10640) Checking out files: 60% (6384/10640) Checking out files: 61% (6491/10640) Checking out files: 62% (6597/10640) Checking out files: 63% (6704/10640) Checking out files: 64% (6810/10640) Checking out files: 65% (6916/10640) Checking out files: 66% (7023/10640) Checking out files: 67% (7129/10640) Checking out files: 68% (7236/10640) Checking out files: 69% (7342/10640) Checking out files: 70% (7448/10640) Checking out files: 71% (7555/10640) Checking out files: 72% (7661/10640) Checking out files: 73% (7768/10640) Checking out files: 74% (7874/10640) Checking out files: 75% (7980/10640) Checking out files: 76% (8087/10640) Checking out files: 77% (8193/10640) Checking out files: 78% (8300/10640) Checking out files: 79% (8406/10640) Checking out files: 80% (8512/10640) Checking out files: 81% (8619/10640) Checking out files: 81% (8658/10640) Checking out files: 82% (8725/10640) Checking out files: 83% (8832/10640) Checking out files: 84% (8938/10640) Checking out files: 85% (9044/10640) Checking out files: 86% (9151/10640) Checking out files: 87% (9257/10640) Checking out files: 88% (9364/10640) Checking out files: 89% (9470/10640) Checking out files: 90% (9576/10640) Checking out files: 90% (9606/10640) Checking out files: 91% (9683/10640) Checking out files: 92% (9789/10640) [2019-10-13T19:29:08.313Z] #56 ... [2019-10-13T19:29:08.313Z] [2019-10-13T19:29:08.313Z] #30 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:29:08.313Z] #30 DONE 115.7s [2019-10-13T19:29:08.574Z] [2019-10-13T19:29:08.574Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:29:08.977Z] #17 65.21 Selecting previously unselected package vim. [2019-10-13T19:29:08.977Z] #17 65.21 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-13T19:29:08.977Z] #17 65.22 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:09.096Z] #56 111.6 Checking out files: 18% (1978/10640) Checking out files: 19% (2022/10640) Checking out files: 20% (2128/10640) Checking out files: 21% (2235/10640) Checking out files: 22% (2341/10640) Checking out files: 23% (2448/10640) Checking out files: 24% (2554/10640) Checking out files: 25% (2660/10640) Checking out files: 26% (2767/10640) Checking out files: 27% (2873/10640) Checking out files: 28% (2980/10640) Checking out files: 29% (3086/10640) Checking out files: 30% (3192/10640) Checking out files: 31% (3299/10640) Checking out files: 32% (3405/10640) Checking out files: 33% (3512/10640) Checking out files: 34% (3618/10640) Checking out files: 35% (3724/10640) Checking out files: 35% (3770/10640) Checking out files: 36% (3831/10640) Checking out files: 37% (3937/10640) Checking out files: 38% (4044/10640) Checking out files: 39% (4150/10640) Checking out files: 40% (4256/10640) Checking out files: 41% (4363/10640) Checking out files: 42% (4469/10640) Checking out files: 43% (4576/10640) Checking out files: 44% (4682/10640) Checking out files: 45% (4788/10640) Checking out files: 46% (4895/10640) Checking out files: 47% (5001/10640) Checking out files: 48% (5108/10640) Checking out files: 49% (5214/10640) Checking out files: 50% (5320/10640) Checking out files: 51% (5427/10640) Checking out files: 52% (5533/10640) Checking out files: 53% (5640/10640) Checking out files: 54% (5746/10640) Checking out files: 55% (5852/10640) Checking out files: 56% (5959/10640) Checking out files: 57% (6065/10640) Checking out files: 58% (6172/10640) Checking out files: 58% (6248/10640) Checking out files: 59% (6278/10640) Checking out files: 60% (6384/10640) Checking out files: 61% (6491/10640) Checking out files: 62% (6597/10640) Checking out files: 63% (6704/10640) Checking out files: 64% (6810/10640) Checking out files: 65% (6916/10640) Checking out files: 66% (7023/10640) Checking out files: 67% (7129/10640) Checking out files: 68% (7236/10640) Checking out files: 69% (7342/10640) Checking out files: 70% (7448/10640) Checking out files: 71% (7555/10640) Checking out files: 72% (7661/10640) Checking out files: 73% (7768/10640) Checking out files: 74% (7874/10640) Checking out files: 75% (7980/10640) Checking out files: 76% (8087/10640) Checking out files: 77% (8193/10640) Checking out files: 78% (8300/10640) Checking out files: 79% (8406/10640) Checking out files: 80% (8512/10640) Checking out files: 81% (8619/10640) Checking out files: 81% (8658/10640) Checking out files: 82% (8725/10640) Checking out files: 83% (8832/10640) Checking out files: 84% (8938/10640) Checking out files: 85% (9044/10640) Checking out files: 86% (9151/10640) Checking out files: 87% (9257/10640) Checking out files: 88% (9364/10640) Checking out files: 89% (9470/10640) Checking out files: 90% (9576/10640) Checking out files: 90% (9606/10640) Checking out files: 91% (9683/10640) Checking out files: 92% (9789/10640) Checking out files: 93% (9896/10640) Checking out files: 94% (10002/10640) Checking out files: 95% (10108/10640) Checking out files: 96% (10215/10640) Checking out files: 97% (10321/10640) Checking out files: 98% (10428/10640) Checking out files: 99% (10534/10640) Checking out files: 100% (10640/10640) Checking out files: 100% (10640/10640), done. [2019-10-13T19:29:09.096Z] #56 116.5 + cd /tmp/tmp.n7NHLS0oxX/tmp/docker-ce [2019-10-13T19:29:09.356Z] #56 116.5 + git checkout -q v17.06.2-ce [2019-10-13T19:29:09.382Z] #17 65.70 Selecting previously unselected package xfsprogs. [2019-10-13T19:29:09.383Z] #17 65.70 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-10-13T19:29:09.383Z] #17 65.70 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-13T19:29:09.803Z] #17 66.18 Selecting previously unselected package zip. [2019-10-13T19:29:09.803Z] #17 66.18 Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-10-13T19:29:09.803Z] #17 66.18 Unpacking zip (3.0-11+b1) ... [2019-10-13T19:29:09.803Z] #17 66.37 Selecting previously unselected package libapparmor-perl. [2019-10-13T19:29:10.250Z] #17 66.38 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-10-13T19:29:10.250Z] #17 66.39 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-13T19:29:10.250Z] #17 66.50 Selecting previously unselected package apparmor. [2019-10-13T19:29:10.250Z] #17 66.50 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-10-13T19:29:10.250Z] #17 66.55 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-13T19:29:10.250Z] #17 ... [2019-10-13T19:29:10.250Z] [2019-10-13T19:29:10.250Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:10.250Z] #62 47.65 CC compel/src/lib/ptrace.o [2019-10-13T19:29:10.250Z] #62 48.03 AR compel/libcompel.a [2019-10-13T19:29:10.250Z] #62 48.07 HOSTCC compel/src/main-host.o [2019-10-13T19:29:10.250Z] #62 48.37 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-10-13T19:29:10.250Z] #62 48.68 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-13T19:29:10.250Z] #62 49.04 HOSTCC compel/src/lib/log-host.o [2019-10-13T19:29:10.250Z] #62 49.25 HOSTLINK compel/compel-host-bin [2019-10-13T19:29:10.250Z] #62 49.38 DEP soccr/soccr.d [2019-10-13T19:29:10.250Z] #62 49.61 CC soccr/soccr.o [2019-10-13T19:29:10.250Z] #62 50.84 AR soccr/libsoccr.a [2019-10-13T19:29:10.250Z] #62 50.87 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-13T19:29:10.250Z] #62 51.16 DEP criu/arch/s390/sigframe.d [2019-10-13T19:29:10.250Z] #62 51.26 DEP criu/arch/s390/crtools.d [2019-10-13T19:29:10.250Z] #62 51.52 DEP criu/arch/s390/cpu.d [2019-10-13T19:29:10.250Z] #62 51.79 CC criu/arch/s390/cpu.o [2019-10-13T19:29:10.250Z] #62 52.68 CC criu/arch/s390/crtools.o [2019-10-13T19:29:10.250Z] #62 53.80 CC criu/arch/s390/sigframe.o [2019-10-13T19:29:10.250Z] #62 54.11 LINK criu/arch/s390/crtools.built-in.o [2019-10-13T19:29:10.250Z] #62 54.14 DEP criu/arch/s390/vdso-pie.d [2019-10-13T19:29:10.250Z] #62 54.35 DEP criu/pie/parasite-vdso.d [2019-10-13T19:29:10.250Z] #62 54.45 DEP criu/pie/util-vdso.d [2019-10-13T19:29:10.250Z] #62 54.51 DEP criu/pie/util.d [2019-10-13T19:29:10.250Z] #62 54.59 CC criu/pie/util.o [2019-10-13T19:29:10.250Z] #62 54.80 CC criu/pie/util-vdso.o [2019-10-13T19:29:10.250Z] #62 55.38 CC criu/pie/parasite-vdso.o [2019-10-13T19:29:10.250Z] #62 55.97 CC criu/arch/s390/vdso-pie.o [2019-10-13T19:29:10.250Z] #62 56.16 AR criu/pie/pie.lib.a [2019-10-13T19:29:10.250Z] #62 56.20 DEP criu/pie/restorer.d [2019-10-13T19:29:10.250Z] #62 56.43 DEP criu/arch/s390/restorer.d [2019-10-13T19:29:10.250Z] #62 56.60 DEP criu/pie/parasite.d [2019-10-13T19:29:10.250Z] #62 56.94 CC criu/pie/parasite.o [2019-10-13T19:29:10.724Z] #62 ... [2019-10-13T19:29:10.724Z] [2019-10-13T19:29:10.724Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:10.724Z] #17 67.02 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-13T19:29:10.724Z] #17 67.05 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-10-13T19:29:10.724Z] #17 67.06 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-13T19:29:13.314Z] #17 69.16 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-13T19:29:13.314Z] #17 69.19 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-10-13T19:29:13.314Z] #17 69.19 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-13T19:29:13.563Z] #56 120.7 + mkdir -p /tmp/tmp.n7NHLS0oxX/src/github.com/docker [2019-10-13T19:29:13.563Z] #56 120.7 + mv components/cli /tmp/tmp.n7NHLS0oxX/src/github.com/docker/cli [2019-10-13T19:29:13.563Z] #56 120.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-13T19:29:14.135Z] #56 ... [2019-10-13T19:29:14.135Z] [2019-10-13T19:29:14.135Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:14.135Z] #16 54.86 Selecting previously unselected package python3. [2019-10-13T19:29:14.135Z] #16 54.86 (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 ... 16632 files and directories currently installed.) [2019-10-13T19:29:14.135Z] #16 54.92 Preparing to unpack .../00-python3_3.5.3-1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 54.94 Unpacking python3 (3.5.3-1) ... [2019-10-13T19:29:14.135Z] #16 55.06 Selecting previously unselected package pigz. [2019-10-13T19:29:14.135Z] #16 55.06 Preparing to unpack .../01-pigz_2.3.4-1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 55.07 Unpacking pigz (2.3.4-1) ... [2019-10-13T19:29:14.135Z] #16 55.23 Selecting previously unselected package libip4tc0:arm64. [2019-10-13T19:29:14.135Z] #16 55.24 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 55.25 Unpacking libip4tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:14.135Z] #16 55.54 Selecting previously unselected package libip6tc0:arm64. [2019-10-13T19:29:14.135Z] #16 55.54 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 55.55 Unpacking libip6tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:14.135Z] #16 55.78 Selecting previously unselected package libiptc0:arm64. [2019-10-13T19:29:14.135Z] #16 55.78 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 55.80 Unpacking libiptc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:14.135Z] #16 55.95 Selecting previously unselected package libxtables12:arm64. [2019-10-13T19:29:14.135Z] #16 55.96 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 55.97 Unpacking libxtables12:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:14.135Z] #16 56.14 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2019-10-13T19:29:14.135Z] #16 56.15 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 56.17 Unpacking libnetfilter-conntrack3:arm64 (1.0.6-2) ... [2019-10-13T19:29:14.135Z] #16 56.31 Selecting previously unselected package iptables. [2019-10-13T19:29:14.135Z] #16 56.32 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 56.37 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:14.135Z] #16 56.74 Selecting previously unselected package xxd. [2019-10-13T19:29:14.135Z] #16 56.74 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 56.75 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:14.135Z] #16 56.98 Selecting previously unselected package vim-common. [2019-10-13T19:29:14.135Z] #16 56.99 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:29:14.135Z] #16 57.01 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:14.135Z] #16 57.26 Selecting previously unselected package bzip2. [2019-10-13T19:29:14.135Z] #16 57.26 Preparing to unpack .../10-bzip2_1.0.6-8.1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 57.29 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-13T19:29:14.135Z] #16 57.98 Selecting previously unselected package libgpm2:arm64. [2019-10-13T19:29:14.135Z] #16 57.98 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 58.01 Unpacking libgpm2:arm64 (1.20.4-6.2+b1) ... [2019-10-13T19:29:14.135Z] #16 58.17 Selecting previously unselected package xz-utils. [2019-10-13T19:29:14.135Z] #16 58.19 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 58.22 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-13T19:29:14.135Z] #16 58.52 Selecting previously unselected package aufs-tools. [2019-10-13T19:29:14.135Z] #16 58.53 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 58.53 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-13T19:29:14.135Z] #16 58.81 Selecting previously unselected package liblzo2-2:arm64. [2019-10-13T19:29:14.135Z] #16 58.82 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 58.83 Unpacking liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-13T19:29:14.135Z] #16 58.95 Selecting previously unselected package btrfs-progs. [2019-10-13T19:29:14.135Z] #16 58.95 Preparing to unpack .../15-btrfs-progs_4.7.3-1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 58.96 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-13T19:29:14.135Z] #16 59.74 Selecting previously unselected package btrfs-tools. [2019-10-13T19:29:14.135Z] #16 59.74 Preparing to unpack .../16-btrfs-tools_4.7.3-1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 59.75 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-13T19:29:14.135Z] #16 59.88 Selecting previously unselected package libdevmapper1.02.1:arm64. [2019-10-13T19:29:14.135Z] #16 59.89 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 59.90 Unpacking libdevmapper1.02.1:arm64 (2:1.02.137-2) ... [2019-10-13T19:29:14.135Z] #16 60.08 Selecting previously unselected package dmsetup. [2019-10-13T19:29:14.135Z] #16 60.09 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 60.09 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-13T19:29:14.135Z] #16 60.26 Selecting previously unselected package libonig4:arm64. [2019-10-13T19:29:14.135Z] #16 60.27 Preparing to unpack .../19-libonig4_6.1.3-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 60.30 Unpacking libonig4:arm64 (6.1.3-2) ... [2019-10-13T19:29:14.135Z] #16 60.53 Selecting previously unselected package libjq1:arm64. [2019-10-13T19:29:14.135Z] #16 60.54 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 60.55 Unpacking libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-13T19:29:14.135Z] #16 60.74 Selecting previously unselected package jq. [2019-10-13T19:29:14.135Z] #16 60.75 Preparing to unpack .../21-jq_1.5+dfsg-1.3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 60.76 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-13T19:29:14.135Z] #16 60.91 Selecting previously unselected package libaio1:arm64. [2019-10-13T19:29:14.135Z] #16 60.93 Preparing to unpack .../22-libaio1_0.3.110-3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 60.94 Unpacking libaio1:arm64 (0.3.110-3) ... [2019-10-13T19:29:14.135Z] #16 61.08 Selecting previously unselected package libcap2-bin. [2019-10-13T19:29:14.135Z] #16 61.09 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 61.10 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-13T19:29:14.135Z] #16 61.26 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2019-10-13T19:29:14.135Z] #16 61.29 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 61.30 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.137-2) ... [2019-10-13T19:29:14.135Z] #16 61.42 Selecting previously unselected package libsepol1-dev:arm64. [2019-10-13T19:29:14.135Z] #16 61.45 Preparing to unpack .../25-libsepol1-dev_2.6-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 61.45 Unpacking libsepol1-dev:arm64 (2.6-2) ... [2019-10-13T19:29:14.135Z] #16 61.82 Selecting previously unselected package libpcre16-3:arm64. [2019-10-13T19:29:14.135Z] #16 61.84 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 61.85 Unpacking libpcre16-3:arm64 (2:8.39-3) ... [2019-10-13T19:29:14.135Z] #16 62.04 Selecting previously unselected package libpcre32-3:arm64. [2019-10-13T19:29:14.135Z] #16 62.05 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 62.07 Unpacking libpcre32-3:arm64 (2:8.39-3) ... [2019-10-13T19:29:14.135Z] #16 62.26 Selecting previously unselected package libpcre3-dev:arm64. [2019-10-13T19:29:14.135Z] #16 62.27 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 62.28 Unpacking libpcre3-dev:arm64 (2:8.39-3) ... [2019-10-13T19:29:14.135Z] #16 62.70 Selecting previously unselected package libselinux1-dev:arm64. [2019-10-13T19:29:14.135Z] #16 62.70 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 62.72 Unpacking libselinux1-dev:arm64 (2.6-3+b3) ... [2019-10-13T19:29:14.135Z] #16 63.09 Selecting previously unselected package libdevmapper-dev:arm64. [2019-10-13T19:29:14.135Z] #16 63.09 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 63.09 Unpacking libdevmapper-dev:arm64 (2:1.02.137-2) ... [2019-10-13T19:29:14.135Z] #16 63.21 Selecting previously unselected package libnl-3-200:arm64. [2019-10-13T19:29:14.135Z] #16 63.21 Preparing to unpack .../31-libnl-3-200_3.2.27-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 63.24 Unpacking libnl-3-200:arm64 (3.2.27-2) ... [2019-10-13T19:29:14.135Z] #16 63.37 Selecting previously unselected package libprotobuf-c1:arm64. [2019-10-13T19:29:14.135Z] #16 63.38 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 63.40 Unpacking libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-13T19:29:14.135Z] #16 63.51 Selecting previously unselected package libreadline5:arm64. [2019-10-13T19:29:14.135Z] #16 63.52 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_arm64.deb ... [2019-10-13T19:29:14.135Z] #16 63.52 Unpacking libreadline5:arm64 (5.2+dfsg-3+b1) ... [2019-10-13T19:29:14.395Z] #16 63.67 Selecting previously unselected package libsystemd-dev:arm64. [2019-10-13T19:29:14.395Z] #16 63.68 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_arm64.deb ... [2019-10-13T19:29:14.395Z] #16 63.70 Unpacking libsystemd-dev:arm64 (232-25+deb9u12) ... [2019-10-13T19:29:14.406Z] #7 completed: 2019-10-13 19:29:08.101145471 +0000 UTC [2019-10-13T19:29:14.406Z] #7 duration: 1m3.707277858s [2019-10-13T19:29:14.406Z] [2019-10-13T19:29:14.406Z] [2019-10-13T19:29:14.406Z] #8 exporting to image [2019-10-13T19:29:14.406Z] #8 digest: sha256:363787c6d6b09872b84598b6186b300e40be65b36ec5be88dd6ea336b7d6bb9e [2019-10-13T19:29:14.406Z] #8 name: "exporting to image" [2019-10-13T19:29:14.406Z] #8 started: 2019-10-13 19:29:08.103868869 +0000 UTC [2019-10-13T19:29:14.406Z] #8 exporting layers [2019-10-13T19:29:14.677Z] #17 ... [2019-10-13T19:29:14.677Z] [2019-10-13T19:29:14.677Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:14.677Z] #37 90.95 compress/flate [2019-10-13T19:29:14.677Z] #37 92.01 github.com/LK4D4/vndr/build [2019-10-13T19:29:14.677Z] #37 94.19 vendor/golang.org/x/crypto/cryptobyte [2019-10-13T19:29:14.677Z] #37 96.07 net [2019-10-13T19:29:14.677Z] #37 96.10 vendor/golang.org/x/crypto/poly1305 [2019-10-13T19:29:14.677Z] #37 96.86 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-13T19:29:14.677Z] #37 97.38 vendor/golang.org/x/crypto/curve25519 [2019-10-13T19:29:14.677Z] #37 97.66 vendor/golang.org/x/crypto/hkdf [2019-10-13T19:29:14.677Z] #37 97.79 vendor/golang.org/x/text/transform [2019-10-13T19:29:14.677Z] #37 98.48 vendor/golang.org/x/text/unicode/bidi [2019-10-13T19:29:14.677Z] #37 99.98 vendor/golang.org/x/text/secure/bidirule [2019-10-13T19:29:14.677Z] #37 100.2 vendor/golang.org/x/text/unicode/norm [2019-10-13T19:29:15.301Z] #37 ... [2019-10-13T19:29:15.301Z] [2019-10-13T19:29:15.301Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:15.301Z] #62 58.20 LINK criu/pie/parasite.built-in.o [2019-10-13T19:29:15.301Z] #62 58.20 GEN criu/pie/parasite-blob.h [2019-10-13T19:29:15.301Z] #62 58.21 CC criu/arch/s390/restorer.o [2019-10-13T19:29:15.301Z] #62 58.64 CC criu/pie/restorer.o [2019-10-13T19:29:15.301Z] #62 61.58 LINK criu/pie/restorer.built-in.o [2019-10-13T19:29:15.301Z] #62 61.59 GEN criu/pie/restorer-blob.h [2019-10-13T19:29:15.301Z] #62 61.66 DEP criu/vdso.d [2019-10-13T19:29:15.301Z] #62 61.87 DEP criu/uts_ns.d [2019-10-13T19:29:15.301Z] #62 61.99 DEP criu/util.d [2019-10-13T19:29:15.301Z] #62 62.16 DEP criu/uffd.d [2019-10-13T19:29:15.301Z] #62 62.32 DEP criu/tun.d [2019-10-13T19:29:15.301Z] #62 62.55 DEP criu/tty.d [2019-10-13T19:29:15.301Z] #62 62.68 DEP criu/timerfd.d [2019-10-13T19:29:15.786Z] #16 65.13 Selecting previously unselected package net-tools. [2019-10-13T19:29:15.786Z] #16 65.13 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_arm64.deb ... [2019-10-13T19:29:15.786Z] #16 65.14 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-13T19:29:15.786Z] #16 65.38 Selecting previously unselected package python-pip-whl. [2019-10-13T19:29:15.786Z] #16 65.38 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-13T19:29:15.786Z] #16 65.39 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-13T19:29:15.786Z] #16 ... [2019-10-13T19:29:15.786Z] [2019-10-13T19:29:15.786Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:15.786Z] #36 113.1 vendor/golang.org/x/net/http/httpguts [2019-10-13T19:29:15.786Z] #36 113.1 mime/multipart [2019-10-13T19:29:15.786Z] #36 115.9 crypto/tls [2019-10-13T19:29:15.786Z] #36 120.6 net/http/httptrace [2019-10-13T19:29:15.786Z] #36 120.9 net/http [2019-10-13T19:29:16.003Z] #62 62.85 DEP criu/sysfs_parse.d [2019-10-13T19:29:16.003Z] #62 63.08 DEP criu/sysctl.d [2019-10-13T19:29:16.003Z] #62 63.34 DEP criu/string.d [2019-10-13T19:29:16.003Z] #62 63.45 DEP criu/stats.d [2019-10-13T19:29:16.046Z] #36 ... [2019-10-13T19:29:16.046Z] [2019-10-13T19:29:16.046Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:16.046Z] #61 61.23 CC compel/arch/aarch64/plugins/std/parasite-head.o [2019-10-13T19:29:16.046Z] #61 61.26 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2019-10-13T19:29:16.046Z] #61 61.36 AR compel/plugins/std.lib.a [2019-10-13T19:29:16.046Z] #61 61.42 CC compel/plugins/fds/fds.o [2019-10-13T19:29:16.046Z] #61 61.80 AR compel/plugins/fds.lib.a [2019-10-13T19:29:16.046Z] #61 61.85 HOSTDEP compel/src/lib/log-host.d [2019-10-13T19:29:16.046Z] #61 61.99 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-13T19:29:16.046Z] #61 62.16 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2019-10-13T19:29:16.046Z] #61 62.31 HOSTDEP compel/src/main-host.d [2019-10-13T19:29:16.046Z] #61 62.52 DEP compel/src/lib/ptrace.d [2019-10-13T19:29:16.046Z] #61 62.62 DEP compel/src/lib/infect.d [2019-10-13T19:29:16.046Z] #61 62.78 DEP compel/src/lib/infect-util.d [2019-10-13T19:29:16.046Z] #61 62.98 DEP compel/src/lib/infect-rpc.d [2019-10-13T19:29:16.046Z] #61 63.15 DEP compel/arch/aarch64/src/lib/infect.d [2019-10-13T19:29:16.046Z] #61 63.32 DEP compel/arch/aarch64/src/lib/cpu.d [2019-10-13T19:29:16.046Z] #61 63.50 DEP compel/src/lib/log.d [2019-10-13T19:29:16.046Z] #61 63.67 DEP compel/src/main.d [2019-10-13T19:29:16.046Z] #61 63.91 DEP compel/src/lib/handle-elf.d [2019-10-13T19:29:16.046Z] #61 64.14 DEP compel/arch/aarch64/src/lib/handle-elf.d [2019-10-13T19:29:16.046Z] #61 64.28 CC compel/src/lib/log.o [2019-10-13T19:29:16.046Z] #61 64.55 CC compel/arch/aarch64/src/lib/cpu.o [2019-10-13T19:29:16.046Z] #61 64.83 CC compel/arch/aarch64/src/lib/infect.o [2019-10-13T19:29:16.046Z] #61 65.32 CC compel/src/lib/infect-rpc.o [2019-10-13T19:29:16.046Z] #61 65.71 CC compel/src/lib/infect-util.o [2019-10-13T19:29:16.046Z] #61 65.93 CC compel/src/lib/infect.o [2019-10-13T19:29:16.046Z] #61 68.09 CC compel/src/lib/ptrace.o [2019-10-13T19:29:16.046Z] #61 68.54 AR compel/libcompel.a [2019-10-13T19:29:16.046Z] #61 68.61 HOSTCC compel/src/main-host.o [2019-10-13T19:29:16.306Z] #61 ... [2019-10-13T19:29:16.306Z] [2019-10-13T19:29:16.306Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:16.306Z] #16 65.85 Selecting previously unselected package python3-pip. [2019-10-13T19:29:16.306Z] #16 65.86 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-13T19:29:16.306Z] #16 65.88 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-13T19:29:16.460Z] #62 63.74 DEP criu/sockets.d [2019-10-13T19:29:16.460Z] #62 63.98 DEP criu/sk-unix.d [2019-10-13T19:29:16.845Z] #62 64.40 DEP criu/sk-tcp.d [2019-10-13T19:29:16.877Z] #16 66.09 Selecting previously unselected package python3-pkg-resources. [2019-10-13T19:29:16.877Z] #16 66.10 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-13T19:29:16.877Z] #16 66.11 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-13T19:29:16.877Z] #16 66.27 Selecting previously unselected package python3-setuptools. [2019-10-13T19:29:16.877Z] #16 66.28 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-13T19:29:16.877Z] #16 66.29 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-13T19:29:17.138Z] #16 66.50 Selecting previously unselected package python3-wheel. [2019-10-13T19:29:17.138Z] #16 66.52 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-13T19:29:17.138Z] #16 66.53 Unpacking python3-wheel (0.29.0-2) ... [2019-10-13T19:29:17.237Z] #62 64.71 DEP criu/sk-queue.d [2019-10-13T19:29:17.237Z] #62 64.80 DEP criu/sk-packet.d [2019-10-13T19:29:17.237Z] #62 ... [2019-10-13T19:29:17.237Z] [2019-10-13T19:29:17.237Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:29:17.237Z] #65 103.5 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-13T19:29:17.399Z] #16 66.68 Selecting previously unselected package thin-provisioning-tools. [2019-10-13T19:29:17.399Z] #16 66.69 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_arm64.deb ... [2019-10-13T19:29:17.399Z] #16 66.70 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-13T19:29:17.399Z] #16 66.95 Selecting previously unselected package vim-runtime. [2019-10-13T19:29:17.399Z] #16 66.96 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:29:17.399Z] #16 67.01 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-13T19:29:17.399Z] #16 67.04 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-13T19:29:17.636Z] #65 103.5 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-13T19:29:17.659Z] #16 67.06 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:20.957Z] #16 70.26 Selecting previously unselected package vim. [2019-10-13T19:29:20.957Z] #16 70.28 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_arm64.deb ... [2019-10-13T19:29:20.957Z] #16 70.28 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:21.218Z] #16 70.76 Selecting previously unselected package xfsprogs. [2019-10-13T19:29:21.218Z] #16 70.77 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_arm64.deb ... [2019-10-13T19:29:21.478Z] #16 70.82 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-13T19:29:21.999Z] #16 71.38 Selecting previously unselected package zip. [2019-10-13T19:29:21.999Z] #16 71.39 Preparing to unpack .../45-zip_3.0-11+b1_arm64.deb ... [2019-10-13T19:29:21.999Z] #16 71.41 Unpacking zip (3.0-11+b1) ... [2019-10-13T19:29:22.259Z] #16 71.59 Selecting previously unselected package libapparmor-perl. [2019-10-13T19:29:22.259Z] #16 71.61 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_arm64.deb ... [2019-10-13T19:29:22.259Z] #16 71.61 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-13T19:29:22.259Z] #16 71.75 Selecting previously unselected package apparmor. [2019-10-13T19:29:22.259Z] #16 71.76 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_arm64.deb ... [2019-10-13T19:29:22.520Z] #16 71.83 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-13T19:29:22.780Z] #16 72.26 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-13T19:29:22.780Z] #16 72.27 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_arm64.deb ... [2019-10-13T19:29:22.780Z] #16 72.27 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-13T19:29:23.148Z] #65 ... [2019-10-13T19:29:23.148Z] [2019-10-13T19:29:23.148Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:23.148Z] #62 65.05 DEP criu/sk-netlink.d [2019-10-13T19:29:23.148Z] #62 65.26 DEP criu/sk-inet.d [2019-10-13T19:29:23.148Z] #62 65.49 DEP criu/signalfd.d [2019-10-13T19:29:23.148Z] #62 65.62 DEP criu/sigframe.d [2019-10-13T19:29:23.148Z] #62 65.81 DEP criu/shmem.d [2019-10-13T19:29:23.148Z] #62 65.91 DEP criu/servicefd.d [2019-10-13T19:29:23.148Z] #62 66.03 DEP criu/seize.d [2019-10-13T19:29:23.148Z] #62 66.22 DEP criu/seccomp.d [2019-10-13T19:29:23.148Z] #62 66.46 DEP criu/rst-malloc.d [2019-10-13T19:29:23.148Z] #62 66.51 DEP criu/rbtree.d [2019-10-13T19:29:23.148Z] #62 66.54 DEP criu/pstree.d [2019-10-13T19:29:23.148Z] #62 66.75 DEP criu/protobuf.d [2019-10-13T19:29:23.148Z] #62 66.87 GEN criu/protobuf-desc-gen.h [2019-10-13T19:29:23.148Z] #62 68.30 DEP criu/protobuf-desc.d [2019-10-13T19:29:23.148Z] #62 68.38 DEP criu/proc_parse.d [2019-10-13T19:29:23.148Z] #62 68.49 DEP criu/plugin.d [2019-10-13T19:29:23.148Z] #62 68.56 DEP criu/pipes.d [2019-10-13T19:29:23.148Z] #62 68.75 DEP criu/pie-util.d [2019-10-13T19:29:23.148Z] #62 68.89 DEP criu/pie-util-vdso.d [2019-10-13T19:29:23.148Z] #62 69.05 DEP criu/pie-util-vdso-elf32.d [2019-10-13T19:29:23.148Z] #62 69.19 DEP criu/path.d [2019-10-13T19:29:23.148Z] #62 69.36 DEP criu/parasite-syscall.d [2019-10-13T19:29:23.148Z] #62 69.63 DEP criu/pagemap.d [2019-10-13T19:29:23.148Z] #62 69.90 DEP criu/pagemap-cache.d [2019-10-13T19:29:23.148Z] #62 69.99 DEP criu/page-xfer.d [2019-10-13T19:29:23.148Z] #62 70.12 DEP criu/page-pipe.d [2019-10-13T19:29:23.148Z] #62 70.21 DEP criu/netfilter.d [2019-10-13T19:29:23.148Z] #62 70.33 DEP criu/net.d [2019-10-13T19:29:23.148Z] #62 70.55 DEP criu/namespaces.d [2019-10-13T19:29:23.148Z] #62 70.68 DEP criu/mount.d [2019-10-13T19:29:23.565Z] #62 70.89 DEP criu/mem.d [2019-10-13T19:29:23.565Z] #62 71.06 DEP criu/lsm.d [2019-10-13T19:29:23.976Z] #62 71.19 DEP criu/log.d [2019-10-13T19:29:23.976Z] #62 71.35 DEP criu/libnetlink.d [2019-10-13T19:29:23.976Z] #62 71.48 DEP criu/kerndat.d [2019-10-13T19:29:24.226Z] #16 73.72 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-13T19:29:24.226Z] #16 73.75 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_arm64.deb ... [2019-10-13T19:29:24.226Z] #16 73.76 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-13T19:29:24.376Z] #62 71.70 DEP criu/kcmp-ids.d [2019-10-13T19:29:24.376Z] #62 71.81 DEP criu/irmap.d [2019-10-13T19:29:24.774Z] #62 71.96 DEP criu/ipc_ns.d [2019-10-13T19:29:24.774Z] #62 72.21 DEP criu/image.d [2019-10-13T19:29:25.170Z] #62 72.37 DEP criu/image-desc.d [2019-10-13T19:29:25.170Z] #62 72.54 DEP criu/fsnotify.d [2019-10-13T19:29:25.170Z] #62 ... [2019-10-13T19:29:25.170Z] [2019-10-13T19:29:25.170Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:29:25.170Z] #65 DONE 111.4s [2019-10-13T19:29:25.170Z] [2019-10-13T19:29:25.170Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:25.170Z] #62 72.67 DEP criu/filesystems.d [2019-10-13T19:29:25.170Z] #62 ... [2019-10-13T19:29:25.171Z] [2019-10-13T19:29:25.171Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:25.171Z] #17 71.69 Selecting previously unselected package binutils-mingw-w64. [2019-10-13T19:29:25.171Z] #17 71.70 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-13T19:29:25.171Z] #17 71.71 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-13T19:29:25.171Z] #17 71.84 Selecting previously unselected package mingw-w64-common. [2019-10-13T19:29:25.171Z] #17 71.84 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-13T19:29:25.171Z] #17 71.85 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-13T19:29:25.171Z] #17 76.76 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-13T19:29:25.171Z] #17 76.78 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-13T19:29:25.171Z] #17 76.78 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-13T19:29:25.997Z] #17 ... [2019-10-13T19:29:25.997Z] [2019-10-13T19:29:25.997Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-13T19:29:25.997Z] #66 DONE 0.1s [2019-10-13T19:29:25.997Z] [2019-10-13T19:29:25.997Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:25.997Z] #62 72.82 DEP criu/files.d [2019-10-13T19:29:25.997Z] #62 73.20 DEP criu/files-reg.d [2019-10-13T19:29:26.139Z] #16 75.40 Selecting previously unselected package binutils-mingw-w64. [2019-10-13T19:29:26.139Z] #16 75.41 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-13T19:29:26.139Z] #16 75.42 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-13T19:29:26.139Z] #16 75.56 Selecting previously unselected package mingw-w64-common. [2019-10-13T19:29:26.139Z] #16 75.57 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-13T19:29:26.139Z] #16 75.59 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-13T19:29:26.709Z] #16 ... [2019-10-13T19:29:26.709Z] [2019-10-13T19:29:26.709Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:26.709Z] #61 69.03 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2019-10-13T19:29:26.709Z] #61 69.46 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-13T19:29:26.709Z] #61 69.90 HOSTCC compel/src/lib/log-host.o [2019-10-13T19:29:26.709Z] #61 70.24 HOSTLINK compel/compel-host-bin [2019-10-13T19:29:26.709Z] #61 70.46 DEP soccr/soccr.d [2019-10-13T19:29:26.709Z] #61 70.74 CC soccr/soccr.o [2019-10-13T19:29:26.709Z] #61 72.37 AR soccr/libsoccr.a [2019-10-13T19:29:26.709Z] #61 72.41 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-13T19:29:26.709Z] #61 72.84 DEP criu/arch/aarch64/sigframe.d [2019-10-13T19:29:26.709Z] #61 73.04 DEP criu/arch/aarch64/crtools.d [2019-10-13T19:29:26.709Z] #61 73.35 DEP criu/arch/aarch64/cpu.d [2019-10-13T19:29:26.709Z] #61 73.39 DEP criu/arch/aarch64/bitops.d [2019-10-13T19:29:26.709Z] #61 73.47 CC criu/arch/aarch64/bitops.o [2019-10-13T19:29:26.709Z] #61 73.53 CC criu/arch/aarch64/cpu.o [2019-10-13T19:29:26.709Z] #61 73.78 CC criu/arch/aarch64/crtools.o [2019-10-13T19:29:26.709Z] #61 74.55 CC criu/arch/aarch64/sigframe.o [2019-10-13T19:29:26.709Z] #61 74.98 LINK criu/arch/aarch64/crtools.built-in.o [2019-10-13T19:29:26.709Z] #61 75.03 DEP criu/arch/aarch64/intraprocedure.d [2019-10-13T19:29:26.709Z] #61 75.07 DEP criu/arch/aarch64/vdso-pie.d [2019-10-13T19:29:26.709Z] #61 75.21 DEP criu/pie/parasite-vdso.d [2019-10-13T19:29:26.709Z] #61 75.46 DEP criu/pie/util-vdso.d [2019-10-13T19:29:26.709Z] #61 75.61 DEP criu/pie/util.d [2019-10-13T19:29:26.709Z] #61 75.82 CC criu/pie/util.o [2019-10-13T19:29:26.709Z] #61 76.20 CC criu/pie/util-vdso.o [2019-10-13T19:29:26.709Z] #61 76.91 CC criu/pie/parasite-vdso.o [2019-10-13T19:29:26.709Z] #61 77.39 CC criu/arch/aarch64/vdso-pie.o [2019-10-13T19:29:26.709Z] #61 77.61 CC criu/arch/aarch64/intraprocedure.o [2019-10-13T19:29:26.709Z] #61 77.66 AR criu/pie/pie.lib.a [2019-10-13T19:29:26.709Z] #61 77.76 DEP criu/pie/restorer.d [2019-10-13T19:29:26.709Z] #61 77.93 DEP criu/arch/aarch64/restorer.d [2019-10-13T19:29:26.709Z] #61 78.16 DEP criu/pie/parasite.d [2019-10-13T19:29:26.709Z] #61 78.54 CC criu/pie/parasite.o [2019-10-13T19:29:26.720Z] #62 73.78 DEP criu/files-ext.d [2019-10-13T19:29:26.720Z] #62 73.82 DEP criu/file-lock.d [2019-10-13T19:29:26.720Z] #62 73.87 DEP criu/file-ids.d [2019-10-13T19:29:26.720Z] #62 73.93 DEP criu/fifo.d [2019-10-13T19:29:26.720Z] #62 74.12 DEP criu/fdstore.d [2019-10-13T19:29:27.260Z] #62 74.24 DEP criu/fault-injection.d [2019-10-13T19:29:27.260Z] #62 74.29 DEP criu/external.d [2019-10-13T19:29:27.260Z] #62 74.43 DEP criu/eventpoll.d [2019-10-13T19:29:27.260Z] #62 74.72 DEP criu/eventfd.d [2019-10-13T19:29:27.651Z] #61 79.99 LINK criu/pie/parasite.built-in.o [2019-10-13T19:29:27.651Z] #61 80.00 GEN criu/pie/parasite-blob.h [2019-10-13T19:29:27.651Z] #61 80.03 CC criu/arch/aarch64/restorer.o [2019-10-13T19:29:27.701Z] #62 74.98 DEP criu/crtools.d [2019-10-13T19:29:28.105Z] #62 75.30 DEP criu/cr-service.d [2019-10-13T19:29:28.105Z] #62 75.56 DEP criu/cr-restore.d [2019-10-13T19:29:28.221Z] #61 80.63 CC criu/pie/restorer.o [2019-10-13T19:29:28.511Z] #62 75.83 DEP criu/cr-errno.d [2019-10-13T19:29:28.511Z] #62 75.85 DEP criu/cr-dump.d [2019-10-13T19:29:28.511Z] #62 76.06 DEP criu/cr-dedup.d [2019-10-13T19:29:28.916Z] #62 76.27 DEP criu/cr-check.d [2019-10-13T19:29:29.163Z] #61 ... [2019-10-13T19:29:29.163Z] [2019-10-13T19:29:29.163Z] #18 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:29:29.163Z] #18 136.8 + rm -rf /tmp/tmp.CnZJuwXg9b [2019-10-13T19:29:29.358Z] #62 76.62 DEP criu/config.d [2019-10-13T19:29:29.358Z] #62 ... [2019-10-13T19:29:29.358Z] [2019-10-13T19:29:29.358Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:29.358Z] #37 105.3 vendor/golang.org/x/net/idna [2019-10-13T19:29:29.358Z] #37 108.2 vendor/golang.org/x/net/http2/hpack [2019-10-13T19:29:29.358Z] #37 109.3 mime [2019-10-13T19:29:29.358Z] #37 111.8 mime/quotedprintable [2019-10-13T19:29:29.358Z] #37 112.8 net/http/internal [2019-10-13T19:29:29.358Z] #37 ... [2019-10-13T19:29:29.358Z] [2019-10-13T19:29:29.358Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:29.358Z] #62 76.81 DEP criu/clone-noasan.d [2019-10-13T19:29:29.358Z] #62 76.90 DEP criu/cgroup.d [2019-10-13T19:29:29.521Z] sha256:5f6d4041208d2c0497491b18d678780cec3a57bfa2343f0e8f78dc07dbc5b742 [2019-10-13T19:29:29.521Z] INFO: Starting docker-py tests... [2019-10-13T19:29:29.521Z] ============================= test session starts ============================== [2019-10-13T19:29:29.521Z] platform linux -- Python 3.7.4, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-13T19:29:29.521Z] rootdir: /src, inifile: pytest.ini [2019-10-13T19:29:29.521Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-13T19:29:29.521Z] collected 385 items / 5 deselected / 380 selected [2019-10-13T19:29:29.521Z] [2019-10-13T19:29:29.636Z] #8 completed: 2019-10-13 19:29:28.189363158 +0000 UTC [2019-10-13T19:29:29.636Z] #8 duration: 20.085494289s [2019-10-13T19:29:29.636Z] #8 exporting layers 20.1s done [2019-10-13T19:29:29.637Z] #8 writing image sha256:e7cad75a445b5d4a8b50b0d9e660c3bf40ee42381f300471b16264b59d617777 done [2019-10-13T19:29:29.637Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-13T19:29:29.637Z] [2019-10-13T19:29:29.637Z] 176d91b96e2df0488a55f71825bc01fd4d05d70a04b0c96035376179864d61e6 [2019-10-13T19:29:29.637Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:aa655a4d73693741cd3f8bc44566eb34585b3303 . [2019-10-13T19:29:29.637Z] #1 [internal] booting buildkit [2019-10-13T19:29:29.637Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-13T19:29:29.759Z] #62 77.17 DEP criu/cgroup-props.d [2019-10-13T19:29:29.759Z] #62 77.28 DEP criu/bitmap.d [2019-10-13T19:29:29.759Z] #62 77.30 DEP criu/bfd.d [2019-10-13T19:29:29.759Z] #62 77.43 DEP criu/autofs.d [2019-10-13T19:29:30.167Z] #62 77.67 DEP criu/aio.d [2019-10-13T19:29:30.167Z] #62 77.83 DEP criu/action-scripts.d [2019-10-13T19:29:31.016Z] #62 78.16 CC criu/action-scripts.o [2019-10-13T19:29:31.074Z] #18 DONE 138.8s [2019-10-13T19:29:31.074Z] [2019-10-13T19:29:31.074Z] #36 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:31.074Z] #36 129.9 github.com/LK4D4/vndr/godl [2019-10-13T19:29:31.074Z] #36 130.4 github.com/LK4D4/vndr [2019-10-13T19:29:31.074Z] #36 DONE 138.2s [2019-10-13T19:29:31.074Z] [2019-10-13T19:29:31.074Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:31.074Z] #16 79.83 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-13T19:29:31.074Z] #16 79.84 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-13T19:29:31.074Z] #16 79.87 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-13T19:29:31.420Z] #62 78.68 CC criu/aio.o [2019-10-13T19:29:31.420Z] #62 ... [2019-10-13T19:29:31.420Z] [2019-10-13T19:29:31.420Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:29:31.420Z] #31 DONE 117.5s [2019-10-13T19:29:31.420Z] [2019-10-13T19:29:31.420Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:31.420Z] #17 82.01 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-13T19:29:31.420Z] #17 82.01 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-13T19:29:31.420Z] #17 82.02 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-13T19:29:31.420Z] #17 82.41 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-13T19:29:31.420Z] #17 82.44 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-13T19:29:31.420Z] #17 82.45 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:29:32.284Z] #17 ... [2019-10-13T19:29:32.284Z] [2019-10-13T19:29:32.284Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:32.284Z] #62 79.84 CC criu/autofs.o [2019-10-13T19:29:32.335Z] #1 pulling image moby/buildkit:buildx-stable-1 3.3s done [2019-10-13T19:29:32.335Z] #1 creating container buildx_buildkit_default [2019-10-13T19:29:32.952Z] #1 creating container buildx_buildkit_default 0.6s done [2019-10-13T19:29:32.952Z] #1 DONE 3.9s [2019-10-13T19:29:33.234Z] [2019-10-13T19:29:33.234Z] #2 [internal] load .dockerignore [2019-10-13T19:29:33.234Z] #2 transferring context: 87B done [2019-10-13T19:29:33.234Z] #2 DONE 0.0s [2019-10-13T19:29:33.234Z] [2019-10-13T19:29:33.234Z] #3 [internal] load build definition from Dockerfile [2019-10-13T19:29:33.234Z] #3 transferring dockerfile: 13.58kB 0.0s done [2019-10-13T19:29:33.234Z] #3 DONE 0.0s [2019-10-13T19:29:33.234Z] [2019-10-13T19:29:33.234Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-13T19:29:33.627Z] #62 81.07 CC criu/bfd.o [2019-10-13T19:29:34.027Z] #62 81.46 CC criu/bitmap.o [2019-10-13T19:29:34.027Z] #62 81.58 CC criu/cgroup-props.o [2019-10-13T19:29:34.241Z] #4 DONE 1.3s [2019-10-13T19:29:34.523Z] [2019-10-13T19:29:34.523Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-13T19:29:34.523Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-13T19:29:34.808Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-13T19:29:34.808Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-10-13T19:29:34.808Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 0B / 8.18MB 0.1s [2019-10-13T19:29:34.808Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-10-13T19:29:34.808Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 1.31MB / 8.18MB 0.3s [2019-10-13T19:29:34.882Z] #62 82.27 CC criu/cgroup.o [2019-10-13T19:29:35.091Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.4s done [2019-10-13T19:29:35.091Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-13T19:29:35.278Z] #16 84.67 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-13T19:29:35.278Z] #16 84.67 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b2_arm64.deb ... [2019-10-13T19:29:35.278Z] #16 84.68 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b2) ... [2019-10-13T19:29:35.278Z] #16 84.80 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-13T19:29:35.540Z] #16 84.80 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b2_arm64.deb ... [2019-10-13T19:29:35.540Z] #16 84.82 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-13T19:29:35.706Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-10-13T19:29:35.706Z] #5 DONE 1.2s [2019-10-13T19:29:35.706Z] [2019-10-13T19:29:35.706Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-13T19:29:36.717Z] #6 DONE 0.9s [2019-10-13T19:29:36.717Z] [2019-10-13T19:29:36.717Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:29:36.717Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-13T19:29:37.016Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 0B / 50.07MB 0.1s [2019-10-13T19:29:37.016Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 0B / 52.87MB 0.1s [2019-10-13T19:29:37.016Z] #7 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-13T19:29:37.016Z] #7 sha256:e8b6c9f6fa954d3f0a9e57d316374e76867e0d0895ad21fe70f588789b9b0353 1.79kB / 1.79kB done [2019-10-13T19:29:37.016Z] #7 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 0B / 155B 0.1s [2019-10-13T19:29:37.016Z] #7 sha256:b0b87562f76bea48dcc6a170490e46cec5a02db627966893a32f7d56a3fa0ada 5.47kB / 5.47kB done [2019-10-13T19:29:37.016Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0B / 9.99MB 0.1s [2019-10-13T19:29:37.016Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0B / 4.30MB 0.1s [2019-10-13T19:29:37.016Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 777.35kB / 45.65MB 0.1s [2019-10-13T19:29:37.016Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 0B / 96.42MB 0.1s [2019-10-13T19:29:37.312Z] #7 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 155B / 155B 0.3s done [2019-10-13T19:29:37.312Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 883.85kB / 9.99MB 0.4s [2019-10-13T19:29:37.312Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 588.93kB / 4.30MB 0.4s [2019-10-13T19:29:37.451Z] #16 ... [2019-10-13T19:29:37.451Z] [2019-10-13T19:29:37.451Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:37.451Z] #61 83.91 LINK criu/pie/restorer.built-in.o [2019-10-13T19:29:37.451Z] #61 83.95 GEN criu/pie/restorer-blob.h [2019-10-13T19:29:37.451Z] #61 84.12 DEP criu/vdso.d [2019-10-13T19:29:37.451Z] #61 84.40 DEP criu/uts_ns.d [2019-10-13T19:29:37.451Z] #61 84.64 DEP criu/util.d [2019-10-13T19:29:37.451Z] #61 84.93 DEP criu/uffd.d [2019-10-13T19:29:37.451Z] #61 85.30 DEP criu/tun.d [2019-10-13T19:29:37.451Z] #61 85.56 DEP criu/tty.d [2019-10-13T19:29:37.451Z] #61 85.79 DEP criu/timerfd.d [2019-10-13T19:29:37.451Z] #61 85.98 DEP criu/sysfs_parse.d [2019-10-13T19:29:37.451Z] #61 86.19 DEP criu/sysctl.d [2019-10-13T19:29:37.451Z] #61 86.31 DEP criu/string.d [2019-10-13T19:29:37.451Z] #61 86.36 DEP criu/stats.d [2019-10-13T19:29:37.451Z] #61 86.58 DEP criu/sockets.d [2019-10-13T19:29:37.451Z] #61 86.88 DEP criu/sk-unix.d [2019-10-13T19:29:37.451Z] #61 87.06 DEP criu/sk-tcp.d [2019-10-13T19:29:37.451Z] #61 87.21 DEP criu/sk-queue.d [2019-10-13T19:29:37.451Z] #61 87.34 DEP criu/sk-packet.d [2019-10-13T19:29:37.451Z] #61 87.54 DEP criu/sk-netlink.d [2019-10-13T19:29:37.451Z] #61 87.76 DEP criu/sk-inet.d [2019-10-13T19:29:37.451Z] #61 87.94 DEP criu/signalfd.d [2019-10-13T19:29:37.451Z] #61 88.08 DEP criu/sigframe.d [2019-10-13T19:29:37.451Z] #61 88.15 DEP criu/shmem.d [2019-10-13T19:29:37.451Z] #61 88.26 DEP criu/servicefd.d [2019-10-13T19:29:37.451Z] #61 88.42 DEP criu/seize.d [2019-10-13T19:29:37.451Z] #61 88.65 DEP criu/seccomp.d [2019-10-13T19:29:37.451Z] #61 88.85 DEP criu/rst-malloc.d [2019-10-13T19:29:37.451Z] #61 88.94 DEP criu/rbtree.d [2019-10-13T19:29:37.451Z] #61 88.98 DEP criu/pstree.d [2019-10-13T19:29:37.451Z] #61 89.13 DEP criu/protobuf.d [2019-10-13T19:29:37.451Z] #61 89.30 GEN criu/protobuf-desc-gen.h [2019-10-13T19:29:37.618Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 1.41MB / 9.99MB 0.6s [2019-10-13T19:29:37.618Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.15MB / 4.30MB 0.6s [2019-10-13T19:29:37.618Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 3.08MB / 45.65MB 0.6s [2019-10-13T19:29:37.618Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.13MB / 9.99MB 0.7s [2019-10-13T19:29:37.618Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.87MB / 4.30MB 0.7s [2019-10-13T19:29:37.936Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.36MB / 4.30MB 0.9s [2019-10-13T19:29:37.936Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 3.05MB / 50.07MB 1.0s [2019-10-13T19:29:37.936Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 2.92MB / 52.87MB 1.0s [2019-10-13T19:29:37.936Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 3.21MB / 9.99MB 1.0s [2019-10-13T19:29:37.936Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.95MB / 4.30MB 1.0s [2019-10-13T19:29:37.964Z] #62 85.46 CC criu/clone-noasan.o [2019-10-13T19:29:37.964Z] #62 85.57 CC criu/config.o [2019-10-13T19:29:38.229Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.41MB / 4.30MB 1.2s [2019-10-13T19:29:38.229Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 5.37MB / 45.65MB 1.2s [2019-10-13T19:29:38.229Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 4.10MB / 9.99MB 1.3s [2019-10-13T19:29:38.229Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.77MB / 4.30MB 1.3s [2019-10-13T19:29:38.391Z] #61 90.76 DEP criu/protobuf-desc.d [2019-10-13T19:29:38.532Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 4.62MB / 9.99MB 1.5s [2019-10-13T19:29:38.532Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 1.5s [2019-10-13T19:29:38.532Z] #7 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 1.5s done [2019-10-13T19:29:38.532Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.41MB / 9.99MB 1.8s [2019-10-13T19:29:38.532Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 4.98MB / 96.42MB 1.8s [2019-10-13T19:29:38.651Z] #61 90.98 DEP criu/proc_parse.d [2019-10-13T19:29:38.837Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 5.96MB / 50.07MB 1.9s [2019-10-13T19:29:38.837Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 5.71MB / 52.87MB 1.9s [2019-10-13T19:29:38.837Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.03MB / 9.99MB 1.9s [2019-10-13T19:29:38.837Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 7.73MB / 45.65MB 1.9s [2019-10-13T19:29:38.911Z] #61 91.21 DEP criu/plugin.d [2019-10-13T19:29:38.911Z] #61 91.38 DEP criu/pipes.d [2019-10-13T19:29:39.127Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.55MB / 9.99MB 2.1s [2019-10-13T19:29:39.127Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 7.11MB / 9.99MB 2.2s [2019-10-13T19:29:39.172Z] #61 91.55 DEP criu/pie-util.d [2019-10-13T19:29:39.423Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 7.80MB / 9.99MB 2.4s [2019-10-13T19:29:39.423Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.45MB / 9.99MB 2.5s [2019-10-13T19:29:39.423Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 10.17MB / 45.65MB 2.5s [2019-10-13T19:29:39.434Z] #61 91.67 DEP criu/pie-util-vdso.d [2019-10-13T19:29:39.434Z] #61 91.90 DEP criu/pie-util-vdso-elf32.d [2019-10-13T19:29:39.434Z] #61 92.01 DEP criu/path.d [2019-10-13T19:29:39.489Z] #62 86.79 CC criu/cr-check.o [2019-10-13T19:29:39.694Z] #61 92.12 DEP criu/parasite-syscall.d [2019-10-13T19:29:39.716Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 8.95MB / 50.07MB 2.7s [2019-10-13T19:29:39.716Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 8.72MB / 52.87MB 2.7s [2019-10-13T19:29:39.716Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.01MB / 9.99MB 2.7s [2019-10-13T19:29:39.957Z] #61 92.37 DEP criu/pagemap.d [2019-10-13T19:29:40.010Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.57MB / 9.99MB 2.8s [2019-10-13T19:29:40.010Z] #7 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 3.0s done [2019-10-13T19:29:40.010Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 9.89MB / 96.42MB 3.0s [2019-10-13T19:29:40.218Z] #61 92.51 DEP criu/pagemap-cache.d [2019-10-13T19:29:40.218Z] #61 92.60 DEP criu/page-xfer.d [2019-10-13T19:29:40.308Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 13.07MB / 45.65MB 3.3s [2019-10-13T19:29:40.308Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 12.10MB / 50.07MB 3.4s [2019-10-13T19:29:40.308Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 11.80MB / 52.87MB 3.4s [2019-10-13T19:29:40.342Z] #62 87.61 CC criu/cr-dedup.o [2019-10-13T19:29:40.342Z] #62 ... [2019-10-13T19:29:40.342Z] [2019-10-13T19:29:40.342Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:40.342Z] #37 116.3 crypto/tls [2019-10-13T19:29:40.342Z] #37 123.3 net/http/httptrace [2019-10-13T19:29:40.342Z] #37 123.6 net/http [2019-10-13T19:29:40.342Z] #37 ... [2019-10-13T19:29:40.342Z] [2019-10-13T19:29:40.342Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:40.342Z] #62 87.90 CC criu/cr-dump.o [2019-10-13T19:29:40.479Z] #61 92.81 DEP criu/page-pipe.d [2019-10-13T19:29:40.479Z] #61 92.90 DEP criu/netfilter.d [2019-10-13T19:29:40.603Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 15.37MB / 45.65MB 3.7s [2019-10-13T19:29:40.740Z] #61 93.03 DEP criu/net.d [2019-10-13T19:29:40.740Z] #61 93.25 DEP criu/namespaces.d [2019-10-13T19:29:40.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-13T19:29:40.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-13T19:29:40.902Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 14.78MB / 50.07MB 4.0s [2019-10-13T19:29:40.902Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 14.61MB / 52.87MB 4.0s [2019-10-13T19:29:41.195Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 15.04MB / 96.42MB 4.2s [2019-10-13T19:29:41.195Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 18.18MB / 45.65MB 4.3s [2019-10-13T19:29:41.310Z] #61 93.48 DEP criu/mount.d [2019-10-13T19:29:41.310Z] #61 93.69 DEP criu/mem.d [2019-10-13T19:29:41.570Z] #61 93.84 DEP criu/lsm.d [2019-10-13T19:29:41.570Z] #61 94.00 DEP criu/log.d [2019-10-13T19:29:41.830Z] #61 94.16 DEP criu/libnetlink.d [2019-10-13T19:29:41.830Z] #61 94.34 DEP criu/kerndat.d [2019-10-13T19:29:41.837Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 17.56MB / 50.07MB 4.6s [2019-10-13T19:29:41.837Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 17.56MB / 52.87MB 4.6s [2019-10-13T19:29:41.837Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 20.48MB / 45.65MB 4.8s [2019-10-13T19:29:42.132Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 20.57MB / 50.07MB 5.2s [2019-10-13T19:29:42.132Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 20.37MB / 52.87MB 5.2s [2019-10-13T19:29:42.132Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 20.18MB / 96.42MB 5.2s [2019-10-13T19:29:42.277Z] #62 89.76 CC criu/cr-errno.o [2019-10-13T19:29:42.277Z] #62 89.83 CC criu/cr-restore.o [2019-10-13T19:29:42.401Z] #61 94.64 DEP criu/kcmp-ids.d [2019-10-13T19:29:42.401Z] #61 94.76 DEP criu/irmap.d [2019-10-13T19:29:42.423Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 23.07MB / 45.65MB 5.4s [2019-10-13T19:29:42.661Z] #61 94.93 DEP criu/ipc_ns.d [2019-10-13T19:29:42.661Z] #61 95.17 DEP criu/image.d [2019-10-13T19:29:42.721Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 23.26MB / 52.87MB 5.7s [2019-10-13T19:29:42.721Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 23.61MB / 50.07MB 5.8s [2019-10-13T19:29:42.721Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 25.71MB / 45.65MB 5.8s [2019-10-13T19:29:42.922Z] #61 95.40 DEP criu/image-desc.d [2019-10-13T19:29:43.017Z] #7 ... [2019-10-13T19:29:43.017Z] [2019-10-13T19:29:43.017Z] #22 [internal] load build context [2019-10-13T19:29:43.017Z] #22 transferring context: 45.61MB 6.3s done [2019-10-13T19:29:43.017Z] #22 DONE 6.4s [2019-10-13T19:29:43.017Z] [2019-10-13T19:29:43.017Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:29:43.017Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 25.92MB / 52.87MB 6.1s [2019-10-13T19:29:43.017Z] #7 ... [2019-10-13T19:29:43.017Z] [2019-10-13T19:29:43.017Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-13T19:29:43.017Z] #68 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.5s done [2019-10-13T19:29:43.017Z] #68 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-13T19:29:43.017Z] #68 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.7s done [2019-10-13T19:29:43.017Z] #68 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-13T19:29:43.017Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-10-13T19:29:43.183Z] #61 95.52 DEP criu/fsnotify.d [2019-10-13T19:29:43.183Z] #61 95.69 DEP criu/filesystems.d [2019-10-13T19:29:43.305Z] #68 ... [2019-10-13T19:29:43.305Z] [2019-10-13T19:29:43.305Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:29:43.305Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 25.26MB / 96.42MB 6.3s [2019-10-13T19:29:43.305Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 26.80MB / 50.07MB 6.4s [2019-10-13T19:29:43.305Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 28.87MB / 45.65MB 6.4s [2019-10-13T19:29:43.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-13T19:29:43.443Z] #61 95.90 DEP criu/files.d [2019-10-13T19:29:43.592Z] #7 ... [2019-10-13T19:29:43.592Z] [2019-10-13T19:29:43.592Z] #68 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-13T19:29:43.592Z] #68 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 3.0s done [2019-10-13T19:29:43.592Z] #68 DONE 5.8s [2019-10-13T19:29:43.592Z] [2019-10-13T19:29:43.592Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-13T19:29:43.592Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 28.93MB / 52.87MB 6.6s [2019-10-13T19:29:43.704Z] #61 96.16 DEP criu/files-reg.d [2019-10-13T19:29:43.880Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 29.51MB / 50.07MB 6.7s [2019-10-13T19:29:43.880Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 31.62MB / 45.65MB 6.7s [2019-10-13T19:29:43.880Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 32.05MB / 52.87MB 6.9s [2019-10-13T19:29:43.880Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 30.83MB / 96.42MB 6.9s [2019-10-13T19:29:43.964Z] #61 96.35 DEP criu/files-ext.d [2019-10-13T19:29:44.185Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 33.82MB / 50.07MB 7.2s [2019-10-13T19:29:44.185Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 34.86MB / 52.87MB 7.2s [2019-10-13T19:29:44.185Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 36.11MB / 45.65MB 7.2s [2019-10-13T19:29:44.224Z] #61 96.58 DEP criu/file-lock.d [2019-10-13T19:29:44.472Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 36.57MB / 50.07MB 7.5s [2019-10-13T19:29:44.472Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 37.94MB / 52.87MB 7.5s [2019-10-13T19:29:44.472Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 39.12MB / 45.65MB 7.5s [2019-10-13T19:29:44.472Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 36.99MB / 96.42MB 7.5s [2019-10-13T19:29:44.485Z] #61 96.79 DEP criu/file-ids.d [2019-10-13T19:29:44.485Z] #61 ... [2019-10-13T19:29:44.485Z] [2019-10-13T19:29:44.485Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:44.485Z] #16 93.78 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-13T19:29:44.485Z] #16 93.79 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b2_arm64.deb ... [2019-10-13T19:29:44.485Z] #16 93.82 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-13T19:29:44.762Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 39.61MB / 50.07MB 7.8s [2019-10-13T19:29:44.762Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 41.02MB / 52.87MB 7.8s [2019-10-13T19:29:44.762Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 42.03MB / 45.65MB 7.8s [2019-10-13T19:29:45.057Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 42.96MB / 50.07MB 8.1s [2019-10-13T19:29:45.057Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 44.34MB / 52.87MB 8.1s [2019-10-13T19:29:45.057Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 44.99MB / 45.65MB 8.1s [2019-10-13T19:29:45.057Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 42.89MB / 96.42MB 8.1s [2019-10-13T19:29:45.345Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 46.40MB / 50.07MB 8.4s [2019-10-13T19:29:45.346Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 47.80MB / 52.87MB 8.4s [2019-10-13T19:29:45.346Z] #7 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 8.2s done [2019-10-13T19:29:45.636Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 48.20MB / 96.42MB 8.5s [2019-10-13T19:29:45.636Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 8.7s [2019-10-13T19:29:45.636Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.01MB / 52.87MB 8.7s [2019-10-13T19:29:45.922Z] #7 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 8.7s done [2019-10-13T19:29:45.922Z] #7 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.87MB / 52.87MB 8.7s done [2019-10-13T19:29:45.922Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 62.43MB / 96.42MB 9.0s [2019-10-13T19:29:45.922Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 71.11MB / 96.42MB 9.1s [2019-10-13T19:29:46.206Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 85.91MB / 96.42MB 9.4s [2019-10-13T19:29:46.490Z] #7 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 96.42MB / 96.42MB 9.7s done [2019-10-13T19:29:46.538Z] #62 93.47 CC criu/cr-service.o [2019-10-13T19:29:46.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-13T19:29:46.773Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-10-13T19:29:47.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-13T19:29:47.965Z] #62 95.40 CC criu/crtools.o [2019-10-13T19:29:47.965Z] #62 ... [2019-10-13T19:29:47.965Z] [2019-10-13T19:29:47.965Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:47.965Z] #37 134.1 github.com/LK4D4/vndr/godl [2019-10-13T19:29:48.326Z] 65014b3c3121: Verifying Checksum [2019-10-13T19:29:48.326Z] 65014b3c3121: Download complete [2019-10-13T19:29:48.935Z] #37 135.0 github.com/LK4D4/vndr [2019-10-13T19:29:48.996Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-13T19:29:49.250Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-13T19:29:49.768Z] #16 ... [2019-10-13T19:29:49.768Z] [2019-10-13T19:29:49.768Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:49.768Z] #61 96.93 DEP criu/fifo.d [2019-10-13T19:29:49.768Z] #61 97.08 DEP criu/fdstore.d [2019-10-13T19:29:49.768Z] #61 97.18 DEP criu/fault-injection.d [2019-10-13T19:29:49.768Z] #61 97.23 DEP criu/external.d [2019-10-13T19:29:49.768Z] #61 97.39 DEP criu/eventpoll.d [2019-10-13T19:29:49.768Z] #61 97.60 DEP criu/eventfd.d [2019-10-13T19:29:49.768Z] #61 97.72 DEP criu/crtools.d [2019-10-13T19:29:49.768Z] #61 97.94 DEP criu/cr-service.d [2019-10-13T19:29:49.768Z] #61 98.14 DEP criu/cr-restore.d [2019-10-13T19:29:49.768Z] #61 98.30 DEP criu/cr-errno.d [2019-10-13T19:29:49.768Z] #61 98.32 DEP criu/cr-dump.d [2019-10-13T19:29:49.768Z] #61 98.58 DEP criu/cr-dedup.d [2019-10-13T19:29:49.768Z] #61 98.80 DEP criu/cr-check.d [2019-10-13T19:29:49.768Z] #61 99.01 DEP criu/config.d [2019-10-13T19:29:49.768Z] #61 99.18 DEP criu/clone-noasan.d [2019-10-13T19:29:49.768Z] #61 99.29 DEP criu/cgroup.d [2019-10-13T19:29:49.768Z] #61 99.51 DEP criu/cgroup-props.d [2019-10-13T19:29:49.768Z] #61 99.69 DEP criu/bitmap.d [2019-10-13T19:29:49.768Z] #61 99.72 DEP criu/bfd.d [2019-10-13T19:29:49.768Z] #61 99.85 DEP criu/autofs.d [2019-10-13T19:29:49.768Z] #61 100.1 DEP criu/aio.d [2019-10-13T19:29:49.768Z] #61 100.2 DEP criu/action-scripts.d [2019-10-13T19:29:49.768Z] #61 100.6 CC criu/action-scripts.o [2019-10-13T19:29:49.768Z] #61 101.0 CC criu/aio.o [2019-10-13T19:29:49.768Z] #61 101.4 CC criu/autofs.o [2019-10-13T19:29:50.708Z] #61 102.8 CC criu/bfd.o [2019-10-13T19:29:50.969Z] #61 103.4 CC criu/bitmap.o [2019-10-13T19:29:50.969Z] #61 103.5 CC criu/cgroup-props.o [2019-10-13T19:29:51.297Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-13T19:29:51.910Z] #61 104.2 CC criu/cgroup.o [2019-10-13T19:29:52.170Z] #61 ... [2019-10-13T19:29:52.170Z] [2019-10-13T19:29:52.170Z] #58 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:29:52.170Z] #58 159.7 + dpkg --print-architecture [2019-10-13T19:29:52.170Z] #58 159.7 + rm -rf /tmp/tmp.cEnYaYBCwt [2019-10-13T19:29:52.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-13T19:29:53.110Z] #58 DONE 160.9s [2019-10-13T19:29:53.110Z] [2019-10-13T19:29:53.110Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:53.110Z] #16 101.5 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-13T19:29:53.110Z] #16 101.6 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-13T19:29:53.110Z] #16 101.6 Setting up libsepol1-dev:arm64 (2.6-2) ... [2019-10-13T19:29:53.110Z] #16 101.6 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-13T19:29:53.110Z] #16 101.6 Setting up libnet1:arm64 (1.1.6+dfsg-3) ... [2019-10-13T19:29:53.110Z] #16 101.7 Setting up libip4tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:53.110Z] #16 101.7 Processing triggers for mime-support (3.60) ... [2019-10-13T19:29:53.110Z] #16 101.8 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:53.110Z] #16 101.8 Setting up libgpm2:arm64 (1.20.4-6.2+b1) ... [2019-10-13T19:29:53.110Z] #16 101.8 Setting up libcap2-bin (1:2.25-1) ... [2019-10-13T19:29:53.110Z] #16 101.9 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-13T19:29:53.110Z] #16 101.9 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-13T19:29:53.110Z] #16 102.0 Setting up bash-completion (1:2.1-4.3) ... [2019-10-13T19:29:54.224Z] #37 ... [2019-10-13T19:29:54.224Z] [2019-10-13T19:29:54.224Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:54.224Z] #62 96.13 CC criu/eventfd.o [2019-10-13T19:29:54.224Z] #62 96.58 CC criu/eventpoll.o [2019-10-13T19:29:54.224Z] #62 97.25 CC criu/external.o [2019-10-13T19:29:54.224Z] #62 97.50 CC criu/fault-injection.o [2019-10-13T19:29:54.224Z] #62 97.67 CC criu/fdstore.o [2019-10-13T19:29:54.224Z] #62 98.00 CC criu/fifo.o [2019-10-13T19:29:54.224Z] #62 98.35 CC criu/file-ids.o [2019-10-13T19:29:54.224Z] #62 98.78 CC criu/file-lock.o [2019-10-13T19:29:54.224Z] #62 99.63 CC criu/files-ext.o [2019-10-13T19:29:54.224Z] #62 100.1 CC criu/files-reg.o [2019-10-13T19:29:54.224Z] #62 ... [2019-10-13T19:29:54.224Z] [2019-10-13T19:29:54.224Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:54.224Z] #17 100.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-13T19:29:54.224Z] #17 100.5 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-13T19:29:54.224Z] #17 100.5 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:29:54.224Z] #17 ... [2019-10-13T19:29:54.224Z] [2019-10-13T19:29:54.224Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:54.224Z] #62 101.8 CC criu/files.o [2019-10-13T19:29:54.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-13T19:29:55.652Z] #16 104.8 Setting up libonig4:arm64 (6.1.3-2) ... [2019-10-13T19:29:55.652Z] #16 104.8 Setting up libprotobuf-c1:arm64 (1.2.1-2) ... [2019-10-13T19:29:55.652Z] #16 104.9 Setting up zip (3.0-11+b1) ... [2019-10-13T19:29:55.652Z] #16 104.9 Setting up bzip2 (1.0.6-8.1) ... [2019-10-13T19:29:55.652Z] #16 104.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b2) ... [2019-10-13T19:29:55.652Z] #16 104.9 Setting up libjq1:arm64 (1.5+dfsg-1.3) ... [2019-10-13T19:29:55.652Z] #16 104.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:29:55.652Z] #16 104.9 Setting up libaio1:arm64 (0.3.110-3) ... [2019-10-13T19:29:55.652Z] #16 105.0 Setting up libxtables12:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:55.652Z] #16 105.0 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-13T19:29:55.652Z] #16 105.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-13T19:29:55.652Z] #16 105.0 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-13T19:29:55.652Z] #16 105.0 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:55.652Z] #16 105.0 Setting up libpcrecpp0v5:arm64 (2:8.39-3) ... [2019-10-13T19:29:55.652Z] #16 105.1 Setting up libpcre32-3:arm64 (2:8.39-3) ... [2019-10-13T19:29:55.652Z] #16 105.1 Setting up libnfnetlink0:arm64 (1.0.1-3) ... [2019-10-13T19:29:55.652Z] #16 105.1 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:55.912Z] #16 105.5 Setting up libsystemd-dev:arm64 (232-25+deb9u12) ... [2019-10-13T19:29:56.173Z] #16 105.6 Setting up libpcre16-3:arm64 (2:8.39-3) ... [2019-10-13T19:29:56.173Z] #16 105.6 Setting up libreadline5:arm64 (5.2+dfsg-3+b1) ... [2019-10-13T19:29:56.173Z] #16 105.6 Setting up libnl-3-200:arm64 (3.2.27-2) ... [2019-10-13T19:29:56.173Z] #16 105.6 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-13T19:29:56.173Z] #16 105.6 Setting up libudev-dev:arm64 (232-25+deb9u12) ... [2019-10-13T19:29:56.173Z] #16 105.7 Setting up pigz (2.3.4-1) ... [2019-10-13T19:29:56.173Z] #16 105.7 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-13T19:29:56.173Z] #16 105.7 Setting up libmpdec2:arm64 (2.4.2-1) ... [2019-10-13T19:29:56.433Z] #16 105.7 Setting up libip6tc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:56.433Z] #16 105.8 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-13T19:29:56.433Z] #16 105.8 Setting up liblzo2-2:arm64 (2.08-1.2+b2) ... [2019-10-13T19:29:56.433Z] #16 105.8 Setting up jq (1.5+dfsg-1.3) ... [2019-10-13T19:29:56.433Z] #16 105.8 Setting up libpcre3-dev:arm64 (2:8.39-3) ... [2019-10-13T19:29:56.433Z] #16 105.8 Setting up libnetfilter-conntrack3:arm64 (1.0.6-2) ... [2019-10-13T19:29:56.433Z] #16 105.8 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-13T19:29:56.433Z] #16 105.9 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:56.433Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-13T19:29:56.433Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-13T19:29:56.433Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-13T19:29:56.433Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-13T19:29:56.433Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-13T19:29:56.434Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-13T19:29:56.434Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-13T19:29:56.434Z] #16 105.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-13T19:29:56.434Z] #16 106.0 Setting up libpython3.5-stdlib:arm64 (3.5.3-1+deb9u1) ... [2019-10-13T19:29:56.434Z] #16 106.0 Setting up libiptc0:arm64 (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:56.434Z] #16 106.0 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-13T19:29:56.434Z] #16 106.0 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:56.434Z] #16 106.0 Setting up btrfs-progs (4.7.3-1) ... [2019-10-13T19:29:56.434Z] #16 106.0 Setting up libselinux1-dev:arm64 (2.6-3+b3) ... [2019-10-13T19:29:56.434Z] #16 106.1 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-13T19:29:56.792Z] #62 103.8 CC criu/filesystems.o [2019-10-13T19:29:56.792Z] #62 104.5 CC criu/fsnotify.o [2019-10-13T19:29:57.235Z] #62 ... [2019-10-13T19:29:57.235Z] [2019-10-13T19:29:57.235Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:57.235Z] #37 DONE 143.2s [2019-10-13T19:29:57.235Z] [2019-10-13T19:29:57.235Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:29:57.235Z] #17 112.2 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-13T19:29:57.235Z] #17 112.3 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-13T19:29:57.235Z] #17 112.3 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-10-13T19:29:57.235Z] #17 112.3 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-13T19:29:57.235Z] #17 112.3 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-13T19:29:57.235Z] #17 112.3 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:57.235Z] #17 112.3 Processing triggers for mime-support (3.60) ... [2019-10-13T19:29:57.235Z] #17 112.4 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:57.235Z] #17 112.4 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-13T19:29:57.235Z] #17 112.4 Setting up libcap2-bin (1:2.25-1) ... [2019-10-13T19:29:57.235Z] #17 112.4 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-13T19:29:57.235Z] #17 112.4 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-13T19:29:57.235Z] #17 112.4 Setting up bash-completion (1:2.1-4.3) ... [2019-10-13T19:29:58.346Z] #16 ... [2019-10-13T19:29:58.346Z] [2019-10-13T19:29:58.346Z] #45 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:29:58.346Z] #45 126.7 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-13T19:29:58.346Z] #45 128.6 + mkdir -p /build [2019-10-13T19:29:58.346Z] #45 128.6 + cp runc /build/runc [2019-10-13T19:29:58.346Z] #45 DONE 129.0s [2019-10-13T19:29:58.346Z] [2019-10-13T19:29:58.346Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:29:58.346Z] #61 106.5 CC criu/clone-noasan.o [2019-10-13T19:29:58.346Z] #61 106.7 CC criu/config.o [2019-10-13T19:29:58.346Z] #61 107.9 CC criu/cr-check.o [2019-10-13T19:29:58.346Z] #61 109.2 CC criu/cr-dedup.o [2019-10-13T19:29:58.346Z] #61 109.5 CC criu/cr-dump.o [2019-10-13T19:29:58.473Z] #17 114.7 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up zip (3.0-11+b1) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up bzip2 (1.0.6-8.1) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-13T19:29:58.473Z] #17 114.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up libaio1:s390x (0.3.110-3) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:58.473Z] #17 114.7 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-13T19:29:58.473Z] #17 114.7 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-13T19:29:58.473Z] #17 114.8 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-13T19:29:58.473Z] #17 114.8 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:58.474Z] #17 114.8 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-13T19:29:58.474Z] #17 114.8 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-10-13T19:29:58.474Z] #17 114.8 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-10-13T19:29:58.474Z] #17 114.8 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:58.607Z] #61 111.1 CC criu/cr-errno.o [2019-10-13T19:29:58.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-13T19:29:58.867Z] #61 111.2 CC criu/cr-restore.o [2019-10-13T19:29:58.932Z] #17 115.3 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up pigz (2.3.4-1) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-13T19:29:58.932Z] #17 115.3 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up jq (1.5+dfsg-1.3) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-13T19:29:58.932Z] #17 115.4 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:29:58.932Z] #17 115.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-13T19:29:58.932Z] #17 115.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-13T19:29:58.932Z] #17 115.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-13T19:29:59.461Z] #17 115.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-13T19:29:59.461Z] #17 115.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-13T19:29:59.461Z] #17 115.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-13T19:29:59.461Z] #17 115.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-13T19:29:59.461Z] #17 115.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-13T19:29:59.461Z] #17 115.5 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-13T19:29:59.461Z] #17 115.5 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:59.461Z] #17 115.5 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-13T19:29:59.461Z] #17 115.5 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-13T19:29:59.461Z] #17 115.5 Setting up btrfs-progs (4.7.3-1) ... [2019-10-13T19:29:59.461Z] #17 115.6 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-13T19:29:59.461Z] #17 115.6 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-13T19:30:00.795Z] #61 ... [2019-10-13T19:30:00.795Z] [2019-10-13T19:30:00.795Z] #16 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:30:00.795Z] #16 110.0 Setting up libpython3-stdlib:arm64 (3.5.3-1) ... [2019-10-13T19:30:00.795Z] #16 110.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-13T19:30:00.795Z] #16 110.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-13T19:30:00.795Z] #16 110.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-13T19:30:00.795Z] #16 110.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-13T19:30:00.795Z] #16 110.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-13T19:30:00.795Z] #16 110.0 Setting up btrfs-tools (4.7.3-1) ... [2019-10-13T19:30:00.795Z] #16 110.1 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b2) ... [2019-10-13T19:30:00.795Z] #16 110.1 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 [2019-10-13T19:30:00.795Z] #16 110.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-13T19:30:00.795Z] #16 110.1 Setting up python3 (3.5.3-1) ... [2019-10-13T19:30:02.197Z] #16 111.7 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-13T19:30:02.837Z] #17 119.3 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-13T19:30:03.255Z] #17 119.3 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:30:03.255Z] #17 119.3 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 [2019-10-13T19:30:03.255Z] #17 119.3 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-13T19:30:03.255Z] #17 119.3 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 [2019-10-13T19:30:03.255Z] #17 119.3 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-13T19:30:03.255Z] #17 119.3 Setting up btrfs-tools (4.7.3-1) ... [2019-10-13T19:30:03.255Z] #17 119.3 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:30:03.255Z] #17 119.4 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 [2019-10-13T19:30:03.255Z] #17 119.4 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 [2019-10-13T19:30:03.255Z] #17 119.4 Setting up python3 (3.5.3-1) ... [2019-10-13T19:30:03.785Z] #16 113.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-13T19:30:03.785Z] #16 113.4 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-13T19:30:04.045Z] #16 113.5 Setting up libdevmapper1.02.1:arm64 (2:1.02.137-2) ... [2019-10-13T19:30:04.046Z] #16 113.5 Setting up python3-wheel (0.29.0-2) ... [2019-10-13T19:30:04.597Z] #17 120.7 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-13T19:30:04.987Z] #16 114.4 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-13T19:30:05.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-13T19:30:05.474Z] #17 121.7 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-13T19:30:05.474Z] #17 121.8 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-13T19:30:05.474Z] #17 121.8 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-13T19:30:05.474Z] #17 121.8 Setting up python3-wheel (0.29.0-2) ... [2019-10-13T19:30:05.941Z] #16 115.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.137-2) ... [2019-10-13T19:30:05.941Z] #16 115.5 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-13T19:30:06.394Z] #17 122.5 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-13T19:30:06.882Z] #16 116.4 Setting up dmsetup (2:1.02.137-2) ... [2019-10-13T19:30:07.143Z] #16 116.4 Setting up python3-setuptools (33.1.1-1) ... [2019-10-13T19:30:07.354Z] #17 123.6 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-13T19:30:07.354Z] #17 123.6 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-13T19:30:07.354Z] #17 ... [2019-10-13T19:30:07.354Z] [2019-10-13T19:30:07.354Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:30:07.354Z] #19 153.8 + rm -rf /tmp/tmp.ojUf3y9ylb [2019-10-13T19:30:07.763Z] #19 DONE 154.2s [2019-10-13T19:30:07.763Z] [2019-10-13T19:30:07.763Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:07.763Z] #62 106.5 CC criu/image-desc.o [2019-10-13T19:30:07.763Z] #62 106.8 CC criu/image.o [2019-10-13T19:30:07.763Z] #62 107.9 CC criu/ipc_ns.o [2019-10-13T19:30:07.763Z] #62 109.0 CC criu/irmap.o [2019-10-13T19:30:07.763Z] #62 109.5 CC criu/kcmp-ids.o [2019-10-13T19:30:07.763Z] #62 109.7 CC criu/kerndat.o [2019-10-13T19:30:07.763Z] #62 110.6 CC criu/libnetlink.o [2019-10-13T19:30:07.763Z] #62 111.0 CC criu/log.o [2019-10-13T19:30:07.763Z] #62 111.5 CC criu/lsm.o [2019-10-13T19:30:07.763Z] #62 112.0 CC criu/mem.o [2019-10-13T19:30:07.763Z] #62 113.5 CC criu/mount.o [2019-10-13T19:30:08.084Z] #16 117.6 Setting up dh-python (2.20170125) ... [2019-10-13T19:30:08.685Z] #62 ... [2019-10-13T19:30:08.685Z] [2019-10-13T19:30:08.685Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:30:08.685Z] #17 125.0 Setting up dmsetup (2:1.02.137-2) ... [2019-10-13T19:30:08.685Z] #17 125.0 Setting up python3-setuptools (33.1.1-1) ... [2019-10-13T19:30:09.025Z] #16 118.4 Setting up libdevmapper-dev:arm64 (2:1.02.137-2) ... [2019-10-13T19:30:09.025Z] #16 118.4 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:30:09.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-13T19:30:09.969Z] #16 DONE 119.2s [2019-10-13T19:30:09.969Z] [2019-10-13T19:30:09.969Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:30:10.230Z] #17 126.3 Setting up dh-python (2.20170125) ... [2019-10-13T19:30:10.632Z] #17 127.0 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-13T19:30:10.632Z] #17 127.0 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:30:11.055Z] #17 DONE 127.3s [2019-10-13T19:30:11.055Z] [2019-10-13T19:30:11.055Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:30:11.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-13T19:30:12.510Z] #17 ... [2019-10-13T19:30:12.510Z] [2019-10-13T19:30:12.510Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:12.510Z] #61 114.9 CC criu/cr-service.o [2019-10-13T19:30:12.510Z] #61 116.1 CC criu/crtools.o [2019-10-13T19:30:12.510Z] #61 116.6 CC criu/eventfd.o [2019-10-13T19:30:12.510Z] #61 116.9 CC criu/eventpoll.o [2019-10-13T19:30:12.510Z] #61 117.6 CC criu/external.o [2019-10-13T19:30:12.510Z] #61 118.0 CC criu/fault-injection.o [2019-10-13T19:30:12.510Z] #61 118.1 CC criu/fdstore.o [2019-10-13T19:30:12.510Z] #61 118.4 CC criu/fifo.o [2019-10-13T19:30:12.510Z] #61 118.8 CC criu/file-ids.o [2019-10-13T19:30:12.510Z] #61 119.1 CC criu/file-lock.o [2019-10-13T19:30:12.510Z] #61 119.8 CC criu/files-ext.o [2019-10-13T19:30:12.510Z] #61 120.1 CC criu/files-reg.o [2019-10-13T19:30:12.510Z] #61 121.7 CC criu/files.o [2019-10-13T19:30:12.510Z] #61 123.2 CC criu/filesystems.o [2019-10-13T19:30:12.510Z] #61 123.7 CC criu/fsnotify.o [2019-10-13T19:30:12.510Z] #61 124.5 CC criu/image-desc.o [2019-10-13T19:30:12.510Z] #61 124.6 CC criu/image.o [2019-10-13T19:30:13.080Z] #61 125.4 CC criu/ipc_ns.o [2019-10-13T19:30:13.745Z] #7 unpacking docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 26.5s done [2019-10-13T19:30:13.745Z] #7 DONE 36.4s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-13T19:30:13.745Z] #8 DONE 0.2s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-13T19:30:13.745Z] #9 DONE 0.2s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #26 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:30:13.745Z] #26 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #56 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-13T19:30:13.745Z] #56 ... [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #36 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-13T19:30:13.745Z] #36 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #33 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-13T19:30:13.745Z] #33 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #64 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-13T19:30:13.745Z] #64 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #30 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-13T19:30:13.745Z] #30 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #56 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-13T19:30:13.745Z] #56 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #27 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-13T19:30:13.745Z] #27 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #53 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-13T19:30:13.745Z] #53 DONE 0.1s [2019-10-13T19:30:13.745Z] [2019-10-13T19:30:13.745Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:30:14.021Z] #61 126.4 CC criu/irmap.o [2019-10-13T19:30:14.281Z] #61 126.9 CC criu/kcmp-ids.o [2019-10-13T19:30:14.449Z] #18 3.231 Collecting yamllint==1.16.0 [2019-10-13T19:30:14.449Z] #18 3.646 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-13T19:30:14.790Z] #28 0.938 + RM_GOPATH=0 [2019-10-13T19:30:14.790Z] #28 0.958 + TMP_GOPATH= [2019-10-13T19:30:14.790Z] #28 0.959 + : /build [2019-10-13T19:30:14.790Z] #28 0.960 + '[' -z '' ']' [2019-10-13T19:30:14.790Z] #28 0.966 ++ mktemp -d [2019-10-13T19:30:14.790Z] #28 0.981 + export GOPATH=/tmp/tmp.C830Qa2xyj [2019-10-13T19:30:14.790Z] #28 0.981 + GOPATH=/tmp/tmp.C830Qa2xyj [2019-10-13T19:30:14.790Z] #28 0.981 + RM_GOPATH=1 [2019-10-13T19:30:14.790Z] #28 0.986 ++ dirname ./install.sh [2019-10-13T19:30:14.790Z] #28 0.992 + dir=. [2019-10-13T19:30:14.790Z] #28 0.999 + bin=golangci_lint [2019-10-13T19:30:14.790Z] #28 0.999 + shift [2019-10-13T19:30:14.790Z] #28 1.001 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-13T19:30:14.790Z] #28 1.003 + . ./golangci_lint.installer [2019-10-13T19:30:14.790Z] #28 1.015 ++ : v1.17.1 [2019-10-13T19:30:14.790Z] #28 1.019 + install_golangci_lint [2019-10-13T19:30:14.790Z] #28 1.021 + echo 'Installing golangci-lint version v1.17.1' [2019-10-13T19:30:14.790Z] #28 1.021 Installing golangci-lint version v1.17.1 [2019-10-13T19:30:14.790Z] #28 1.022 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-13T19:30:14.851Z] #61 ... [2019-10-13T19:30:14.851Z] [2019-10-13T19:30:14.851Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:30:14.851Z] #17 4.959 Collecting yamllint==1.16.0 [2019-10-13T19:30:14.858Z] #18 3.907 Collecting pyyaml (from yamllint==1.16.0) [2019-10-13T19:30:14.858Z] #18 4.006 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-13T19:30:16.814Z] #18 5.501 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-13T19:30:16.814Z] #18 5.597 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-13T19:30:17.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-13T19:30:17.642Z] #18 6.637 Building wheels for collected packages: pyyaml, pathspec [2019-10-13T19:30:17.642Z] #18 6.656 Running setup.py bdist_wheel for pyyaml: started [2019-10-13T19:30:18.821Z] #18 7.743 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-13T19:30:18.821Z] #18 7.751 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-13T19:30:18.821Z] #18 7.840 Running setup.py bdist_wheel for pathspec: started [2019-10-13T19:30:19.293Z] #28 ... [2019-10-13T19:30:19.293Z] [2019-10-13T19:30:19.293Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:30:19.293Z] #34 0.833 + RM_GOPATH=0 [2019-10-13T19:30:19.293Z] #34 0.833 + TMP_GOPATH= [2019-10-13T19:30:19.293Z] #34 0.833 + : /build [2019-10-13T19:30:19.293Z] #34 0.833 + '[' -z '' ']' [2019-10-13T19:30:19.293Z] #34 0.835 ++ mktemp -d [2019-10-13T19:30:19.293Z] #34 0.840 + export GOPATH=/tmp/tmp.7AN7LMJyco [2019-10-13T19:30:19.293Z] #34 0.841 + GOPATH=/tmp/tmp.7AN7LMJyco [2019-10-13T19:30:19.293Z] #34 0.841 + RM_GOPATH=1 [2019-10-13T19:30:19.293Z] #34 0.843 ++ dirname ./install.sh [2019-10-13T19:30:19.293Z] #34 0.850 + dir=. [2019-10-13T19:30:19.293Z] #34 0.850 + bin=tomlv [2019-10-13T19:30:19.293Z] #34 0.850 + shift [2019-10-13T19:30:19.293Z] #34 0.850 + '[' '!' -f ./tomlv.installer ']' [2019-10-13T19:30:19.293Z] #34 0.851 + . ./tomlv.installer [2019-10-13T19:30:19.293Z] #34 0.854 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:30:19.293Z] #34 0.856 + install_tomlv [2019-10-13T19:30:19.293Z] #34 0.857 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-13T19:30:19.293Z] #34 0.857 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:30:19.293Z] #34 0.857 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.7AN7LMJyco/src/github.com/BurntSushi/toml [2019-10-13T19:30:19.293Z] #34 0.864 Cloning into '/tmp/tmp.7AN7LMJyco/src/github.com/BurntSushi/toml'... [2019-10-13T19:30:19.293Z] #34 2.878 + cd /tmp/tmp.7AN7LMJyco/src/github.com/BurntSushi/toml [2019-10-13T19:30:19.293Z] #34 2.891 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-13T19:30:19.293Z] #34 2.925 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-13T19:30:19.293Z] #34 4.335 runtime/internal/atomic [2019-10-13T19:30:19.293Z] #34 4.356 math/bits [2019-10-13T19:30:19.293Z] #34 4.420 runtime/internal/sys [2019-10-13T19:30:19.293Z] #34 4.453 internal/cpu [2019-10-13T19:30:19.293Z] #34 5.265 runtime/internal/math [2019-10-13T19:30:19.293Z] #34 5.568 unicode/utf8 [2019-10-13T19:30:19.401Z] #18 ... [2019-10-13T19:30:19.401Z] [2019-10-13T19:30:19.401Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:19.401Z] #62 116.9 CC criu/namespaces.o [2019-10-13T19:30:19.401Z] #62 118.7 CC criu/net.o [2019-10-13T19:30:19.401Z] #62 121.0 CC criu/netfilter.o [2019-10-13T19:30:19.401Z] #62 121.5 CC criu/page-pipe.o [2019-10-13T19:30:19.401Z] #62 121.9 CC criu/page-xfer.o [2019-10-13T19:30:19.401Z] #62 122.8 CC criu/pagemap-cache.o [2019-10-13T19:30:19.401Z] #62 123.1 CC criu/pagemap.o [2019-10-13T19:30:19.401Z] #62 124.0 CC criu/parasite-syscall.o [2019-10-13T19:30:19.401Z] #62 124.7 CC criu/path.o [2019-10-13T19:30:19.401Z] #62 125.0 CC criu/pie-util-vdso-elf32.o [2019-10-13T19:30:19.401Z] #62 125.4 CC criu/pie-util-vdso.o [2019-10-13T19:30:19.401Z] #62 125.9 CC criu/pie-util.o [2019-10-13T19:30:19.401Z] #62 126.2 CC criu/pipes.o [2019-10-13T19:30:19.583Z] #34 ... [2019-10-13T19:30:19.583Z] [2019-10-13T19:30:19.583Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:30:19.583Z] #37 0.963 + RM_GOPATH=0 [2019-10-13T19:30:19.583Z] #37 0.964 + TMP_GOPATH= [2019-10-13T19:30:19.583Z] #37 0.981 + : /build [2019-10-13T19:30:19.583Z] #37 0.982 + '[' -z '' ']' [2019-10-13T19:30:19.583Z] #37 0.985 ++ mktemp -d [2019-10-13T19:30:19.583Z] #37 1.010 + export GOPATH=/tmp/tmp.TNJbJ7UnKJ [2019-10-13T19:30:19.583Z] #37 1.010 + GOPATH=/tmp/tmp.TNJbJ7UnKJ [2019-10-13T19:30:19.583Z] #37 1.010 + RM_GOPATH=1 [2019-10-13T19:30:19.583Z] #37 1.050 ++ dirname ./install.sh [2019-10-13T19:30:19.583Z] #37 1.081 + dir=. [2019-10-13T19:30:19.583Z] #37 1.081 + bin=vndr [2019-10-13T19:30:19.583Z] #37 1.081 + shift [2019-10-13T19:30:19.583Z] #37 1.083 + '[' '!' -f ./vndr.installer ']' [2019-10-13T19:30:19.583Z] #37 1.083 + . ./vndr.installer [2019-10-13T19:30:19.583Z] #37 1.084 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:30:19.583Z] #37 1.086 + install_vndr [2019-10-13T19:30:19.583Z] #37 1.086 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-13T19:30:19.583Z] #37 1.086 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:30:19.583Z] #37 1.087 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.TNJbJ7UnKJ/src/github.com/LK4D4/vndr [2019-10-13T19:30:19.583Z] #37 1.139 Cloning into '/tmp/tmp.TNJbJ7UnKJ/src/github.com/LK4D4/vndr'... [2019-10-13T19:30:19.583Z] #37 3.158 + cd /tmp/tmp.TNJbJ7UnKJ/src/github.com/LK4D4/vndr [2019-10-13T19:30:19.584Z] #37 3.174 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-13T19:30:19.584Z] #37 3.199 + go build -buildmode=pie -v -o /build/vndr . [2019-10-13T19:30:19.584Z] #37 5.592 internal/race [2019-10-13T19:30:19.584Z] #37 5.715 runtime/internal/atomic [2019-10-13T19:30:19.584Z] #37 5.731 sync/atomic [2019-10-13T19:30:19.584Z] #37 5.798 internal/cpu [2019-10-13T19:30:19.584Z] #37 5.877 unicode [2019-10-13T19:30:19.584Z] #37 ... [2019-10-13T19:30:19.584Z] [2019-10-13T19:30:19.584Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:30:19.584Z] #34 5.966 sync/atomic [2019-10-13T19:30:19.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-13T19:30:19.918Z] #62 127.1 CC criu/plugin.o [2019-10-13T19:30:20.328Z] #62 127.6 CC criu/proc_parse.o [2019-10-13T19:30:20.328Z] #62 ... [2019-10-13T19:30:20.328Z] [2019-10-13T19:30:20.328Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:30:20.328Z] #18 9.266 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-13T19:30:20.328Z] #18 9.266 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-13T19:30:20.328Z] #18 9.292 Successfully built pyyaml pathspec [2019-10-13T19:30:20.328Z] #18 9.292 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-13T19:30:20.613Z] #34 7.020 internal/bytealg [2019-10-13T19:30:20.718Z] #18 9.643 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-13T19:30:20.718Z] #18 DONE 9.9s [2019-10-13T19:30:20.718Z] [2019-10-13T19:30:20.718Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:20.905Z] #34 7.296 math [2019-10-13T19:30:21.103Z] #62 ... [2019-10-13T19:30:21.103Z] [2019-10-13T19:30:21.103Z] #20 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-13T19:30:21.103Z] #20 DONE 0.2s [2019-10-13T19:30:21.103Z] [2019-10-13T19:30:21.103Z] #25 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-13T19:30:21.195Z] #34 7.472 unicode [2019-10-13T19:30:21.429Z] #17 ... [2019-10-13T19:30:21.429Z] [2019-10-13T19:30:21.429Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:21.429Z] #61 127.2 CC criu/kerndat.o [2019-10-13T19:30:21.429Z] #61 128.1 CC criu/libnetlink.o [2019-10-13T19:30:21.429Z] #61 128.4 CC criu/log.o [2019-10-13T19:30:21.429Z] #61 128.8 CC criu/lsm.o [2019-10-13T19:30:21.429Z] #61 129.2 CC criu/mem.o [2019-10-13T19:30:21.429Z] #61 130.5 CC criu/mount.o [2019-10-13T19:30:21.429Z] #61 133.0 CC criu/namespaces.o [2019-10-13T19:30:21.429Z] #61 ... [2019-10-13T19:30:21.429Z] [2019-10-13T19:30:21.429Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:30:21.429Z] #17 11.69 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-13T19:30:21.503Z] #25 DONE 0.4s [2019-10-13T19:30:21.503Z] [2019-10-13T19:30:21.503Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:21.689Z] #17 12.11 Collecting pyyaml (from yamllint==1.16.0) [2019-10-13T19:30:22.227Z] #34 8.703 internal/testlog [2019-10-13T19:30:22.339Z] #62 129.8 CC criu/protobuf-desc.o [2019-10-13T19:30:23.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-13T19:30:23.072Z] #17 13.38 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-13T19:30:23.167Z] #62 130.7 CC criu/protobuf.o [2019-10-13T19:30:23.567Z] #62 131.1 CC criu/pstree.o [2019-10-13T19:30:23.724Z] #34 ... [2019-10-13T19:30:23.724Z] [2019-10-13T19:30:23.724Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:30:23.724Z] #21 0.830 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:30:23.724Z] #21 0.841 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:30:23.724Z] #21 0.896 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:30:23.724Z] #21 0.914 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:30:23.724Z] #21 0.938 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:30:23.724Z] #21 2.576 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-13T19:30:23.724Z] #21 5.366 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-13T19:30:23.724Z] #21 7.396 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-13T19:30:23.724Z] #21 ... [2019-10-13T19:30:23.724Z] [2019-10-13T19:30:23.724Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:30:23.724Z] #19 1.095 + mktemp -d [2019-10-13T19:30:23.724Z] #19 1.104 + export GOPATH=/tmp/tmp.K64GrmAihY [2019-10-13T19:30:23.724Z] #19 1.113 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.K64GrmAihY/src/github.com/go-swagger/go-swagger [2019-10-13T19:30:23.724Z] #19 1.131 Cloning into '/tmp/tmp.K64GrmAihY/src/github.com/go-swagger/go-swagger'... [2019-10-13T19:30:23.724Z] #19 ... [2019-10-13T19:30:23.724Z] [2019-10-13T19:30:23.724Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:30:23.724Z] #39 0.806 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:30:23.724Z] #39 0.817 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:30:23.724Z] #39 0.861 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:30:23.724Z] #39 0.881 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:30:23.724Z] #39 0.906 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:30:23.724Z] #39 2.561 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-13T19:30:23.724Z] #39 5.546 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-13T19:30:23.724Z] #39 7.496 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-13T19:30:24.016Z] #39 ... [2019-10-13T19:30:24.016Z] [2019-10-13T19:30:24.016Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:30:24.016Z] #65 0.971 + RM_GOPATH=0 [2019-10-13T19:30:24.016Z] #65 0.971 + TMP_GOPATH= [2019-10-13T19:30:24.016Z] #65 0.971 + : /build/ [2019-10-13T19:30:24.016Z] #65 0.972 + '[' -z '' ']' [2019-10-13T19:30:24.016Z] #65 1.024 ++ mktemp -d [2019-10-13T19:30:24.016Z] #65 1.027 + export GOPATH=/tmp/tmp.OkK77jSCbn [2019-10-13T19:30:24.016Z] #65 1.027 + GOPATH=/tmp/tmp.OkK77jSCbn [2019-10-13T19:30:24.016Z] #65 1.029 + RM_GOPATH=1 [2019-10-13T19:30:24.016Z] #65 1.031 ++ dirname ./install.sh [2019-10-13T19:30:24.016Z] #65 1.038 + dir=. [2019-10-13T19:30:24.016Z] #65 1.039 + bin=rootlesskit [2019-10-13T19:30:24.016Z] #65 1.039 + shift [2019-10-13T19:30:24.016Z] #65 1.041 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-13T19:30:24.016Z] #65 1.042 + . ./rootlesskit.installer [2019-10-13T19:30:24.016Z] #65 1.043 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:30:24.016Z] #65 1.046 + install_rootlesskit [2019-10-13T19:30:24.016Z] #65 1.047 + case "$1" in [2019-10-13T19:30:24.016Z] #65 1.048 + export CGO_ENABLED=0 [2019-10-13T19:30:24.016Z] #65 1.049 + CGO_ENABLED=0 [2019-10-13T19:30:24.016Z] #65 1.050 + _install_rootlesskit [2019-10-13T19:30:24.016Z] #65 1.051 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-13T19:30:24.016Z] #65 1.052 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:30:24.016Z] #65 1.053 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.OkK77jSCbn/src/github.com/rootless-containers/rootlesskit [2019-10-13T19:30:24.016Z] #65 1.098 Cloning into '/tmp/tmp.OkK77jSCbn/src/github.com/rootless-containers/rootlesskit'... [2019-10-13T19:30:24.016Z] #65 8.283 + cd /tmp/tmp.OkK77jSCbn/src/github.com/rootless-containers/rootlesskit [2019-10-13T19:30:24.016Z] #65 8.285 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-13T19:30:24.016Z] #65 8.988 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-13T19:30:24.016Z] #65 8.988 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-13T19:30:24.016Z] #65 ... [2019-10-13T19:30:24.016Z] [2019-10-13T19:30:24.016Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:30:24.016Z] #59 0.954 + mktemp -d [2019-10-13T19:30:24.016Z] #59 0.957 + export GOPATH=/tmp/tmp.1BmwPk4WTs [2019-10-13T19:30:24.016Z] #59 0.961 + git clone https://github.com/docker/distribution.git /tmp/tmp.1BmwPk4WTs/src/github.com/docker/distribution [2019-10-13T19:30:24.016Z] #59 0.972 Cloning into '/tmp/tmp.1BmwPk4WTs/src/github.com/docker/distribution'... [2019-10-13T19:30:24.304Z] #59 ... [2019-10-13T19:30:24.304Z] [2019-10-13T19:30:24.304Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:30:24.304Z] #57 0.916 + RM_GOPATH=0 [2019-10-13T19:30:24.304Z] #57 0.925 + TMP_GOPATH= [2019-10-13T19:30:24.304Z] #57 0.927 + : /build [2019-10-13T19:30:24.304Z] #57 0.931 + '[' -z '' ']' [2019-10-13T19:30:24.304Z] #57 0.936 ++ mktemp -d [2019-10-13T19:30:24.304Z] #57 0.940 + export GOPATH=/tmp/tmp.CuOGuQkNXa [2019-10-13T19:30:24.304Z] #57 0.940 + GOPATH=/tmp/tmp.CuOGuQkNXa [2019-10-13T19:30:24.304Z] #57 0.940 + RM_GOPATH=1 [2019-10-13T19:30:24.304Z] #57 0.948 ++ dirname ./install.sh [2019-10-13T19:30:24.304Z] #57 1.019 + dir=. [2019-10-13T19:30:24.304Z] #57 1.019 + bin=dockercli [2019-10-13T19:30:24.304Z] #57 1.019 + shift [2019-10-13T19:30:24.304Z] #57 1.019 + '[' '!' -f ./dockercli.installer ']' [2019-10-13T19:30:24.304Z] #57 1.019 + . ./dockercli.installer [2019-10-13T19:30:24.304Z] #57 1.019 ++ : stable [2019-10-13T19:30:24.304Z] #57 1.019 ++ : 17.06.2-ce [2019-10-13T19:30:24.304Z] #57 1.020 + install_dockercli [2019-10-13T19:30:24.304Z] #57 1.021 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-13T19:30:24.304Z] #57 1.021 Install docker/cli version 17.06.2-ce from stable [2019-10-13T19:30:24.304Z] #57 1.024 ++ uname -m [2019-10-13T19:30:24.304Z] #57 1.029 + arch=ppc64le [2019-10-13T19:30:24.304Z] #57 1.077 + '[' ppc64le '!=' x86_64 ']' [2019-10-13T19:30:24.304Z] #57 1.079 + '[' ppc64le '!=' s390x ']' [2019-10-13T19:30:24.304Z] #57 1.079 + '[' ppc64le '!=' armhf ']' [2019-10-13T19:30:24.304Z] #57 1.079 + build_dockercli [2019-10-13T19:30:24.304Z] #57 1.079 + git clone https://github.com/docker/docker-ce /tmp/tmp.CuOGuQkNXa/tmp/docker-ce [2019-10-13T19:30:24.304Z] #57 1.083 Cloning into '/tmp/tmp.CuOGuQkNXa/tmp/docker-ce'... [2019-10-13T19:30:24.304Z] #57 ... [2019-10-13T19:30:24.304Z] [2019-10-13T19:30:24.304Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:30:24.304Z] #48 1.415 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:30:24.304Z] #48 1.428 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:30:24.304Z] #48 1.518 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:30:24.304Z] #48 1.548 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:30:24.304Z] #48 1.670 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:30:24.304Z] #48 3.631 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-13T19:30:24.304Z] #48 6.748 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-13T19:30:24.304Z] #48 8.697 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-13T19:30:24.435Z] #62 131.8 CC criu/rbtree.o [2019-10-13T19:30:24.435Z] #62 132.0 CC criu/rst-malloc.o [2019-10-13T19:30:24.592Z] #48 ... [2019-10-13T19:30:24.592Z] [2019-10-13T19:30:24.592Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:30:24.592Z] #10 0.997 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:30:24.592Z] #10 1.008 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:30:24.592Z] #10 1.152 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:30:24.592Z] #10 1.178 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:30:24.592Z] #10 1.257 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:30:24.592Z] #10 3.048 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-13T19:30:24.592Z] #10 6.021 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-13T19:30:24.592Z] #10 8.281 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-13T19:30:24.592Z] #10 ... [2019-10-13T19:30:24.592Z] [2019-10-13T19:30:24.592Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:30:24.592Z] #61 0.621 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:30:24.592Z] #61 0.634 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:30:24.592Z] #61 0.740 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:30:24.592Z] #61 0.753 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:30:24.592Z] #61 0.780 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:30:24.592Z] #61 1.798 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-13T19:30:24.592Z] #61 5.262 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-13T19:30:24.592Z] #61 6.846 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-13T19:30:24.811Z] #62 132.3 CC criu/seccomp.o [2019-10-13T19:30:24.886Z] #61 ... [2019-10-13T19:30:24.886Z] [2019-10-13T19:30:24.886Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:30:24.886Z] #54 0.829 + RM_GOPATH=0 [2019-10-13T19:30:24.886Z] #54 0.831 + TMP_GOPATH= [2019-10-13T19:30:24.886Z] #54 0.831 + : /build [2019-10-13T19:30:24.886Z] #54 0.831 + '[' -z '' ']' [2019-10-13T19:30:24.886Z] #54 0.831 ++ mktemp -d [2019-10-13T19:30:24.886Z] #54 0.850 + export GOPATH=/tmp/tmp.cq4tguNLrB [2019-10-13T19:30:24.886Z] #54 0.870 + GOPATH=/tmp/tmp.cq4tguNLrB [2019-10-13T19:30:24.886Z] #54 0.870 + RM_GOPATH=1 [2019-10-13T19:30:24.886Z] #54 0.881 ++ dirname ./install.sh [2019-10-13T19:30:24.886Z] #54 0.899 + dir=. [2019-10-13T19:30:24.886Z] #54 0.906 + bin=proxy [2019-10-13T19:30:24.886Z] #54 0.906 + shift [2019-10-13T19:30:24.886Z] #54 0.907 + '[' '!' -f ./proxy.installer ']' [2019-10-13T19:30:24.886Z] #54 0.910 + . ./proxy.installer [2019-10-13T19:30:24.886Z] #54 0.915 ++ : 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:30:24.886Z] #54 0.919 + install_proxy [2019-10-13T19:30:24.886Z] #54 0.924 + case "$1" in [2019-10-13T19:30:24.886Z] #54 0.925 + export CGO_ENABLED=0 [2019-10-13T19:30:24.886Z] #54 0.925 + CGO_ENABLED=0 [2019-10-13T19:30:24.886Z] #54 0.926 + _install_proxy [2019-10-13T19:30:24.886Z] #54 0.926 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-13T19:30:24.886Z] #54 0.927 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:30:24.886Z] #54 0.927 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.cq4tguNLrB/src/github.com/docker/libnetwork [2019-10-13T19:30:24.886Z] #54 0.936 Cloning into '/tmp/tmp.cq4tguNLrB/src/github.com/docker/libnetwork'... [2019-10-13T19:30:24.886Z] #54 ... [2019-10-13T19:30:24.886Z] [2019-10-13T19:30:24.886Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:30:24.886Z] #31 0.876 + RM_GOPATH=0 [2019-10-13T19:30:24.886Z] #31 0.883 + TMP_GOPATH= [2019-10-13T19:30:24.886Z] #31 0.884 + : /build [2019-10-13T19:30:24.886Z] #31 0.885 + '[' -z '' ']' [2019-10-13T19:30:24.886Z] #31 0.887 ++ mktemp -d [2019-10-13T19:30:24.886Z] #31 0.912 + export GOPATH=/tmp/tmp.XtjfQCmfhh [2019-10-13T19:30:24.886Z] #31 0.914 + GOPATH=/tmp/tmp.XtjfQCmfhh [2019-10-13T19:30:24.886Z] #31 0.914 + RM_GOPATH=1 [2019-10-13T19:30:24.886Z] #31 0.917 ++ dirname ./install.sh [2019-10-13T19:30:24.886Z] #31 0.921 + dir=. [2019-10-13T19:30:24.886Z] #31 0.921 + bin=gotestsum [2019-10-13T19:30:24.886Z] #31 0.921 + shift [2019-10-13T19:30:24.886Z] #31 0.922 + '[' '!' -f ./gotestsum.installer ']' [2019-10-13T19:30:24.886Z] #31 0.923 + . ./gotestsum.installer [2019-10-13T19:30:24.886Z] #31 0.923 ++ : v0.3.5 [2019-10-13T19:30:24.886Z] #31 0.924 + install_gotestsum [2019-10-13T19:30:24.886Z] #31 0.924 + echo 'Installing gotestsum version v0.3.5' [2019-10-13T19:30:24.886Z] #31 0.925 Installing gotestsum version v0.3.5 [2019-10-13T19:30:24.886Z] #31 0.925 + go get -d gotest.tools/gotestsum [2019-10-13T19:30:25.177Z] #31 ... [2019-10-13T19:30:25.177Z] [2019-10-13T19:30:25.177Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:30:25.177Z] #34 9.929 encoding [2019-10-13T19:30:25.177Z] #34 10.06 runtime [2019-10-13T19:30:25.177Z] #34 10.81 runtime/cgo [2019-10-13T19:30:25.233Z] #62 132.8 CC criu/seize.o [2019-10-13T19:30:25.361Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-13T19:30:25.613Z] #17 15.59 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-13T19:30:26.144Z] #62 133.6 CC criu/servicefd.o [2019-10-13T19:30:26.305Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-13T19:30:26.305Z] Using test binary docker [2019-10-13T19:30:26.305Z] +++ /etc/init.d/apparmor start [2019-10-13T19:30:26.305Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-13T19:30:26.305Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-13T19:30:26.305Z] Warning failed to create cache: (null) [2019-10-13T19:30:26.305Z] . [2019-10-13T19:30:26.305Z] INFO: Waiting for daemon to start... [2019-10-13T19:30:26.305Z] Starting dockerd [2019-10-13T19:30:26.305Z] +++ 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 [2019-10-13T19:30:26.534Z] #62 133.9 CC criu/shmem.o [2019-10-13T19:30:26.554Z] #17 16.70 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-13T19:30:26.952Z] #62 134.5 CC criu/sigframe.o [2019-10-13T19:30:26.952Z] #62 ... [2019-10-13T19:30:26.952Z] [2019-10-13T19:30:26.952Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:30:26.952Z] #46 144.2 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-13T19:30:26.952Z] #46 145.7 + mkdir -p /build [2019-10-13T19:30:26.952Z] #46 145.7 + cp runc /build/runc [2019-10-13T19:30:26.952Z] #46 DONE 145.8s [2019-10-13T19:30:27.382Z] [2019-10-13T19:30:27.382Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:27.382Z] #62 134.7 CC criu/signalfd.o [2019-10-13T19:30:27.382Z] #62 135.0 CC criu/sk-inet.o [2019-10-13T19:30:27.494Z] #17 17.84 Building wheels for collected packages: pyyaml, pathspec [2019-10-13T19:30:27.494Z] #17 17.84 Running setup.py bdist_wheel for pyyaml: started [2019-10-13T19:30:28.204Z] . [2019-10-13T19:30:28.204Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-13T19:30:28.204Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-13T19:30:28.204Z] Error: No such image: emptyfs [2019-10-13T19:30:28.204Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-13T19:30:28.204Z] ++++ docker load [2019-10-13T19:30:28.760Z] #62 136.1 CC criu/sk-netlink.o [2019-10-13T19:30:28.770Z] Running integration-test (iteration 1) [2019-10-13T19:30:28.770Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-13T19:30:28.770Z] ++ 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 [2019-10-13T19:30:28.770Z] ++ set -e [2019-10-13T19:30:28.770Z] ++ '[' -n 0 ']' [2019-10-13T19:30:28.770Z] ++ set -x [2019-10-13T19:30:28.770Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:30:28.878Z] #17 19.06 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-13T19:30:28.878Z] #17 19.06 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-13T19:30:28.878Z] #17 19.14 Running setup.py bdist_wheel for pathspec: started [2019-10-13T19:30:29.140Z] #17 ... [2019-10-13T19:30:29.140Z] [2019-10-13T19:30:29.140Z] #27 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:30:29.140Z] #27 DONE 196.5s [2019-10-13T19:30:29.140Z] [2019-10-13T19:30:29.140Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:29.140Z] #61 134.3 CC criu/net.o [2019-10-13T19:30:29.140Z] #61 136.8 CC criu/netfilter.o [2019-10-13T19:30:29.140Z] #61 137.1 CC criu/page-pipe.o [2019-10-13T19:30:29.140Z] #61 137.7 CC criu/page-xfer.o [2019-10-13T19:30:29.140Z] #61 138.6 CC criu/pagemap-cache.o [2019-10-13T19:30:29.140Z] #61 138.9 CC criu/pagemap.o [2019-10-13T19:30:29.140Z] #61 139.8 CC criu/parasite-syscall.o [2019-10-13T19:30:29.140Z] #61 140.5 CC criu/path.o [2019-10-13T19:30:29.140Z] #61 140.9 CC criu/pie-util-vdso-elf32.o [2019-10-13T19:30:29.140Z] #61 141.3 CC criu/pie-util-vdso.o [2019-10-13T19:30:29.296Z] #62 136.6 CC criu/sk-packet.o [2019-10-13T19:30:29.402Z] #61 141.6 CC criu/pie-util.o [2019-10-13T19:30:29.402Z] #61 141.8 CC criu/pipes.o [2019-10-13T19:30:29.708Z] #62 137.2 CC criu/sk-queue.o [2019-10-13T19:30:29.972Z] #61 ... [2019-10-13T19:30:29.972Z] [2019-10-13T19:30:29.972Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:30:29.972Z] #50 160.4 + bin/containerd [2019-10-13T19:30:30.094Z] #62 137.6 CC criu/sk-tcp.o [2019-10-13T19:30:30.492Z] #62 138.0 CC criu/sk-unix.o [2019-10-13T19:30:30.720Z] #34 ... [2019-10-13T19:30:30.720Z] [2019-10-13T19:30:30.720Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:30:30.720Z] #37 6.454 unicode/utf8 [2019-10-13T19:30:30.720Z] #37 7.067 math/bits [2019-10-13T19:30:30.720Z] #37 8.157 internal/bytealg [2019-10-13T19:30:30.720Z] #37 9.481 internal/testlog [2019-10-13T19:30:30.720Z] #37 10.52 math [2019-10-13T19:30:30.720Z] #37 10.77 unicode/utf16 [2019-10-13T19:30:30.720Z] #37 10.90 runtime [2019-10-13T19:30:30.720Z] #37 11.97 container/list [2019-10-13T19:30:30.720Z] #37 15.96 crypto/internal/subtle [2019-10-13T19:30:30.720Z] #37 16.53 crypto/subtle [2019-10-13T19:30:31.010Z] #37 17.31 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-13T19:30:31.638Z] #37 17.92 internal/nettrace [2019-10-13T19:30:31.883Z] #50 ... [2019-10-13T19:30:31.883Z] [2019-10-13T19:30:31.883Z] #17 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:30:31.883Z] #17 20.25 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-13T19:30:31.883Z] #17 20.25 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-13T19:30:31.883Z] #17 20.27 Successfully built pyyaml pathspec [2019-10-13T19:30:31.883Z] #17 20.27 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-13T19:30:31.883Z] #17 20.66 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-13T19:30:31.883Z] #17 DONE 22.0s [2019-10-13T19:30:31.883Z] [2019-10-13T19:30:31.883Z] #19 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-13T19:30:31.890Z] #62 139.3 CC criu/sockets.o [2019-10-13T19:30:32.143Z] #19 DONE 0.4s [2019-10-13T19:30:32.143Z] [2019-10-13T19:30:32.143Z] #24 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-13T19:30:32.266Z] #37 18.39 runtime/cgo [2019-10-13T19:30:32.288Z] #62 139.8 CC criu/stats.o [2019-10-13T19:30:32.697Z] #62 140.0 CC criu/string.o [2019-10-13T19:30:32.697Z] #62 140.1 CC criu/sysctl.o [2019-10-13T19:30:33.084Z] #24 DONE 1.0s [2019-10-13T19:30:33.084Z] [2019-10-13T19:30:33.084Z] #28 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-13T19:30:33.111Z] #62 140.7 CC criu/sysfs_parse.o [2019-10-13T19:30:33.344Z] #28 DONE 0.3s [2019-10-13T19:30:33.344Z] [2019-10-13T19:30:33.344Z] #31 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-13T19:30:33.524Z] #62 140.9 CC criu/timerfd.o [2019-10-13T19:30:33.611Z] #31 DONE 0.1s [2019-10-13T19:30:33.611Z] [2019-10-13T19:30:33.611Z] #34 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-13T19:30:33.611Z] #34 DONE 0.1s [2019-10-13T19:30:33.611Z] [2019-10-13T19:30:33.611Z] #37 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-13T19:30:33.929Z] #62 141.1 CC criu/tty.o [2019-10-13T19:30:34.185Z] #37 DONE 0.3s [2019-10-13T19:30:34.185Z] [2019-10-13T19:30:34.185Z] #42 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-13T19:30:34.185Z] #42 DONE 0.1s [2019-10-13T19:30:34.185Z] [2019-10-13T19:30:34.185Z] #46 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-13T19:30:34.445Z] #46 DONE 0.2s [2019-10-13T19:30:34.445Z] [2019-10-13T19:30:34.445Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:34.445Z] #61 142.5 CC criu/plugin.o [2019-10-13T19:30:34.445Z] #61 142.8 CC criu/proc_parse.o [2019-10-13T19:30:34.445Z] #61 144.9 CC criu/protobuf-desc.o [2019-10-13T19:30:34.445Z] #61 145.5 CC criu/protobuf.o [2019-10-13T19:30:34.445Z] #61 145.8 CC criu/pstree.o [2019-10-13T19:30:34.445Z] #61 146.8 CC criu/rbtree.o [2019-10-13T19:30:34.706Z] #61 147.0 CC criu/rst-malloc.o [2019-10-13T19:30:34.706Z] #61 147.2 CC criu/seccomp.o [2019-10-13T19:30:35.276Z] #61 147.8 CC criu/seize.o [2019-10-13T19:30:35.375Z] #62 142.5 CC criu/tun.o [2019-10-13T19:30:35.375Z] #62 143.0 CC criu/uffd.o [2019-10-13T19:30:35.375Z] #62 ... [2019-10-13T19:30:35.375Z] [2019-10-13T19:30:35.375Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:30:35.375Z] #59 181.9 + dpkg --print-architecture [2019-10-13T19:30:35.375Z] #59 181.9 + cd /tmp/tmp.WBDmJXAxsz/src/github.com/docker/distribution [2019-10-13T19:30:35.375Z] #59 181.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-13T19:30:35.797Z] #37 ... [2019-10-13T19:30:35.797Z] [2019-10-13T19:30:35.797Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:30:35.797Z] #39 21.92 Fetched 7720 kB in 21s (366 kB/s) [2019-10-13T19:30:35.847Z] #61 148.4 CC criu/servicefd.o [2019-10-13T19:30:36.199Z] #59 182.2 + GOPATH=/tmp/tmp.WBDmJXAxsz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.WBDmJXAxsz [2019-10-13T19:30:36.200Z] #59 182.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-13T19:30:36.417Z] #61 148.7 CC criu/shmem.o [2019-10-13T19:30:36.987Z] #61 149.4 CC criu/sigframe.o [2019-10-13T19:30:37.248Z] #61 149.5 CC criu/signalfd.o [2019-10-13T19:30:37.248Z] #61 149.7 CC criu/sk-inet.o [2019-10-13T19:30:38.190Z] #61 150.5 CC criu/sk-netlink.o [2019-10-13T19:30:38.190Z] #61 ... [2019-10-13T19:30:38.190Z] [2019-10-13T19:30:38.190Z] #56 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:30:38.190Z] #56 205.6 + return [2019-10-13T19:30:38.758Z] #56 DONE 206.0s [2019-10-13T19:30:38.758Z] [2019-10-13T19:30:38.758Z] #61 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:38.758Z] #61 150.8 CC criu/sk-packet.o [2019-10-13T19:30:39.080Z] #61 151.3 CC criu/sk-queue.o [2019-10-13T19:30:39.345Z] #61 151.7 CC criu/sk-tcp.o [2019-10-13T19:30:39.606Z] #61 152.1 CC criu/sk-unix.o [2019-10-13T19:30:41.343Z] #39 21.92 Reading package lists... [2019-10-13T19:30:41.343Z] #39 ... [2019-10-13T19:30:41.343Z] [2019-10-13T19:30:41.343Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:30:41.343Z] #59 25.35 + cd /tmp/tmp.1BmwPk4WTs/src/github.com/docker/distribution [2019-10-13T19:30:41.343Z] #59 25.35 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-13T19:30:41.516Z] #61 153.7 CC criu/sockets.o [2019-10-13T19:30:41.776Z] #61 154.4 CC criu/stats.o [2019-10-13T19:30:41.883Z] #59 ... [2019-10-13T19:30:41.883Z] [2019-10-13T19:30:41.883Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:30:41.883Z] #62 143.8 CC criu/util.o [2019-10-13T19:30:41.883Z] #62 145.1 CC criu/uts_ns.o [2019-10-13T19:30:41.883Z] #62 145.3 CC criu/vdso.o [2019-10-13T19:30:41.883Z] #62 145.7 LINK criu/built-in.o [2019-10-13T19:30:41.883Z] #62 145.8 LINK criu/criu [2019-10-13T19:30:41.883Z] #62 146.1 DEP lib/c/criu.d [2019-10-13T19:30:41.883Z] #62 146.2 CC images/rpc.pb-c.o [2019-10-13T19:30:41.883Z] #62 146.4 CC lib/c/criu.o [2019-10-13T19:30:41.883Z] #62 147.0 LINK lib/c/built-in.o [2019-10-13T19:30:41.883Z] #62 147.0 LINK lib/c/libcriu.so [2019-10-13T19:30:41.883Z] #62 147.1 GEN magic.py [2019-10-13T19:30:41.883Z] #62 147.2 Note: Building without setproctitle() and strlcpy() support. [2019-10-13T19:30:41.883Z] #62 147.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-13T19:30:41.883Z] #62 147.4 fatal: Not a git repository (or any of the parent directories): .git [2019-10-13T19:30:41.883Z] #62 147.8 make[1]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.2 make[1]: 'images/built-in.o' is up to date. [2019-10-13T19:30:41.883Z] #62 148.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-13T19:30:41.883Z] #62 148.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-13T19:30:41.883Z] #62 148.3 make[1]: 'compel/libcompel.a' is up to date. [2019-10-13T19:30:41.883Z] #62 148.3 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-13T19:30:41.883Z] #62 148.3 make[1]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-13T19:30:41.883Z] #62 148.5 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.5 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.5 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.6 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.7 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.7 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.7 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.8 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:41.883Z] #62 148.8 INSTALL criu/criu [2019-10-13T19:30:41.883Z] #62 DONE 148.9s [2019-10-13T19:30:41.883Z] [2019-10-13T19:30:41.883Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:30:42.346Z] #61 154.6 CC criu/string.o [2019-10-13T19:30:42.347Z] #61 154.7 CC criu/sysctl.o [2019-10-13T19:30:42.841Z] #59 29.26 + GOPATH=/tmp/tmp.1BmwPk4WTs/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1BmwPk4WTs go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-13T19:30:42.918Z] #61 155.2 CC criu/sysfs_parse.o [2019-10-13T19:30:43.178Z] #61 155.5 CC criu/timerfd.o [2019-10-13T19:30:43.441Z] #61 155.8 CC criu/tty.o [2019-10-13T19:30:44.944Z] #59 ... [2019-10-13T19:30:44.944Z] [2019-10-13T19:30:44.944Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:30:44.944Z] #39 21.92 Reading package lists... [2019-10-13T19:30:45.351Z] #61 157.4 CC criu/tun.o [2019-10-13T19:30:45.351Z] #61 157.8 CC criu/uffd.o [2019-10-13T19:30:46.292Z] #61 158.8 CC criu/util.o [2019-10-13T19:30:47.075Z] #39 32.16 Reading package lists... [2019-10-13T19:30:47.075Z] #39 ... [2019-10-13T19:30:47.075Z] [2019-10-13T19:30:47.075Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:30:47.075Z] #10 23.30 Fetched 7720 kB in 22s (346 kB/s) [2019-10-13T19:30:47.075Z] #10 23.30 Reading package lists... [2019-10-13T19:30:47.075Z] #10 ... [2019-10-13T19:30:47.075Z] [2019-10-13T19:30:47.075Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:30:47.075Z] #28 32.29 + cd /tmp/tmp.C830Qa2xyj/src/github.com/golangci/golangci-lint/ [2019-10-13T19:30:47.075Z] #28 32.29 + git checkout -q v1.17.1 [2019-10-13T19:30:47.075Z] #28 ... [2019-10-13T19:30:47.075Z] [2019-10-13T19:30:47.075Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:30:47.075Z] #61 23.58 Fetched 7720 kB in 22s (336 kB/s) [2019-10-13T19:30:47.300Z] #61 159.9 CC criu/uts_ns.o [2019-10-13T19:30:47.365Z] #61 23.58 Reading package lists... [2019-10-13T19:30:47.365Z] #61 ... [2019-10-13T19:30:47.365Z] [2019-10-13T19:30:47.365Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:30:47.365Z] #21 23.75 Fetched 7720 kB in 22s (337 kB/s) [2019-10-13T19:30:47.365Z] #21 23.75 Reading package lists... [2019-10-13T19:30:47.365Z] #21 ... [2019-10-13T19:30:47.365Z] [2019-10-13T19:30:47.365Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:30:47.365Z] #61 23.58 Reading package lists... [2019-10-13T19:30:47.572Z] #61 160.1 CC criu/vdso.o [2019-10-13T19:30:48.164Z] #61 160.5 LINK criu/built-in.o [2019-10-13T19:30:48.164Z] #61 160.6 LINK criu/criu [2019-10-13T19:30:48.401Z] #61 34.63 Reading package lists... [2019-10-13T19:30:48.401Z] #61 ... [2019-10-13T19:30:48.401Z] [2019-10-13T19:30:48.401Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:30:48.401Z] #37 24.78 vendor/golang.org/x/crypto/internal/subtle [2019-10-13T19:30:48.424Z] #61 160.9 DEP lib/c/criu.d [2019-10-13T19:30:48.683Z] #61 161.0 CC images/rpc.pb-c.o [2019-10-13T19:30:48.691Z] #37 ... [2019-10-13T19:30:48.691Z] [2019-10-13T19:30:48.691Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:30:48.691Z] #48 24.96 Fetched 7720 kB in 23s (327 kB/s) [2019-10-13T19:30:48.691Z] #48 24.96 Reading package lists... [2019-10-13T19:30:48.691Z] #48 ... [2019-10-13T19:30:48.691Z] [2019-10-13T19:30:48.691Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:30:49.252Z] #61 161.5 CC lib/c/criu.o [2019-10-13T19:30:50.191Z] #61 162.5 LINK lib/c/built-in.o [2019-10-13T19:30:50.191Z] #61 162.5 LINK lib/c/libcriu.so [2019-10-13T19:30:50.452Z] #61 162.7 GEN magic.py [2019-10-13T19:30:50.452Z] #61 162.8 Note: Building without setproctitle() and strlcpy() support. [2019-10-13T19:30:50.452Z] #61 162.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-13T19:30:51.022Z] #61 163.3 fatal: Not a git repository (or any of the parent directories): .git [2019-10-13T19:30:51.406Z] #21 34.21 Reading package lists... [2019-10-13T19:30:51.406Z] #21 ... [2019-10-13T19:30:51.406Z] [2019-10-13T19:30:51.406Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:30:51.406Z] #54 27.82 + cd /tmp/tmp.cq4tguNLrB/src/github.com/docker/libnetwork [2019-10-13T19:30:51.406Z] #54 27.82 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-13T19:30:51.406Z] #54 28.54 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-13T19:30:51.469Z] #28 ... [2019-10-13T19:30:51.469Z] [2019-10-13T19:30:51.469Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:30:51.469Z] #59 197.1 + rm -rf /tmp/tmp.WBDmJXAxsz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.WBDmJXAxsz [2019-10-13T19:30:51.469Z] #59 DONE 197.3s [2019-10-13T19:30:51.469Z] [2019-10-13T19:30:51.469Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:30:51.592Z] #61 164.0 make[1]: Nothing to be done for 'all'. [2019-10-13T19:30:51.696Z] #54 ... [2019-10-13T19:30:51.696Z] [2019-10-13T19:30:51.696Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:30:52.162Z] #61 164.7 make[1]: 'images/built-in.o' is up to date. [2019-10-13T19:30:52.422Z] #61 164.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-13T19:30:52.422Z] #61 164.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-13T19:30:52.422Z] #61 164.9 make[1]: 'compel/libcompel.a' is up to date. [2019-10-13T19:30:52.422Z] #61 164.9 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-13T19:30:52.422Z] #61 164.9 make[1]: Nothing to be done for 'all'. [2019-10-13T19:30:52.422Z] #61 165.0 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-13T19:30:52.683Z] #61 165.1 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:52.683Z] #61 165.2 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:52.683Z] #61 165.2 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:52.683Z] #61 165.3 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:52.943Z] #61 165.4 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:52.943Z] #61 165.4 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:52.943Z] #61 165.4 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:52.943Z] #61 165.5 make[2]: Nothing to be done for 'all'. [2019-10-13T19:30:53.201Z] #61 165.5 INSTALL criu/criu [2019-10-13T19:30:53.464Z] #61 DONE 166.0s [2019-10-13T19:30:53.464Z] [2019-10-13T19:30:53.464Z] #50 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:30:55.210Z] #48 35.41 Reading package lists... [2019-10-13T19:30:55.210Z] #48 ... [2019-10-13T19:30:55.210Z] [2019-10-13T19:30:55.210Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:30:55.210Z] #39 32.16 Reading package lists... [2019-10-13T19:30:57.262Z] #39 41.71 Building dependency tree... [2019-10-13T19:30:57.262Z] #39 ... [2019-10-13T19:30:57.262Z] [2019-10-13T19:30:57.262Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:30:57.262Z] #10 33.59 Reading package lists... [2019-10-13T19:30:57.553Z] #10 43.96 Building dependency tree... [2019-10-13T19:30:57.553Z] #10 ... [2019-10-13T19:30:57.553Z] [2019-10-13T19:30:57.553Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:30:57.553Z] #61 34.63 Reading package lists... [2019-10-13T19:30:57.553Z] #61 ... [2019-10-13T19:30:57.553Z] [2019-10-13T19:30:57.553Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:30:57.553Z] #28 33.77 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-13T19:30:57.843Z] #28 ... [2019-10-13T19:30:57.843Z] [2019-10-13T19:30:57.843Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:30:58.553Z] #28 ... [2019-10-13T19:30:58.553Z] [2019-10-13T19:30:58.553Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:30:58.553Z] #51 177.6 + bin/containerd [2019-10-13T19:30:59.904Z] #61 44.24 Building dependency tree... [2019-10-13T19:31:00.832Z] Loaded image: buildpack-deps:jessie [2019-10-13T19:31:00.832Z] Loaded image: busybox:latest [2019-10-13T19:31:00.832Z] Loaded image: busybox:glibc [2019-10-13T19:31:00.832Z] Loaded image: debian:jessie [2019-10-13T19:31:00.832Z] Loaded image: hello-world:latest [2019-10-13T19:31:00.832Z] INFO: Testing against a local daemon [2019-10-13T19:31:00.832Z] === RUN TestCgroupNamespacesBuild [2019-10-13T19:31:01.414Z] #61 47.69 The following additional packages will be installed: [2019-10-13T19:31:01.414Z] #61 47.70 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-13T19:31:01.414Z] #61 47.70 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-13T19:31:01.414Z] #61 47.71 Suggested packages: [2019-10-13T19:31:01.414Z] #61 47.73 manpages-dev python-setuptools [2019-10-13T19:31:01.914Z] #51 ... [2019-10-13T19:31:01.914Z] [2019-10-13T19:31:01.914Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:31:01.914Z] #28 DONE 207.5s [2019-10-13T19:31:01.914Z] [2019-10-13T19:31:01.914Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:31:01.914Z] #51 ... [2019-10-13T19:31:01.914Z] [2019-10-13T19:31:01.914Z] #29 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-13T19:31:01.914Z] #29 DONE 0.1s [2019-10-13T19:31:02.313Z] [2019-10-13T19:31:02.313Z] #32 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-13T19:31:02.313Z] #32 DONE 0.1s [2019-10-13T19:31:02.313Z] [2019-10-13T19:31:02.313Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:31:02.313Z] #51 ... [2019-10-13T19:31:02.313Z] [2019-10-13T19:31:02.313Z] #35 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-13T19:31:02.313Z] #35 DONE 0.1s [2019-10-13T19:31:02.313Z] [2019-10-13T19:31:02.313Z] #38 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-13T19:31:02.313Z] #38 DONE 0.1s [2019-10-13T19:31:02.313Z] [2019-10-13T19:31:02.313Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:31:02.708Z] #51 ... [2019-10-13T19:31:02.708Z] [2019-10-13T19:31:02.708Z] #43 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-13T19:31:02.708Z] #43 DONE 0.1s [2019-10-13T19:31:02.708Z] [2019-10-13T19:31:02.708Z] #47 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-13T19:31:02.708Z] #47 DONE 0.1s [2019-10-13T19:31:02.708Z] [2019-10-13T19:31:02.708Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:31:03.489Z] #61 ... [2019-10-13T19:31:03.490Z] [2019-10-13T19:31:03.490Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:31:03.490Z] #39 44.92 The following additional packages will be installed: [2019-10-13T19:31:03.490Z] #39 44.92 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-13T19:31:03.490Z] #39 44.93 Suggested packages: [2019-10-13T19:31:03.490Z] #39 44.94 codeblocks eclipse ninja-build lrzip [2019-10-13T19:31:03.490Z] #39 44.94 Recommended packages: [2019-10-13T19:31:03.490Z] #39 44.94 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-13T19:31:03.490Z] #39 46.19 The following NEW packages will be installed: [2019-10-13T19:31:03.490Z] #39 46.19 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-13T19:31:03.490Z] #39 46.20 vim-common xxd [2019-10-13T19:31:03.490Z] #39 46.39 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:31:03.490Z] #39 46.39 Need to get 13.4 MB of archives. [2019-10-13T19:31:03.490Z] #39 46.39 After this operation, 60.4 MB of additional disk space will be used. [2019-10-13T19:31:03.490Z] #39 46.39 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-13T19:31:03.490Z] #39 46.64 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-13T19:31:03.490Z] #39 46.66 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-13T19:31:03.490Z] #39 48.52 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-10-13T19:31:03.490Z] #39 48.69 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-13T19:31:03.490Z] #39 48.75 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-13T19:31:03.490Z] #39 48.77 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-13T19:31:03.490Z] #39 48.79 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-13T19:31:03.490Z] #39 49.36 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-13T19:31:03.490Z] #39 49.39 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-13T19:31:04.120Z] #39 ... [2019-10-13T19:31:04.120Z] [2019-10-13T19:31:04.120Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:04.120Z] #61 50.45 The following NEW packages will be installed: [2019-10-13T19:31:04.120Z] #61 50.46 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-13T19:31:04.120Z] #61 50.46 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-13T19:31:04.120Z] #61 50.47 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-13T19:31:04.120Z] #61 50.47 zlib1g-dev [2019-10-13T19:31:04.120Z] #61 50.64 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:31:04.120Z] #61 50.64 Need to get 3548 kB of archives. [2019-10-13T19:31:04.120Z] #61 50.64 After this operation, 21.2 MB of additional disk space will be used. [2019-10-13T19:31:04.120Z] #61 50.64 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-13T19:31:04.120Z] #61 50.68 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-13T19:31:04.410Z] #61 50.68 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-13T19:31:04.410Z] #61 50.70 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-13T19:31:04.410Z] #61 50.75 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-10-13T19:31:04.410Z] #61 50.81 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-13T19:31:04.410Z] #61 50.84 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-10-13T19:31:04.410Z] #61 50.86 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-10-13T19:31:04.410Z] #61 50.92 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-13T19:31:04.410Z] #61 51.06 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-13T19:31:04.701Z] #61 51.09 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-13T19:31:04.701Z] #61 51.29 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-13T19:31:04.991Z] #61 51.43 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-10-13T19:31:04.991Z] #61 51.45 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-13T19:31:04.991Z] #61 51.46 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-13T19:31:04.991Z] #61 51.51 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-13T19:31:05.670Z] #50 194.2 + bin/containerd-stress [2019-10-13T19:31:06.095Z] --- PASS: TestCgroupNamespacesBuild (6.07s) [2019-10-13T19:31:06.095Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-13T19:31:06.095Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-13T19:31:06.238Z] #50 196.7 + bin/containerd-shim [2019-10-13T19:31:06.494Z] #61 ... [2019-10-13T19:31:06.494Z] [2019-10-13T19:31:06.494Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-13T19:31:06.494Z] #10 43.96 Building dependency tree... [2019-10-13T19:31:06.494Z] #10 47.27 The following additional packages will be installed: [2019-10-13T19:31:06.494Z] #10 47.28 libapparmor1 libseccomp2 [2019-10-13T19:31:06.494Z] #10 47.29 Suggested packages: [2019-10-13T19:31:06.494Z] #10 47.29 seccomp [2019-10-13T19:31:06.494Z] #10 47.98 The following NEW packages will be installed: [2019-10-13T19:31:06.494Z] #10 48.01 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-13T19:31:06.494Z] #10 48.26 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:31:06.494Z] #10 48.26 Need to get 296 kB of archives. [2019-10-13T19:31:06.494Z] #10 48.26 After this operation, 1346 kB of additional disk space will be used. [2019-10-13T19:31:06.494Z] #10 48.26 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-10-13T19:31:06.494Z] #10 48.30 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-10-13T19:31:06.494Z] #10 48.31 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-10-13T19:31:06.494Z] #10 48.33 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-10-13T19:31:06.494Z] #10 50.63 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:31:06.494Z] #10 50.98 Fetched 296 kB in 0s (1959 kB/s) [2019-10-13T19:31:06.494Z] #10 51.14 Selecting previously unselected package libseccomp2:ppc64el. [2019-10-13T19:31:06.494Z] #10 51.14 (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 ... 14950 files and directories currently installed.) [2019-10-13T19:31:06.494Z] #10 51.32 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-13T19:31:06.494Z] #10 51.34 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-13T19:31:06.494Z] #10 51.59 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-10-13T19:31:06.494Z] #10 51.60 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-13T19:31:06.494Z] #10 51.62 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-13T19:31:06.494Z] #10 51.93 Selecting previously unselected package libapparmor1:ppc64el. [2019-10-13T19:31:06.494Z] #10 51.98 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-13T19:31:06.494Z] #10 51.99 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-13T19:31:06.494Z] #10 52.20 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-10-13T19:31:06.494Z] #10 52.21 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-13T19:31:06.494Z] #10 52.22 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-13T19:31:06.494Z] #10 52.68 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:06.494Z] #10 52.88 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-13T19:31:06.494Z] #10 52.92 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-13T19:31:06.494Z] #10 52.92 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-13T19:31:06.494Z] #10 52.93 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-13T19:31:06.494Z] #10 52.94 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:06.494Z] #10 DONE 53.2s [2019-10-13T19:31:06.796Z] [2019-10-13T19:31:06.797Z] #44 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:31:06.797Z] #44 DONE 0.1s [2019-10-13T19:31:06.797Z] [2019-10-13T19:31:06.797Z] #45 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-13T19:31:06.797Z] #45 DONE 0.1s [2019-10-13T19:31:06.797Z] [2019-10-13T19:31:06.797Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:07.083Z] #46 0.355 + RM_GOPATH=0 [2019-10-13T19:31:07.371Z] #46 0.356 + TMP_GOPATH= [2019-10-13T19:31:07.371Z] #46 0.356 + : /build [2019-10-13T19:31:07.371Z] #46 0.357 + '[' -z '' ']' [2019-10-13T19:31:07.371Z] #46 0.372 ++ mktemp -d [2019-10-13T19:31:07.371Z] #46 0.398 + export GOPATH=/tmp/tmp.2zuGhDeKRg [2019-10-13T19:31:07.371Z] #46 0.399 + GOPATH=/tmp/tmp.2zuGhDeKRg [2019-10-13T19:31:07.371Z] #46 0.399 + RM_GOPATH=1 [2019-10-13T19:31:07.371Z] #46 0.400 ++ dirname ./install.sh [2019-10-13T19:31:07.371Z] #46 0.403 + dir=. [2019-10-13T19:31:07.371Z] #46 0.404 + bin=runc [2019-10-13T19:31:07.371Z] #46 0.404 + shift [2019-10-13T19:31:07.371Z] #46 0.404 + '[' '!' -f ./runc.installer ']' [2019-10-13T19:31:07.371Z] #46 0.404 + . ./runc.installer [2019-10-13T19:31:07.371Z] #46 0.405 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-13T19:31:07.371Z] #46 0.406 + install_runc [2019-10-13T19:31:07.371Z] #46 0.407 + uname -r [2019-10-13T19:31:07.371Z] #46 0.431 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-13T19:31:07.371Z] #46 0.450 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-13T19:31:07.371Z] #46 0.457 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-13T19:31:07.371Z] #46 0.459 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-13T19:31:07.371Z] #46 0.459 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.2zuGhDeKRg/src/github.com/opencontainers/runc [2019-10-13T19:31:07.371Z] #46 0.523 Cloning into '/tmp/tmp.2zuGhDeKRg/src/github.com/opencontainers/runc'... [2019-10-13T19:31:07.689Z] #46 ... [2019-10-13T19:31:07.689Z] [2019-10-13T19:31:07.689Z] #21 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-13T19:31:07.689Z] #21 34.21 Reading package lists... [2019-10-13T19:31:07.689Z] #21 44.52 Building dependency tree... [2019-10-13T19:31:07.689Z] #21 48.82 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-13T19:31:07.689Z] #21 48.82 The following additional packages will be installed: [2019-10-13T19:31:07.689Z] #21 48.83 libjq1 libonig4 [2019-10-13T19:31:07.689Z] #21 49.56 The following NEW packages will be installed: [2019-10-13T19:31:07.689Z] #21 49.59 jq libjq1 libonig4 [2019-10-13T19:31:07.689Z] #21 49.82 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:31:07.689Z] #21 49.82 Need to get 310 kB of archives. [2019-10-13T19:31:07.689Z] #21 49.82 After this operation, 1267 kB of additional disk space will be used. [2019-10-13T19:31:07.689Z] #21 49.82 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-13T19:31:07.689Z] #21 49.87 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-13T19:31:07.689Z] #21 49.88 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-13T19:31:07.689Z] #21 51.92 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:31:07.689Z] #21 52.33 Fetched 310 kB in 0s (2501 kB/s) [2019-10-13T19:31:07.689Z] #21 52.52 Selecting previously unselected package libonig4:ppc64el. [2019-10-13T19:31:07.689Z] #21 52.52 (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 ... 14950 files and directories currently installed.) [2019-10-13T19:31:07.689Z] #21 52.60 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-10-13T19:31:07.689Z] #21 52.64 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-13T19:31:07.689Z] #21 53.03 Selecting previously unselected package libjq1:ppc64el. [2019-10-13T19:31:07.689Z] #21 53.03 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-13T19:31:07.689Z] #21 53.03 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-13T19:31:07.689Z] #21 53.24 Selecting previously unselected package jq. [2019-10-13T19:31:07.689Z] #21 53.30 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-13T19:31:07.689Z] #21 53.31 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-13T19:31:07.689Z] #21 53.64 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-13T19:31:07.689Z] #21 53.65 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-13T19:31:07.689Z] #21 53.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:07.689Z] #21 53.89 Setting up jq (1.5+dfsg-1.3) ... [2019-10-13T19:31:07.689Z] #21 DONE 54.1s [2019-10-13T19:31:07.689Z] [2019-10-13T19:31:07.689Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-13T19:31:07.689Z] #11 DONE 1.0s [2019-10-13T19:31:07.689Z] [2019-10-13T19:31:07.689Z] #23 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-13T19:31:07.689Z] #23 DONE 0.1s [2019-10-13T19:31:07.689Z] [2019-10-13T19:31:07.689Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:31:07.689Z] #39 51.34 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:31:07.689Z] #39 51.86 Fetched 13.4 MB in 3s (4345 kB/s) [2019-10-13T19:31:07.689Z] #39 52.10 Selecting previously unselected package cmake-data. [2019-10-13T19:31:07.689Z] #39 52.10 (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 ... 14950 files and directories currently installed.) [2019-10-13T19:31:07.689Z] #39 52.22 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-13T19:31:07.689Z] #39 52.25 Unpacking cmake-data (3.7.2-1) ... [2019-10-13T19:31:08.323Z] #39 ... [2019-10-13T19:31:08.323Z] [2019-10-13T19:31:08.323Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-13T19:31:08.323Z] #12 DONE 0.8s [2019-10-13T19:31:08.323Z] [2019-10-13T19:31:08.323Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:31:08.323Z] #48 35.41 Reading package lists... [2019-10-13T19:31:08.323Z] #48 45.20 Building dependency tree... [2019-10-13T19:31:08.323Z] #48 49.11 The following additional packages will be installed: [2019-10-13T19:31:08.323Z] #48 49.12 btrfs-progs liblzo2-2 [2019-10-13T19:31:08.323Z] #48 49.46 The following NEW packages will be installed: [2019-10-13T19:31:08.323Z] #48 49.47 btrfs-progs btrfs-tools liblzo2-2 [2019-10-13T19:31:08.323Z] #48 49.65 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:31:08.323Z] #48 49.65 Need to get 588 kB of archives. [2019-10-13T19:31:08.323Z] #48 49.65 After this operation, 5005 kB of additional disk space will be used. [2019-10-13T19:31:08.323Z] #48 49.65 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-13T19:31:08.323Z] #48 49.69 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-13T19:31:08.323Z] #48 49.77 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-13T19:31:08.323Z] #48 51.75 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:31:08.323Z] #48 52.08 Fetched 588 kB in 0s (3081 kB/s) [2019-10-13T19:31:08.323Z] #48 52.42 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-13T19:31:08.323Z] #48 52.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-13T19:31:08.323Z] #48 52.56 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-13T19:31:08.323Z] #48 52.57 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-13T19:31:08.323Z] #48 52.76 Selecting previously unselected package btrfs-progs. [2019-10-13T19:31:08.323Z] #48 52.78 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-13T19:31:08.323Z] #48 52.78 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-13T19:31:08.323Z] #48 54.36 Selecting previously unselected package btrfs-tools. [2019-10-13T19:31:08.323Z] #48 54.37 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-13T19:31:08.323Z] #48 54.40 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-13T19:31:08.323Z] #48 54.68 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:08.323Z] #48 54.83 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-13T19:31:08.323Z] #48 54.84 Setting up btrfs-progs (4.7.3-1) ... [2019-10-13T19:31:08.323Z] #48 54.84 Setting up btrfs-tools (4.7.3-1) ... [2019-10-13T19:31:08.323Z] #48 54.85 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:08.611Z] #48 ... [2019-10-13T19:31:08.611Z] [2019-10-13T19:31:08.611Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:08.611Z] #61 53.61 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:31:08.611Z] #61 54.09 Fetched 3548 kB in 0s (3684 kB/s) [2019-10-13T19:31:08.611Z] #61 54.35 Selecting previously unselected package libnet1:ppc64el. [2019-10-13T19:31:08.611Z] #61 54.35 (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 ... 14950 files and directories currently installed.) [2019-10-13T19:31:08.611Z] #61 54.49 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-13T19:31:08.611Z] #61 54.50 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-13T19:31:08.611Z] #61 54.74 Selecting previously unselected package libcap-dev:ppc64el. [2019-10-13T19:31:08.611Z] #61 54.74 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-13T19:31:08.611Z] #61 54.74 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-13T19:31:08.611Z] [2019-10-13T19:31:08.611Z] #61 ... [2019-10-13T19:31:08.611Z] [2019-10-13T19:31:08.611Z] #48 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-13T19:31:08.611Z] #48 DONE 55.1s [2019-10-13T19:31:08.611Z] [2019-10-13T19:31:08.611Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:08.611Z] #61 55.14 Selecting previously unselected package libnet1-dev. [2019-10-13T19:31:08.611Z] #61 55.19 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-13T19:31:08.672Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.51s) [2019-10-13T19:31:08.672Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-13T19:31:08.672Z] === RUN TestBuildWithSession [2019-10-13T19:31:08.672Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-13T19:31:08.672Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:31:08.672Z] === RUN TestBuildSquashParent [2019-10-13T19:31:08.899Z] #61 55.21 Unpacking libnet1-dev (1.1.6+dfsg-3) ...#61 ... [2019-10-13T19:31:08.899Z] [2019-10-13T19:31:08.899Z] #49 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:31:08.899Z] #49 DONE 0.1s [2019-10-13T19:31:08.899Z] [2019-10-13T19:31:08.899Z] #50 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-13T19:31:08.899Z] #50 DONE 0.1s [2019-10-13T19:31:08.899Z] [2019-10-13T19:31:08.899Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:08.899Z] #61 55.21 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-13T19:31:08.899Z] #61 ... [2019-10-13T19:31:08.899Z] [2019-10-13T19:31:08.899Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-13T19:31:08.899Z] #13 0.399 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-13T19:31:08.899Z] #13 DONE 0.5s [2019-10-13T19:31:09.189Z] [2019-10-13T19:31:09.189Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-13T19:31:09.817Z] #14 DONE 0.6s [2019-10-13T19:31:09.817Z] [2019-10-13T19:31:09.817Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:31:09.817Z] #51 0.366 + RM_GOPATH=0 [2019-10-13T19:31:09.817Z] #51 0.366 + TMP_GOPATH= [2019-10-13T19:31:09.817Z] #51 0.366 + : /build [2019-10-13T19:31:09.817Z] #51 0.366 + '[' -z '' ']' [2019-10-13T19:31:09.817Z] #51 0.368 ++ mktemp -d [2019-10-13T19:31:09.817Z] #51 0.374 + export GOPATH=/tmp/tmp.z29xeC6aaB [2019-10-13T19:31:09.817Z] #51 0.375 + GOPATH=/tmp/tmp.z29xeC6aaB [2019-10-13T19:31:09.817Z] #51 0.375 + RM_GOPATH=1 [2019-10-13T19:31:09.817Z] #51 0.378 ++ dirname ./install.sh [2019-10-13T19:31:09.817Z] #51 0.384 + dir=. [2019-10-13T19:31:09.817Z] #51 0.385 + bin=containerd [2019-10-13T19:31:09.817Z] #51 0.385 + shift [2019-10-13T19:31:09.817Z] #51 0.385 + '[' '!' -f ./containerd.installer ']' [2019-10-13T19:31:09.817Z] #51 0.385 + . ./containerd.installer [2019-10-13T19:31:09.817Z] #51 0.386 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:31:09.817Z] #51 0.388 + install_containerd [2019-10-13T19:31:09.817Z] #51 0.389 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:31:09.817Z] #51 0.389 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-13T19:31:09.818Z] #51 0.389 + git clone https://github.com/containerd/containerd.git /tmp/tmp.z29xeC6aaB/src/github.com/containerd/containerd [2019-10-13T19:31:09.818Z] #51 0.401 Cloning into '/tmp/tmp.z29xeC6aaB/src/github.com/containerd/containerd'... [2019-10-13T19:31:10.106Z] #51 ... [2019-10-13T19:31:10.106Z] [2019-10-13T19:31:10.106Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-13T19:31:10.106Z] #15 DONE 0.5s [2019-10-13T19:31:10.106Z] [2019-10-13T19:31:10.106Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:10.106Z] #61 55.74 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-13T19:31:10.106Z] #61 55.76 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-13T19:31:10.106Z] #61 55.77 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-13T19:31:10.106Z] #61 56.08 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-13T19:31:10.106Z] #61 56.10 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-13T19:31:10.106Z] #61 56.13 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-13T19:31:10.396Z] #61 56.80 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-13T19:31:10.397Z] #61 56.81 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-13T19:31:10.397Z] #61 56.83 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-13T19:31:10.397Z] #61 56.96 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-13T19:31:10.397Z] #61 56.98 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-13T19:31:10.397Z] #61 56.98 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-13T19:31:10.686Z] #61 57.19 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-13T19:31:10.686Z] #61 57.19 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-13T19:31:10.686Z] #61 57.21 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-13T19:31:10.977Z] #61 ... [2019-10-13T19:31:10.977Z] [2019-10-13T19:31:10.977Z] #16 [dev 6/24] RUN ldconfig [2019-10-13T19:31:10.977Z] #16 DONE 0.8s [2019-10-13T19:31:10.977Z] [2019-10-13T19:31:10.977Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:31:10.977Z] #39 56.88 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-13T19:31:10.977Z] #39 56.90 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-13T19:31:10.977Z] #39 56.91 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-13T19:31:10.977Z] #39 57.22 Selecting previously unselected package libicu57:ppc64el. [2019-10-13T19:31:10.977Z] #39 57.23 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-13T19:31:10.977Z] #39 57.24 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-13T19:31:12.811Z] #50 202.2 + bin/containerd-shim-runc-v1 [2019-10-13T19:31:14.714Z] #50 205.0 + bin/containerd-shim-runc-v2 [2019-10-13T19:31:15.653Z] #50 206.1 + binaries [2019-10-13T19:31:15.653Z] #50 206.1 + mkdir -p /build [2019-10-13T19:31:15.653Z] #50 206.1 + cp bin/containerd /build/containerd [2019-10-13T19:31:15.653Z] #50 206.1 + cp bin/containerd-shim /build/containerd-shim [2019-10-13T19:31:15.653Z] #50 206.1 + cp bin/ctr /build/ctr [2019-10-13T19:31:16.221Z] #50 DONE 206.6s [2019-10-13T19:31:16.537Z] #39 ... [2019-10-13T19:31:16.537Z] [2019-10-13T19:31:16.537Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:16.537Z] #24 5.612 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-13T19:31:16.537Z] #24 7.218 [2019-10-13T19:31:16.537Z] #24 7.929 ##### 8.1% ########## 14.4% ################# 24.3% ###################### 31.8% ########################## 36.1% ############################# 40.4% ################################# 46.8% #################################### 51.1% ######################################### [2019-10-13T19:31:16.537Z] #24 ... [2019-10-13T19:31:16.537Z] [2019-10-13T19:31:16.537Z] #54 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:31:16.537Z] #54 DONE 62.9s [2019-10-13T19:31:16.537Z] [2019-10-13T19:31:16.537Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:16.537Z] #24 7.929 ##### 8.1% ########## 14.4% ################# 24.3% ###################### 31.8% ########################## 36.1% ############################# 40.4% ################################# 46.8% #################################### 51.1% ######################################### 57.4% ###### [2019-10-13T19:31:16.537Z] #24 ... [2019-10-13T19:31:16.537Z] [2019-10-13T19:31:16.537Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:16.537Z] #61 57.88 Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-13T19:31:16.537Z] #61 57.89 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-13T19:31:16.537Z] #61 57.89 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-13T19:31:16.537Z] #61 58.83 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-13T19:31:16.537Z] #61 58.84 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-13T19:31:16.537Z] #61 58.86 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-13T19:31:16.537Z] #61 59.33 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-13T19:31:16.537Z] #61 59.38 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-13T19:31:16.537Z] #61 59.39 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-13T19:31:16.537Z] #61 61.58 Selecting previously unselected package libprotoc10:ppc64el. [2019-10-13T19:31:16.537Z] #61 61.60 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-13T19:31:16.537Z] #61 61.61 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-13T19:31:16.537Z] #61 62.63 Selecting previously unselected package protobuf-c-compiler. [2019-10-13T19:31:16.537Z] #61 62.67 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-13T19:31:16.537Z] #61 62.68 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-13T19:31:16.537Z] #61 62.88 Selecting previously unselected package protobuf-compiler. [2019-10-13T19:31:16.537Z] #61 62.89 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-13T19:31:16.537Z] #61 62.89 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-13T19:31:16.859Z] #61 63.27 Selecting previously unselected package python-pkg-resources. [2019-10-13T19:31:17.148Z] #61 63.45 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-13T19:31:17.148Z] #61 63.48 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-13T19:31:17.148Z] #61 ... [2019-10-13T19:31:17.148Z] [2019-10-13T19:31:17.148Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:17.597Z] [2019-10-13T19:31:17.597Z] #51 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-13T19:31:17.856Z] #51 DONE 0.3s [2019-10-13T19:31:17.856Z] [2019-10-13T19:31:17.856Z] #54 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-13T19:31:17.856Z] #54 DONE 0.1s [2019-10-13T19:31:18.016Z] #24 7.929 ##### 8.1% ########## 14.4% ################# 24.3% ###################### 31.8% ########################## 36.1% ############################# 40.4% ################################# 46.8% #################################### 51.1% ######################################### 57.4% ############################################# 63.8% ################################################## 70.2% ######################################################## 78.7% ########################################################### 83.0% ############################################################## 87.3% ################################################################# 91.5% #################################################################### 95.8% ######################################################################## 100.0% [2019-10-13T19:31:18.114Z] [2019-10-13T19:31:18.114Z] #57 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-13T19:31:18.114Z] #57 DONE 0.2s [2019-10-13T19:31:18.114Z] [2019-10-13T19:31:18.114Z] #59 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-13T19:31:18.373Z] #59 DONE 0.2s [2019-10-13T19:31:18.373Z] [2019-10-13T19:31:18.373Z] #62 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-13T19:31:18.631Z] #62 DONE 0.1s [2019-10-13T19:31:18.631Z] [2019-10-13T19:31:18.631Z] #66 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-13T19:31:18.631Z] #66 DONE 0.2s [2019-10-13T19:31:18.631Z] [2019-10-13T19:31:18.631Z] #68 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-13T19:31:18.890Z] #68 DONE 0.2s [2019-10-13T19:31:18.890Z] [2019-10-13T19:31:18.890Z] #69 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-13T19:31:18.890Z] #69 DONE 0.0s [2019-10-13T19:31:18.890Z] [2019-10-13T19:31:18.890Z] #70 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-13T19:31:19.514Z] #24 11.57 [2019-10-13T19:31:20.388Z] #24 12.22 ############### 21.8% ############################# 41.5% ######################################################## 77.9% ################################################################ 89.4% ######################################################################## 100.0% [2019-10-13T19:31:20.793Z] #70 DONE 1.7s [2019-10-13T19:31:20.793Z] [2019-10-13T19:31:20.793Z] #71 exporting to image [2019-10-13T19:31:20.793Z] #71 exporting layers [2019-10-13T19:31:20.889Z] --- PASS: TestBuildSquashParent (10.81s) [2019-10-13T19:31:20.889Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-10-13T19:31:20.889Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-13T19:31:20.889Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:31:20.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:31:20.889Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:31:20.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:31:20.889Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:31:20.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:31:20.889Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:31:20.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:31:20.889Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:31:20.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:31:20.889Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:31:20.889Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:31:20.889Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:31:20.889Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:31:21.018Z] #24 ... [2019-10-13T19:31:21.018Z] [2019-10-13T19:31:21.018Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:31:21.018Z] #17 0.835 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-13T19:31:21.018Z] #17 0.846 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-13T19:31:21.018Z] #17 0.939 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-13T19:31:21.018Z] #17 0.962 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-13T19:31:21.018Z] #17 1.058 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-13T19:31:21.018Z] #17 3.091 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-13T19:31:21.018Z] #17 7.316 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-13T19:31:21.018Z] #17 9.915 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-13T19:31:21.018Z] #17 ... [2019-10-13T19:31:21.018Z] [2019-10-13T19:31:21.018Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:31:21.018Z] #34 66.80 sync [2019-10-13T19:31:21.018Z] #34 66.81 internal/reflectlite [2019-10-13T19:31:22.929Z] #51 201.5 + bin/containerd-stress [2019-10-13T19:31:23.418Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:31:23.418Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:31:23.732Z] #34 ... [2019-10-13T19:31:23.732Z] [2019-10-13T19:31:23.732Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:31:23.732Z] #31 59.93 + cd /tmp/tmp.XtjfQCmfhh/src/gotest.tools/gotestsum [2019-10-13T19:31:23.732Z] #31 59.93 + git checkout -q v0.3.5 [2019-10-13T19:31:23.732Z] #31 60.13 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-13T19:31:23.732Z] #31 ... [2019-10-13T19:31:23.732Z] [2019-10-13T19:31:23.732Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:23.732Z] #24 14.39 [2019-10-13T19:31:24.605Z] #24 15.09 #### 6.2% ######### 13.7% ############# 18.9% ################# 24.0% ##################### 29.2% ########################## 36.9% ################################ 44.6% ##################################### 52.4% ######################################### 57.6% ############################################# 62.7% ################################################## 70.5% ######################################################## 78.2% ############################################################### 88.5% ####################################################################### 98.8% ######################################################################## 100.0% [2019-10-13T19:31:24.786Z] #51 203.5 + bin/containerd-shim [2019-10-13T19:31:25.625Z] #24 17.90 [2019-10-13T19:31:26.064Z] #71 exporting layers 4.6s done [2019-10-13T19:31:26.064Z] #71 writing image sha256:817e0b8da9423282e6f9850e8a41e20c9c2dabbf7d2e99855385a4a18e81fb57 done [2019-10-13T19:31:26.064Z] #71 naming to docker.io/library/docker:aa655a4d73693741cd3f8bc44566eb34585b3303 done [2019-10-13T19:31:26.064Z] #71 DONE 4.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-13T19:31:26.406Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/test/unit [2019-10-13T19:31:26.702Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:31:26.959Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:31:27.750Z] #24 18.58 # 1.7% ## 3.5% ### 5.3% ##### 7.1% ####### 9.8% ######## 12.5% ########## 15.1% ############ 17.8% ############## 19.6% ################ 23.2% ################### 27.7% ###################### 31.2% ######################## 33.9% ########################## 36.3% ########################### [2019-10-13T19:31:27.751Z] #24 ... [2019-10-13T19:31:27.751Z] [2019-10-13T19:31:27.751Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:27.751Z] #61 64.30 Selecting previously unselected package python-protobuf. [2019-10-13T19:31:27.751Z] #61 64.30 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-13T19:31:27.751Z] #61 64.31 Unpacking python-protobuf (3.0.0-9) ... [2019-10-13T19:31:27.751Z] #61 65.45 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-13T19:31:27.751Z] #61 65.62 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-13T19:31:27.751Z] #61 65.63 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-13T19:31:27.751Z] #61 73.62 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-13T19:31:27.751Z] #61 73.63 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-13T19:31:27.751Z] #61 73.65 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:27.751Z] #61 73.77 Setting up python-protobuf (3.0.0-9) ... [2019-10-13T19:31:28.040Z] #61 ... [2019-10-13T19:31:28.040Z] [2019-10-13T19:31:28.040Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:28.040Z] #46 21.12 + cd /tmp/tmp.2zuGhDeKRg/src/github.com/opencontainers/runc [2019-10-13T19:31:28.040Z] #46 21.12 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-13T19:31:29.076Z] ................................................ [ 29%] [2019-10-13T19:31:29.101Z] #46 22.02 + '[' -z '' ']' [2019-10-13T19:31:29.101Z] #46 22.02 + target=static [2019-10-13T19:31:29.101Z] #46 22.02 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-13T19:31:30.242Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-13T19:31:30.242Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.67s) [2019-10-13T19:31:30.242Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (4.14s) [2019-10-13T19:31:30.242Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.78s) [2019-10-13T19:31:30.242Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.58s) [2019-10-13T19:31:30.242Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.31s) [2019-10-13T19:31:30.242Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.25s) [2019-10-13T19:31:30.242Z] === RUN TestBuildMultiStageCopy [2019-10-13T19:31:30.242Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-13T19:31:30.707Z] ? github.com/docker/docker/api [no test files] [2019-10-13T19:31:31.465Z] #51 209.9 + bin/containerd-shim-runc-v1 [2019-10-13T19:31:33.523Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-13T19:31:33.572Z] #46 ... [2019-10-13T19:31:33.572Z] [2019-10-13T19:31:33.572Z] #39 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-13T19:31:33.572Z] #39 70.04 Selecting previously unselected package libxml2:ppc64el. [2019-10-13T19:31:33.572Z] #39 70.06 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-13T19:31:33.572Z] #39 70.06 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-13T19:31:33.572Z] #39 71.05 Selecting previously unselected package libarchive13:ppc64el. [2019-10-13T19:31:33.572Z] #39 71.09 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-13T19:31:33.572Z] #39 71.09 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-13T19:31:33.572Z] #39 71.75 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-13T19:31:33.572Z] #39 71.81 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-13T19:31:33.572Z] #39 71.83 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-13T19:31:33.572Z] #39 72.07 Selecting previously unselected package libuv1:ppc64el. [2019-10-13T19:31:33.572Z] #39 72.11 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-13T19:31:33.572Z] #39 72.12 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-13T19:31:33.572Z] #39 72.31 Selecting previously unselected package cmake. [2019-10-13T19:31:33.572Z] #39 72.35 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-13T19:31:33.572Z] #39 72.57 Unpacking cmake (3.7.2-1) ... [2019-10-13T19:31:33.572Z] #39 77.58 Selecting previously unselected package xxd. [2019-10-13T19:31:33.572Z] #39 77.59 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-13T19:31:33.572Z] #39 77.60 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:31:33.572Z] #39 77.86 Selecting previously unselected package vim-common. [2019-10-13T19:31:33.572Z] #39 77.87 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:31:33.572Z] #39 77.90 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:31:33.572Z] #39 78.43 Processing triggers for mime-support (3.60) ... [2019-10-13T19:31:33.572Z] #39 78.74 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:31:33.572Z] #39 78.74 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-13T19:31:33.572Z] #39 78.76 Setting up cmake-data (3.7.2-1) ... [2019-10-13T19:31:33.572Z] #39 78.80 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-13T19:31:33.572Z] #39 78.80 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-13T19:31:33.572Z] #39 78.81 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:33.572Z] #39 78.98 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:31:33.572Z] #39 78.98 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-13T19:31:33.572Z] #39 79.00 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-13T19:31:33.572Z] #39 79.01 Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-13T19:31:33.572Z] #39 79.03 Setting up cmake (3.7.2-1) ... [2019-10-13T19:31:33.572Z] #39 79.28 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:33.572Z] #39 DONE 79.6s [2019-10-13T19:31:33.572Z] [2019-10-13T19:31:33.572Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:33.572Z] #24 18.58 # 1.7% ## 3.5% ### 5.3% ##### 7.1% ####### 9.8% ######## 12.5% ########## 15.1% ############ 17.8% ############## 19.6% ################ 23.2% ################### 27.7% ###################### 31.2% ######################## 33.9% ########################## 36.3% ########################### 38.1% ############################# 40.8% ############################### 44.4% ################################# 47.0% ##################################### 51.5% ###################################### 54.2% ######################################## 56.8% ########################################## 59.5% ############################################ 62.4% ############################################## 64.3% ################################################ 67.0% ################################################## 69.7% #################################################### 73.3% ####################################################### 76.5% ####################################################### 77.5% ######################################################### 80.0% ########################################################### 82.7% ############################################################# 85.3% ############################################################### 88.0% ################################################################# 91.6% ################################################################### 94.3% ##################################################################### 96.7% ####################################################################### 98.6% ######################################################################## 100.0% [2019-10-13T19:31:33.572Z] #24 23.20 [2019-10-13T19:31:33.572Z] #24 ... [2019-10-13T19:31:33.572Z] [2019-10-13T19:31:33.572Z] #40 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:31:33.572Z] #40 DONE 0.1s [2019-10-13T19:31:33.572Z] [2019-10-13T19:31:33.572Z] #41 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-13T19:31:33.572Z] #41 DONE 0.1s [2019-10-13T19:31:33.572Z] [2019-10-13T19:31:33.572Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:31:33.572Z] #19 76.75 + cd /tmp/tmp.K64GrmAihY/src/github.com/go-swagger/go-swagger [2019-10-13T19:31:33.572Z] #19 76.76 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-13T19:31:33.781Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-13T19:31:33.860Z] #19 80.27 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-13T19:31:34.022Z] #51 212.9 + bin/containerd-shim-runc-v2 [2019-10-13T19:31:34.713Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-13T19:31:34.820Z] #51 213.9 + binaries [2019-10-13T19:31:34.820Z] #51 213.9 + mkdir -p /build [2019-10-13T19:31:34.820Z] #51 213.9 + cp bin/containerd /build/containerd [2019-10-13T19:31:34.820Z] #51 214.0 + cp bin/containerd-shim /build/containerd-shim [2019-10-13T19:31:35.200Z] #51 214.0 + cp bin/ctr /build/ctr [2019-10-13T19:31:35.200Z] #51 DONE 214.1s [2019-10-13T19:31:35.645Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-13T19:31:36.042Z] [2019-10-13T19:31:36.042Z] #52 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-13T19:31:36.042Z] #52 DONE 0.1s [2019-10-13T19:31:36.042Z] [2019-10-13T19:31:36.042Z] #55 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-13T19:31:36.209Z] --- PASS: TestBuildMultiStageCopy (5.81s) [2019-10-13T19:31:36.209Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.02s) [2019-10-13T19:31:36.209Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2019-10-13T19:31:36.209Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.67s) [2019-10-13T19:31:36.209Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.89s) [2019-10-13T19:31:36.209Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.69s) [2019-10-13T19:31:36.209Z] === RUN TestBuildMultiStageParentConfig [2019-10-13T19:31:36.408Z] #55 DONE 0.1s [2019-10-13T19:31:36.408Z] [2019-10-13T19:31:36.408Z] #58 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-13T19:31:36.408Z] #58 DONE 0.1s [2019-10-13T19:31:36.408Z] [2019-10-13T19:31:36.408Z] #60 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-13T19:31:36.408Z] #60 DONE 0.1s [2019-10-13T19:31:36.408Z] [2019-10-13T19:31:36.408Z] #63 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-13T19:31:36.408Z] #63 DONE 0.1s [2019-10-13T19:31:36.408Z] [2019-10-13T19:31:36.408Z] #67 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-13T19:31:36.584Z] #19 ... [2019-10-13T19:31:36.584Z] [2019-10-13T19:31:36.584Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:36.584Z] #42 0.350 + RM_GOPATH=0 [2019-10-13T19:31:36.584Z] #42 0.351 + TMP_GOPATH= [2019-10-13T19:31:36.584Z] #42 0.351 + : /build [2019-10-13T19:31:36.584Z] #42 0.351 + '[' -z '' ']' [2019-10-13T19:31:36.584Z] #42 0.360 ++ mktemp -d [2019-10-13T19:31:36.584Z] #42 0.371 + export GOPATH=/tmp/tmp.gOlMIDx2C4 [2019-10-13T19:31:36.584Z] #42 0.371 + GOPATH=/tmp/tmp.gOlMIDx2C4 [2019-10-13T19:31:36.584Z] #42 0.372 + RM_GOPATH=1 [2019-10-13T19:31:36.584Z] #42 0.376 ++ dirname ./install.sh [2019-10-13T19:31:36.584Z] #42 0.380 + dir=. [2019-10-13T19:31:36.584Z] #42 0.383 + bin=tini [2019-10-13T19:31:36.584Z] #42 0.383 + shift [2019-10-13T19:31:36.584Z] #42 0.383 + '[' '!' -f ./tini.installer ']' [2019-10-13T19:31:36.584Z] #42 0.384 + . ./tini.installer [2019-10-13T19:31:36.584Z] #42 0.385 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:31:36.584Z] #42 0.388 + install_tini [2019-10-13T19:31:36.584Z] #42 0.388 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-13T19:31:36.584Z] #42 0.389 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:31:36.584Z] #42 0.389 + git clone https://github.com/krallin/tini.git /tmp/tmp.gOlMIDx2C4/tini [2019-10-13T19:31:36.584Z] #42 0.394 Cloning into '/tmp/tmp.gOlMIDx2C4/tini'... [2019-10-13T19:31:36.584Z] #42 2.542 + cd /tmp/tmp.gOlMIDx2C4/tini [2019-10-13T19:31:36.584Z] #42 2.544 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-13T19:31:36.584Z] #42 2.589 + cmake . [2019-10-13T19:31:36.771Z] #67 DONE 0.1s [2019-10-13T19:31:36.771Z] [2019-10-13T19:31:36.771Z] #69 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-13T19:31:36.771Z] #69 DONE 0.1s [2019-10-13T19:31:36.771Z] [2019-10-13T19:31:36.771Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-13T19:31:36.771Z] #70 DONE 0.1s [2019-10-13T19:31:36.771Z] [2019-10-13T19:31:36.771Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-13T19:31:36.873Z] #42 ... [2019-10-13T19:31:36.873Z] [2019-10-13T19:31:36.873Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:31:36.873Z] #34 73.20 errors [2019-10-13T19:31:36.873Z] #34 73.21 sort [2019-10-13T19:31:36.873Z] #34 74.61 strconv [2019-10-13T19:31:36.873Z] #34 74.63 io [2019-10-13T19:31:36.873Z] #34 74.63 internal/oserror [2019-10-13T19:31:36.873Z] #34 75.93 syscall [2019-10-13T19:31:36.873Z] #34 82.16 strings [2019-10-13T19:31:36.873Z] #34 82.18 bytes [2019-10-13T19:31:37.161Z] #34 ... [2019-10-13T19:31:37.161Z] [2019-10-13T19:31:37.161Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:37.161Z] #24 27.35 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-13T19:31:37.161Z] #24 28.64 [2019-10-13T19:31:37.161Z] #24 29.32 ######################################################################## 100.0% [2019-10-13T19:31:37.454Z] #24 29.82 [2019-10-13T19:31:37.569Z] #71 DONE 0.6s [2019-10-13T19:31:37.569Z] [2019-10-13T19:31:37.569Z] #72 exporting to oci image format [2019-10-13T19:31:37.569Z] #72 exporting layers [2019-10-13T19:31:37.580Z] --- PASS: TestBuildMultiStageParentConfig (1.54s) [2019-10-13T19:31:37.580Z] === RUN TestBuildLabelWithTargets [2019-10-13T19:31:38.085Z] #24 ... [2019-10-13T19:31:38.085Z] [2019-10-13T19:31:38.085Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:38.085Z] #37 74.30 github.com/LK4D4/vndr/godl/singleflight [2019-10-13T19:31:38.085Z] #37 74.30 math/rand [2019-10-13T19:31:38.085Z] #37 74.30 internal/singleflight [2019-10-13T19:31:38.085Z] #37 74.61 errors [2019-10-13T19:31:38.085Z] #37 76.23 sort [2019-10-13T19:31:38.085Z] #37 77.64 io [2019-10-13T19:31:38.085Z] #37 77.69 strconv [2019-10-13T19:31:38.085Z] #37 83.10 syscall [2019-10-13T19:31:38.085Z] #37 83.62 vendor/golang.org/x/net/dns/dnsmessage [2019-10-13T19:31:38.085Z] #37 ... [2019-10-13T19:31:38.085Z] [2019-10-13T19:31:38.085Z] #61 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-13T19:31:38.085Z] #61 84.43 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-13T19:31:38.085Z] #61 84.44 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-13T19:31:38.085Z] #61 84.44 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-13T19:31:38.085Z] #61 84.47 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-13T19:31:38.085Z] #61 84.48 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-13T19:31:38.085Z] #61 84.48 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-13T19:31:38.085Z] #61 84.49 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-13T19:31:38.085Z] #61 84.50 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-13T19:31:38.085Z] #61 84.52 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-13T19:31:38.085Z] #61 84.53 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-13T19:31:38.085Z] #61 84.55 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:31:38.377Z] #61 DONE 84.8s [2019-10-13T19:31:38.377Z] [2019-10-13T19:31:38.377Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:38.377Z] #42 4.086 -- The C compiler identification is GNU 6.3.0 [2019-10-13T19:31:38.377Z] #42 4.197 -- Check for working C compiler: /usr/bin/cc [2019-10-13T19:31:39.033Z] #42 5.542 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-13T19:31:39.033Z] #42 5.552 -- Detecting C compiler ABI info [2019-10-13T19:31:40.540Z] #42 6.824 -- Detecting C compiler ABI info - done [2019-10-13T19:31:40.540Z] #42 7.026 -- Detecting C compile features [2019-10-13T19:31:40.860Z] --- PASS: TestBuildLabelWithTargets (2.61s) [2019-10-13T19:31:40.860Z] === RUN TestBuildWithEmptyLayers [2019-10-13T19:31:41.919Z] --- PASS: TestBuildWithEmptyLayers (1.41s) [2019-10-13T19:31:41.919Z] === RUN TestBuildMultiStageOnBuild [2019-10-13T19:31:42.928Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2019-10-13T19:31:43.259Z] #42 ... [2019-10-13T19:31:43.259Z] [2019-10-13T19:31:43.259Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:43.259Z] #24 33.47 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-13T19:31:43.259Z] #24 34.64 [2019-10-13T19:31:43.259Z] #24 35.42 ############################################## 64.2% ######################################################################## 100.0% [2019-10-13T19:31:43.553Z] #24 35.82 [2019-10-13T19:31:43.553Z] #24 ... [2019-10-13T19:31:43.553Z] [2019-10-13T19:31:43.553Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:43.553Z] #46 26.71 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-13T19:31:43.843Z] #46 ... [2019-10-13T19:31:43.843Z] [2019-10-13T19:31:43.843Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:43.843Z] #42 10.19 -- Detecting C compile features - done [2019-10-13T19:31:43.843Z] #42 10.26 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-13T19:31:44.133Z] #42 10.64 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-13T19:31:44.426Z] #42 10.98 -- Configuring done [2019-10-13T19:31:44.426Z] #42 11.02 -- Generating done [2019-10-13T19:31:44.426Z] #42 11.04 -- Build files have been written to: /tmp/tmp.gOlMIDx2C4/tini [2019-10-13T19:31:44.426Z] #42 11.06 + make tini-static [2019-10-13T19:31:45.198Z] --- PASS: TestBuildMultiStageOnBuild (3.60s) [2019-10-13T19:31:45.198Z] === RUN TestBuildUncleanTarFilenames [2019-10-13T19:31:45.460Z] #42 11.75 Scanning dependencies of target tini-static [2019-10-13T19:31:45.460Z] #42 11.91 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-13T19:31:46.968Z] #42 ... [2019-10-13T19:31:46.968Z] [2019-10-13T19:31:46.968Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:31:46.968Z] #17 25.92 Fetched 7720 kB in 25s (307 kB/s) [2019-10-13T19:31:46.968Z] #17 25.92 Reading package lists... [2019-10-13T19:31:46.968Z] #17 35.85 Reading package lists... [2019-10-13T19:31:46.968Z] #17 ... [2019-10-13T19:31:46.968Z] [2019-10-13T19:31:46.968Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:31:46.968Z] #62 2.727 Note: Building without setproctitle() and strlcpy() support. [2019-10-13T19:31:46.968Z] #62 2.736 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-13T19:31:46.968Z] #62 5.054 fatal: Not a git repository (or any of the parent directories): .git [2019-10-13T19:31:46.968Z] #62 5.097 GEN .gitid [2019-10-13T19:31:46.968Z] #62 5.107 GEN criu/include/version.h [2019-10-13T19:31:46.968Z] #62 5.238 GEN include/common/asm [2019-10-13T19:31:46.968Z] #62 7.952 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-13T19:31:46.968Z] #62 8.123 PBCC images/opts.pb-c.c [2019-10-13T19:31:46.968Z] #62 8.225 PBCC images/sit.pb-c.c [2019-10-13T19:31:46.968Z] #62 8.385 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-13T19:31:46.968Z] #62 8.617 DEP images/opts.pb-c.d [2019-10-13T19:31:46.968Z] #62 8.731 DEP images/sit.pb-c.d [2019-10-13T19:31:46.968Z] #62 8.803 PBCC images/macvlan.pb-c.c [2019-10-13T19:31:47.094Z] --- PASS: TestBuildUncleanTarFilenames (1.81s) [2019-10-13T19:31:47.095Z] === RUN TestBuildMultiStageLayerLeak [2019-10-13T19:31:47.256Z] #62 8.877 DEP images/macvlan.pb-c.d [2019-10-13T19:31:47.256Z] #62 ... [2019-10-13T19:31:47.256Z] [2019-10-13T19:31:47.256Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:47.256Z] #24 39.51 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-13T19:31:47.256Z] #24 39.65 skipping existing c8c2d4a6b2e3 [2019-10-13T19:31:47.543Z] #24 39.88 [2019-10-13T19:31:48.004Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-13T19:31:49.603Z] #24 ... [2019-10-13T19:31:49.603Z] [2019-10-13T19:31:49.603Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:49.603Z] #37 85.69 bytes [2019-10-13T19:31:49.603Z] #37 95.07 reflect [2019-10-13T19:31:49.603Z] #37 ... [2019-10-13T19:31:49.603Z] [2019-10-13T19:31:49.603Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:31:49.603Z] #62 9.027 PBCC images/autofs.pb-c.c [2019-10-13T19:31:49.603Z] #62 9.073 DEP images/autofs.pb-c.d [2019-10-13T19:31:49.603Z] #62 9.179 PBCC images/sysctl.pb-c.c [2019-10-13T19:31:49.603Z] #62 9.223 DEP images/sysctl.pb-c.d [2019-10-13T19:31:49.603Z] #62 9.324 PBCC images/time.pb-c.c [2019-10-13T19:31:49.603Z] #62 9.429 DEP images/time.pb-c.d [2019-10-13T19:31:49.603Z] #62 9.531 PBCC images/binfmt-misc.pb-c.c [2019-10-13T19:31:49.603Z] #62 9.597 DEP images/binfmt-misc.pb-c.d [2019-10-13T19:31:49.603Z] #62 9.764 PBCC images/seccomp.pb-c.c [2019-10-13T19:31:49.603Z] #62 9.863 DEP images/seccomp.pb-c.d [2019-10-13T19:31:49.603Z] #62 9.945 PBCC images/userns.pb-c.c [2019-10-13T19:31:49.603Z] #62 10.00 DEP images/userns.pb-c.d [2019-10-13T19:31:49.603Z] #62 10.10 PBCC images/cgroup.pb-c.c [2019-10-13T19:31:49.603Z] #62 10.21 DEP images/cgroup.pb-c.d [2019-10-13T19:31:49.603Z] #62 10.36 PBCC images/fown.pb-c.c [2019-10-13T19:31:49.603Z] #62 10.41 PBCC images/ext-file.pb-c.c [2019-10-13T19:31:49.603Z] #62 10.47 DEP images/fown.pb-c.d [2019-10-13T19:31:49.603Z] #62 10.60 DEP images/ext-file.pb-c.d [2019-10-13T19:31:49.603Z] #62 10.70 PBCC images/rpc.pb-c.c [2019-10-13T19:31:49.603Z] #62 10.85 DEP images/rpc.pb-c.d [2019-10-13T19:31:49.603Z] #62 11.04 PBCC images/siginfo.pb-c.c [2019-10-13T19:31:49.603Z] #62 11.08 DEP images/siginfo.pb-c.d [2019-10-13T19:31:49.603Z] #62 11.20 PBCC images/pagemap.pb-c.c [2019-10-13T19:31:49.603Z] #62 11.28 DEP images/pagemap.pb-c.d [2019-10-13T19:31:49.603Z] #62 11.35 PBCC images/rlimit.pb-c.c [2019-10-13T19:31:49.603Z] #62 11.39 DEP images/rlimit.pb-c.d [2019-10-13T19:31:49.893Z] #62 11.53 PBCC images/file-lock.pb-c.c [2019-10-13T19:31:49.893Z] #62 11.57 DEP images/file-lock.pb-c.d [2019-10-13T19:31:49.893Z] #62 ... [2019-10-13T19:31:49.893Z] [2019-10-13T19:31:49.893Z] #42 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:31:49.893Z] #42 15.37 [100%] Linking C executable tini-static [2019-10-13T19:31:49.893Z] #42 16.45 [100%] Built target tini-static [2019-10-13T19:31:49.893Z] #42 16.55 + mkdir -p /build [2019-10-13T19:31:49.893Z] #42 16.56 + cp tini-static /build/docker-init [2019-10-13T19:31:49.893Z] #42 DONE 16.7s [2019-10-13T19:31:49.893Z] [2019-10-13T19:31:49.893Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:31:49.893Z] #62 11.68 PBCC images/tty.pb-c.c [2019-10-13T19:31:50.523Z] #62 11.93 DEP images/tty.pb-c.d [2019-10-13T19:31:50.523Z] #62 12.17 PBCC images/tun.pb-c.c [2019-10-13T19:31:50.523Z] #62 12.27 PBCC images/netdev.pb-c.c [2019-10-13T19:31:50.813Z] #62 12.44 DEP images/tun.pb-c.d [2019-10-13T19:31:50.813Z] #62 12.59 DEP images/netdev.pb-c.d [2019-10-13T19:31:51.106Z] #62 12.75 PBCC images/vma.pb-c.c [2019-10-13T19:31:51.272Z] --- PASS: TestBuildMultiStageLayerLeak (4.12s) [2019-10-13T19:31:51.272Z] === RUN TestBuildWithHugeFile [2019-10-13T19:31:51.396Z] #62 12.93 DEP images/vma.pb-c.d [2019-10-13T19:31:51.396Z] #62 13.16 PBCC images/creds.pb-c.c [2019-10-13T19:31:51.765Z] #62 13.33 DEP images/creds.pb-c.d [2019-10-13T19:31:51.765Z] #62 13.40 PBCC images/utsns.pb-c.c [2019-10-13T19:31:51.765Z] #62 13.44 DEP images/utsns.pb-c.d [2019-10-13T19:31:51.765Z] #62 13.51 PBCC images/ipc-desc.pb-c.c [2019-10-13T19:31:51.765Z] #62 13.56 PBCC images/ipc-sem.pb-c.c [2019-10-13T19:31:51.836Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-13T19:31:51.836Z] Using test binary docker [2019-10-13T19:31:51.836Z] +++ /etc/init.d/apparmor start [2019-10-13T19:31:51.836Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-13T19:31:51.836Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-13T19:31:51.836Z] Warning failed to create cache: (null) [2019-10-13T19:31:51.836Z] . [2019-10-13T19:31:51.836Z] INFO: Waiting for daemon to start... [2019-10-13T19:31:51.836Z] Starting dockerd [2019-10-13T19:31:51.837Z] +++ 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 [2019-10-13T19:31:52.138Z] #62 13.61 DEP images/ipc-desc.pb-c.d [2019-10-13T19:31:52.138Z] #62 13.75 DEP images/ipc-sem.pb-c.d [2019-10-13T19:31:52.456Z] #62 13.95 PBCC images/ipc-msg.pb-c.c [2019-10-13T19:31:52.456Z] #62 13.98 DEP images/ipc-msg.pb-c.d [2019-10-13T19:31:52.456Z] #62 14.10 PBCC images/ipc-shm.pb-c.c [2019-10-13T19:31:52.456Z] #62 14.14 DEP images/ipc-shm.pb-c.d [2019-10-13T19:31:52.752Z] #62 14.31 PBCC images/ipc-var.pb-c.c [2019-10-13T19:31:52.752Z] #62 14.33 DEP images/ipc-var.pb-c.d [2019-10-13T19:31:52.752Z] #62 14.47 PBCC images/sk-opts.pb-c.c [2019-10-13T19:31:53.040Z] #62 14.55 PBCC images/packet-sock.pb-c.c [2019-10-13T19:31:53.040Z] #62 14.65 DEP images/sk-opts.pb-c.d [2019-10-13T19:31:53.040Z] #62 14.73 DEP images/packet-sock.pb-c.d [2019-10-13T19:31:53.336Z] #62 14.82 PBCC images/sk-netlink.pb-c.c [2019-10-13T19:31:53.337Z] #62 14.90 DEP images/sk-netlink.pb-c.d [2019-10-13T19:31:53.337Z] #62 15.01 PBCC images/sk-inet.pb-c.c [2019-10-13T19:31:53.627Z] #62 15.12 DEP images/sk-inet.pb-c.d [2019-10-13T19:31:53.627Z] #62 15.33 PBCC images/sk-unix.pb-c.c [2019-10-13T19:31:53.733Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-13T19:31:53.733Z] Using test binary docker [2019-10-13T19:31:53.733Z] +++ /etc/init.d/apparmor start [2019-10-13T19:31:53.733Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-13T19:31:53.733Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-13T19:31:53.733Z] Warning failed to create cache: (null) [2019-10-13T19:31:53.733Z] . [2019-10-13T19:31:53.734Z] INFO: Waiting for daemon to start... [2019-10-13T19:31:53.734Z] Starting dockerd [2019-10-13T19:31:53.734Z] +++ 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 [2019-10-13T19:31:53.916Z] #62 15.41 DEP images/sk-unix.pb-c.d [2019-10-13T19:31:53.916Z] #62 15.50 PBCC images/mm.pb-c.c [2019-10-13T19:31:53.916Z] #62 15.66 DEP images/mm.pb-c.d [2019-10-13T19:31:53.991Z] . [2019-10-13T19:31:53.991Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-13T19:31:53.991Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-13T19:31:53.991Z] Error: No such image: emptyfs [2019-10-13T19:31:53.991Z] ++++ docker load [2019-10-13T19:31:53.991Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-13T19:31:54.203Z] #62 15.82 PBCC images/timerfd.pb-c.c [2019-10-13T19:31:54.203Z] #62 15.91 DEP images/timerfd.pb-c.d [2019-10-13T19:31:54.492Z] #62 16.00 PBCC images/timer.pb-c.c [2019-10-13T19:31:54.492Z] #62 16.06 DEP images/timer.pb-c.d [2019-10-13T19:31:54.492Z] #62 ... [2019-10-13T19:31:54.492Z] [2019-10-13T19:31:54.492Z] #24 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:31:54.492Z] #24 44.59 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-13T19:31:54.492Z] #24 45.80 [2019-10-13T19:31:54.492Z] #24 46.37 ######################################################################## 100.0% [2019-10-13T19:31:54.492Z] #24 46.75 [2019-10-13T19:31:54.492Z] #24 46.84 Download of images into '/build' complete. [2019-10-13T19:31:54.492Z] #24 46.85 Use something like the following to load the result into a Docker daemon: [2019-10-13T19:31:54.492Z] #24 46.85 tar -cC '/build' . | docker load [2019-10-13T19:31:54.492Z] #24 DONE 46.9s [2019-10-13T19:31:54.492Z] [2019-10-13T19:31:54.492Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:31:54.492Z] #62 16.22 PBCC images/sa.pb-c.c [2019-10-13T19:31:54.492Z] #62 16.30 DEP images/sa.pb-c.d [2019-10-13T19:31:54.782Z] #62 16.40 PBCC images/pipe-data.pb-c.c [2019-10-13T19:31:54.782Z] #62 16.49 DEP images/pipe-data.pb-c.d [2019-10-13T19:31:55.073Z] #62 16.64 PBCC images/mnt.pb-c.c [2019-10-13T19:31:55.073Z] #62 16.86 DEP images/mnt.pb-c.d [2019-10-13T19:31:55.361Z] #62 17.05 PBCC images/sk-packet.pb-c.c [2019-10-13T19:31:55.361Z] #62 17.11 DEP images/sk-packet.pb-c.d [2019-10-13T19:31:55.366Z] Running integration-test (iteration 1) [2019-10-13T19:31:55.366Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-13T19:31:55.366Z] ++ 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)/' [2019-10-13T19:31:55.366Z] ++ set -e [2019-10-13T19:31:55.366Z] ++ '[' -n 0 ']' [2019-10-13T19:31:55.366Z] ++ set -x [2019-10-13T19:31:55.366Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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)/' [2019-10-13T19:31:55.624Z] [2019-10-13T19:31:55.624Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-13T19:31:55.624Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-13T19:31:55.624Z] Error: No such image: emptyfs [2019-10-13T19:31:55.624Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-13T19:31:55.624Z] ++++ docker load [2019-10-13T19:31:55.632Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-13T19:31:55.650Z] #62 17.25 PBCC images/tcp-stream.pb-c.c [2019-10-13T19:31:55.938Z] #62 17.40 DEP images/tcp-stream.pb-c.d [2019-10-13T19:31:55.938Z] #62 17.64 PBCC images/pipe.pb-c.c [2019-10-13T19:31:56.190Z] Running integration-test (iteration 1) [2019-10-13T19:31:56.190Z] 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)/ [2019-10-13T19:31:56.190Z] ++ 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)/' [2019-10-13T19:31:56.190Z] ++ set -e [2019-10-13T19:31:56.190Z] ++ '[' -n 0 ']' [2019-10-13T19:31:56.190Z] ++ set -x [2019-10-13T19:31:56.191Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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)/' [2019-10-13T19:31:56.226Z] #62 17.74 DEP images/pipe.pb-c.d [2019-10-13T19:31:56.226Z] #62 17.91 PBCC images/pstree.pb-c.c [2019-10-13T19:31:56.226Z] #62 17.93 DEP images/pstree.pb-c.d [2019-10-13T19:31:56.513Z] #62 18.13 PBCC images/fs.pb-c.c [2019-10-13T19:31:56.513Z] #62 18.16 DEP images/fs.pb-c.d [2019-10-13T19:31:56.800Z] #62 18.38 PBCC images/signalfd.pb-c.c [2019-10-13T19:31:56.800Z] #62 18.47 DEP images/signalfd.pb-c.d [2019-10-13T19:31:56.800Z] #62 18.63 PBCC images/fh.pb-c.c [2019-10-13T19:31:57.089Z] #62 18.77 PBCC images/fsnotify.pb-c.c [2019-10-13T19:31:57.375Z] #62 18.97 DEP images/fh.pb-c.d [2019-10-13T19:31:57.375Z] #62 19.04 DEP images/fsnotify.pb-c.d [2019-10-13T19:31:57.375Z] #62 19.13 PBCC images/eventpoll.pb-c.c [2019-10-13T19:31:57.375Z] #62 19.18 DEP images/eventpoll.pb-c.d [2019-10-13T19:31:57.663Z] #62 19.27 PBCC images/eventfd.pb-c.c [2019-10-13T19:31:57.663Z] #62 19.32 DEP images/eventfd.pb-c.d [2019-10-13T19:31:57.663Z] #62 19.42 PBCC images/remap-file-path.pb-c.c [2019-10-13T19:31:57.951Z] #62 19.47 DEP images/remap-file-path.pb-c.d [2019-10-13T19:31:57.951Z] #62 19.58 PBCC images/fifo.pb-c.c [2019-10-13T19:31:57.951Z] #62 19.67 DEP images/fifo.pb-c.d [2019-10-13T19:31:58.238Z] #62 19.83 PBCC images/ghost-file.pb-c.c [2019-10-13T19:31:58.238Z] #62 ... [2019-10-13T19:31:58.238Z] [2019-10-13T19:31:58.238Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:31:58.238Z] #34 94.58 reflect [2019-10-13T19:31:58.238Z] #34 94.99 bufio [2019-10-13T19:31:58.238Z] #34 100.7 path [2019-10-13T19:31:58.238Z] #34 ... [2019-10-13T19:31:58.238Z] [2019-10-13T19:31:58.238Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:31:58.238Z] #62 19.98 DEP images/ghost-file.pb-c.d [2019-10-13T19:31:58.526Z] #62 20.14 PBCC images/regfile.pb-c.c [2019-10-13T19:31:58.814Z] #62 20.31 DEP images/regfile.pb-c.d [2019-10-13T19:31:58.814Z] #62 20.41 PBCC images/ns.pb-c.c [2019-10-13T19:31:58.814Z] #62 20.45 DEP images/ns.pb-c.d [2019-10-13T19:31:59.108Z] #62 20.58 PBCC images/fdinfo.pb-c.c [2019-10-13T19:31:59.108Z] #62 20.73 DEP images/fdinfo.pb-c.d [2019-10-13T19:31:59.400Z] #62 20.88 PBCC images/core-aarch64.pb-c.c [2019-10-13T19:31:59.400Z] #62 20.99 PBCC images/core-arm.pb-c.c [2019-10-13T19:31:59.688Z] #62 21.23 PBCC images/core-ppc64.pb-c.c [2019-10-13T19:31:59.688Z] #62 21.42 PBCC images/core-s390.pb-c.c [2019-10-13T19:31:59.979Z] #62 21.50 PBCC images/core-x86.pb-c.c [2019-10-13T19:31:59.979Z] #62 21.61 PBCC images/core.pb-c.c [2019-10-13T19:32:00.139Z] 65014b3c3121: Pull complete [2019-10-13T19:32:00.266Z] #62 21.76 PBCC images/inventory.pb-c.c [2019-10-13T19:32:00.266Z] #62 21.90 DEP images/core-aarch64.pb-c.d [2019-10-13T19:32:00.493Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-13T19:32:00.555Z] #62 22.02 DEP images/core-arm.pb-c.d [2019-10-13T19:32:00.555Z] #62 22.20 DEP images/core-ppc64.pb-c.d [2019-10-13T19:32:00.555Z] #62 22.28 DEP images/core-s390.pb-c.d [2019-10-13T19:32:00.844Z] #62 22.37 DEP images/core-x86.pb-c.d [2019-10-13T19:32:00.844Z] #62 22.52 DEP images/core.pb-c.d [2019-10-13T19:32:01.132Z] #62 22.61 DEP images/inventory.pb-c.d [2019-10-13T19:32:01.132Z] #62 22.74 PBCC images/cpuinfo.pb-c.c [2019-10-13T19:32:01.132Z] #62 22.80 DEP images/cpuinfo.pb-c.d [2019-10-13T19:32:01.132Z] #62 22.88 PBCC images/stats.pb-c.c [2019-10-13T19:32:01.421Z] #62 22.93 DEP images/stats.pb-c.d [2019-10-13T19:32:01.710Z] #62 ... [2019-10-13T19:32:01.710Z] [2019-10-13T19:32:01.710Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:32:01.710Z] #37 98.17 bufio [2019-10-13T19:32:01.710Z] #37 107.3 regexp/syntax [2019-10-13T19:32:02.000Z] #37 ... [2019-10-13T19:32:02.000Z] [2019-10-13T19:32:02.000Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:02.000Z] #17 35.85 Reading package lists... [2019-10-13T19:32:02.000Z] #17 45.03 Building dependency tree... [2019-10-13T19:32:02.000Z] #17 48.22 The following additional packages will be installed: [2019-10-13T19:32:02.000Z] #17 48.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-13T19:32:02.000Z] #17 48.24 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-13T19:32:02.000Z] #17 48.24 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-13T19:32:02.000Z] #17 48.24 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-13T19:32:02.000Z] #17 48.24 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-13T19:32:02.000Z] #17 48.24 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-13T19:32:02.000Z] #17 48.24 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-13T19:32:02.000Z] #17 48.24 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-13T19:32:02.000Z] #17 48.24 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-13T19:32:02.000Z] #17 48.24 Suggested packages: [2019-10-13T19:32:02.000Z] #17 48.24 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-13T19:32:02.000Z] #17 48.24 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-13T19:32:02.000Z] #17 48.24 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-13T19:32:02.000Z] #17 48.24 vim-doc vim-scripts xfsdump acl attr quota [2019-10-13T19:32:02.000Z] #17 48.24 Recommended packages: [2019-10-13T19:32:02.000Z] #17 48.24 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-13T19:32:02.000Z] #17 48.24 python3-keyrings.alt python3-xdg unzip [2019-10-13T19:32:04.062Z] #17 ... [2019-10-13T19:32:04.062Z] [2019-10-13T19:32:04.062Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:32:04.062Z] #62 25.48 make[1]: Nothing to be done for 'all'. [2019-10-13T19:32:06.792Z] #62 28.06 CC images/stats.o [2019-10-13T19:32:07.081Z] #62 28.81 CC images/core.o [2019-10-13T19:32:09.302Z] #62 30.56 CC images/core-x86.o [2019-10-13T19:32:09.302Z] #62 ... [2019-10-13T19:32:09.302Z] [2019-10-13T19:32:09.302Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:09.302Z] #17 56.22 The following NEW packages will be installed: [2019-10-13T19:32:09.302Z] #17 56.23 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-13T19:32:09.302Z] #17 56.23 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-13T19:32:09.302Z] #17 56.23 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-13T19:32:09.302Z] #17 56.23 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-13T19:32:09.302Z] #17 56.23 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-13T19:32:09.302Z] #17 56.23 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-13T19:32:09.302Z] #17 56.23 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-13T19:32:09.302Z] #17 56.23 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-13T19:32:09.302Z] #17 56.23 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-13T19:32:09.302Z] #17 56.24 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-13T19:32:09.302Z] #17 56.24 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-13T19:32:09.302Z] #17 56.24 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-13T19:32:09.302Z] #17 56.25 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-13T19:32:09.302Z] #17 56.25 xfsprogs xxd xz-utils zip [2019-10-13T19:32:09.302Z] #17 56.45 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-13T19:32:09.302Z] #17 56.45 Need to get 87.3 MB of archives. [2019-10-13T19:32:09.302Z] #17 56.45 After this operation, 585 MB of additional disk space will be used. [2019-10-13T19:32:09.302Z] #17 56.45 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-13T19:32:09.302Z] #17 56.53 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-13T19:32:09.302Z] #17 56.54 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-13T19:32:09.302Z] #17 56.55 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-13T19:32:09.302Z] #17 56.61 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-13T19:32:09.302Z] #17 56.64 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-10-13T19:32:09.302Z] #17 56.73 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-10-13T19:32:09.302Z] #17 56.93 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-13T19:32:09.302Z] #17 56.93 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-13T19:32:09.302Z] #17 56.94 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-10-13T19:32:09.302Z] #17 57.11 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-10-13T19:32:09.302Z] #17 57.12 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-13T19:32:09.302Z] #17 57.13 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-13T19:32:09.302Z] #17 57.16 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-13T19:32:09.303Z] #17 57.16 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-13T19:32:09.303Z] #17 57.17 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-13T19:32:09.303Z] #17 57.18 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-13T19:32:09.303Z] #17 57.19 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-13T19:32:09.303Z] #17 57.20 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-10-13T19:32:09.303Z] #17 57.22 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-10-13T19:32:09.303Z] #17 57.23 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-13T19:32:09.303Z] #17 57.26 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-13T19:32:09.303Z] #17 57.28 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-13T19:32:09.303Z] #17 57.30 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-13T19:32:09.303Z] #17 57.31 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-10-13T19:32:09.303Z] #17 57.31 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-10-13T19:32:09.303Z] #17 57.35 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-13T19:32:09.303Z] #17 57.37 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-13T19:32:09.303Z] #17 57.39 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-13T19:32:09.303Z] #17 57.45 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-13T19:32:09.303Z] #17 57.46 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-10-13T19:32:09.303Z] #17 57.48 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-13T19:32:09.303Z] #17 57.50 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-13T19:32:09.303Z] #17 57.52 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-13T19:32:09.303Z] #17 57.53 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-13T19:32:09.303Z] #17 57.55 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-13T19:32:09.303Z] #17 57.55 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-13T19:32:09.303Z] #17 57.57 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-10-13T19:32:09.303Z] #17 57.58 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-13T19:32:09.303Z] #17 57.63 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-13T19:32:09.303Z] #17 57.67 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-13T19:32:09.303Z] #17 57.71 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-13T19:32:09.303Z] #17 57.79 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-13T19:32:09.303Z] #17 57.81 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-10-13T19:32:09.303Z] #17 57.82 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-13T19:32:09.303Z] #17 57.84 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-13T19:32:09.303Z] #17 57.85 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-13T19:32:09.303Z] #17 57.87 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-10-13T19:32:09.303Z] #17 58.07 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-13T19:32:09.303Z] #17 58.12 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-13T19:32:09.303Z] #17 58.29 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-13T19:32:09.303Z] #17 58.31 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-13T19:32:09.303Z] #17 58.35 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-13T19:32:09.303Z] #17 58.41 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-13T19:32:09.303Z] #17 58.42 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-10-13T19:32:09.303Z] #17 58.43 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-13T19:32:09.942Z] #17 58.94 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-13T19:32:09.942Z] #17 ... [2019-10-13T19:32:09.942Z] [2019-10-13T19:32:09.942Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:32:09.942Z] #34 106.2 text/tabwriter [2019-10-13T19:32:09.942Z] #34 113.4 internal/syscall/unix [2019-10-13T19:32:09.942Z] #34 113.5 time [2019-10-13T19:32:09.942Z] #34 ... [2019-10-13T19:32:09.942Z] [2019-10-13T19:32:09.942Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:32:11.547Z] #51 60.38 Checking out files: 42% (1239/2930) Checking out files: 43% (1260/2930) Checking out files: 44% (1290/2930) Checking out files: 45% (1319/2930) Checking out files: 46% (1348/2930) Checking out files: 47% (1378/2930) Checking out files: 48% (1407/2930) Checking out files: 49% (1436/2930) Checking out files: 50% (1465/2930) Checking out files: 51% (1495/2930) Checking out files: 52% (1524/2930) Checking out files: 53% (1553/2930) Checking out files: 54% (1583/2930) Checking out files: 55% (1612/2930) Checking out files: 56% (1641/2930) Checking out files: 57% (1671/2930) Checking out files: 58% (1700/2930) Checking out files: 59% (1729/2930) Checking out files: 60% (1758/2930) Checking out files: 61% (1788/2930) Checking out files: 62% (1817/2930) Checking out files: 63% (1846/2930) Checking out files: 64% (1876/2930) Checking out files: 65% (1905/2930) Checking out files: 66% (1934/2930) Checking out files: 67% (1964/2930) Checking out files: 68% (1993/2930) Checking out files: 69% (2022/2930) Checking out files: 70% (2051/2930) Checking out files: 71% (2081/2930) Checking out files: 72% (2110/2930) Checking out files: 72% (2130/2930) Checking out files: 73% (2139/2930) Checking out files: 74% (2169/2930) Checking out files: 75% (2198/2930) Checking out files: 76% (2227/2930) Checking out files: 77% (2257/2930) Checking out files: 78% (2286/2930) Checking out files: 79% (2315/2930) Checking out files: 80% (2344/2930) Checking out files: 81% (2374/2930) Checking out files: 82% (2403/2930) Checking out files: 83% (2432/2930) Checking out files: 84% (2462/2930) Checking out files: 85% (2491/2930) Checking out files: 86% (2520/2930) Checking out files: 87% (2550/2930) Checking out files: 88% (2579/2930) Checking out files: 89% (2608/2930) Checking out files: 90% (2637/2930) Checking out files: 91% (2667/2930) Checking out files: 91% (2682/2930) Checking out files: 92% (2696/2930) Checking out files: 93% (2725/2930) Checking out files: 94% (2755/2930) Checking out files: 95% (2784/2930) Checking out files: 96% (2813/2930) Checking out files: 97% (2843/2930) Checking out files: 98% (2872/2930) Checking out files: 99% (2901/2930) Checking out files: 100% (2930/2930) Checking out files: 100% (2930/2930), done. [2019-10-13T19:32:11.547Z] #51 62.73 + cd /tmp/tmp.z29xeC6aaB/src/github.com/containerd/containerd [2019-10-13T19:32:11.547Z] #51 62.73 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-13T19:32:12.178Z] #51 63.29 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-13T19:32:12.178Z] #51 63.29 + BUILDTAGS='netgo osusergo static_build' [2019-10-13T19:32:12.178Z] #51 63.29 + export EXTRA_FLAGS=-buildmode=pie [2019-10-13T19:32:12.178Z] #51 63.29 + EXTRA_FLAGS=-buildmode=pie [2019-10-13T19:32:12.178Z] #51 63.29 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-13T19:32:12.178Z] #51 63.29 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-13T19:32:12.178Z] #51 63.29 + '[' '' = dynamic ']' [2019-10-13T19:32:12.178Z] #51 63.29 + make [2019-10-13T19:32:13.689Z] #51 65.03 + bin/ctr [2019-10-13T19:32:18.135Z] #51 ... [2019-10-13T19:32:18.135Z] [2019-10-13T19:32:18.135Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:32:18.135Z] #37 113.7 hash/crc32 [2019-10-13T19:32:18.135Z] #37 118.4 vendor/golang.org/x/text/transform [2019-10-13T19:32:18.135Z] #37 ... [2019-10-13T19:32:18.135Z] [2019-10-13T19:32:18.135Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:18.135Z] #17 59.04 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-13T19:32:18.135Z] #17 59.12 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-13T19:32:18.135Z] #17 59.15 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-10-13T19:32:18.135Z] #17 59.16 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-13T19:32:18.135Z] #17 59.23 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-10-13T19:32:18.135Z] #17 59.54 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-10-13T19:32:18.135Z] #17 59.81 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-13T19:32:18.135Z] #17 59.83 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-13T19:32:18.135Z] #17 60.49 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-13T19:32:18.135Z] #17 60.68 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-10-13T19:32:18.135Z] #17 60.69 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-10-13T19:32:18.135Z] #17 64.05 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-10-13T19:32:18.425Z] #17 67.53 debconf: delaying package configuration, since apt-utils is not installed [2019-10-13T19:32:18.715Z] #17 67.79 Fetched 87.3 MB in 9s (9110 kB/s) [2019-10-13T19:32:18.715Z] #17 ... [2019-10-13T19:32:18.715Z] [2019-10-13T19:32:18.715Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:32:18.715Z] #37 125.0 time [2019-10-13T19:32:20.794Z] #37 ... [2019-10-13T19:32:20.794Z] [2019-10-13T19:32:20.794Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:32:20.794Z] #62 32.28 CC images/core-arm.o [2019-10-13T19:32:20.794Z] #62 33.41 CC images/core-aarch64.o [2019-10-13T19:32:20.794Z] #62 34.34 CC images/core-ppc64.o [2019-10-13T19:32:20.794Z] #62 35.92 CC images/core-s390.o [2019-10-13T19:32:20.794Z] #62 37.81 CC images/cpuinfo.o [2019-10-13T19:32:20.794Z] #62 38.95 CC images/inventory.o [2019-10-13T19:32:20.794Z] #62 39.42 CC images/fdinfo.o [2019-10-13T19:32:20.794Z] #62 40.26 CC images/fown.o [2019-10-13T19:32:20.794Z] #62 40.72 CC images/ns.o [2019-10-13T19:32:20.794Z] #62 41.22 CC images/regfile.o [2019-10-13T19:32:20.794Z] #62 41.71 CC images/ghost-file.o [2019-10-13T19:32:20.794Z] #62 42.40 CC images/fifo.o [2019-10-13T19:32:20.794Z] #62 ... [2019-10-13T19:32:20.794Z] [2019-10-13T19:32:20.794Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:20.794Z] #17 68.00 Selecting previously unselected package bash-completion. [2019-10-13T19:32:20.794Z] #17 68.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-10-13T19:32:20.794Z] #17 68.21 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-13T19:32:21.514Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-13T19:32:26.351Z] #17 75.06 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-13T19:32:26.982Z] #17 75.93 Selecting previously unselected package libnet1:ppc64el. [2019-10-13T19:32:26.982Z] #17 75.95 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-13T19:32:26.982Z] #17 75.97 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-13T19:32:27.270Z] #17 76.21 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-13T19:32:27.270Z] #17 76.24 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-13T19:32:27.270Z] #17 76.25 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-13T19:32:27.270Z] #17 76.38 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-13T19:32:27.270Z] #17 76.38 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-13T19:32:27.270Z] #17 76.40 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-13T19:32:27.558Z] #17 76.58 Selecting previously unselected package libudev-dev:ppc64el. [2019-10-13T19:32:27.558Z] #17 76.60 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-13T19:32:27.558Z] #17 76.64 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-13T19:32:27.846Z] #17 76.96 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-13T19:32:27.846Z] #17 76.99 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-13T19:32:27.846Z] #17 76.99 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-13T19:32:28.870Z] #17 78.00 Selecting previously unselected package python3.5-minimal. [2019-10-13T19:32:28.870Z] #17 78.00 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-13T19:32:28.870Z] #17 78.05 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-13T19:32:29.495Z] #17 ... [2019-10-13T19:32:29.495Z] [2019-10-13T19:32:29.495Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:32:29.495Z] #34 125.9 internal/poll [2019-10-13T19:32:29.496Z] #34 128.7 internal/fmtsort [2019-10-13T19:32:29.496Z] #34 129.9 os [2019-10-13T19:32:29.496Z] #34 132.7 path/filepath [2019-10-13T19:32:29.496Z] #34 132.7 fmt [2019-10-13T19:32:29.496Z] #34 135.4 io/ioutil [2019-10-13T19:32:29.621Z] ok github.com/docker/docker/api/server/httputils 0.022s coverage: 14.7% of statements [2019-10-13T19:32:29.621Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-13T19:32:29.621Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2019-10-13T19:32:29.621Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-13T19:32:29.621Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-13T19:32:29.621Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-13T19:32:29.785Z] #34 ... [2019-10-13T19:32:29.785Z] [2019-10-13T19:32:29.785Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:32:29.785Z] #62 42.86 CC images/remap-file-path.o [2019-10-13T19:32:29.785Z] #62 43.31 CC images/eventfd.o [2019-10-13T19:32:29.785Z] #62 43.69 CC images/eventpoll.o [2019-10-13T19:32:29.785Z] #62 44.33 CC images/fh.o [2019-10-13T19:32:29.785Z] #62 45.03 CC images/fsnotify.o [2019-10-13T19:32:29.785Z] #62 46.44 CC images/signalfd.o [2019-10-13T19:32:29.785Z] #62 46.98 CC images/fs.o [2019-10-13T19:32:29.785Z] #62 47.45 CC images/pstree.o [2019-10-13T19:32:29.785Z] #62 47.90 CC images/pipe.o [2019-10-13T19:32:29.785Z] #62 48.43 CC images/tcp-stream.o [2019-10-13T19:32:29.785Z] #62 48.99 CC images/sk-packet.o [2019-10-13T19:32:29.785Z] #62 49.54 CC images/mnt.o [2019-10-13T19:32:29.785Z] #62 50.24 CC images/pipe-data.o [2019-10-13T19:32:29.785Z] #62 50.62 CC images/sa.o [2019-10-13T19:32:29.785Z] #62 51.09 CC images/timer.o [2019-10-13T19:32:30.073Z] #62 51.81 CC images/timerfd.o [2019-10-13T19:32:30.191Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-13T19:32:30.191Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-13T19:32:30.191Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-13T19:32:30.191Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-13T19:32:30.191Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-13T19:32:30.191Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-13T19:32:30.719Z] #62 ... [2019-10-13T19:32:30.719Z] [2019-10-13T19:32:30.719Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:30.719Z] #17 79.66 Selecting previously unselected package python3-minimal. [2019-10-13T19:32:30.719Z] #17 79.68 Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-13T19:32:30.719Z] #17 79.69 Unpacking python3-minimal (3.5.3-1) ... [2019-10-13T19:32:30.719Z] #17 79.88 Selecting previously unselected package libmpdec2:ppc64el. [2019-10-13T19:32:30.719Z] #17 79.88 Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-13T19:32:30.720Z] #17 79.89 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-13T19:32:31.019Z] #17 80.06 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-13T19:32:31.019Z] #17 80.08 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-13T19:32:31.019Z] #17 80.11 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-13T19:32:31.132Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-13T19:32:31.132Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-13T19:32:31.392Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2019-10-13T19:32:31.653Z] ok github.com/docker/docker/api/types/filters 0.031s coverage: 95.2% of statements [2019-10-13T19:32:31.653Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 4.0% of statements [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-13T19:32:31.653Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-13T19:32:31.653Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2019-10-13T19:32:31.797Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-13T19:32:32.225Z] ok github.com/docker/docker/api/types/versions 0.030s coverage: 75.0% of statements [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-13T19:32:32.225Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-13T19:32:32.486Z] ok github.com/docker/docker/builder/dockerignore 0.048s coverage: 96.8% of statements [2019-10-13T19:32:33.723Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-13T19:32:33.736Z] #17 82.91 Selecting previously unselected package python3.5. [2019-10-13T19:32:34.024Z] #17 82.93 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-13T19:32:34.024Z] #17 82.95 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-13T19:32:34.312Z] #17 83.26 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-13T19:32:34.312Z] #17 83.27 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-13T19:32:34.312Z] #17 83.27 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-13T19:32:34.312Z] #17 83.41 Selecting previously unselected package dh-python. [2019-10-13T19:32:34.312Z] #17 83.44 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-13T19:32:34.312Z] #17 83.45 Unpacking dh-python (2.20170125) ... [2019-10-13T19:32:34.607Z] #17 83.75 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-13T19:32:34.607Z] #17 83.77 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-13T19:32:34.607Z] #17 ... [2019-10-13T19:32:34.607Z] [2019-10-13T19:32:34.607Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:32:34.607Z] #37 131.0 regexp [2019-10-13T19:32:34.890Z] Loaded image: buildpack-deps:jessie [2019-10-13T19:32:34.890Z] Loaded image: buildpack-deps:jessie [2019-10-13T19:32:34.890Z] Loaded image: busybox:latest [2019-10-13T19:32:34.890Z] Loaded image: busybox:latest [2019-10-13T19:32:34.890Z] Loaded image: busybox:glibc [2019-10-13T19:32:34.890Z] Loaded image: debian:jessie [2019-10-13T19:32:34.890Z] Loaded image: busybox:glibc [2019-10-13T19:32:34.890Z] Loaded image: debian:jessie [2019-10-13T19:32:34.890Z] Loaded image: hello-world:latest [2019-10-13T19:32:34.890Z] Loaded image: hello-world:latest [2019-10-13T19:32:34.890Z] INFO: Testing against a local daemon [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-13T19:32:34.890Z] INFO: Testing against a local daemon [2019-10-13T19:32:34.890Z] === RUN TestDockerDaemonSuite [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-13T19:32:34.890Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-13T19:32:34.890Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-13T19:32:34.896Z] #37 ... [2019-10-13T19:32:34.896Z] [2019-10-13T19:32:34.896Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:32:34.896Z] #62 52.35 CC images/mm.o [2019-10-13T19:32:34.896Z] #62 52.93 CC images/sk-opts.o [2019-10-13T19:32:34.896Z] #62 53.32 CC images/sk-unix.o [2019-10-13T19:32:34.896Z] #62 54.06 CC images/sk-inet.o [2019-10-13T19:32:34.896Z] #62 55.00 CC images/tun.o [2019-10-13T19:32:34.896Z] #62 55.77 CC images/sk-netlink.o [2019-10-13T19:32:34.896Z] #62 56.24 CC images/packet-sock.o [2019-10-13T19:32:35.027Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2019-10-13T19:32:35.172Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-13T19:32:35.525Z] #62 57.11 CC images/ipc-var.o [2019-10-13T19:32:35.738Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-13T19:32:36.154Z] #62 57.66 CC images/ipc-desc.o [2019-10-13T19:32:36.409Z] ok github.com/docker/docker/builder/remotecontext 0.301s coverage: 13.6% of statements [2019-10-13T19:32:36.445Z] #62 58.14 CC images/ipc-shm.o [2019-10-13T19:32:36.668Z] ok github.com/docker/docker/builder/remotecontext/git 3.211s coverage: 85.1% of statements [2019-10-13T19:32:36.672Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-13T19:32:36.735Z] #62 ... [2019-10-13T19:32:36.735Z] [2019-10-13T19:32:36.735Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:32:36.735Z] #37 142.9 os/exec [2019-10-13T19:32:37.026Z] #37 143.2 net [2019-10-13T19:32:37.179Z] #72 exporting layers 59.3s done [2019-10-13T19:32:37.179Z] #72 exporting manifest sha256:74a685bc5e8e9c7b4795ae938fd1968d279e99d884d6ca6e97eac495295eb3e4 done [2019-10-13T19:32:37.179Z] #72 exporting config sha256:bbaecccc51422006969a8238c02d17f687ec3f5f6ef77f73b065491a4f4c620c done [2019-10-13T19:32:37.179Z] #72 sending tarball [2019-10-13T19:32:37.236Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-13T19:32:37.608Z] ok github.com/docker/docker/builder/dockerfile 1.055s coverage: 48.2% of statements [2019-10-13T19:32:37.608Z] ? github.com/docker/docker/cli [no test files] [2019-10-13T19:32:37.608Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-13T19:32:38.620Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-13T19:32:38.620Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-13T19:32:38.620Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-13T19:32:39.053Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-13T19:32:39.754Z] #37 145.7 internal/lazyregexp [2019-10-13T19:32:40.018Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-13T19:32:41.392Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-13T19:32:41.959Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-13T19:32:42.216Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-13T19:32:42.216Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-13T19:32:42.475Z] #37 ... [2019-10-13T19:32:42.475Z] [2019-10-13T19:32:42.475Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:32:42.475Z] #62 58.60 CC images/ipc-msg.o [2019-10-13T19:32:42.475Z] #62 59.19 CC images/ipc-sem.o [2019-10-13T19:32:42.475Z] #62 59.63 CC images/utsns.o [2019-10-13T19:32:42.475Z] #62 60.15 CC images/creds.o [2019-10-13T19:32:42.475Z] #62 60.54 CC images/vma.o [2019-10-13T19:32:42.475Z] #62 60.98 CC images/netdev.o [2019-10-13T19:32:42.475Z] #62 61.94 CC images/tty.o [2019-10-13T19:32:42.475Z] #62 63.28 CC images/file-lock.o [2019-10-13T19:32:42.475Z] #62 63.72 CC images/rlimit.o [2019-10-13T19:32:42.475Z] #62 64.13 CC images/pagemap.o [2019-10-13T19:32:42.475Z] #62 ... [2019-10-13T19:32:42.475Z] [2019-10-13T19:32:42.475Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:32:42.475Z] #37 148.9 go/token [2019-10-13T19:32:42.475Z] #37 149.0 net/url [2019-10-13T19:32:42.892Z] ok github.com/docker/docker/client 0.397s coverage: 75.8% of statements [2019-10-13T19:32:43.106Z] #37 ... [2019-10-13T19:32:43.106Z] [2019-10-13T19:32:43.106Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:32:43.106Z] #34 139.3 log [2019-10-13T19:32:43.106Z] #34 139.3 github.com/BurntSushi/toml [2019-10-13T19:32:43.106Z] #34 139.4 flag [2019-10-13T19:32:43.106Z] #34 147.7 github.com/BurntSushi/toml/cmd/tomlv [2019-10-13T19:32:43.106Z] #34 ... [2019-10-13T19:32:43.106Z] [2019-10-13T19:32:43.106Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:32:43.106Z] #62 64.69 CC images/siginfo.o [2019-10-13T19:32:43.149Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-13T19:32:43.149Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-13T19:32:43.714Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-13T19:32:43.738Z] #62 65.41 CC images/rpc.o [2019-10-13T19:32:45.086Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-13T19:32:45.086Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-13T19:32:45.086Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-13T19:32:45.086Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-13T19:32:46.219Z] #72 ... [2019-10-13T19:32:46.219Z] [2019-10-13T19:32:46.219Z] #73 importing to docker [2019-10-13T19:32:46.219Z] #73 ... [2019-10-13T19:32:46.219Z] [2019-10-13T19:32:46.219Z] #72 exporting to oci image format [2019-10-13T19:32:46.219Z] #72 sending tarball 8.9s done [2019-10-13T19:32:46.219Z] #72 DONE 68.2s [2019-10-13T19:32:46.219Z] [2019-10-13T19:32:46.219Z] #73 importing to docker [2019-10-13T19:32:47.263Z] #62 68.50 CC images/ext-file.o [2019-10-13T19:32:47.263Z] #62 68.93 CC images/cgroup.o [2019-10-13T19:32:47.613Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-13T19:32:48.292Z] #62 ... [2019-10-13T19:32:48.292Z] [2019-10-13T19:32:48.292Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:48.292Z] #17 90.23 Setting up python3-minimal (3.5.3-1) ... [2019-10-13T19:32:48.292Z] #17 92.49 Selecting previously unselected package python3. [2019-10-13T19:32:48.292Z] #17 92.49 (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 ... 16606 files and directories currently installed.) [2019-10-13T19:32:48.292Z] #17 92.57 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 92.60 Unpacking python3 (3.5.3-1) ... [2019-10-13T19:32:48.292Z] #17 92.80 Selecting previously unselected package pigz. [2019-10-13T19:32:48.292Z] #17 92.82 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 92.83 Unpacking pigz (2.3.4-1) ... [2019-10-13T19:32:48.292Z] #17 92.96 Selecting previously unselected package libip4tc0:ppc64el. [2019-10-13T19:32:48.292Z] #17 92.99 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 92.99 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:32:48.292Z] #17 93.22 Selecting previously unselected package libip6tc0:ppc64el. [2019-10-13T19:32:48.292Z] #17 93.26 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 93.27 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:32:48.292Z] #17 93.43 Selecting previously unselected package libiptc0:ppc64el. [2019-10-13T19:32:48.292Z] #17 93.45 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 93.47 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:32:48.292Z] #17 93.62 Selecting previously unselected package libxtables12:ppc64el. [2019-10-13T19:32:48.292Z] #17 93.62 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 93.63 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:32:48.292Z] #17 93.77 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-13T19:32:48.292Z] #17 93.78 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 93.79 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-13T19:32:48.292Z] #17 93.98 Selecting previously unselected package iptables. [2019-10-13T19:32:48.292Z] #17 94.04 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 94.04 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-13T19:32:48.292Z] #17 94.99 Selecting previously unselected package xxd. [2019-10-13T19:32:48.292Z] #17 95.00 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 95.00 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:32:48.292Z] #17 95.28 Selecting previously unselected package vim-common. [2019-10-13T19:32:48.292Z] #17 95.30 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:32:48.292Z] #17 95.35 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:32:48.292Z] #17 95.70 Selecting previously unselected package bzip2. [2019-10-13T19:32:48.292Z] #17 95.74 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 95.76 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-13T19:32:48.292Z] #17 96.05 Selecting previously unselected package libgpm2:ppc64el. [2019-10-13T19:32:48.292Z] #17 96.06 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 96.07 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-13T19:32:48.292Z] #17 96.24 Selecting previously unselected package xz-utils. [2019-10-13T19:32:48.292Z] #17 96.27 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 96.27 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-13T19:32:48.292Z] #17 96.63 Selecting previously unselected package aufs-tools. [2019-10-13T19:32:48.292Z] #17 96.64 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 96.64 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-13T19:32:48.292Z] #17 96.97 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-13T19:32:48.292Z] #17 96.98 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 96.98 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-13T19:32:48.292Z] #17 97.19 Selecting previously unselected package btrfs-progs. [2019-10-13T19:32:48.292Z] #17 97.23 Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-13T19:32:48.292Z] #17 97.26 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-13T19:32:49.316Z] #17 98.12 Selecting previously unselected package btrfs-tools. [2019-10-13T19:32:49.316Z] #17 98.13 Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-13T19:32:49.316Z] #17 98.14 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-13T19:32:49.316Z] #17 98.24 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-13T19:32:49.316Z] #17 98.25 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-13T19:32:49.316Z] #17 98.26 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-13T19:32:49.316Z] #17 ... [2019-10-13T19:32:49.316Z] [2019-10-13T19:32:49.316Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:32:49.316Z] #62 70.93 CC images/userns.o [2019-10-13T19:32:49.607Z] #62 ... [2019-10-13T19:32:49.607Z] [2019-10-13T19:32:49.607Z] #34 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount... [2019-10-13T19:32:49.607Z] #34 DONE 155.8s [2019-10-13T19:32:49.607Z] [2019-10-13T19:32:49.607Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:49.607Z] #17 98.53 Selecting previously unselected package dmsetup. [2019-10-13T19:32:49.607Z] #17 98.57 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-13T19:32:49.607Z] #17 98.58 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-13T19:32:49.898Z] #17 98.92 Selecting previously unselected package libonig4:ppc64el. [2019-10-13T19:32:49.898Z] #17 98.93 Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-13T19:32:49.898Z] #17 98.96 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-13T19:32:50.137Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-13T19:32:50.216Z] #17 99.38 Selecting previously unselected package libjq1:ppc64el. [2019-10-13T19:32:50.509Z] #17 99.40 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-13T19:32:50.509Z] #17 99.51 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-13T19:32:50.799Z] #17 99.89 Selecting previously unselected package jq. [2019-10-13T19:32:50.799Z] #17 99.90 Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-13T19:32:50.799Z] #17 99.90 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-13T19:32:51.088Z] #17 100.2 Selecting previously unselected package libaio1:ppc64el. [2019-10-13T19:32:51.380Z] #17 100.3 Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-13T19:32:51.380Z] #17 100.3 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-13T19:32:51.380Z] #17 100.4 Selecting previously unselected package libcap2-bin. [2019-10-13T19:32:51.380Z] #17 100.5 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-13T19:32:51.380Z] #17 100.5 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-13T19:32:51.510Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-13T19:32:51.672Z] #17 100.6 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-13T19:32:51.672Z] #17 100.6 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-13T19:32:51.672Z] #17 100.6 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-13T19:32:51.672Z] #17 100.7 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-13T19:32:51.672Z] #17 100.7 Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-13T19:32:51.672Z] #17 100.7 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-13T19:32:51.961Z] #17 101.0 Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-13T19:32:51.961Z] #17 101.1 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-13T19:32:51.961Z] #17 101.1 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-13T19:32:52.253Z] #17 101.3 Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-13T19:32:52.253Z] #17 101.3 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-13T19:32:52.253Z] #17 101.4 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-13T19:32:52.552Z] #17 101.6 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-13T19:32:52.552Z] #17 101.6 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-13T19:32:52.552Z] #17 101.7 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-13T19:32:53.407Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-13T19:32:53.600Z] #17 102.4 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-13T19:32:53.600Z] #17 102.4 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-13T19:32:53.600Z] #17 102.4 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-13T19:32:53.665Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-13T19:32:53.888Z] #17 102.9 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-13T19:32:53.889Z] #17 102.9 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-13T19:32:53.889Z] #17 102.9 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-13T19:32:54.177Z] #17 103.1 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-13T19:32:54.177Z] #17 103.1 Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-13T19:32:54.177Z] #17 103.1 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-13T19:32:54.298Z] ......................... [ 67%] [2019-10-13T19:32:54.466Z] #17 103.3 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-13T19:32:54.466Z] #17 103.4 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-13T19:32:54.466Z] #17 103.4 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-13T19:32:54.466Z] #17 ... [2019-10-13T19:32:54.466Z] [2019-10-13T19:32:54.466Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:32:54.466Z] #37 150.7 text/template/parse [2019-10-13T19:32:54.466Z] #37 153.2 go/scanner [2019-10-13T19:32:54.466Z] #37 158.7 encoding/binary [2019-10-13T19:32:54.466Z] #37 160.1 go/ast [2019-10-13T19:32:54.466Z] #37 ... [2019-10-13T19:32:54.466Z] [2019-10-13T19:32:54.466Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:32:54.466Z] #17 103.5 Selecting previously unselected package libreadline5:ppc64el. [2019-10-13T19:32:54.466Z] #17 103.5 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-13T19:32:54.466Z] #17 103.6 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-13T19:32:54.753Z] #17 103.8 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-13T19:32:54.753Z] #17 103.8 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-13T19:32:54.753Z] #17 103.8 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-13T19:32:56.192Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-13T19:32:57.476Z] #17 106.1 Selecting previously unselected package net-tools. [2019-10-13T19:32:57.476Z] #17 106.1 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-13T19:32:57.476Z] #17 106.1 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-13T19:32:57.476Z] #17 106.5 Selecting previously unselected package python-pip-whl. [2019-10-13T19:32:57.476Z] #17 106.5 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-13T19:32:57.476Z] #17 106.6 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-13T19:32:57.565Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-13T19:32:58.501Z] #17 107.3 Selecting previously unselected package python3-pip. [2019-10-13T19:32:58.501Z] #17 107.4 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-13T19:32:58.501Z] #17 107.4 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-13T19:32:58.501Z] #17 107.7 Selecting previously unselected package python3-pkg-resources. [2019-10-13T19:32:58.790Z] #17 107.7 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-13T19:32:58.790Z] #17 107.8 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-13T19:32:59.083Z] #17 108.0 Selecting previously unselected package python3-setuptools. [2019-10-13T19:32:59.083Z] #17 108.0 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-13T19:32:59.083Z] #17 108.0 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-13T19:32:59.372Z] #17 108.4 Selecting previously unselected package python3-wheel. [2019-10-13T19:32:59.372Z] #17 108.4 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-13T19:32:59.372Z] #17 108.4 Unpacking python3-wheel (0.29.0-2) ... [2019-10-13T19:32:59.667Z] #17 108.6 Selecting previously unselected package thin-provisioning-tools. [2019-10-13T19:32:59.667Z] #17 108.7 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-13T19:32:59.667Z] #17 108.7 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-13T19:33:00.092Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-13T19:33:00.292Z] #17 109.2 Selecting previously unselected package vim-runtime. [2019-10-13T19:33:00.292Z] #17 109.2 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-13T19:33:00.292Z] #17 109.3 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-13T19:33:00.292Z] #17 109.4 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-13T19:33:00.292Z] #17 ... [2019-10-13T19:33:00.292Z] [2019-10-13T19:33:00.292Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:00.292Z] #62 71.95 CC images/google/protobuf/descriptor.o [2019-10-13T19:33:00.292Z] #62 76.65 CC images/opts.o [2019-10-13T19:33:00.292Z] #62 77.11 CC images/seccomp.o [2019-10-13T19:33:00.292Z] #62 77.69 CC images/binfmt-misc.o [2019-10-13T19:33:00.292Z] #62 78.11 CC images/time.o [2019-10-13T19:33:00.292Z] #62 78.66 CC images/sysctl.o [2019-10-13T19:33:00.292Z] #62 78.96 CC images/autofs.o [2019-10-13T19:33:00.292Z] #62 79.36 CC images/macvlan.o [2019-10-13T19:33:00.292Z] #62 79.74 CC images/sit.o [2019-10-13T19:33:00.292Z] #62 80.14 LINK images/built-in.o [2019-10-13T19:33:00.292Z] #62 80.39 GEN compel/include/asm [2019-10-13T19:33:00.292Z] #62 80.41 GEN compel/include/version.h [2019-10-13T19:33:00.292Z] #62 80.45 touch .config [2019-10-13T19:33:00.292Z] #62 80.46 GEN include/common/config.h [2019-10-13T19:33:00.292Z] #62 80.76 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-13T19:33:00.292Z] #62 80.86 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-13T19:33:00.292Z] #62 80.95 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-13T19:33:00.292Z] #62 81.01 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-13T19:33:00.292Z] #62 81.16 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-13T19:33:00.292Z] #62 81.23 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-13T19:33:00.292Z] #62 81.27 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-13T19:33:00.292Z] #62 81.33 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-13T19:33:00.292Z] #62 81.33 DEP compel/plugins/std/infect.d [2019-10-13T19:33:00.292Z] #62 81.67 DEP compel/plugins/std/string.d [2019-10-13T19:33:00.292Z] #62 81.91 DEP compel/plugins/std/log.d [2019-10-13T19:33:00.292Z] #62 82.12 DEP compel/plugins/std/fds.d [2019-10-13T19:33:00.292Z] #62 ... [2019-10-13T19:33:00.292Z] [2019-10-13T19:33:00.292Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:33:00.292Z] #17 109.5 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:33:00.657Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-13T19:33:02.030Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-13T19:33:03.441Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-13T19:33:03.441Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-13T19:33:04.812Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-13T19:33:06.139Z] #73 DONE 17.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-13T19:33:06.714Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-13T19:33:07.056Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/test/unit [2019-10-13T19:33:07.144Z] #17 ... [2019-10-13T19:33:07.144Z] [2019-10-13T19:33:07.144Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:07.144Z] #62 82.38 DEP compel/plugins/std/std.d [2019-10-13T19:33:07.144Z] #62 82.67 DEP compel/plugins/shmem/shmem.d [2019-10-13T19:33:07.144Z] #62 82.91 DEP compel/plugins/fds/fds.d [2019-10-13T19:33:07.144Z] #62 83.32 CC compel/plugins/std/std.o [2019-10-13T19:33:07.144Z] #62 83.97 CC compel/plugins/std/fds.o [2019-10-13T19:33:07.144Z] #62 84.80 CC compel/plugins/std/log.o [2019-10-13T19:33:07.144Z] #62 86.46 CC compel/plugins/std/string.o [2019-10-13T19:33:07.144Z] #62 87.77 CC compel/plugins/std/infect.o [2019-10-13T19:33:07.144Z] #62 88.64 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-13T19:33:07.144Z] #62 ... [2019-10-13T19:33:07.144Z] [2019-10-13T19:33:07.144Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:33:07.144Z] #17 116.0 Selecting previously unselected package vim. [2019-10-13T19:33:07.144Z] #17 116.0 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-13T19:33:07.144Z] #17 116.0 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:33:07.774Z] #17 116.8 Selecting previously unselected package xfsprogs. [2019-10-13T19:33:07.774Z] #17 116.9 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-13T19:33:07.774Z] #17 116.9 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-13T19:33:08.614Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-13T19:33:08.807Z] #17 117.9 Selecting previously unselected package zip. [2019-10-13T19:33:08.807Z] #17 117.9 Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-13T19:33:08.807Z] #17 117.9 Unpacking zip (3.0-11+b1) ... [2019-10-13T19:33:09.098Z] #17 118.3 Selecting previously unselected package libapparmor-perl. [2019-10-13T19:33:09.098Z] #17 118.3 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-13T19:33:09.098Z] #17 118.3 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-13T19:33:09.451Z] ok github.com/docker/docker/cmd/dockerd 0.134s coverage: 30.3% of statements [2019-10-13T19:33:09.451Z] ok github.com/docker/docker/container 0.193s coverage: 35.3% of statements [2019-10-13T19:33:09.451Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-13T19:33:09.451Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-13T19:33:09.451Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-13T19:33:09.451Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-13T19:33:09.547Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-13T19:33:09.694Z] #17 118.6 Selecting previously unselected package apparmor. [2019-10-13T19:33:09.694Z] #17 118.6 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-13T19:33:09.694Z] #17 118.8 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-13T19:33:10.322Z] #17 119.5 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-13T19:33:10.322Z] #17 119.5 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-13T19:33:10.322Z] #17 119.5 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-13T19:33:10.429Z] ? github.com/docker/docker/api [no test files] [2019-10-13T19:33:10.610Z] #17 ... [2019-10-13T19:33:10.610Z] [2019-10-13T19:33:10.610Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:33:10.610Z] #37 167.0 encoding/base64 [2019-10-13T19:33:10.610Z] #37 169.7 text/template [2019-10-13T19:33:10.610Z] #37 170.4 encoding/json [2019-10-13T19:33:10.610Z] #37 ... [2019-10-13T19:33:10.610Z] [2019-10-13T19:33:10.610Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:10.610Z] #62 88.69 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-13T19:33:10.610Z] #62 88.74 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-13T19:33:10.610Z] #62 88.79 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-13T19:33:10.610Z] #62 88.86 AR compel/plugins/std.lib.a [2019-10-13T19:33:10.610Z] #62 88.93 CC compel/plugins/fds/fds.o [2019-10-13T19:33:10.610Z] #62 89.30 AR compel/plugins/fds.lib.a [2019-10-13T19:33:10.610Z] #62 89.41 HOSTDEP compel/src/lib/log-host.d [2019-10-13T19:33:10.610Z] #62 89.77 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-13T19:33:10.610Z] #62 90.03 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-13T19:33:10.610Z] #62 90.32 HOSTDEP compel/src/main-host.d [2019-10-13T19:33:10.610Z] #62 90.53 DEP compel/src/lib/ptrace.d [2019-10-13T19:33:10.610Z] #62 90.85 DEP compel/src/lib/infect.d [2019-10-13T19:33:10.610Z] #62 91.27 DEP compel/src/lib/infect-util.d [2019-10-13T19:33:10.610Z] #62 91.68 DEP compel/src/lib/infect-rpc.d [2019-10-13T19:33:10.610Z] #62 91.96 DEP compel/arch/ppc64/src/lib/infect.d [2019-10-13T19:33:10.610Z] #62 92.21 DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-13T19:33:10.898Z] #62 92.42 DEP compel/src/lib/log.d [2019-10-13T19:33:10.898Z] #62 92.65 DEP compel/src/main.d [2019-10-13T19:33:11.523Z] #62 93.02 DEP compel/src/lib/handle-elf.d [2019-10-13T19:33:11.811Z] #62 93.44 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-13T19:33:11.994Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.048s coverage: 65.3% of statements [2019-10-13T19:33:12.099Z] #62 93.73 CC compel/src/lib/log.o [2019-10-13T19:33:12.725Z] #62 94.33 CC compel/arch/ppc64/src/lib/cpu.o [2019-10-13T19:33:12.726Z] #62 ... [2019-10-13T19:33:12.726Z] [2019-10-13T19:33:12.726Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:33:12.726Z] #17 121.9 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-13T19:33:12.726Z] #17 121.9 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-13T19:33:12.938Z] ok github.com/docker/docker/daemon/cluster/convert 0.035s coverage: 35.8% of statements [2019-10-13T19:33:13.016Z] #17 121.9 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-13T19:33:13.724Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-13T19:33:13.879Z] ok github.com/docker/docker/daemon/cluster 0.130s coverage: 0.5% of statements [2019-10-13T19:33:15.098Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-13T19:33:15.662Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-13T19:33:16.546Z] #17 125.5 Selecting previously unselected package binutils-mingw-w64. [2019-10-13T19:33:16.546Z] #17 125.5 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-13T19:33:16.546Z] #17 125.5 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-13T19:33:16.546Z] #17 125.8 Selecting previously unselected package mingw-w64-common. [2019-10-13T19:33:16.595Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-13T19:33:16.855Z] #17 125.8 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-13T19:33:16.855Z] #17 125.8 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-13T19:33:17.179Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2019-10-13T19:33:18.122Z] ok github.com/docker/docker/daemon/config 0.088s coverage: 84.6% of statements [2019-10-13T19:33:18.122Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2019-10-13T19:33:19.126Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-13T19:33:19.126Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-13T19:33:20.059Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-13T19:33:20.316Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-13T19:33:20.663Z] ok github.com/docker/docker/daemon/graphdriver 0.013s coverage: 2.2% of statements [2019-10-13T19:33:21.689Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-13T19:33:21.892Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-10-13T19:33:23.719Z] #17 ... [2019-10-13T19:33:23.719Z] [2019-10-13T19:33:23.719Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:23.719Z] #62 94.95 CC compel/arch/ppc64/src/lib/infect.o [2019-10-13T19:33:23.719Z] #62 96.29 CC compel/src/lib/infect-rpc.o [2019-10-13T19:33:23.719Z] #62 97.05 CC compel/src/lib/infect-util.o [2019-10-13T19:33:23.719Z] #62 97.53 CC compel/src/lib/infect.o [2019-10-13T19:33:23.719Z] #62 102.9 CC compel/src/lib/ptrace.o [2019-10-13T19:33:23.719Z] #62 103.8 AR compel/libcompel.a [2019-10-13T19:33:23.719Z] #62 104.0 HOSTCC compel/src/main-host.o [2019-10-13T19:33:23.719Z] #62 104.7 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-13T19:33:23.719Z] #62 105.0 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-13T19:33:23.719Z] #62 ... [2019-10-13T19:33:23.719Z] [2019-10-13T19:33:23.719Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:33:23.719Z] #17 132.5 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-13T19:33:23.719Z] #17 132.5 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-13T19:33:23.719Z] #17 132.5 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-13T19:33:23.719Z] #17 ... [2019-10-13T19:33:23.719Z] [2019-10-13T19:33:23.719Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:33:23.719Z] #37 179.9 go/parser [2019-10-13T19:33:23.951Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2019-10-13T19:33:23.951Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.477s coverage: 13.7% of statements [2019-10-13T19:33:24.216Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-13T19:33:24.216Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-13T19:33:24.473Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-13T19:33:24.732Z] --- PASS: TestBuildWithHugeFile (93.60s) [2019-10-13T19:33:24.732Z] === RUN TestBuildWithEmptyDockerfile [2019-10-13T19:33:24.750Z] #37 ... [2019-10-13T19:33:24.750Z] [2019-10-13T19:33:24.750Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:24.750Z] #62 106.1 HOSTCC compel/src/lib/log-host.o [2019-10-13T19:33:24.991Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-13T19:33:24.991Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:33:24.991Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:33:24.991Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:33:24.991Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:33:24.991Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:33:24.991Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:33:24.991Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:33:24.991Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:33:24.991Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:33:25.040Z] #62 106.5 HOSTLINK compel/compel-host-bin [2019-10-13T19:33:25.249Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-10-13T19:33:25.249Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2019-10-13T19:33:25.249Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2019-10-13T19:33:25.249Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.15s) [2019-10-13T19:33:25.249Z] === RUN TestBuildPreserveOwnership [2019-10-13T19:33:25.249Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-13T19:33:25.326Z] #62 106.8 DEP soccr/soccr.d [2019-10-13T19:33:25.348Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.591s coverage: 57.0% of statements [2019-10-13T19:33:25.620Z] #62 107.1 CC soccr/soccr.o [2019-10-13T19:33:26.182Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-13T19:33:26.440Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-13T19:33:27.004Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-13T19:33:27.264Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-13T19:33:28.636Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-13T19:33:28.636Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-13T19:33:29.123Z] #62 110.8 AR soccr/libsoccr.a [2019-10-13T19:33:29.410Z] #62 110.9 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-13T19:33:29.578Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.905s coverage: 46.2% of statements [2019-10-13T19:33:29.578Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.749s coverage: 51.0% of statements [2019-10-13T19:33:29.578Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.132s coverage: 72.5% of statements [2019-10-13T19:33:29.580Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-13T19:33:29.580Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-13T19:33:29.854Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-13T19:33:30.035Z] #62 111.5 DEP criu/arch/ppc64/sigframe.d [2019-10-13T19:33:30.035Z] #62 111.7 DEP criu/arch/ppc64/crtools.d [2019-10-13T19:33:30.035Z] #62 ... [2019-10-13T19:33:30.035Z] [2019-10-13T19:33:30.035Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:33:30.035Z] #65 196.4 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-13T19:33:30.035Z] #65 196.4 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-13T19:33:30.789Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-13T19:33:31.007Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-13T19:33:31.046Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-13T19:33:31.486Z] ok github.com/docker/docker/daemon 12.284s coverage: 17.6% of statements [2019-10-13T19:33:31.486Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-13T19:33:31.486Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-13T19:33:31.486Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-13T19:33:31.486Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-13T19:33:31.486Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-13T19:33:31.611Z] --- PASS: TestBuildPreserveOwnership (6.46s) [2019-10-13T19:33:31.611Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.20s) [2019-10-13T19:33:31.611Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.24s) [2019-10-13T19:33:31.611Z] === RUN TestBuildPlatformInvalid [2019-10-13T19:33:31.868Z] --- PASS: TestBuildPlatformInvalid (0.23s) [2019-10-13T19:33:31.868Z] PASS [2019-10-13T19:33:31.868Z] [2019-10-13T19:33:31.868Z] === Skipped [2019-10-13T19:33:31.868Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-10-13T19:33:31.868Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:33:31.868Z] [2019-10-13T19:33:31.868Z] [2019-10-13T19:33:31.868Z] DONE 32 tests, 1 skipped in 183.227s [2019-10-13T19:33:31.868Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-13T19:33:31.868Z] ++ 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 [2019-10-13T19:33:31.868Z] ++ set -e [2019-10-13T19:33:31.868Z] ++ '[' -n 0 ']' [2019-10-13T19:33:31.868Z] ++ set -x [2019-10-13T19:33:31.868Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:33:32.055Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.023s coverage: 58.0% of statements [2019-10-13T19:33:32.125Z] INFO: Testing against a local daemon [2019-10-13T19:33:32.125Z] === RUN TestConfigList [2019-10-13T19:33:32.317Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.584s coverage: 76.1% of statements [2019-10-13T19:33:32.887Z] ok github.com/docker/docker/daemon/links 0.040s coverage: 93.0% of statements [2019-10-13T19:33:33.495Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-13T19:33:33.827Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2019-10-13T19:33:34.868Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-13T19:33:35.124Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-13T19:33:35.217Z] ok github.com/docker/docker/daemon/logger 0.252s coverage: 42.7% of statements [2019-10-13T19:33:35.382Z] --- PASS: TestConfigList (3.32s) [2019-10-13T19:33:35.382Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-13T19:33:35.382Z] === RUN TestConfigsCreateAndDelete [2019-10-13T19:33:35.570Z] #65 ... [2019-10-13T19:33:35.570Z] [2019-10-13T19:33:35.570Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:35.570Z] #62 112.2 DEP criu/arch/ppc64/cpu.d [2019-10-13T19:33:35.570Z] #62 112.6 CC criu/arch/ppc64/cpu.o [2019-10-13T19:33:35.570Z] #62 113.6 CC criu/arch/ppc64/crtools.o [2019-10-13T19:33:35.570Z] #62 115.5 CC criu/arch/ppc64/sigframe.o [2019-10-13T19:33:35.570Z] #62 116.1 LINK criu/arch/ppc64/crtools.built-in.o [2019-10-13T19:33:35.570Z] #62 116.2 DEP criu/arch/ppc64/misc.d [2019-10-13T19:33:35.570Z] #62 116.3 DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-13T19:33:35.570Z] #62 116.4 DEP criu/arch/ppc64/vdso-pie.d [2019-10-13T19:33:35.570Z] #62 116.7 DEP criu/pie/parasite-vdso.d [2019-10-13T19:33:35.570Z] #62 117.1 DEP criu/pie/util-vdso.d [2019-10-13T19:33:35.859Z] #62 117.4 DEP criu/pie/util.d [2019-10-13T19:33:36.486Z] #62 117.9 CC criu/pie/util.o [2019-10-13T19:33:36.602Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 4.9% of statements [2019-10-13T19:33:36.602Z] ok github.com/docker/docker/daemon/logger/awslogs 0.296s coverage: 77.8% of statements [2019-10-13T19:33:36.807Z] #62 118.5 CC criu/pie/util-vdso.o [2019-10-13T19:33:36.862Z] ok github.com/docker/docker/daemon/logger/gelf 0.020s coverage: 68.2% of statements [2019-10-13T19:33:37.121Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.949s coverage: 57.2% of statements [2019-10-13T19:33:37.121Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-13T19:33:37.121Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-13T19:33:37.121Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-13T19:33:37.121Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-13T19:33:37.121Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-13T19:33:37.121Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-13T19:33:37.707Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 26.2% of statements [2019-10-13T19:33:37.968Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.038s coverage: 88.3% of statements [2019-10-13T19:33:38.228Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.070s coverage: 62.1% of statements [2019-10-13T19:33:38.659Z] --- PASS: TestConfigsCreateAndDelete (2.85s) [2019-10-13T19:33:38.659Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-13T19:33:38.659Z] === RUN TestConfigsUpdate [2019-10-13T19:33:38.891Z] #62 120.2 CC criu/pie/parasite-vdso.o [2019-10-13T19:33:38.891Z] #62 ... [2019-10-13T19:33:38.891Z] [2019-10-13T19:33:38.891Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:33:38.891Z] #37 195.3 go/doc [2019-10-13T19:33:38.891Z] #37 198.1 math/big [2019-10-13T19:33:38.891Z] #37 198.4 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-13T19:33:38.891Z] #37 202.0 vendor/golang.org/x/text/unicode/norm [2019-10-13T19:33:38.917Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-13T19:33:39.167Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 74.7% of statements [2019-10-13T19:33:39.167Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-13T19:33:39.180Z] #37 ... [2019-10-13T19:33:39.180Z] [2019-10-13T19:33:39.180Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:33:39.180Z] #17 140.5 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-13T19:33:39.180Z] #17 140.5 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-13T19:33:39.180Z] #17 140.5 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-13T19:33:39.180Z] #17 140.7 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-13T19:33:39.180Z] #17 140.7 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-13T19:33:39.180Z] #17 140.7 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:33:39.741Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.031s coverage: 19.9% of statements [2019-10-13T19:33:39.807Z] #17 ... [2019-10-13T19:33:39.807Z] [2019-10-13T19:33:39.807Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:39.807Z] #62 121.5 CC criu/arch/ppc64/vdso-pie.o [2019-10-13T19:33:40.002Z] ok github.com/docker/docker/daemon/logger/templates 0.050s coverage: 8.3% of statements [2019-10-13T19:33:40.262Z] ok github.com/docker/docker/daemon/logger/syslog 0.020s coverage: 47.8% of statements [2019-10-13T19:33:40.849Z] #62 122.3 CC criu/arch/ppc64/vdso-trampoline.o [2019-10-13T19:33:40.850Z] #62 122.4 CC criu/arch/ppc64/misc.o [2019-10-13T19:33:40.850Z] #62 122.5 AR criu/pie/pie.lib.a [2019-10-13T19:33:40.850Z] #62 122.6 DEP criu/pie/restorer.d [2019-10-13T19:33:41.202Z] ok github.com/docker/docker/daemon/network 0.019s coverage: 63.8% of statements [2019-10-13T19:33:41.440Z] --- PASS: TestConfigsUpdate (3.14s) [2019-10-13T19:33:41.440Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-13T19:33:41.440Z] === RUN TestTemplatedConfig [2019-10-13T19:33:41.495Z] #62 123.2 DEP criu/arch/ppc64/restorer.d [2019-10-13T19:33:42.139Z] #62 123.6 DEP criu/pie/parasite.d [2019-10-13T19:33:42.142Z] ok github.com/docker/docker/daemon/logger/splunk 1.884s coverage: 84.5% of statements [2019-10-13T19:33:42.142Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-13T19:33:42.142Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-13T19:33:42.492Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-13T19:33:42.713Z] ok github.com/docker/docker/distribution/metadata 0.185s coverage: 48.2% of statements [2019-10-13T19:33:42.768Z] #62 124.2 CC criu/pie/parasite.o [2019-10-13T19:33:43.058Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-13T19:33:43.072Z] #62 ... [2019-10-13T19:33:43.072Z] [2019-10-13T19:33:43.072Z] #65 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-13T19:33:43.072Z] #65 DONE 209.6s [2019-10-13T19:33:43.381Z] [2019-10-13T19:33:43.381Z] #66 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-13T19:33:43.381Z] #66 DONE 0.1s [2019-10-13T19:33:43.381Z] [2019-10-13T19:33:43.381Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:33:43.623Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-13T19:33:43.653Z] ok github.com/docker/docker/errdefs 0.044s coverage: 49.4% of statements [2019-10-13T19:33:44.189Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-13T19:33:44.224Z] ok github.com/docker/docker/distribution 0.315s coverage: 22.4% of statements [2019-10-13T19:33:44.224Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-13T19:33:44.448Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-13T19:33:45.165Z] ok github.com/docker/docker/image 0.047s coverage: 86.4% of statements [2019-10-13T19:33:45.380Z] --- PASS: TestTemplatedConfig (3.79s) [2019-10-13T19:33:45.380Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-13T19:33:45.380Z] === RUN TestConfigInspect [2019-10-13T19:33:45.735Z] ok github.com/docker/docker/image/cache 0.033s coverage: 19.2% of statements [2019-10-13T19:33:45.735Z] ok github.com/docker/docker/distribution/xfer 1.720s coverage: 85.1% of statements [2019-10-13T19:33:45.735Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-13T19:33:45.735Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-13T19:33:45.972Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-13T19:33:45.996Z] ok github.com/docker/docker/image/v1 0.036s coverage: 25.0% of statements [2019-10-13T19:33:45.996Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-13T19:33:46.564Z] ok github.com/docker/docker/libcontainerd/queue 0.053s coverage: 100.0% of statements [2019-10-13T19:33:46.824Z] ok github.com/docker/docker/pkg/aaparser 0.028s coverage: 50.0% of statements [2019-10-13T19:33:46.900Z] #46 ... [2019-10-13T19:33:46.900Z] [2019-10-13T19:33:46.900Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:46.900Z] #62 127.8 LINK criu/pie/parasite.built-in.o [2019-10-13T19:33:46.900Z] #62 127.9 GEN criu/pie/parasite-blob.h [2019-10-13T19:33:46.900Z] #62 128.0 CC criu/arch/ppc64/restorer.o [2019-10-13T19:33:47.190Z] #62 128.8 CC criu/pie/restorer.o [2019-10-13T19:33:47.764Z] ok github.com/docker/docker/opts 0.064s coverage: 66.9% of statements [2019-10-13T19:33:47.936Z] tests/integration/client_test.py ..... [ 75%] [2019-10-13T19:33:47.956Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-13T19:33:47.956Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-13T19:33:48.213Z] --- PASS: TestConfigInspect (3.03s) [2019-10-13T19:33:48.213Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-13T19:33:48.213Z] === RUN TestConfigCreateWithLabels [2019-10-13T19:33:48.494Z] tests/integration/errors_test.py . [ 76%] [2019-10-13T19:33:49.144Z] ok github.com/docker/docker/pkg/broadcaster 0.016s coverage: 100.0% of statements [2019-10-13T19:33:49.404Z] ok github.com/docker/docker/pkg/authorization 0.876s coverage: 68.3% of statements [2019-10-13T19:33:49.404Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2019-10-13T19:33:49.582Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-13T19:33:50.147Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-13T19:33:50.342Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2019-10-13T19:33:50.405Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-13T19:33:50.405Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-13T19:33:50.923Z] ok github.com/docker/docker/pkg/archive 1.257s coverage: 76.8% of statements [2019-10-13T19:33:50.923Z] ok github.com/docker/docker/pkg/discovery 0.014s coverage: 58.3% of statements [2019-10-13T19:33:51.336Z] --- PASS: TestConfigCreateWithLabels (3.17s) [2019-10-13T19:33:51.337Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-13T19:33:51.337Z] === RUN TestConfigCreateResolve [2019-10-13T19:33:51.492Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2019-10-13T19:33:51.901Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-13T19:33:51.901Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-13T19:33:52.429Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-10-13T19:33:52.466Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-13T19:33:52.688Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-10-13T19:33:52.723Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-13T19:33:52.734Z] #62 134.2 LINK criu/pie/restorer.built-in.o [2019-10-13T19:33:52.734Z] #62 134.2 GEN criu/pie/restorer-blob.h [2019-10-13T19:33:53.025Z] #62 134.6 DEP criu/vdso.d [2019-10-13T19:33:53.256Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2019-10-13T19:33:53.652Z] #62 135.2 DEP criu/uts_ns.d [2019-10-13T19:33:53.940Z] #62 135.6 DEP criu/util.d [2019-10-13T19:33:54.192Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2019-10-13T19:33:54.192Z] ok github.com/docker/docker/pkg/chrootarchive 3.571s coverage: 43.2% of statements [2019-10-13T19:33:54.570Z] #62 136.3 DEP criu/uffd.d [2019-10-13T19:33:54.619Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-13T19:33:54.885Z] --- PASS: TestConfigCreateResolve (3.39s) [2019-10-13T19:33:54.885Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-13T19:33:54.885Z] === RUN TestConfigDaemonLibtrustID [2019-10-13T19:33:55.131Z] ok github.com/docker/docker/pkg/fileutils 0.038s coverage: 89.5% of statements [2019-10-13T19:33:55.144Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-13T19:33:55.201Z] #62 136.7 DEP criu/tun.d [2019-10-13T19:33:55.390Z] ok github.com/docker/docker/pkg/fsutils 0.275s coverage: 85.1% of statements [2019-10-13T19:33:55.390Z] ok github.com/docker/docker/pkg/discovery/kv 3.143s coverage: 84.1% of statements [2019-10-13T19:33:55.390Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2019-10-13T19:33:55.401Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-10-13T19:33:55.401Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-13T19:33:55.401Z] PASS [2019-10-13T19:33:55.401Z] [2019-10-13T19:33:55.401Z] DONE 8 tests in 23.403s [2019-10-13T19:33:55.401Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-13T19:33:55.401Z] ++ 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 [2019-10-13T19:33:55.401Z] ++ set -e [2019-10-13T19:33:55.401Z] ++ '[' -n 0 ']' [2019-10-13T19:33:55.401Z] ++ set -x [2019-10-13T19:33:55.401Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:33:55.491Z] #62 137.2 DEP criu/tty.d [2019-10-13T19:33:55.658Z] INFO: Testing against a local daemon [2019-10-13T19:33:55.658Z] === RUN TestCheckpoint [2019-10-13T19:33:55.658Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-13T19:33:55.658Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:33:55.658Z] === RUN TestContainerInvalidJSON [2019-10-13T19:33:55.658Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:33:55.658Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:33:55.658Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:33:55.658Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:33:55.658Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:33:55.658Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:33:55.658Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:33:55.658Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:33:55.658Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:33:55.658Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-10-13T19:33:55.658Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-13T19:33:55.658Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-13T19:33:55.658Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-13T19:33:55.658Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-13T19:33:55.916Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-10-13T19:33:55.916Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-13T19:33:55.916Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2019-10-13T19:33:55.916Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-13T19:33:55.916Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-10-13T19:33:55.916Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-13T19:33:56.119Z] #62 137.7 DEP criu/timerfd.d [2019-10-13T19:33:56.174Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-10-13T19:33:56.174Z] === RUN TestCopyFromContainer [2019-10-13T19:33:56.331Z] ok github.com/docker/docker/layer 7.783s coverage: 68.8% of statements [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/oci [no test files] [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-13T19:33:56.331Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-13T19:33:56.331Z] ok github.com/docker/docker/pkg/jsonmessage 0.046s coverage: 91.7% of statements [2019-10-13T19:33:56.407Z] #62 138.1 DEP criu/sysfs_parse.d [2019-10-13T19:33:56.432Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-13T19:33:56.900Z] ok github.com/docker/docker/pkg/locker 0.028s coverage: 88.9% of statements [2019-10-13T19:33:56.900Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2019-10-13T19:33:56.900Z] ok github.com/docker/docker/pkg/idtools 0.686s coverage: 70.1% of statements [2019-10-13T19:33:57.033Z] #62 138.5 DEP criu/sysctl.d [2019-10-13T19:33:57.033Z] #62 138.7 DEP criu/string.d [2019-10-13T19:33:57.160Z] ok github.com/docker/docker/pkg/ioutils 0.720s coverage: 69.7% of statements [2019-10-13T19:33:57.160Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-13T19:33:57.321Z] #62 138.8 DEP criu/stats.d [2019-10-13T19:33:57.321Z] #62 ... [2019-10-13T19:33:57.321Z] [2019-10-13T19:33:57.321Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:33:57.321Z] #17 166.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-13T19:33:57.321Z] #17 166.3 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-13T19:33:57.321Z] #17 166.3 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:33:57.420Z] ok github.com/docker/docker/pkg/namesgenerator 0.018s coverage: 85.7% of statements [2019-10-13T19:33:57.682Z] ok github.com/docker/docker/pkg/parsers 0.019s coverage: 97.0% of statements [2019-10-13T19:33:57.801Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-13T19:33:57.801Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-13T19:33:57.942Z] ok github.com/docker/docker/pkg/parsers/kernel 0.022s coverage: 60.0% of statements [2019-10-13T19:33:58.058Z] === RUN TestCopyFromContainer// [2019-10-13T19:33:58.203Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.015s coverage: 91.4% of statements [2019-10-13T19:33:58.316Z] === RUN TestCopyFromContainer//bar/root [2019-10-13T19:33:58.316Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-13T19:33:58.316Z] === RUN TestCopyFromContainer/bar/quux [2019-10-13T19:33:58.463Z] ok github.com/docker/docker/pkg/pidfile 0.012s coverage: 82.4% of statements [2019-10-13T19:33:58.574Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-13T19:33:58.574Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-13T19:33:58.723Z] ok github.com/docker/docker/pkg/mount 0.880s coverage: 69.6% of statements [2019-10-13T19:33:58.723Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-13T19:33:58.723Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-13T19:33:58.723Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-13T19:33:58.819Z] #17 ... [2019-10-13T19:33:58.819Z] [2019-10-13T19:33:58.819Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:33:58.819Z] #37 214.9 github.com/LK4D4/vndr/build [2019-10-13T19:33:58.819Z] #37 ... [2019-10-13T19:33:58.819Z] [2019-10-13T19:33:58.819Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:33:58.820Z] #62 139.1 DEP criu/sockets.d [2019-10-13T19:33:58.820Z] #62 139.5 DEP criu/sk-unix.d [2019-10-13T19:33:58.820Z] #62 140.2 DEP criu/sk-tcp.d [2019-10-13T19:33:58.820Z] #62 140.6 DEP criu/sk-queue.d [2019-10-13T19:33:58.831Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-13T19:33:58.831Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-13T19:33:58.831Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-13T19:33:58.984Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.033s coverage: 56.8% of statements [2019-10-13T19:33:59.088Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-13T19:33:59.089Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer (3.06s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-13T19:33:59.089Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-13T19:33:59.089Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-13T19:33:59.089Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:33:59.089Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:33:59.089Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:33:59.089Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:33:59.089Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:33:59.089Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:33:59.089Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:33:59.089Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:33:59.346Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:33:59.346Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-13T19:33:59.346Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-13T19:33:59.346Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-13T19:33:59.346Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-13T19:33:59.346Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-13T19:33:59.346Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-13T19:33:59.346Z] === RUN TestCreateWithInvalidEnv [2019-10-13T19:33:59.346Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-13T19:33:59.346Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-13T19:33:59.346Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-13T19:33:59.346Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-13T19:33:59.346Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-13T19:33:59.346Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-13T19:33:59.346Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-13T19:33:59.346Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-13T19:33:59.346Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-13T19:33:59.346Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2019-10-13T19:33:59.346Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-13T19:33:59.346Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-13T19:33:59.346Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-13T19:33:59.346Z] === RUN TestCreateTmpfsMountsTarget [2019-10-13T19:33:59.346Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-13T19:33:59.346Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-13T19:33:59.446Z] #62 141.1 DEP criu/sk-packet.d [2019-10-13T19:33:59.554Z] ok github.com/docker/docker/pkg/pools 0.020s coverage: 88.2% of statements [2019-10-13T19:33:59.735Z] #62 141.5 DEP criu/sk-netlink.d [2019-10-13T19:33:59.814Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2019-10-13T19:33:59.814Z] ok github.com/docker/docker/pkg/plugins/transport 0.014s coverage: 85.7% of statements [2019-10-13T19:34:00.364Z] #62 141.9 DEP criu/sk-inet.d [2019-10-13T19:34:00.382Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2019-10-13T19:34:00.652Z] #62 142.3 DEP criu/signalfd.d [2019-10-13T19:34:00.951Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2019-10-13T19:34:01.211Z] ok github.com/docker/docker/pkg/pubsub 1.076s coverage: 73.9% of statements [2019-10-13T19:34:01.243Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-13T19:34:01.301Z] #62 142.8 DEP criu/sigframe.d [2019-10-13T19:34:01.301Z] #62 143.0 DEP criu/shmem.d [2019-10-13T19:34:01.781Z] ok github.com/docker/docker/pkg/stringid 0.015s coverage: 70.6% of statements [2019-10-13T19:34:01.781Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2019-10-13T19:34:01.808Z] --- PASS: TestCreateWithCustomMaskedPaths (2.51s) [2019-10-13T19:34:01.808Z] === RUN TestCreateWithCapabilities [2019-10-13T19:34:01.808Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-13T19:34:01.808Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-13T19:34:01.808Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-13T19:34:01.808Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:34:01.808Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:34:01.808Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:34:01.808Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:34:01.809Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:34:01.809Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:34:01.809Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-13T19:34:01.809Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:34:01.809Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:34:01.809Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:34:01.928Z] #62 143.5 DEP criu/servicefd.d [2019-10-13T19:34:02.066Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:34:02.066Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-13T19:34:02.066Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:34:02.066Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:34:02.066Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:34:02.066Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:34:02.066Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:34:02.218Z] #62 143.9 DEP criu/seize.d [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-13T19:34:02.323Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-13T19:34:02.323Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-13T19:34:02.348Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2019-10-13T19:34:02.348Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 80.6% of statements [2019-10-13T19:34:02.851Z] #62 144.3 DEP criu/seccomp.d [2019-10-13T19:34:03.140Z] #62 144.7 DEP criu/rst-malloc.d [2019-10-13T19:34:03.140Z] #62 ... [2019-10-13T19:34:03.140Z] [2019-10-13T19:34:03.140Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:34:03.285Z] ok github.com/docker/docker/pkg/tailfile 0.088s coverage: 88.6% of statements [2019-10-13T19:34:03.285Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 36.9% of statements [2019-10-13T19:34:03.545Z] ok github.com/docker/docker/pkg/signal 2.878s coverage: 61.0% of statements [2019-10-13T19:34:03.805Z] ok github.com/docker/docker/pkg/term 0.014s coverage: 84.8% of statements [2019-10-13T19:34:04.064Z] testing: warning: no tests to run [2019-10-13T19:34:04.064Z] coverage: [no statements] [2019-10-13T19:34:04.064Z] ok github.com/docker/docker/pkg/term/windows 0.012s coverage: [no statements] [no tests to run] [2019-10-13T19:34:04.324Z] ok github.com/docker/docker/pkg/tarsum 0.107s coverage: 89.3% of statements [2019-10-13T19:34:04.584Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2019-10-13T19:34:04.584Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2019-10-13T19:34:04.584Z] ok github.com/docker/docker/pkg/useragent 0.020s coverage: 88.9% of statements [2019-10-13T19:34:04.848Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.42s) [2019-10-13T19:34:04.848Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-13T19:34:04.848Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:34:04.848Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:34:04.848Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:34:04.848Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:34:04.848Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:34:04.848Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:34:04.848Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:34:04.848Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:34:04.848Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:34:04.848Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:34:04.848Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:34:04.848Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:34:04.848Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:34:04.848Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:34:04.848Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:34:04.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-13T19:34:04.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-13T19:34:04.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-13T19:34:04.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-13T19:34:04.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-13T19:34:04.848Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-10-13T19:34:04.848Z] === RUN TestContainerStartOnDaemonRestart [2019-10-13T19:34:04.848Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-13T19:34:04.848Z] === RUN TestDaemonRestartIpcMode [2019-10-13T19:34:04.848Z] === PAUSE TestDaemonRestartIpcMode [2019-10-13T19:34:04.848Z] === RUN TestDiff [2019-10-13T19:34:05.412Z] --- PASS: TestDiff (0.84s) [2019-10-13T19:34:05.412Z] === RUN TestExecWithCloseStdin [2019-10-13T19:34:06.343Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-13T19:34:06.494Z] ok github.com/docker/docker/plugin/v2 0.038s coverage: 14.5% of statements [2019-10-13T19:34:06.494Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 73.8% of statements [2019-10-13T19:34:06.600Z] --- PASS: TestExecWithCloseStdin (1.18s) [2019-10-13T19:34:06.600Z] === RUN TestExec [2019-10-13T19:34:07.166Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-13T19:34:07.433Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2019-10-13T19:34:08.003Z] ok github.com/docker/docker/plugin 0.570s coverage: 27.1% of statements [2019-10-13T19:34:08.099Z] --- PASS: TestExec (1.32s) [2019-10-13T19:34:08.099Z] === RUN TestExecUser [2019-10-13T19:34:08.572Z] ok github.com/docker/docker/registry/resumable 0.035s coverage: 100.0% of statements [2019-10-13T19:34:08.572Z] ok github.com/docker/docker/restartmanager 0.012s coverage: 50.9% of statements [2019-10-13T19:34:08.832Z] ok github.com/docker/docker/registry 0.283s coverage: 56.3% of statements [2019-10-13T19:34:09.030Z] --- PASS: TestExecUser (1.00s) [2019-10-13T19:34:09.031Z] === RUN TestExportContainerAndImportImage [2019-10-13T19:34:09.401Z] ok github.com/docker/docker/testutil 0.036s coverage: 62.5% of statements [2019-10-13T19:34:09.582Z] #57 229.5 Checking out files: 17% (1845/10640) Checking out files: 18% (1916/10640) Checking out files: 19% (2022/10640) Checking out files: 20% (2128/10640) Checking out files: 21% (2235/10640) Checking out files: 22% (2341/10640) Checking out files: 23% (2448/10640) Checking out files: 24% (2554/10640) Checking out files: 25% (2660/10640) Checking out files: 26% (2767/10640) Checking out files: 27% (2873/10640) Checking out files: 28% (2980/10640) Checking out files: 29% (3086/10640) Checking out files: 30% (3192/10640) Checking out files: 31% (3299/10640) Checking out files: 31% (3302/10640) Checking out files: 32% (3405/10640) Checking out files: 33% (3512/10640) Checking out files: 34% (3618/10640) Checking out files: 35% (3724/10640) Checking out files: 36% (3831/10640) Checking out files: 37% (3937/10640) Checking out files: 38% (4044/10640) Checking out files: 39% (4150/10640) Checking out files: 40% (4256/10640) Checking out files: 41% (4363/10640) Checking out files: 42% (4469/10640) Checking out files: 42% (4508/10640) Checking out files: 43% (4576/10640) Checking out files: 44% (4682/10640) Checking out files: 45% (4788/10640) Checking out files: 46% (4895/10640) Checking out files: 47% (5001/10640) Checking out files: 48% (5108/10640) Checking out files: 49% (5214/10640) Checking out files: 50% (5320/10640) Checking out files: 51% (5427/10640) Checking out files: 52% (5533/10640) Checking out files: 53% (5640/10640) Checking out files: 54% (5746/10640) Checking out files: 55% (5852/10640) Checking out files: 56% (5959/10640) Checking out files: 56% (6029/10640) Checking out files: 57% (6065/10640) Checking out files: 58% (6172/10640) Checking out files: 59% (6278/10640) Checking out files: 60% (6384/10640) Checking out files: 61% (6491/10640) Checking out files: 62% (6597/10640) Checking out files: 63% (6704/10640) Checking out files: 64% (6810/10640) Checking out files: 65% (6916/10640) Checking out files: 66% (7023/10640) Checking out files: 67% (7129/10640) Checking out files: 68% (7236/10640) Checking out files: 68% (7317/10640) Checking out files: 69% (7342/10640) Checking out files: 70% (7448/10640) Checking out files: 71% (7555/10640) Checking out files: 72% (7661/10640) Checking out files: 73% (7768/10640) Checking out files: 74% (7874/10640) Checking out files: 75% (7980/10640) Checking out files: 76% (8087/10640) Checking out files: 77% (8193/10640) Checking out files: 78% (8300/10640) Checking out files: 79% (8406/10640) Checking out files: 80% (8512/10640) Checking out files: 81% (8619/10640) Checking out files: 81% (8686/10640) Checking out files: 82% (8725/10640) Checking out files: 83% (8832/10640) Checking out files: 84% (8938/10640) Checking out files: 85% (9044/10640) Checking out files: 86% (9151/10640) Checking out files: 87% (9257/10640) Checking out files: 88% (9364/10640) Checking out files: 89% (9470/10640) Checking out files: 90% (9576/10640) Checking out files: 91% (9683/10640) Checking out files: 92% (9789/10640) Checking out files: 93% (9896/10640) Checking out files: 94% (10002/10640) Checking out files: 94% (10105/10640) Checking out files: 95% (10108/10640) Checking out files: 96% (10215/10640) Checking out files: 97% (10321/10640) Checking out files: 98% (10428/10640) Checking out files: 99% (10534/10640) Checking out files: 100% (10640/10640) Checking out files: 100% (10640/10640), done. [2019-10-13T19:34:09.872Z] #57 236.2 + cd /tmp/tmp.CuOGuQkNXa/tmp/docker-ce [2019-10-13T19:34:09.872Z] #57 236.2 + git checkout -q v17.06.2-ce [2019-10-13T19:34:09.971Z] ok github.com/docker/docker/runconfig 0.022s coverage: 68.2% of statements [2019-10-13T19:34:10.402Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2019-10-13T19:34:10.402Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-13T19:34:10.402Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-13T19:34:11.378Z] #57 ... [2019-10-13T19:34:11.378Z] [2019-10-13T19:34:11.378Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:34:11.378Z] #37 227.6 vendor/golang.org/x/net/idna [2019-10-13T19:34:11.378Z] #37 232.5 mime/quotedprintable [2019-10-13T19:34:11.378Z] #37 235.2 net/http/internal [2019-10-13T19:34:11.378Z] #37 ... [2019-10-13T19:34:11.378Z] [2019-10-13T19:34:11.378Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:34:11.378Z] #62 145.0 DEP criu/rbtree.d [2019-10-13T19:34:11.378Z] #62 145.0 DEP criu/pstree.d [2019-10-13T19:34:11.378Z] #62 145.4 DEP criu/protobuf.d [2019-10-13T19:34:11.378Z] #62 145.8 GEN criu/protobuf-desc-gen.h [2019-10-13T19:34:11.378Z] #62 149.4 DEP criu/protobuf-desc.d [2019-10-13T19:34:11.378Z] #62 149.8 DEP criu/proc_parse.d [2019-10-13T19:34:11.378Z] #62 150.3 DEP criu/plugin.d [2019-10-13T19:34:11.378Z] #62 150.5 DEP criu/pipes.d [2019-10-13T19:34:11.378Z] #62 151.0 DEP criu/pie-util.d [2019-10-13T19:34:11.378Z] #62 151.2 DEP criu/pie-util-vdso.d [2019-10-13T19:34:11.378Z] #62 151.7 DEP criu/pie-util-vdso-elf32.d [2019-10-13T19:34:11.378Z] #62 152.0 DEP criu/path.d [2019-10-13T19:34:11.378Z] #62 152.4 DEP criu/parasite-syscall.d [2019-10-13T19:34:11.378Z] #62 152.9 DEP criu/pagemap.d [2019-10-13T19:34:11.666Z] #62 153.3 DEP criu/pagemap-cache.d [2019-10-13T19:34:11.776Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2019-10-13T19:34:11.776Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-13T19:34:11.776Z] === RUN TestHealthCheckWorkdir [2019-10-13T19:34:11.776Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-13T19:34:11.853Z] 12c8dbabfd62: Pull complete [2019-10-13T19:34:11.853Z] Digest: sha256:404e0ee336a063619d1e93a2446061cf19cb3068bacb1775f5613e3b54e527e1 [2019-10-13T19:34:11.853Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:34:11.853Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-13T19:34:11.853Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-13T19:34:11.853Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.805' [2019-10-13T19:34:11.853Z] WARN: Skipping validation tests [2019-10-13T19:34:11.853Z] INFO: Running unit tests at 10/13/2019 19:34:08... [2019-10-13T19:34:11.879Z] ok github.com/docker/docker/volume/drivers 0.030s coverage: 36.1% of statements [2019-10-13T19:34:11.879Z] ok github.com/docker/docker/volume/local 0.035s coverage: 73.0% of statements [2019-10-13T19:34:11.956Z] #62 153.7 DEP criu/page-xfer.d [2019-10-13T19:34:12.034Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-13T19:34:12.315Z] INFO: make.ps1 starting at 10/13/2019 19:34:12 [2019-10-13T19:34:12.448Z] ok github.com/docker/docker/volume/mounts 0.090s coverage: 67.0% of statements [2019-10-13T19:34:12.631Z] #62 154.2 DEP criu/page-pipe.d [2019-10-13T19:34:12.774Z] INFO: Git commit (aa655a4d7) assumed from DOCKER_GITCOMMIT environment variable [2019-10-13T19:34:12.774Z] INFO: Invoking autogen... [2019-10-13T19:34:12.918Z] #62 154.6 DEP criu/netfilter.d [2019-10-13T19:34:12.967Z] --- PASS: TestHealthCheckWorkdir (1.24s) [2019-10-13T19:34:12.968Z] === RUN TestHealthKillContainer [2019-10-13T19:34:13.235Z] INFO: Running unit tests... [2019-10-13T19:34:13.384Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.0% of statements [2019-10-13T19:34:13.544Z] #62 155.0 DEP criu/net.d [2019-10-13T19:34:13.834Z] #62 ... [2019-10-13T19:34:13.834Z] [2019-10-13T19:34:13.834Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:34:13.834Z] #37 240.2 encoding/asn1 [2019-10-13T19:34:13.900Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-13T19:34:14.157Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-13T19:34:14.721Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-13T19:34:15.286Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-13T19:34:15.544Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-13T19:34:15.801Z] --- PASS: TestHealthKillContainer (2.92s) [2019-10-13T19:34:15.801Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-13T19:34:16.732Z] --- PASS: TestInspectCpusetInConfigPre120 (0.96s) [2019-10-13T19:34:16.732Z] === RUN TestIpcModeNone [2019-10-13T19:34:17.672Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-13T19:34:17.673Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-13T19:34:18.241Z] --- PASS: TestIpcModeNone (1.38s) [2019-10-13T19:34:18.241Z] === RUN TestIpcModePrivate [2019-10-13T19:34:19.378Z] --- PASS: TestIpcModePrivate (1.24s) [2019-10-13T19:34:19.378Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:200, shared: false, mustBeShared: false [2019-10-13T19:34:19.378Z] === RUN TestIpcModeShareable [2019-10-13T19:34:19.378Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-13T19:34:19.390Z] #37 ... [2019-10-13T19:34:19.390Z] [2019-10-13T19:34:19.390Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:34:19.390Z] #17 186.4 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-13T19:34:19.390Z] #17 186.4 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-13T19:34:19.390Z] #17 186.4 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-13T19:34:19.390Z] #17 186.5 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-13T19:34:19.390Z] #17 186.5 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-13T19:34:19.390Z] #17 186.6 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:34:19.390Z] #17 186.6 Processing triggers for mime-support (3.60) ... [2019-10-13T19:34:19.390Z] #17 186.7 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:34:19.390Z] #17 186.7 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-13T19:34:19.390Z] #17 186.7 Setting up libcap2-bin (1:2.25-1) ... [2019-10-13T19:34:19.390Z] #17 186.7 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-13T19:34:19.390Z] #17 186.7 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-13T19:34:19.390Z] #17 186.7 Setting up bash-completion (1:2.1-4.3) ... [2019-10-13T19:34:19.635Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-13T19:34:20.199Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-13T19:34:20.456Z] --- PASS: TestIpcModeShareable (1.05s) [2019-10-13T19:34:20.456Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:192, shared: true, mustBeShared: true [2019-10-13T19:34:20.456Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-13T19:34:21.010Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/api/server/middleware 0.024s coverage: 37.7% of statements [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 95.2% of statements [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-13T19:34:21.011Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-13T19:34:21.011Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2019-10-13T19:34:21.830Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-13T19:34:22.980Z] ok github.com/docker/docker/builder/remotecontext 0.287s coverage: 13.6% of statements [2019-10-13T19:34:23.356Z] ok github.com/docker/docker/builder/dockerfile 0.920s coverage: 48.2% of statements [2019-10-13T19:34:23.728Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-13T19:34:23.728Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.07s) [2019-10-13T19:34:23.728Z] === RUN TestAPIIpcModeHost [2019-10-13T19:34:23.877Z] #17 192.9 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-13T19:34:23.877Z] #17 192.9 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-13T19:34:23.877Z] #17 193.0 Setting up zip (3.0-11+b1) ... [2019-10-13T19:34:23.877Z] #17 193.0 Setting up bzip2 (1.0.6-8.1) ... [2019-10-13T19:34:23.877Z] #17 193.0 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-13T19:34:23.877Z] #17 193.0 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-13T19:34:23.877Z] #17 193.0 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:34:23.877Z] #17 193.1 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-13T19:34:23.877Z] #17 193.1 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:34:23.877Z] #17 193.1 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-13T19:34:23.877Z] #17 193.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-13T19:34:23.877Z] #17 193.1 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-13T19:34:23.877Z] #17 193.2 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:34:23.877Z] #17 ... [2019-10-13T19:34:23.877Z] [2019-10-13T19:34:23.877Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:34:23.877Z] #62 155.6 DEP criu/namespaces.d [2019-10-13T19:34:23.877Z] #62 156.1 DEP criu/mount.d [2019-10-13T19:34:23.877Z] #62 156.6 DEP criu/mem.d [2019-10-13T19:34:23.877Z] #62 157.1 DEP criu/lsm.d [2019-10-13T19:34:23.877Z] #62 157.4 DEP criu/log.d [2019-10-13T19:34:23.877Z] #62 157.8 DEP criu/libnetlink.d [2019-10-13T19:34:23.877Z] #62 158.1 DEP criu/kerndat.d [2019-10-13T19:34:23.877Z] #62 158.5 DEP criu/kcmp-ids.d [2019-10-13T19:34:23.877Z] #62 158.6 DEP criu/irmap.d [2019-10-13T19:34:23.877Z] #62 158.9 DEP criu/ipc_ns.d [2019-10-13T19:34:23.877Z] #62 159.4 DEP criu/image.d [2019-10-13T19:34:23.877Z] #62 160.0 DEP criu/image-desc.d [2019-10-13T19:34:23.877Z] #62 160.2 DEP criu/fsnotify.d [2019-10-13T19:34:23.877Z] #62 160.8 DEP criu/filesystems.d [2019-10-13T19:34:23.877Z] #62 161.2 DEP criu/files.d [2019-10-13T19:34:23.877Z] #62 161.7 DEP criu/files-reg.d [2019-10-13T19:34:23.877Z] #62 162.1 DEP criu/files-ext.d [2019-10-13T19:34:23.877Z] #62 162.5 DEP criu/file-lock.d [2019-10-13T19:34:23.877Z] #62 163.0 DEP criu/file-ids.d [2019-10-13T19:34:23.877Z] #62 163.3 DEP criu/fifo.d [2019-10-13T19:34:23.877Z] #62 163.6 DEP criu/fdstore.d [2019-10-13T19:34:23.877Z] #62 163.8 DEP criu/fault-injection.d [2019-10-13T19:34:23.877Z] #62 163.9 DEP criu/external.d [2019-10-13T19:34:23.877Z] #62 164.3 DEP criu/eventpoll.d [2019-10-13T19:34:23.877Z] #62 164.8 DEP criu/eventfd.d [2019-10-13T19:34:23.877Z] #62 165.2 DEP criu/crtools.d [2019-10-13T19:34:23.877Z] #62 165.7 DEP criu/cr-service.d [2019-10-13T19:34:23.986Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-13T19:34:24.157Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2019-10-13T19:34:24.167Z] #62 ... [2019-10-13T19:34:24.168Z] [2019-10-13T19:34:24.168Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:34:24.168Z] #17 193.2 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:34:24.168Z] #17 193.2 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-13T19:34:24.168Z] #17 193.2 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-13T19:34:24.168Z] #17 193.2 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-13T19:34:24.168Z] #17 193.2 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:34:24.244Z] --- PASS: TestAPIIpcModeHost (0.93s) [2019-10-13T19:34:24.244Z] === RUN TestDaemonIpcModeShareable [2019-10-13T19:34:24.544Z] ok github.com/docker/docker/builder/remotecontext/git 0.947s coverage: 85.1% of statements [2019-10-13T19:34:24.544Z] ? github.com/docker/docker/cli [no test files] [2019-10-13T19:34:24.544Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-13T19:34:25.176Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-13T19:34:25.197Z] #17 194.1 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-13T19:34:25.197Z] #17 194.1 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-13T19:34:25.197Z] #17 194.1 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-13T19:34:25.197Z] #17 194.1 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-13T19:34:25.197Z] #17 194.1 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-13T19:34:25.197Z] #17 194.1 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-13T19:34:25.197Z] #17 194.2 Setting up pigz (2.3.4-1) ... [2019-10-13T19:34:25.197Z] #17 194.2 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-13T19:34:25.197Z] #17 194.2 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-13T19:34:25.197Z] #17 194.2 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:34:25.197Z] #17 194.3 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-13T19:34:25.197Z] #17 194.3 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-13T19:34:25.197Z] #17 194.3 Setting up jq (1.5+dfsg-1.3) ... [2019-10-13T19:34:25.197Z] #17 194.3 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-13T19:34:25.197Z] #17 194.3 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-13T19:34:25.197Z] #17 194.3 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-13T19:34:25.197Z] #17 194.3 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-13T19:34:25.197Z] #17 194.3 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-13T19:34:25.197Z] #17 194.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-13T19:34:25.197Z] #17 194.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-13T19:34:25.197Z] #17 194.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-13T19:34:25.486Z] #17 194.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-13T19:34:25.486Z] #17 194.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-13T19:34:25.486Z] #17 194.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-13T19:34:25.486Z] #17 194.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-13T19:34:25.486Z] #17 194.5 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-13T19:34:25.486Z] #17 194.5 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-13T19:34:25.486Z] #17 194.5 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-13T19:34:25.486Z] #17 194.5 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-13T19:34:25.486Z] #17 194.5 Setting up btrfs-progs (4.7.3-1) ... [2019-10-13T19:34:25.486Z] #17 194.5 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-13T19:34:25.486Z] #17 194.6 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-13T19:34:26.109Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2019-10-13T19:34:26.109Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-13T19:34:26.109Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:199, shared: true, mustBeShared: true [2019-10-13T19:34:26.109Z] === RUN TestDaemonIpcModePrivate [2019-10-13T19:34:26.116Z] #17 ... [2019-10-13T19:34:26.116Z] [2019-10-13T19:34:26.116Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:34:26.116Z] #57 242.2 + mkdir -p /tmp/tmp.CuOGuQkNXa/src/github.com/docker [2019-10-13T19:34:26.116Z] #57 242.2 + mv components/cli /tmp/tmp.CuOGuQkNXa/src/github.com/docker/cli [2019-10-13T19:34:26.116Z] #57 242.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-13T19:34:26.116Z] #57 ... [2019-10-13T19:34:26.116Z] [2019-10-13T19:34:26.116Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:34:26.116Z] #62 166.2 DEP criu/cr-restore.d [2019-10-13T19:34:26.116Z] #62 166.6 DEP criu/cr-errno.d [2019-10-13T19:34:26.116Z] #62 166.7 DEP criu/cr-dump.d [2019-10-13T19:34:26.116Z] #62 167.3 DEP criu/cr-dedup.d [2019-10-13T19:34:26.116Z] #62 167.9 DEP criu/cr-check.d [2019-10-13T19:34:26.675Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-13T19:34:26.933Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-13T19:34:27.144Z] #62 168.5 DEP criu/config.d [2019-10-13T19:34:27.434Z] #62 169.1 DEP criu/clone-noasan.d [2019-10-13T19:34:27.434Z] #62 169.2 DEP criu/cgroup.d [2019-10-13T19:34:27.891Z] ok github.com/docker/docker/client 0.224s coverage: 75.8% of statements [2019-10-13T19:34:28.062Z] #62 169.7 DEP criu/cgroup-props.d [2019-10-13T19:34:28.306Z] --- PASS: TestDaemonIpcModePrivate (2.09s) [2019-10-13T19:34:28.306Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-13T19:34:28.306Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: false, mustBeShared: false [2019-10-13T19:34:28.306Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-13T19:34:28.306Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-13T19:34:28.350Z] #62 170.0 DEP criu/bitmap.d [2019-10-13T19:34:28.350Z] #62 170.0 DEP criu/bfd.d [2019-10-13T19:34:28.640Z] #62 170.4 DEP criu/autofs.d [2019-10-13T19:34:28.871Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-13T19:34:29.268Z] #62 170.8 DEP criu/aio.d [2019-10-13T19:34:29.372Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-13T19:34:29.509Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-13T19:34:29.557Z] #62 171.2 DEP criu/action-scripts.d [2019-10-13T19:34:29.766Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-13T19:34:29.860Z] #62 ... [2019-10-13T19:34:29.860Z] [2019-10-13T19:34:29.860Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:34:29.860Z] #37 246.2 crypto/x509/pkix [2019-10-13T19:34:29.860Z] #37 246.2 vendor/golang.org/x/crypto/cryptobyte [2019-10-13T19:34:29.860Z] #37 248.5 vendor/golang.org/x/net/http/httpproxy [2019-10-13T19:34:29.860Z] #37 248.5 net/textproto [2019-10-13T19:34:29.860Z] #37 251.7 vendor/golang.org/x/net/http/httpguts [2019-10-13T19:34:29.860Z] #37 251.7 mime/multipart [2019-10-13T19:34:29.860Z] #37 252.8 crypto/x509 [2019-10-13T19:34:30.330Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.97s) [2019-10-13T19:34:30.330Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-13T19:34:30.330Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: false, mustBeShared: false [2019-10-13T19:34:30.330Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-13T19:34:30.517Z] #37 ... [2019-10-13T19:34:30.517Z] [2019-10-13T19:34:30.517Z] #31 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:34:30.517Z] #31 DONE 256.7s [2019-10-13T19:34:30.517Z] [2019-10-13T19:34:30.517Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:34:30.517Z] #62 172.0 CC criu/action-scripts.o [2019-10-13T19:34:32.019Z] #62 173.4 CC criu/aio.o [2019-10-13T19:34:32.228Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s) [2019-10-13T19:34:32.229Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-13T19:34:32.229Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:204, shared: true, mustBeShared: true [2019-10-13T19:34:32.229Z] === RUN TestIpcModeOlderClient [2019-10-13T19:34:32.229Z] === PAUSE TestIpcModeOlderClient [2019-10-13T19:34:32.229Z] === RUN TestKillContainerInvalidSignal [2019-10-13T19:34:32.797Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2019-10-13T19:34:32.797Z] === RUN TestKillContainer [2019-10-13T19:34:32.797Z] === RUN TestKillContainer/no_signal [2019-10-13T19:34:33.053Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-13T19:34:33.053Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-13T19:34:33.517Z] #62 174.9 CC criu/autofs.o [2019-10-13T19:34:33.617Z] === RUN TestKillContainer/non_killing_signal [2019-10-13T19:34:34.182Z] === RUN TestKillContainer/killing_signal [2019-10-13T19:34:34.349Z] ? github.com/docker/docker/api [no test files] [2019-10-13T19:34:35.304Z] ok github.com/docker/docker/pkg/plugins 33.631s coverage: 76.6% of statements [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/rootless [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/volume [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-13T19:34:35.304Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === Skipped [2019-10-13T19:34:35.304Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-13T19:34:35.304Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-13T19:34:35.304Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-13T19:34:35.304Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-13T19:34:35.304Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-13T19:34:35.304Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:34:35.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-13T19:34:35.304Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-13T19:34:35.304Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-13T19:34:35.304Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] [2019-10-13T19:34:35.304Z] DONE 2114 tests, 20 skipped in 183.819s Post stage [Pipeline] junit [2019-10-13T19:34:35.320Z] Recording test results [2019-10-13T19:34:35.555Z] --- PASS: TestKillContainer (2.59s) [2019-10-13T19:34:35.555Z] --- PASS: TestKillContainer/no_signal (0.88s) [2019-10-13T19:34:35.555Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2019-10-13T19:34:35.555Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2019-10-13T19:34:35.555Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-13T19:34:35.555Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-13T19:34:36.120Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-13T19:34:37.048Z] #62 178.3 CC criu/bfd.o [2019-10-13T19:34:37.053Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.73s) [2019-10-13T19:34:37.053Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2019-10-13T19:34:37.053Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2019-10-13T19:34:37.053Z] === RUN TestKillStoppedContainer [2019-10-13T19:34:37.310Z] --- PASS: TestKillStoppedContainer (0.16s) [2019-10-13T19:34:37.310Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-13T19:34:37.310Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2019-10-13T19:34:37.310Z] === RUN TestKillDifferentUserContainer [2019-10-13T19:34:37.345Z] #62 ... [2019-10-13T19:34:37.345Z] [2019-10-13T19:34:37.345Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:34:37.345Z] #17 206.6 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-13T19:34:37.345Z] #17 206.6 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:34:37.633Z] #17 206.6 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 [2019-10-13T19:34:37.633Z] #17 206.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-13T19:34:37.633Z] #17 206.6 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 [2019-10-13T19:34:37.633Z] #17 206.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-13T19:34:37.633Z] #17 206.6 Setting up btrfs-tools (4.7.3-1) ... [2019-10-13T19:34:37.633Z] #17 206.7 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-13T19:34:37.633Z] #17 206.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 [2019-10-13T19:34:37.633Z] #17 206.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 [2019-10-13T19:34:37.633Z] #17 206.7 Setting up python3 (3.5.3-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-13T19:34:38.189Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -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:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/make.sh dynbinary test-integration [2019-10-13T19:34:38.242Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-10-13T19:34:38.242Z] === RUN TestInspectOomKilledTrue [2019-10-13T19:34:38.242Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-13T19:34:38.242Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:34:38.242Z] === RUN TestInspectOomKilledFalse [2019-10-13T19:34:38.242Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-13T19:34:38.242Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:34:38.242Z] === RUN TestLinksEtcHostsContentMatch [2019-10-13T19:34:38.806Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2019-10-13T19:34:38.806Z] === RUN TestLinksContainerNames [2019-10-13T19:34:39.127Z] [2019-10-13T19:34:39.127Z] Removing bundles/ [2019-10-13T19:34:39.127Z] [2019-10-13T19:34:39.127Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-13T19:34:39.127Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:34:39.127Z] GOOS="" GOARCH="" GOARM="" [2019-10-13T19:34:39.740Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-13T19:34:40.675Z] --- PASS: TestLinksContainerNames (1.79s) [2019-10-13T19:34:40.675Z] === RUN TestLogsFollowTailEmpty [2019-10-13T19:34:40.675Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-13T19:34:41.132Z] #17 210.0 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-13T19:34:41.617Z] --- PASS: TestLogsFollowTailEmpty (0.99s) [2019-10-13T19:34:41.617Z] === RUN TestContainerNetworkMountsNoChown [2019-10-13T19:34:42.549Z] --- PASS: TestContainerNetworkMountsNoChown (0.94s) [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/default [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/default [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/private [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/private [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rprivate [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/slave [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/slave [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rslave [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/shared [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/shared [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rshared [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/default [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/rshared [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/shared [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/rslave [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/slave [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/rprivate [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:34:42.549Z] === CONT TestMountDaemonRoot/private [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:34:42.549Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:34:42.549Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-13T19:34:42.550Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-13T19:34:42.550Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:34:42.550Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:34:42.550Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:34:42.550Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-13T19:34:42.550Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:34:42.550Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:34:42.807Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:34:42.807Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:34:42.807Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-13T19:34:42.807Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:34:42.807Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:34:42.807Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-13T19:34:42.807Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-13T19:34:43.065Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:34:43.183Z] #17 212.1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-13T19:34:43.183Z] #17 212.4 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-13T19:34:43.183Z] #17 212.5 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-13T19:34:43.183Z] #17 212.5 Setting up python3-wheel (0.29.0-2) ... [2019-10-13T19:34:43.324Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-13T19:34:43.324Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:34:43.324Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:34:43.324Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:34:43.324Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:34:43.324Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-13T19:34:43.325Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.07s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.07s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-13T19:34:43.325Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-13T19:34:43.325Z] === RUN TestContainerBindMountNonRecursive [2019-10-13T19:34:43.471Z] #17 ... [2019-10-13T19:34:43.472Z] [2019-10-13T19:34:43.472Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:34:43.472Z] #37 259.8 crypto/tls [2019-10-13T19:34:43.759Z] #37 ... [2019-10-13T19:34:43.759Z] [2019-10-13T19:34:43.759Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:34:43.759Z] #62 179.7 CC criu/bitmap.o [2019-10-13T19:34:43.759Z] #62 180.0 CC criu/cgroup-props.o [2019-10-13T19:34:43.759Z] #62 181.9 CC criu/cgroup.o [2019-10-13T19:34:44.790Z] #62 ... [2019-10-13T19:34:44.790Z] [2019-10-13T19:34:44.790Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:34:44.790Z] #37 271.0 net/http/httptrace [2019-10-13T19:34:45.081Z] #37 271.3 net/http [2019-10-13T19:34:45.850Z] --- PASS: TestContainerBindMountNonRecursive (2.36s) [2019-10-13T19:34:45.850Z] === RUN TestNetworkNat [2019-10-13T19:34:46.107Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-13T19:34:46.365Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-13T19:34:46.930Z] --- PASS: TestNetworkNat (1.21s) [2019-10-13T19:34:46.930Z] === RUN TestNetworkLocalhostTCPNat [2019-10-13T19:34:47.734Z] ......... [ 85%] [2019-10-13T19:34:47.864Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s) [2019-10-13T19:34:47.864Z] === RUN TestNetworkLoopbackNat [2019-10-13T19:34:48.795Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-13T19:34:49.182Z] ok github.com/docker/docker/api/server 0.107s coverage: 9.0% of statements [2019-10-13T19:34:49.362Z] --- PASS: TestNetworkLoopbackNat (1.22s) [2019-10-13T19:34:49.362Z] === RUN TestPause [2019-10-13T19:34:49.927Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-13T19:34:50.494Z] --- PASS: TestPause (1.15s) [2019-10-13T19:34:50.494Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-13T19:34:50.494Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:34:50.494Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:34:50.494Z] === RUN TestPauseStopPausedContainer [2019-10-13T19:34:50.494Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-13T19:34:50.641Z] #37 ... [2019-10-13T19:34:50.641Z] [2019-10-13T19:34:50.641Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-13T19:34:50.641Z] #17 214.5 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-13T19:34:50.641Z] #17 216.8 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-13T19:34:50.641Z] #17 216.8 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-13T19:34:50.641Z] #17 219.5 Setting up dmsetup (2:1.02.137-2) ... [2019-10-13T19:34:50.641Z] #17 219.5 Setting up python3-setuptools (33.1.1-1) ... [2019-10-13T19:34:52.393Z] --- PASS: TestPauseStopPausedContainer (1.76s) [2019-10-13T19:34:52.393Z] === RUN TestPsFilter [2019-10-13T19:34:52.393Z] --- PASS: TestPsFilter (0.21s) [2019-10-13T19:34:52.393Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-13T19:34:53.324Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s) [2019-10-13T19:34:53.324Z] === RUN TestRemoveContainerWithVolume [2019-10-13T19:34:53.356Z] #17 222.3 Setting up dh-python (2.20170125) ... [2019-10-13T19:34:54.260Z] --- PASS: TestRemoveContainerWithVolume (1.00s) [2019-10-13T19:34:54.260Z] === RUN TestRemoveContainerRunning [2019-10-13T19:34:54.854Z] #17 223.9 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-13T19:34:54.854Z] #17 223.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-13T19:34:55.156Z] #17 DONE 224.1s [2019-10-13T19:34:55.156Z] [2019-10-13T19:34:55.156Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:34:55.631Z] --- PASS: TestRemoveContainerRunning (1.51s) [2019-10-13T19:34:55.631Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-13T19:34:55.657Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-13T19:34:57.003Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.04s) [2019-10-13T19:34:57.003Z] === RUN TestRemoveInvalidContainer [2019-10-13T19:34:57.003Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-13T19:34:57.003Z] === RUN TestRenameLinkedContainer [2019-10-13T19:34:57.057Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-13T19:34:57.220Z] #18 ... [2019-10-13T19:34:57.220Z] [2019-10-13T19:34:57.220Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:34:57.220Z] #62 188.4 CC criu/clone-noasan.o [2019-10-13T19:34:57.220Z] #62 188.8 CC criu/config.o [2019-10-13T19:34:57.220Z] #62 192.4 CC criu/cr-check.o [2019-10-13T19:34:57.220Z] #62 196.3 CC criu/cr-dedup.o [2019-10-13T19:34:57.220Z] #62 197.8 CC criu/cr-dump.o [2019-10-13T19:35:01.187Z] --- PASS: TestRenameLinkedContainer (4.58s) [2019-10-13T19:35:01.187Z] === RUN TestRenameStoppedContainer [2019-10-13T19:35:01.649Z] #62 203.4 CC criu/cr-errno.o [2019-10-13T19:35:01.935Z] #62 203.7 CC criu/cr-restore.o [2019-10-13T19:35:02.121Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-13T19:35:02.121Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-13T19:35:02.378Z] --- PASS: TestRenameStoppedContainer (1.02s) [2019-10-13T19:35:02.378Z] === RUN TestRenameRunningContainerAndReuse [2019-10-13T19:35:02.728Z] ok github.com/docker/docker/cmd/dockerd 0.064s coverage: 30.3% of statements [2019-10-13T19:35:02.728Z] ok github.com/docker/docker/container 0.110s coverage: 35.3% of statements [2019-10-13T19:35:02.728Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-13T19:35:02.728Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-13T19:35:02.728Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-13T19:35:02.728Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-13T19:35:03.575Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-13T19:35:03.575Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-13T19:35:03.750Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-13T19:35:04.315Z] --- PASS: TestRenameRunningContainerAndReuse (1.87s) [2019-10-13T19:35:04.315Z] === RUN TestRenameInvalidName [2019-10-13T19:35:04.573Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-13T19:35:04.640Z] #62 ... [2019-10-13T19:35:04.640Z] [2019-10-13T19:35:04.640Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:35:04.640Z] #37 290.8 github.com/LK4D4/vndr/godl [2019-10-13T19:35:04.831Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-13T19:35:05.091Z] --- PASS: TestRenameInvalidName (0.99s) [2019-10-13T19:35:05.091Z] === RUN TestRenameAnonymousContainer [2019-10-13T19:35:05.657Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-13T19:35:05.677Z] #37 291.9 github.com/LK4D4/vndr [2019-10-13T19:35:08.306Z] ok github.com/docker/docker/daemon/cluster 0.040s coverage: 0.5% of statements [2019-10-13T19:35:09.594Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2019-10-13T19:35:09.659Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-13T19:35:09.850Z] --- PASS: TestRenameAnonymousContainer (4.04s) [2019-10-13T19:35:09.850Z] === RUN TestRenameContainerWithSameName [2019-10-13T19:35:09.850Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-13T19:35:10.108Z] --- PASS: TestRenameContainerWithSameName (0.93s) [2019-10-13T19:35:10.108Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-13T19:35:10.947Z] ok github.com/docker/docker/daemon/cluster/convert 0.026s coverage: 35.8% of statements [2019-10-13T19:35:11.041Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-13T19:35:11.972Z] --- PASS: TestRenameContainerWithLinkedContainer (1.87s) [2019-10-13T19:35:11.972Z] === RUN TestResize [2019-10-13T19:35:12.538Z] #37 ... [2019-10-13T19:35:12.538Z] [2019-10-13T19:35:12.538Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:35:12.538Z] #18 11.09 Collecting yamllint==1.16.0 [2019-10-13T19:35:12.538Z] #18 12.95 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-13T19:35:12.538Z] #18 13.92 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-13T19:35:12.538Z] #18 14.24 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-13T19:35:12.906Z] --- PASS: TestResize (0.99s) [2019-10-13T19:35:12.906Z] === RUN TestResizeWithInvalidSize [2019-10-13T19:35:12.947Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-13T19:35:12.947Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-13T19:35:13.166Z] #18 ... [2019-10-13T19:35:13.166Z] [2019-10-13T19:35:13.166Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:35:13.166Z] #62 214.6 CC criu/cr-service.o [2019-10-13T19:35:14.277Z] --- PASS: TestResizeWithInvalidSize (1.00s) [2019-10-13T19:35:14.277Z] === RUN TestResizeWhenContainerNotStarted [2019-10-13T19:35:14.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-13T19:35:15.209Z] --- PASS: TestResizeWhenContainerNotStarted (1.10s) [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:35:15.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:35:15.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:35:15.209Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:35:15.209Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:35:17.106Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-13T19:35:17.590Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-13T19:35:17.600Z] #62 219.0 CC criu/crtools.o [2019-10-13T19:35:17.671Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-13T19:35:17.929Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:35:18.099Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-13T19:35:18.099Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-13T19:35:18.099Z] [2019-10-13T19:35:18.099Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-13T19:35:18.099Z] =========================== short test summary info ============================ [2019-10-13T19:35:18.099Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-13T19:35:18.100Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-13T19:35:18.100Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-13T19:35:18.100Z] Not supported on most drivers [2019-10-13T19:35:18.100Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-13T19:35:18.100Z] This doesn't seem to be taken into account by the engine [2019-10-13T19:35:18.100Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-13T19:35:18.100Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-13T19:35:18.100Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-13T19:35:18.100Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-13T19:35:18.100Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-13T19:35:18.100Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-13T19:35:18.100Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-13T19:35:18.100Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 352.66 seconds == [2019-10-13T19:35:18.186Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:35:18.659Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-13T19:35:18.694Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.456s coverage: 13.7% of statements [2019-10-13T19:35:19.098Z] #62 220.7 CC criu/eventfd.o [2019-10-13T19:35:19.559Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:35:19.726Z] #62 221.3 CC criu/eventpoll.o [2019-10-13T19:35:19.817Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:35:20.357Z] #62 ... [2019-10-13T19:35:20.357Z] [2019-10-13T19:35:20.357Z] #37 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:35:20.357Z] #37 DONE 306.8s [2019-10-13T19:35:20.357Z] [2019-10-13T19:35:20.357Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:35:20.357Z] #18 18.51 Collecting pyyaml (from yamllint==1.16.0) [2019-10-13T19:35:20.357Z] #18 19.07 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-13T19:35:20.357Z] #18 23.13 Building wheels for collected packages: pathspec, pyyaml [2019-10-13T19:35:20.357Z] #18 23.13 Running setup.py bdist_wheel for pathspec: started [2019-10-13T19:35:20.384Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-13T19:35:20.642Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-13T19:35:20.687Z] ok github.com/docker/docker/daemon 12.424s coverage: 17.6% of statements [2019-10-13T19:35:20.687Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-13T19:35:20.687Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-13T19:35:21.144Z] ok github.com/docker/docker/daemon/config 0.109s coverage: 84.6% of statements [2019-10-13T19:35:21.206Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:35:21.465Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:35:22.031Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-13T19:35:22.411Z] #18 26.99 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-13T19:35:22.411Z] #18 26.99 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-13T19:35:22.411Z] #18 ... [2019-10-13T19:35:22.411Z] [2019-10-13T19:35:22.411Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:35:22.411Z] #62 223.6 CC criu/external.o [2019-10-13T19:35:22.488Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2019-10-13T19:35:22.488Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-10-13T19:35:22.488Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-13T19:35:22.488Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-13T19:35:22.965Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-13T19:35:23.036Z] #62 224.6 CC criu/fault-injection.o [2019-10-13T19:35:23.325Z] #62 224.9 CC criu/fdstore.o [2019-10-13T19:35:23.899Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:35:23.953Z] #62 225.7 CC criu/fifo.o [2019-10-13T19:35:24.157Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:35:24.380Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2019-10-13T19:35:24.415Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-13T19:35:24.673Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-13T19:35:24.998Z] #62 226.7 CC criu/file-ids.o [2019-10-13T19:35:25.623Z] #62 227.4 CC criu/file-lock.o [2019-10-13T19:35:26.362Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-13T19:35:27.170Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.209s coverage: 57.9% of statements [2019-10-13T19:35:27.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:35:27.685Z] #62 ... [2019-10-13T19:35:27.685Z] [2019-10-13T19:35:27.685Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-13T19:35:27.685Z] #18 27.17 Running setup.py bdist_wheel for pyyaml: started [2019-10-13T19:35:27.685Z] #18 30.48 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-13T19:35:27.685Z] #18 30.49 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-13T19:35:27.685Z] #18 30.66 Successfully built pathspec pyyaml [2019-10-13T19:35:27.685Z] #18 30.66 Installing collected packages: pathspec, pyyaml, yamllint [2019-10-13T19:35:27.685Z] #18 31.79 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-13T19:35:27.685Z] #18 DONE 32.4s [2019-10-13T19:35:27.685Z] [2019-10-13T19:35:27.685Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:35:27.685Z] #62 229.2 CC criu/files-ext.o [2019-10-13T19:35:27.767Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-13T19:35:28.025Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:35:28.314Z] #62 230.0 CC criu/files-reg.o [2019-10-13T19:35:30.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.72s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.08s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.78s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.67s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.63s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.65s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.50s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.79s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.83s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-13T19:35:30.550Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.65s) [2019-10-13T19:35:30.550Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-13T19:35:30.550Z] === RUN TestCgroupNamespacesRun [2019-10-13T19:35:30.970Z] Clearing AppArmor profiles cache:. [2019-10-13T19:35:30.970Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-13T19:35:30.970Z] Unloading profiles will leave already running processes permanently [2019-10-13T19:35:30.970Z] unconfined, which can lead to unexpected situations. [2019-10-13T19:35:30.970Z] [2019-10-13T19:35:30.970Z] To set a process to complain mode, use the command line tool [2019-10-13T19:35:30.970Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-13T19:35:30.970Z] with the 'teardown' option." [2019-10-13T19:35:30.970Z] Post stage [Pipeline] junit [2019-10-13T19:35:31.234Z] Recording test results [Pipeline] sh [2019-10-13T19:35:32.448Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2019-10-13T19:35:32.448Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-13T19:35:32.448Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-13T19:35:32.457Z] + echo Ensuring container killed. [2019-10-13T19:35:32.457Z] Ensuring container killed. [2019-10-13T19:35:32.457Z] + docker rm -vf docker-pr3 [2019-10-13T19:35:32.457Z] Error: No such container: docker-pr3 [2019-10-13T19:35:32.457Z] + true [Pipeline] sh [2019-10-13T19:35:32.731Z] + echo Chowning /workspace to jenkins user [2019-10-13T19:35:32.731Z] Chowning /workspace to jenkins user [2019-10-13T19:35:32.731Z] + id -u [2019-10-13T19:35:32.731Z] + id -g [2019-10-13T19:35:32.731Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40081:/workspace busybox chown -R 1000:1000 /workspace [2019-10-13T19:35:32.771Z] #62 234.2 CC criu/files.o [2019-10-13T19:35:33.381Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-13T19:35:33.741Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.458s coverage: 45.9% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-13T19:35:34.315Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.87s) [2019-10-13T19:35:34.315Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-13T19:35:34.315Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-13T19:35:34.427Z] + bundleName=docker-py [2019-10-13T19:35:34.427Z] + echo Creating docker-py-bundles.tar.gz [2019-10-13T19:35:34.427Z] Creating docker-py-bundles.tar.gz [2019-10-13T19:35:34.427Z] + 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 [2019-10-13T19:35:34.436Z] Archiving artifacts [2019-10-13T19:35:34.583Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-13T19:35:35.846Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40081/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-13T19:35:36.216Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.661s coverage: 72.5% of statements [2019-10-13T19:35:36.216Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-13T19:35:36.216Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.860s coverage: 51.0% of statements [2019-10-13T19:35:36.226Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/make.sh binary-daemon [2019-10-13T19:35:36.265Z] #62 237.5 CC criu/filesystems.o [2019-10-13T19:35:36.265Z] #62 ... [2019-10-13T19:35:36.265Z] [2019-10-13T19:35:36.265Z] #19 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-13T19:35:36.265Z] #19 322.4 + rm -rf /tmp/tmp.K64GrmAihY [2019-10-13T19:35:36.265Z] #19 DONE 322.8s [2019-10-13T19:35:36.265Z] [2019-10-13T19:35:36.265Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:35:36.481Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-13T19:35:36.481Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.10s) [2019-10-13T19:35:36.481Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-13T19:35:36.481Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-13T19:35:36.785Z] [2019-10-13T19:35:36.785Z] Removing bundles/ [2019-10-13T19:35:36.785Z] [2019-10-13T19:35:36.785Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-13T19:35:36.785Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-13T19:35:36.785Z] GOOS="" GOARCH="" GOARM="" [2019-10-13T19:35:37.764Z] #57 ... [2019-10-13T19:35:37.764Z] [2019-10-13T19:35:37.764Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:35:37.764Z] #62 239.4 CC criu/fsnotify.o [2019-10-13T19:35:38.378Z] --- PASS: TestCgroupNamespacesRunHostMode (2.00s) [2019-10-13T19:35:38.378Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-13T19:35:38.378Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-13T19:35:38.394Z] #62 ... [2019-10-13T19:35:38.394Z] [2019-10-13T19:35:38.394Z] #20 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-13T19:35:38.394Z] #20 DONE 0.1s [2019-10-13T19:35:38.394Z] [2019-10-13T19:35:38.394Z] #25 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-13T19:35:38.635Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-13T19:35:38.766Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.600s coverage: 76.1% of statements [2019-10-13T19:35:39.025Z] #25 DONE 0.6s [2019-10-13T19:35:39.025Z] [2019-10-13T19:35:39.025Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:35:39.551Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-13T19:35:39.568Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-13T19:35:40.133Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s) [2019-10-13T19:35:40.133Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-13T19:35:40.133Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-13T19:35:40.527Z] #57 ... [2019-10-13T19:35:40.527Z] [2019-10-13T19:35:40.527Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:35:40.527Z] #62 241.8 CC criu/image-desc.o [2019-10-13T19:35:40.527Z] #62 242.1 CC criu/image.o [2019-10-13T19:35:40.881Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2019-10-13T19:35:41.067Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-13T19:35:41.067Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-10-13T19:35:41.067Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-13T19:35:41.067Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-13T19:35:41.999Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2019-10-13T19:35:41.999Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-13T19:35:41.999Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-13T19:35:42.041Z] #62 243.9 CC criu/ipc_ns.o [2019-10-13T19:35:43.370Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-13T19:35:43.661Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.146s coverage: 57.0% of statements [2019-10-13T19:35:43.661Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-13T19:35:43.661Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-13T19:35:43.661Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2019-10-13T19:35:43.661Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-13T19:35:43.936Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.02s) [2019-10-13T19:35:43.936Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-13T19:35:43.936Z] === RUN TestKernelTCPMemory [2019-10-13T19:35:44.219Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-13T19:35:44.219Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-13T19:35:44.752Z] #62 246.0 CC criu/irmap.o [2019-10-13T19:35:45.307Z] --- PASS: TestKernelTCPMemory (1.09s) [2019-10-13T19:35:45.307Z] === RUN TestNISDomainname [2019-10-13T19:35:45.380Z] #62 247.1 CC criu/kcmp-ids.o [2019-10-13T19:35:45.565Z] ok github.com/docker/docker/daemon/logger 0.214s coverage: 42.7% of statements [2019-10-13T19:35:46.008Z] #62 247.5 CC criu/kerndat.o [2019-10-13T19:35:46.405Z] ok github.com/docker/docker/daemon/logger/awslogs 0.169s coverage: 77.4% of statements [2019-10-13T19:35:46.406Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-13T19:35:46.406Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-13T19:35:46.678Z] --- PASS: TestNISDomainname (1.28s) [2019-10-13T19:35:46.679Z] === RUN TestHostnameDnsResolution [2019-10-13T19:35:46.679Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-13T19:35:46.679Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-13T19:35:46.679Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-13T19:35:46.830Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:35:46.830Z] [2019-10-13T19:35:46.830Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-13T19:35:46.830Z] PKG_CONFIG=pkg-config [2019-10-13T19:35:46.830Z] GOLANG_VERSION=1.13.1 [2019-10-13T19:35:46.830Z] HOSTNAME=5ca4e854fad4 [2019-10-13T19:35:46.830Z] DOCKER_EXPERIMENTAL=1 [2019-10-13T19:35:46.830Z] container=docker [2019-10-13T19:35:46.830Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-13T19:35:46.830Z] GO111MODULE=off [2019-10-13T19:35:46.830Z] GOPATH=/go [2019-10-13T19:35:46.830Z] PWD=/go/src/github.com/docker/docker [2019-10-13T19:35:46.830Z] HOME=/root [2019-10-13T19:35:46.830Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-13T19:35:46.830Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-13T19:35:46.830Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-13T19:35:46.830Z] DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:35:46.830Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-13T19:35:46.830Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-13T19:35:46.830Z] TERM=xterm [2019-10-13T19:35:46.830Z] VALIDATE_BRANCH=master [2019-10-13T19:35:46.830Z] DEST=bundles/test-integration [2019-10-13T19:35:46.830Z] SHLVL=1 [2019-10-13T19:35:46.830Z] TIMEOUT=120m [2019-10-13T19:35:46.830Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-13T19:35:46.830Z] DOCKER_PKG=github.com/docker/docker [2019-10-13T19:35:46.830Z] TESTDEBUG=0 [2019-10-13T19:35:46.830Z] _=/usr/bin/env [2019-10-13T19:35:46.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-13T19:35:47.228Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2019-10-13T19:35:47.228Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 26.2% of statements [2019-10-13T19:35:48.049Z] --- PASS: TestHostnameDnsResolution (1.61s) [2019-10-13T19:35:48.049Z] === RUN TestStats [2019-10-13T19:35:48.054Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 88.3% of statements [2019-10-13T19:35:48.091Z] #62 249.5 CC criu/libnetlink.o [2019-10-13T19:35:48.440Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 62.1% of statements [2019-10-13T19:35:48.723Z] #62 250.2 CC criu/log.o [2019-10-13T19:35:49.254Z] ok github.com/docker/docker/daemon/logger/local 0.009s coverage: 74.7% of statements [2019-10-13T19:35:49.254Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-13T19:35:49.354Z] #62 251.1 CC criu/lsm.o [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-13T19:35:49.663Z] ok github.com/docker/docker/api/server/httputils 0.151s coverage: 14.7% of statements [2019-10-13T19:35:49.663Z] ok github.com/docker/docker/api/server/middleware 0.217s coverage: 37.7% of statements [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-13T19:35:49.663Z] ok github.com/docker/docker/api/server/router/swarm 0.138s coverage: 4.0% of statements [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-13T19:35:49.663Z] ok github.com/docker/docker/api/types/filters 0.108s coverage: 95.2% of statements [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-13T19:35:49.663Z] ok github.com/docker/docker/api/types/strslice 0.043s coverage: 90.0% of statements [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-13T19:35:49.663Z] ok github.com/docker/docker/api/types/time 0.405s coverage: 100.0% of statements [2019-10-13T19:35:49.663Z] ok github.com/docker/docker/api/types/versions 0.087s coverage: 75.0% of statements [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-13T19:35:49.663Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-13T19:35:49.947Z] --- PASS: TestStats (1.93s) [2019-10-13T19:35:49.947Z] === RUN TestStopContainerWithTimeout [2019-10-13T19:35:49.947Z] === RUN TestStopContainerWithTimeout/0 [2019-10-13T19:35:49.947Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-13T19:35:49.947Z] === RUN TestStopContainerWithTimeout/1 [2019-10-13T19:35:49.947Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-13T19:35:49.947Z] === RUN TestStopContainerWithTimeout/3 [2019-10-13T19:35:49.947Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-13T19:35:49.947Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-13T19:35:49.947Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-13T19:35:49.947Z] === CONT TestStopContainerWithTimeout/0 [2019-10-13T19:35:49.947Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-13T19:35:49.981Z] #62 251.7 CC criu/mem.o [2019-10-13T19:35:50.204Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-13T19:35:50.658Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.021s coverage: 19.9% of statements [2019-10-13T19:35:51.136Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-13T19:35:51.205Z] ok github.com/docker/docker/builder/dockerfile 0.609s coverage: 46.1% of statements [2019-10-13T19:35:51.205Z] ok github.com/docker/docker/builder/dockerignore 0.093s coverage: 96.8% of statements [2019-10-13T19:35:51.205Z] ok github.com/docker/docker/builder/remotecontext 0.648s coverage: 9.2% of statements [2019-10-13T19:35:51.396Z] === CONT TestStopContainerWithTimeout/3 [2019-10-13T19:35:52.690Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 47.8% of statements [2019-10-13T19:35:52.690Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2019-10-13T19:35:53.295Z] === CONT TestStopContainerWithTimeout/1 [2019-10-13T19:35:53.479Z] #62 254.8 CC criu/mount.o [2019-10-13T19:35:53.505Z] ok github.com/docker/docker/daemon/logger/splunk 1.632s coverage: 84.5% of statements [2019-10-13T19:35:53.505Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-13T19:35:53.505Z] ok github.com/docker/docker/daemon/network 0.002s coverage: 63.8% of statements [2019-10-13T19:35:53.505Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-13T19:35:54.227Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-13T19:35:55.159Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-13T19:35:55.159Z] --- PASS: TestStopContainerWithTimeout/0 (1.39s) [2019-10-13T19:35:55.159Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2019-10-13T19:35:55.159Z] --- PASS: TestStopContainerWithTimeout/3 (2.88s) [2019-10-13T19:35:55.159Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2019-10-13T19:35:55.159Z] === RUN TestDeleteDevicemapper [2019-10-13T19:35:55.159Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-13T19:35:55.159Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:35:55.159Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-13T19:35:55.159Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-13T19:35:56.122Z] ok github.com/docker/docker/distribution/metadata 0.024s coverage: 48.2% of statements [2019-10-13T19:35:56.122Z] ok github.com/docker/docker/distribution 0.354s coverage: 22.4% of statements [2019-10-13T19:35:56.122Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-13T19:35:57.485Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements [2019-10-13T19:35:57.690Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-13T19:35:57.690Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.55s) [2019-10-13T19:35:57.690Z] === RUN TestUpdateMemory [2019-10-13T19:35:57.690Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-13T19:35:57.690Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:35:57.690Z] === RUN TestUpdateCPUQuota [2019-10-13T19:35:57.690Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-13T19:35:58.640Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-13T19:35:58.791Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2019-10-13T19:35:59.043Z] #62 ... [2019-10-13T19:35:59.043Z] [2019-10-13T19:35:59.043Z] #46 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=... [2019-10-13T19:35:59.043Z] #46 291.9 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-13T19:35:59.571Z] --- PASS: TestUpdateCPUQuota (1.89s) [2019-10-13T19:35:59.571Z] === RUN TestUpdatePidsLimit [2019-10-13T19:35:59.571Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-13T19:35:59.581Z] ok github.com/docker/docker/distribution/xfer 1.963s coverage: 85.1% of statements [2019-10-13T19:35:59.581Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-13T19:35:59.828Z] === RUN TestUpdatePidsLimit/no_change [2019-10-13T19:35:59.975Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2019-10-13T19:35:59.975Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-13T19:36:00.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-13T19:36:00.344Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-13T19:36:00.848Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2019-10-13T19:36:00.848Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-13T19:36:00.922Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-13T19:36:01.181Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-13T19:36:01.745Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-13T19:36:02.003Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-13T19:36:02.261Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-13T19:36:02.509Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2019-10-13T19:36:03.193Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-13T19:36:03.469Z] #46 296.0 + mkdir -p /build [2019-10-13T19:36:03.469Z] #46 296.0 + cp runc /build/runc [2019-10-13T19:36:03.469Z] #46 DONE 296.1s [2019-10-13T19:36:03.469Z] [2019-10-13T19:36:03.469Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:36:03.469Z] #62 261.2 CC criu/namespaces.o [2019-10-13T19:36:03.469Z] #62 264.3 CC criu/net.o [2019-10-13T19:36:03.881Z] ok github.com/docker/docker/opts 0.021s coverage: 66.9% of statements [2019-10-13T19:36:03.881Z] ok github.com/docker/docker/pkg/aaparser 0.011s coverage: 50.0% of statements [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit (4.67s) [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit/no_change (0.48s) [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.50s) [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.51s) [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.49s) [2019-10-13T19:36:04.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2019-10-13T19:36:04.126Z] === RUN TestUpdateRestartPolicy [2019-10-13T19:36:04.384Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-13T19:36:06.359Z] ok github.com/docker/docker/pkg/archive 0.539s coverage: 77.3% of statements [2019-10-13T19:36:08.205Z] ok github.com/docker/docker/pkg/authorization 1.285s coverage: 68.3% of statements [2019-10-13T19:36:08.564Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-13T19:36:08.581Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-13T19:36:08.581Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-13T19:36:09.020Z] #62 270.4 CC criu/netfilter.o [2019-10-13T19:36:09.129Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-13T19:36:09.336Z] #62 271.0 CC criu/page-pipe.o [2019-10-13T19:36:10.371Z] #62 272.0 CC criu/page-xfer.o [2019-10-13T19:36:10.502Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-13T19:36:11.219Z] ok github.com/docker/docker/layer 7.956s coverage: 68.8% of statements [2019-10-13T19:36:11.219Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-13T19:36:11.219Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-13T19:36:11.219Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-13T19:36:11.219Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-13T19:36:11.219Z] ? github.com/docker/docker/oci [no test files] [2019-10-13T19:36:11.219Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-13T19:36:11.651Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-13T19:36:11.874Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-13T19:36:12.157Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-10-13T19:36:12.440Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-13T19:36:12.531Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2019-10-13T19:36:12.705Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-13T19:36:13.098Z] #62 274.3 CC criu/pagemap-cache.o [2019-10-13T19:36:13.361Z] ok github.com/docker/docker/pkg/chrootarchive 3.607s coverage: 43.2% of statements [2019-10-13T19:36:13.361Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-13T19:36:13.361Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-13T19:36:13.386Z] #62 274.9 CC criu/pagemap.o [2019-10-13T19:36:13.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-13T19:36:13.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-13T19:36:13.638Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-13T19:36:13.757Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-10-13T19:36:13.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-13T19:36:14.567Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-10-13T19:36:14.889Z] #62 276.6 CC criu/parasite-syscall.o [2019-10-13T19:36:15.409Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2019-10-13T19:36:16.389Z] #62 278.0 CC criu/path.o [2019-10-13T19:36:16.719Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2019-10-13T19:36:16.719Z] ok github.com/docker/docker/pkg/discovery/kv 3.134s coverage: 84.1% of statements [2019-10-13T19:36:16.920Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-13T19:36:17.019Z] #62 278.6 CC criu/pie-util-vdso-elf32.o [2019-10-13T19:36:17.122Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 89.5% of statements [2019-10-13T19:36:17.512Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-13T19:36:17.512Z] ok github.com/docker/docker/pkg/fsutils 0.418s coverage: 85.1% of statements [2019-10-13T19:36:17.683Z] #62 279.2 CC criu/pie-util-vdso.o [2019-10-13T19:36:17.852Z] --- PASS: TestUpdateRestartPolicy (13.72s) [2019-10-13T19:36:17.852Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-13T19:36:18.308Z] #62 279.9 CC criu/pie-util.o [2019-10-13T19:36:18.596Z] #62 280.3 CC criu/pipes.o [2019-10-13T19:36:18.814Z] ok github.com/docker/docker/pkg/idtools 0.480s coverage: 70.1% of statements [2019-10-13T19:36:18.814Z] ok github.com/docker/docker/pkg/ioutils 0.385s coverage: 70.6% of statements [2019-10-13T19:36:19.223Z] --- PASS: TestUpdateRestartWithAutoRemove (1.15s) [2019-10-13T19:36:19.223Z] === RUN TestWaitNonBlocked [2019-10-13T19:36:19.223Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:36:19.223Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:36:19.223Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:36:19.223Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:36:19.223Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:36:19.223Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:36:19.223Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-13T19:36:19.350Z] ok github.com/docker/docker/pkg/locker 0.017s coverage: 88.9% of statements [2019-10-13T19:36:19.789Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-13T19:36:20.020Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2019-10-13T19:36:20.020Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2019-10-13T19:36:20.020Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-13T19:36:20.093Z] #62 281.5 CC criu/plugin.o [2019-10-13T19:36:20.353Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-13T19:36:20.353Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2019-10-13T19:36:20.353Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.24s) [2019-10-13T19:36:20.353Z] === RUN TestWaitBlocked [2019-10-13T19:36:20.353Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:36:20.353Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:36:20.353Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:36:20.353Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:36:20.353Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:36:20.353Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:36:20.630Z] ok github.com/docker/docker/pkg/namesgenerator 0.016s coverage: 85.7% of statements [2019-10-13T19:36:20.733Z] #62 282.3 CC criu/proc_parse.o [2019-10-13T19:36:20.921Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-13T19:36:21.085Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-10-13T19:36:21.522Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-10-13T19:36:21.854Z] --- PASS: TestWaitBlocked (0.02s) [2019-10-13T19:36:21.854Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.31s) [2019-10-13T19:36:21.854Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.55s) [2019-10-13T19:36:21.854Z] === CONT TestContainerStartOnDaemonRestart [2019-10-13T19:36:21.854Z] === CONT TestIpcModeOlderClient [2019-10-13T19:36:21.854Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-10-13T19:36:21.854Z] === CONT TestDaemonRestartIpcMode [2019-10-13T19:36:21.899Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 91.4% of statements [2019-10-13T19:36:22.111Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-10-13T19:36:22.277Z] ok github.com/docker/docker/pkg/mount 1.162s coverage: 69.6% of statements [2019-10-13T19:36:22.277Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-13T19:36:22.277Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2019-10-13T19:36:22.277Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-13T19:36:22.277Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-13T19:36:23.045Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-13T19:36:23.082Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2019-10-13T19:36:23.612Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-13T19:36:23.878Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-13T19:36:24.271Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-13T19:36:24.653Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-10-13T19:36:25.513Z] --- PASS: TestContainerStartOnDaemonRestart (3.62s) [2019-10-13T19:36:25.513Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-13T19:36:25.897Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 73.9% of statements [2019-10-13T19:36:26.076Z] --- PASS: TestDaemonRestartIpcMode (4.19s) [2019-10-13T19:36:26.076Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-13T19:36:26.076Z] PASS [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] === Skipped [2019-10-13T19:36:26.076Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-10-13T19:36:26.076Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-13T19:36:26.076Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-13T19:36:26.076Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:36:26.076Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-13T19:36:26.076Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-13T19:36:26.076Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] [2019-10-13T19:36:26.076Z] DONE 197 tests, 6 skipped in 150.688s [2019-10-13T19:36:26.076Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-13T19:36:26.076Z] ++ 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 [2019-10-13T19:36:26.076Z] ++ set -e [2019-10-13T19:36:26.076Z] ++ '[' -n 0 ']' [2019-10-13T19:36:26.076Z] ++ set -x [2019-10-13T19:36:26.076Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:36:26.283Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2019-10-13T19:36:26.287Z] #62 287.1 CC criu/protobuf-desc.o [2019-10-13T19:36:26.334Z] INFO: Testing against a local daemon [2019-10-13T19:36:26.334Z] === RUN TestCommitInheritsEnv [2019-10-13T19:36:26.899Z] --- PASS: TestCommitInheritsEnv (0.49s) [2019-10-13T19:36:26.899Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-13T19:36:26.899Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-13T19:36:26.899Z] === RUN TestImagesFilterMultiReference [2019-10-13T19:36:26.899Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-13T19:36:26.899Z] === RUN TestImagePullPlatformInvalid [2019-10-13T19:36:26.899Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-13T19:36:26.899Z] === RUN TestRemoveImageOrphaning [2019-10-13T19:36:26.928Z] ok github.com/docker/docker/builder/remotecontext/git 33.810s coverage: 85.1% of statements [2019-10-13T19:36:26.928Z] ? github.com/docker/docker/cli [no test files] [2019-10-13T19:36:26.928Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-13T19:36:26.928Z] ok github.com/docker/docker/cli/debug 0.049s coverage: 100.0% of statements [2019-10-13T19:36:26.928Z] ok github.com/docker/docker/client 0.510s coverage: 75.3% of statements [2019-10-13T19:36:27.312Z] #62 288.8 CC criu/protobuf.o [2019-10-13T19:36:27.464Z] --- PASS: TestRemoveImageOrphaning (0.48s) [2019-10-13T19:36:27.464Z] === RUN TestRemoveImageGarbageCollector [2019-10-13T19:36:27.464Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-13T19:36:27.942Z] #62 289.5 CC criu/pstree.o [2019-10-13T19:36:29.112Z] ok github.com/docker/docker/cmd/dockerd 0.735s coverage: 19.0% of statements [2019-10-13T19:36:29.363Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-13T19:36:29.442Z] #62 291.2 CC criu/rbtree.o [2019-10-13T19:36:29.620Z] --- PASS: TestRemoveImageGarbageCollector (2.19s) [2019-10-13T19:36:29.620Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-10-13T19:36:29.620Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-13T19:36:29.620Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-13T19:36:29.620Z] === RUN TestTagInvalidReference [2019-10-13T19:36:29.620Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-13T19:36:29.620Z] === RUN TestTagValidPrefixedRepo [2019-10-13T19:36:29.675Z] ok github.com/docker/docker/pkg/signal 2.508s coverage: 61.0% of statements [2019-10-13T19:36:29.675Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2019-10-13T19:36:29.877Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-13T19:36:29.877Z] === RUN TestTagExistedNameWithoutForce [2019-10-13T19:36:29.877Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-13T19:36:29.877Z] === RUN TestTagOfficialNames [2019-10-13T19:36:29.877Z] --- PASS: TestTagOfficialNames (0.05s) [2019-10-13T19:36:29.877Z] === RUN TestTagMatchesDigest [2019-10-13T19:36:29.877Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-10-13T19:36:29.877Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-13T19:36:29.877Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-13T19:36:30.064Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-13T19:36:30.469Z] #62 291.8 CC criu/rst-malloc.o [2019-10-13T19:36:30.499Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-13T19:36:30.761Z] #62 292.3 CC criu/seccomp.o [2019-10-13T19:36:30.912Z] ok github.com/docker/docker/pkg/symlink 0.008s coverage: 87.7% of statements [2019-10-13T19:36:31.283Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 80.6% of statements [2019-10-13T19:36:31.300Z] ok github.com/docker/docker/container 0.481s coverage: 42.5% of statements [2019-10-13T19:36:31.300Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-13T19:36:31.300Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-13T19:36:31.300Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-13T19:36:31.300Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-13T19:36:32.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-13T19:36:32.118Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 36.9% of statements [2019-10-13T19:36:32.260Z] #62 293.7 CC criu/seize.o [2019-10-13T19:36:32.502Z] ok github.com/docker/docker/pkg/tailfile 0.046s coverage: 88.6% of statements [2019-10-13T19:36:33.154Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-13T19:36:33.154Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-13T19:36:33.297Z] ok github.com/docker/docker/pkg/tarsum 0.036s coverage: 89.3% of statements [2019-10-13T19:36:33.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-13T19:36:33.680Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 85.9% of statements [2019-10-13T19:36:33.773Z] #62 295.4 CC criu/servicefd.o [2019-10-13T19:36:34.058Z] testing: warning: no tests to run [2019-10-13T19:36:34.058Z] coverage: [no statements] [2019-10-13T19:36:34.058Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-13T19:36:34.085Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-13T19:36:34.430Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-13T19:36:34.650Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-13T19:36:34.795Z] #62 296.2 CC criu/shmem.o [2019-10-13T19:36:34.798Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-13T19:36:34.798Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2019-10-13T19:36:34.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-13T19:36:35.215Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-13T19:36:35.779Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-13T19:36:36.037Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-13T19:36:36.037Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-13T19:36:36.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-13T19:36:36.294Z] #62 297.8 CC criu/sigframe.o [2019-10-13T19:36:36.294Z] #62 298.1 CC criu/signalfd.o [2019-10-13T19:36:36.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-13T19:36:36.921Z] #62 298.5 CC criu/sk-inet.o [2019-10-13T19:36:37.310Z] ok github.com/docker/docker/plugin 0.542s coverage: 27.1% of statements [2019-10-13T19:36:37.547Z] #62 ... [2019-10-13T19:36:37.547Z] [2019-10-13T19:36:37.547Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:36:37.547Z] #59 384.2 + dpkg --print-architecture [2019-10-13T19:36:37.547Z] #59 384.2 + cd /tmp/tmp.1BmwPk4WTs/src/github.com/docker/distribution [2019-10-13T19:36:37.836Z] #59 384.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-13T19:36:37.933Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-13T19:36:38.130Z] #59 384.8 + GOPATH=/tmp/tmp.1BmwPk4WTs/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1BmwPk4WTs [2019-10-13T19:36:38.130Z] #59 384.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-13T19:36:38.455Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2019-10-13T19:36:38.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-13T19:36:39.514Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2019-10-13T19:36:39.830Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-13T19:36:39.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-13T19:36:39.935Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-10-13T19:36:40.762Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-13T19:36:41.254Z] ok github.com/docker/docker/registry 0.145s coverage: 56.3% of statements [2019-10-13T19:36:41.327Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-13T19:36:41.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-13T19:36:41.891Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-10-13T19:36:42.049Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2019-10-13T19:36:42.412Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-10-13T19:36:43.245Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2019-10-13T19:36:43.629Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-13T19:36:45.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-13T19:36:45.172Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-13T19:36:46.259Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-13T19:36:46.546Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-13T19:36:47.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-13T19:36:47.110Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-13T19:36:47.185Z] ok github.com/docker/docker/volume/local 0.041s coverage: 73.0% of statements [2019-10-13T19:36:47.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-13T19:36:48.185Z] ok github.com/docker/docker/volume/mounts 0.028s coverage: 67.0% of statements [2019-10-13T19:36:48.482Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-10-13T19:36:48.740Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-13T19:36:49.308Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-13T19:36:49.513Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.0% of statements [2019-10-13T19:36:50.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-13T19:36:50.680Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-13T19:36:50.736Z] #59 ... [2019-10-13T19:36:50.736Z] [2019-10-13T19:36:50.736Z] #62 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-13T19:36:50.736Z] #62 300.6 CC criu/sk-netlink.o [2019-10-13T19:36:50.736Z] #62 301.4 CC criu/sk-packet.o [2019-10-13T19:36:50.736Z] #62 302.7 CC criu/sk-queue.o [2019-10-13T19:36:50.736Z] #62 303.6 CC criu/sk-tcp.o [2019-10-13T19:36:50.736Z] #62 304.5 CC criu/sk-unix.o [2019-10-13T19:36:50.736Z] #62 308.1 CC criu/sockets.o [2019-10-13T19:36:50.736Z] #62 309.8 CC criu/stats.o [2019-10-13T19:36:50.736Z] #62 310.3 CC criu/string.o [2019-10-13T19:36:50.736Z] #62 310.5 CC criu/sysctl.o [2019-10-13T19:36:50.736Z] #62 311.9 CC criu/sysfs_parse.o [2019-10-13T19:36:51.022Z] #62 312.6 CC criu/timerfd.o [2019-10-13T19:36:51.650Z] #62 313.3 CC criu/tty.o [2019-10-13T19:36:51.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-13T19:36:52.051Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-13T19:36:52.309Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-13T19:36:52.567Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-13T19:36:52.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-13T19:36:53.132Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-13T19:36:53.389Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-13T19:36:53.647Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-13T19:36:53.647Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-13T19:36:54.176Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-13T19:36:54.176Z] Using test binary docker [2019-10-13T19:36:54.176Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-13T19:36:54.176Z] +++ /etc/init.d/apparmor start [2019-10-13T19:36:54.176Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-13T19:36:54.176Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-13T19:36:54.176Z] Warning failed to create cache: (null) [2019-10-13T19:36:54.176Z] . [2019-10-13T19:36:54.176Z] INFO: Waiting for daemon to start... [2019-10-13T19:36:54.176Z] Starting dockerd [2019-10-13T19:36:54.176Z] +++ 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 [2019-10-13T19:36:55.146Z] #62 316.8 CC criu/tun.o [2019-10-13T19:36:56.192Z] #62 317.8 CC criu/uffd.o [2019-10-13T19:36:56.337Z] . [2019-10-13T19:36:56.337Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-13T19:36:56.337Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon 2.890s coverage: 9.2% of statements [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/cluster 1.228s coverage: 0.5% of statements [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.427s coverage: 65.3% of statements [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/cluster/convert 0.862s coverage: 35.8% of statements [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.213s coverage: 10.9% of statements [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/config 0.905s coverage: 82.8% of statements [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/discovery 0.187s coverage: 30.0% of statements [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/events 0.352s coverage: 50.0% of statements [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/graphdriver 0.179s coverage: 2.3% of statements [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/images 0.330s coverage: 4.9% of statements [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/links 0.039s coverage: 93.0% of statements [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/logger 0.404s coverage: 43.0% of statements [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/logger/awslogs 0.562s coverage: 77.8% of statements [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-13T19:36:56.470Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.637s coverage: 62.1% of statements [2019-10-13T19:36:56.470Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.239s coverage: 88.3% of statements [2019-10-13T19:36:56.595Z] Error: No such image: emptyfs [2019-10-13T19:36:56.595Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-13T19:36:56.595Z] ++++ docker load [2019-10-13T19:36:56.854Z] Running integration-test (iteration 1) [2019-10-13T19:36:56.854Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-10-13T19:36:56.854Z] ++ 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 [2019-10-13T19:36:56.854Z] ++ set -e [2019-10-13T19:36:56.854Z] ++ '[' -n 0 ']' [2019-10-13T19:36:56.854Z] ++ set -x [2019-10-13T19:36:56.854Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:36:56.944Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-13T19:36:57.124Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/rootless [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/volume [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-13T19:36:57.124Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === Skipped [2019-10-13T19:36:57.124Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-13T19:36:57.124Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-13T19:36:57.124Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-13T19:36:57.124Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-13T19:36:57.124Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-13T19:36:57.124Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:36:57.124Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-13T19:36:57.124Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-13T19:36:57.124Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-13T19:36:57.124Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] [2019-10-13T19:36:57.124Z] DONE 2114 tests, 20 skipped in 228.564s [2019-10-13T19:36:57.442Z] ok github.com/docker/docker/daemon/logger/local 0.438s coverage: 74.7% of statements [2019-10-13T19:36:57.442Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-13T19:36:57.442Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.321s coverage: 21.4% of statements Post stage [Pipeline] junit [2019-10-13T19:36:58.215Z] Recording test results [2019-10-13T19:36:58.376Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-13T19:36:58.376Z] Copying nested executables into bundles/binary-daemon [2019-10-13T19:36:58.376Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-10-13T19:36:58.732Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/make.sh cross [2019-10-13T19:36:58.907Z] #62 320.4 CC criu/util.o [2019-10-13T19:36:59.293Z] [2019-10-13T19:36:59.293Z] Removing bundles/ [2019-10-13T19:36:59.293Z] [2019-10-13T19:36:59.293Z] ---> Making bundle: cross (in bundles/cross) [2019-10-13T19:36:59.293Z] Cross building: bundles/cross/linux/amd64 [2019-10-13T19:36:59.293Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-13T19:36:59.293Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-13T19:36:59.470Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-13T19:37:00.986Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -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:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/make.sh dynbinary test-integration [2019-10-13T19:37:01.189Z] ok github.com/docker/docker/daemon/logger/splunk 2.549s coverage: 84.5% of statements [2019-10-13T19:37:01.189Z] ok github.com/docker/docker/daemon/logger/syslog 0.108s coverage: 47.8% of statements [2019-10-13T19:37:01.189Z] ok github.com/docker/docker/daemon/logger/templates 0.113s coverage: 8.3% of statements [2019-10-13T19:37:01.189Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-13T19:37:01.189Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-13T19:37:01.189Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-13T19:37:01.368Z] [2019-10-13T19:37:01.368Z] Removing bundles/ [2019-10-13T19:37:01.368Z] [2019-10-13T19:37:01.368Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-13T19:37:01.368Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:37:01.368Z] GOOS="" GOARCH="" GOARM="" [2019-10-13T19:37:01.618Z] #62 322.8 CC criu/uts_ns.o [2019-10-13T19:37:01.619Z] #62 323.3 CC criu/vdso.o [2019-10-13T19:37:02.644Z] #62 324.5 LINK criu/built-in.o [2019-10-13T19:37:02.736Z] ok github.com/docker/docker/distribution 1.802s coverage: 20.6% of statements [2019-10-13T19:37:03.198Z] ok github.com/docker/docker/distribution/metadata 1.767s coverage: 48.2% of statements [2019-10-13T19:37:03.198Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-13T19:37:03.270Z] #62 324.7 LINK criu/criu [2019-10-13T19:37:04.171Z] ok github.com/docker/docker/distribution/xfer 2.182s coverage: 76.8% of statements [2019-10-13T19:37:04.171Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-13T19:37:04.171Z] ok github.com/docker/docker/errdefs 0.129s coverage: 49.4% of statements [2019-10-13T19:37:04.347Z] #62 325.8 DEP lib/c/criu.d [2019-10-13T19:37:04.347Z] #62 325.9 CC images/rpc.pb-c.o [2019-10-13T19:37:04.735Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-13T19:37:04.992Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-10-13T19:37:05.847Z] #62 327.3 CC lib/c/criu.o [2019-10-13T19:37:06.357Z] ok github.com/docker/docker/image 1.205s coverage: 86.4% of statements [2019-10-13T19:37:06.357Z] ok github.com/docker/docker/image/cache 0.230s coverage: 19.2% of statements [2019-10-13T19:37:06.357Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-13T19:37:06.357Z] ok github.com/docker/docker/image/v1 0.174s coverage: 25.0% of statements [2019-10-13T19:37:06.357Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-13T19:37:06.830Z] Loaded image: buildpack-deps:jessie [2019-10-13T19:37:06.830Z] Loaded image: busybox:latest [2019-10-13T19:37:06.830Z] Loaded image: busybox:glibc [2019-10-13T19:37:06.830Z] Loaded image: debian:jessie [2019-10-13T19:37:06.830Z] Loaded image: hello-world:latest [2019-10-13T19:37:06.830Z] INFO: Testing against a local daemon [2019-10-13T19:37:06.830Z] === RUN TestCgroupNamespacesBuild [2019-10-13T19:37:07.916Z] #62 329.6 LINK lib/c/built-in.o [2019-10-13T19:37:07.916Z] #62 329.6 LINK lib/c/libcriu.so [2019-10-13T19:37:08.542Z] ok github.com/docker/docker/layer 0.521s coverage: 30.0% of statements [2019-10-13T19:37:08.542Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-13T19:37:08.544Z] #62 330.1 GEN magic.py [2019-10-13T19:37:08.841Z] #62 330.4 Note: Building without setproctitle() and strlcpy() support. [2019-10-13T19:37:08.841Z] #62 330.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-13T19:37:09.871Z] #62 331.5 fatal: Not a git repository (or any of the parent directories): .git [2019-10-13T19:37:10.253Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-13T19:37:10.512Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-13T19:37:10.769Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-13T19:37:11.018Z] --- PASS: TestCgroupNamespacesBuild (4.36s) [2019-10-13T19:37:11.018Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-13T19:37:11.018Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-13T19:37:11.333Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-13T19:37:11.457Z] ok github.com/docker/docker/libcontainerd/local 0.357s coverage: 1.0% of statements [2019-10-13T19:37:11.457Z] ok github.com/docker/docker/libcontainerd/queue 0.119s coverage: 100.0% of statements [2019-10-13T19:37:11.457Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-13T19:37:11.457Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-13T19:37:11.457Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-13T19:37:11.457Z] ? github.com/docker/docker/oci [no test files] [2019-10-13T19:37:11.457Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-13T19:37:11.457Z] ok github.com/docker/docker/opts 0.415s coverage: 67.3% of statements [2019-10-13T19:37:11.457Z] ok github.com/docker/docker/pkg/aaparser 0.041s coverage: 50.0% of statements [2019-10-13T19:37:11.952Z] #62 333.1 make[1]: Nothing to be done for 'all'. [2019-10-13T19:37:11.953Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.69s) [2019-10-13T19:37:11.953Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-13T19:37:11.953Z] === RUN TestBuildWithSession [2019-10-13T19:37:11.953Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-13T19:37:11.953Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:37:11.953Z] === RUN TestBuildSquashParent [2019-10-13T19:37:12.983Z] #62 334.7 make[1]: 'images/built-in.o' is up to date. [2019-10-13T19:37:13.272Z] #62 334.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-13T19:37:13.272Z] #62 334.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-13T19:37:13.272Z] #62 335.1 make[1]: 'compel/libcompel.a' is up to date. [2019-10-13T19:37:13.562Z] #62 335.2 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-13T19:37:13.562Z] #62 335.3 make[1]: Nothing to be done for 'all'. [2019-10-13T19:37:13.852Z] #62 335.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-13T19:37:14.141Z] #62 335.8 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:14.141Z] #62 335.9 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:14.141Z] #62 336.0 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:14.607Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-13T19:37:14.773Z] #62 336.2 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:14.773Z] #62 336.3 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:14.773Z] #62 336.4 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:14.773Z] #62 336.5 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:15.063Z] #62 336.7 make[2]: Nothing to be done for 'all'. [2019-10-13T19:37:15.063Z] #62 336.7 INSTALL criu/criu [2019-10-13T19:37:15.171Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-13T19:37:15.353Z] #62 DONE 336.9s [2019-10-13T19:37:15.353Z] [2019-10-13T19:37:15.353Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:37:18.448Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-13T19:37:19.818Z] #28 ... [2019-10-13T19:37:19.818Z] [2019-10-13T19:37:19.818Z] #59 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-13T19:37:19.818Z] #59 425.5 + rm -rf /tmp/tmp.1BmwPk4WTs/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1BmwPk4WTs [2019-10-13T19:37:19.818Z] #59 DONE 425.6s [2019-10-13T19:37:19.818Z] [2019-10-13T19:37:19.818Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:37:20.065Z] --- PASS: TestBuildSquashParent (6.68s) [2019-10-13T19:37:20.065Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-13T19:37:20.065Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:37:20.065Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:37:20.065Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:37:20.065Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:37:20.065Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:37:20.065Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:37:20.065Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:37:20.065Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:37:20.065Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:37:20.065Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:37:20.065Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:37:20.065Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:37:20.065Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:37:20.065Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:37:20.065Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:37:20.065Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:37:20.973Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-13T19:37:20.973Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-13T19:37:21.444Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:37:21.444Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:37:21.538Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-13T19:37:22.105Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-13T19:37:22.670Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-13T19:37:22.928Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-13T19:37:22.928Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-13T19:37:22.928Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-13T19:37:22.928Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-13T19:37:22.928Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-13T19:37:23.984Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-13T19:37:23.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2019-10-13T19:37:23.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.83s) [2019-10-13T19:37:23.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.83s) [2019-10-13T19:37:23.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.96s) [2019-10-13T19:37:23.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s) [2019-10-13T19:37:23.984Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.21s) [2019-10-13T19:37:23.984Z] === RUN TestBuildMultiStageCopy [2019-10-13T19:37:23.984Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-13T19:37:24.825Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-13T19:37:24.825Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-13T19:37:25.886Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-13T19:37:26.453Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-13T19:37:27.025Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-13T19:37:27.351Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-13T19:37:27.595Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-13T19:37:28.163Z] --- PASS: TestBuildMultiStageCopy (4.37s) [2019-10-13T19:37:28.163Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.26s) [2019-10-13T19:37:28.163Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2019-10-13T19:37:28.163Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2019-10-13T19:37:28.163Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2019-10-13T19:37:28.163Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2019-10-13T19:37:28.163Z] === RUN TestBuildMultiStageParentConfig [2019-10-13T19:37:28.283Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-13T19:37:29.217Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-13T19:37:29.538Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2019-10-13T19:37:29.538Z] === RUN TestBuildLabelWithTargets [2019-10-13T19:37:32.070Z] --- PASS: TestBuildLabelWithTargets (2.18s) [2019-10-13T19:37:32.070Z] === RUN TestBuildWithEmptyLayers [2019-10-13T19:37:32.637Z] --- PASS: TestBuildWithEmptyLayers (0.94s) [2019-10-13T19:37:32.637Z] === RUN TestBuildMultiStageOnBuild [2019-10-13T19:37:34.490Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-13T19:37:34.750Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-13T19:37:35.682Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-13T19:37:35.920Z] --- PASS: TestBuildMultiStageOnBuild (2.92s) [2019-10-13T19:37:35.920Z] === RUN TestBuildUncleanTarFilenames [2019-10-13T19:37:36.855Z] --- PASS: TestBuildUncleanTarFilenames (1.33s) [2019-10-13T19:37:36.855Z] === RUN TestBuildMultiStageLayerLeak [2019-10-13T19:37:38.208Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-13T19:37:38.465Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-13T19:37:39.397Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-13T19:37:39.654Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-13T19:37:40.139Z] --- PASS: TestBuildMultiStageLayerLeak (2.83s) [2019-10-13T19:37:40.139Z] === RUN TestBuildWithHugeFile [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/archive 10.314s coverage: 62.0% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/authorization 1.057s coverage: 26.8% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/broadcaster 0.048s coverage: 100.0% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/chrootarchive 0.252s coverage: 15.4% of statements [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/directory 0.085s coverage: 80.0% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/discovery 0.090s coverage: 58.3% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/discovery/file 0.149s coverage: 92.9% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/discovery/kv 3.559s coverage: 84.1% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/discovery/memory 0.078s coverage: 92.3% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/discovery/nodes 0.060s coverage: 93.8% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/filenotify 0.138s coverage: 45.7% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/fileutils 0.078s coverage: 87.7% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/homedir 0.047s coverage: 42.9% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/idtools 0.144s coverage: 6.3% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/ioutils 0.801s coverage: 69.2% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/jsonmessage 0.268s coverage: 91.7% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/locker 0.099s coverage: 88.9% of statements [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/longpath 0.053s coverage: 100.0% of statements [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/namesgenerator 0.074s coverage: 85.7% of statements [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/parsers 0.037s coverage: 97.0% of statements [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-13T19:37:41.454Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.6% of statements [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-13T19:37:41.454Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-13T19:37:42.935Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-13T19:37:46.217Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-13T19:37:47.589Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-13T19:37:51.769Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-13T19:37:53.141Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-13T19:37:54.512Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-10-13T19:37:55.446Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-10-13T19:37:55.703Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-13T19:37:56.635Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-13T19:37:58.532Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-13T19:37:59.103Z] #28 ... [2019-10-13T19:37:59.103Z] [2019-10-13T19:37:59.103Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:37:59.103Z] #51 404.0 + bin/containerd [2019-10-13T19:37:59.103Z] #51 ... [2019-10-13T19:37:59.103Z] [2019-10-13T19:37:59.103Z] #28 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-13T19:37:59.103Z] #28 DONE 460.7s [2019-10-13T19:37:59.103Z] [2019-10-13T19:37:59.103Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:37:59.103Z] #51 ... [2019-10-13T19:37:59.104Z] [2019-10-13T19:37:59.104Z] #29 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-13T19:37:59.104Z] #29 DONE 0.1s [2019-10-13T19:37:59.104Z] [2019-10-13T19:37:59.104Z] #32 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-13T19:37:59.104Z] #32 DONE 0.1s [2019-10-13T19:37:59.104Z] [2019-10-13T19:37:59.104Z] #35 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-13T19:37:59.104Z] #35 DONE 0.1s [2019-10-13T19:37:59.104Z] [2019-10-13T19:37:59.104Z] #38 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-13T19:37:59.104Z] #38 DONE 0.1s [2019-10-13T19:37:59.104Z] [2019-10-13T19:37:59.104Z] #43 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-13T19:37:59.104Z] #43 DONE 0.1s [2019-10-13T19:37:59.104Z] [2019-10-13T19:37:59.104Z] #47 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-13T19:37:59.104Z] #47 DONE 0.1s [2019-10-13T19:37:59.104Z] [2019-10-13T19:37:59.104Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/plugins 35.199s coverage: 73.4% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/plugins/transport 0.125s coverage: 85.7% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/pools 0.094s coverage: 88.2% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/progress 0.077s coverage: 75.9% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/pubsub 1.132s coverage: 73.9% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/reexec 0.090s coverage: 82.4% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/signal 0.125s coverage: 20.3% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/stdcopy 0.096s coverage: 100.0% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/streamformatter 0.141s coverage: 66.2% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/stringid 0.057s coverage: 70.6% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/sysinfo 0.040s coverage: 38.2% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/system 0.075s coverage: 12.7% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/tailfile 0.060s coverage: 88.6% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/tarsum 0.226s coverage: 89.3% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/term 0.125s coverage: 30.8% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/term/windows 0.038s coverage: 0.0% of statements [no tests to run] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/pkg/useragent 0.032s coverage: 88.9% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/plugin 0.307s coverage: 11.6% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/plugin/v2 0.137s coverage: 20.1% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/reference 0.131s coverage: 84.4% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/registry 0.614s coverage: 52.2% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/registry/resumable 0.346s coverage: 100.0% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/restartmanager 0.066s coverage: 50.9% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/rootless [no test files] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/runconfig 0.126s coverage: 54.5% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/testutil 0.128s coverage: 62.5% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/volume [no test files] [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/volume/drivers 0.251s coverage: 36.1% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/volume/local 0.287s coverage: 37.7% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/volume/mounts 0.311s coverage: 66.2% of statements [2019-10-13T19:37:59.182Z] ok github.com/docker/docker/volume/service 0.397s coverage: 70.3% of statements [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-13T19:37:59.182Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-13T19:37:59.466Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-13T19:38:01.365Z] INFO: make.ps1 ended at 10/13/2019 19:38:01 [2019-10-13T19:38:03.556Z] INFO: Unit tests ended at 10/13/2019 19:38:02. Duration:00:03:54.7771709 [2019-10-13T19:38:03.556Z] INFO: Building busybox [2019-10-13T19:38:03.556Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-13T19:38:03.556Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-13T19:38:03.556Z] [2019-10-13T19:38:03.556Z] Sending build context to Docker daemon 2.56kB [2019-10-13T19:38:03.556Z] [2019-10-13T19:38:03.556Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-13T19:38:03.556Z] ---> 739b21bd02e7 [2019-10-13T19:38:03.556Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-13T19:38:03.556Z] ---> Running in 84bf0b6b4ff3 [2019-10-13T19:38:03.647Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-13T19:38:03.903Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-13T19:38:03.903Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-13T19:38:05.821Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-13T19:38:07.617Z] #51 ... [2019-10-13T19:38:07.617Z] [2019-10-13T19:38:07.617Z] #57 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --m... [2019-10-13T19:38:07.617Z] #57 472.9 + return [2019-10-13T19:38:07.617Z] #57 DONE 473.0s [2019-10-13T19:38:07.617Z] [2019-10-13T19:38:07.617Z] #51 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-13T19:38:07.717Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-13T19:38:09.089Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-13T19:38:09.089Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-13T19:38:09.360Z] Removing intermediate container 84bf0b6b4ff3 [2019-10-13T19:38:09.360Z] ---> cb7e60681912 [2019-10-13T19:38:09.360Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-13T19:38:09.820Z] [2019-10-13T19:38:10.283Z] ---> d9aeb3503004 [2019-10-13T19:38:10.283Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-13T19:38:10.283Z] ---> Running in 64c232324adf [2019-10-13T19:38:11.827Z] [2019-10-13T19:38:11.827Z] SUCCESS: Specified value was saved. [2019-10-13T19:38:11.971Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:38:11.971Z] [2019-10-13T19:38:11.971Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-13T19:38:11.971Z] PKG_CONFIG=pkg-config [2019-10-13T19:38:11.971Z] GOLANG_VERSION=1.13.1 [2019-10-13T19:38:11.971Z] HOSTNAME=c7f9eb2d9dc2 [2019-10-13T19:38:11.971Z] DOCKER_EXPERIMENTAL=1 [2019-10-13T19:38:11.971Z] container=docker [2019-10-13T19:38:11.971Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-13T19:38:11.971Z] GO111MODULE=off [2019-10-13T19:38:11.971Z] GOPATH=/go [2019-10-13T19:38:11.971Z] PWD=/go/src/github.com/docker/docker [2019-10-13T19:38:11.971Z] HOME=/root [2019-10-13T19:38:11.971Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-13T19:38:11.971Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-13T19:38:11.971Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-13T19:38:11.971Z] DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:38:11.971Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-13T19:38:11.971Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-13T19:38:11.971Z] TERM=xterm [2019-10-13T19:38:11.971Z] VALIDATE_BRANCH=master [2019-10-13T19:38:11.971Z] DEST=bundles/test-integration [2019-10-13T19:38:11.971Z] SHLVL=1 [2019-10-13T19:38:11.971Z] TIMEOUT=120m [2019-10-13T19:38:11.971Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-13T19:38:11.971Z] DOCKER_PKG=github.com/docker/docker [2019-10-13T19:38:11.971Z] TESTDEBUG=0 [2019-10-13T19:38:11.971Z] _=/usr/bin/env [2019-10-13T19:38:11.971Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-13T19:38:14.739Z] Removing intermediate container 64c232324adf [2019-10-13T19:38:14.739Z] ---> 671a3f49e119 [2019-10-13T19:38:14.739Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-13T19:38:14.739Z] ---> Running in 236fcb31335d [2019-10-13T19:38:19.050Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-13T19:38:20.541Z] Cannot create a file when that file already exists. [2019-10-13T19:38:20.662Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-13T19:38:20.662Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-13T19:38:20.662Z] Cross building: bundles/cross/windows/amd64 [2019-10-13T19:38:20.662Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-13T19:38:20.662Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-13T19:38:22.327Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-13T19:38:22.327Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-13T19:38:23.698Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-13T19:38:23.955Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-13T19:38:26.820Z] --- PASS: TestBuildWithHugeFile (46.14s) [2019-10-13T19:38:26.820Z] === RUN TestBuildWithEmptyDockerfile [2019-10-13T19:38:26.820Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:38:26.820Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:38:26.820Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:38:26.820Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:38:26.820Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:38:26.820Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:38:26.820Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:38:26.820Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:38:26.820Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:38:26.820Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2019-10-13T19:38:26.820Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2019-10-13T19:38:26.820Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s) [2019-10-13T19:38:26.820Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-10-13T19:38:26.820Z] === RUN TestBuildPreserveOwnership [2019-10-13T19:38:26.820Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-13T19:38:27.235Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-13T19:38:27.236Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-13T19:38:27.493Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-13T19:38:27.626Z] Removing intermediate container 236fcb31335d [2019-10-13T19:38:27.626Z] ---> 60036bba97a3 [2019-10-13T19:38:27.626Z] Step 6/6 : CMD ["sh"] [2019-10-13T19:38:27.626Z] ---> Running in 5040edf4d59c [2019-10-13T19:38:28.087Z] Removing intermediate container 5040edf4d59c [2019-10-13T19:38:28.087Z] ---> 715f7733734f [2019-10-13T19:38:28.087Z] Successfully built 715f7733734f [2019-10-13T19:38:28.087Z] Successfully tagged busybox:latest [2019-10-13T19:38:28.087Z] INFO: Docker images of the daemon under test [2019-10-13T19:38:28.087Z] [2019-10-13T19:38:28.087Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-13T19:38:28.087Z] busybox latest 715f7733734f Less than a second ago 4.83GB [2019-10-13T19:38:28.087Z] microsoft/windowsservercore latest 739b21bd02e7 5 days ago 4.79GB [2019-10-13T19:38:28.087Z] mcr.microsoft.com/windows/servercore ltsc2019 739b21bd02e7 5 days ago 4.79GB [2019-10-13T19:38:28.087Z] [2019-10-13T19:38:28.087Z] INFO: Running integration tests at 10/13/2019 19:38:27... [2019-10-13T19:38:28.087Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-13T19:38:28.087Z] INFO: Integration API tests being run from the host: [2019-10-13T19:38:28.087Z] INFO: make.ps1 starting at 10/13/2019 19:38:27 [2019-10-13T19:38:29.060Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-13T19:38:31.007Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-13T19:38:32.383Z] --- PASS: TestBuildPreserveOwnership (6.19s) [2019-10-13T19:38:32.383Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.05s) [2019-10-13T19:38:32.383Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s) [2019-10-13T19:38:32.383Z] === RUN TestBuildPlatformInvalid [2019-10-13T19:38:32.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-13T19:38:32.642Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-10-13T19:38:32.642Z] PASS [2019-10-13T19:38:32.642Z] [2019-10-13T19:38:32.642Z] === Skipped [2019-10-13T19:38:32.642Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-10-13T19:38:32.642Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:38:32.642Z] [2019-10-13T19:38:32.642Z] [2019-10-13T19:38:32.642Z] DONE 32 tests, 1 skipped in 95.883s [2019-10-13T19:38:32.642Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-10-13T19:38:32.642Z] ++ 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 [2019-10-13T19:38:32.642Z] ++ set -e [2019-10-13T19:38:32.642Z] ++ '[' -n 0 ']' [2019-10-13T19:38:32.642Z] ++ set -x [2019-10-13T19:38:32.642Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:38:32.900Z] INFO: Testing against a local daemon [2019-10-13T19:38:32.900Z] === RUN TestConfigList [2019-10-13T19:38:32.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite (360.79s) [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.30s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (3.12s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.63s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.04s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-13T19:38:34.049Z] docker_cli_daemon_test.go:1449: [d489830e7c3fa] daemon is not started [2019-10-13T19:38:34.049Z] check_test.go:309: [ddb0fbcd58a00] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.62s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.33s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-13T19:38:34.049Z] check_test.go:309: [dc2e15eac25b1] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.34s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.01s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.49s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.84s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (7.21s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.34s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.53s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.47s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-13T19:38:34.049Z] check_test.go:309: [dcc9ac8ed78ea] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-13T19:38:34.049Z] check_test.go:309: [df17b4da9d4f1] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.50s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-10-13T19:38:34.049Z] check_test.go:309: [ddf99e60d4a76] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.51s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.66s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.53s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-10-13T19:38:34.049Z] check_test.go:309: [d09ffc7a69ace] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.07s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-10-13T19:38:34.049Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-13T19:38:34.049Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-13T19:38:34.049Z] check_test.go:309: [da5789ccee523] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.66s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-10-13T19:38:34.049Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-13T19:38:34.049Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-13T19:38:34.049Z] check_test.go:309: [d93f2c921a259] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.07s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.02s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.94s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.55s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-10-13T19:38:34.049Z] check_test.go:309: [d0e44f0b0ae77] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.48s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-10-13T19:38:34.049Z] check_test.go:309: [d96f952949650] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.48s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-10-13T19:38:34.049Z] docker_cli_daemon_plugins_test.go:79: [d3b9857b34179] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.06s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-10-13T19:38:34.049Z] docker_cli_daemon_plugins_test.go:169: [d5fc201d43785] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.67s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-10-13T19:38:34.049Z] check_test.go:309: [de46b9e3537c0] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.99s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.03s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.84s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.85s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.78s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.64s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.10s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.65s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-10-13T19:38:34.049Z] check_test.go:309: [d1f033bbf8b1d] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.65s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.18s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.59s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.10s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.23s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.25s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.34s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-10-13T19:38:34.049Z] check_test.go:309: [d5fc8040b5a17] daemon is not started [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.27s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.97s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.07s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.50s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-10-13T19:38:34.049Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.18s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-10-13T19:38:34.049Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-13T19:38:34.049Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-13T19:38:34.049Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-13T19:38:34.049Z] check_test.go:309: [d3c08be36eeed] daemon is not started [2019-10-13T19:38:34.050Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-13T19:38:34.050Z] check_test.go:309: [d1d0778ae6a8f] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.55s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-10-13T19:38:34.050Z] check_test.go:309: [d9afdc2fc1ff3] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.06s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.23s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.47s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.47s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.25s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.89s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.41s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.89s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-10-13T19:38:34.050Z] check_test.go:309: [da14efde78896] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.62s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.10s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.81s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-10-13T19:38:34.050Z] check_test.go:309: [de7b03a5ed772] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.73s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-13T19:38:34.050Z] check_test.go:309: [d93fec9711cb0] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.14s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-10-13T19:38:34.050Z] check_test.go:309: [d703cc9966cd2] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.56s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.82s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-10-13T19:38:34.050Z] check_test.go:309: [d19d45102bf89] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.36s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.19s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.68s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-10-13T19:38:34.050Z] check_test.go:309: [d0ed0ee0d44c3] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.76s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.95s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.63s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.58s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-13T19:38:34.050Z] check_test.go:309: [d55c704fb2a56] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.11s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-10-13T19:38:34.050Z] check_test.go:309: [d43ee37efaa21] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.30s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.18s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.81s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.71s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.16s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.62s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.93s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.58s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.11s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.06s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.19s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.14s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.04s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.31s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-10-13T19:38:34.050Z] docker_cli_daemon_test.go:2542: [d04cbb9472605] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.78s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.29s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.95s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.96s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-10-13T19:38:34.050Z] check_test.go:309: [d6cb427e7e49a] daemon is not started [2019-10-13T19:38:34.050Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.40s) [2019-10-13T19:38:34.050Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-10-13T19:38:34.050Z] === RUN TestDockerSwarmSuite [2019-10-13T19:38:34.050Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-13T19:38:35.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-13T19:38:36.186Z] --- PASS: TestConfigList (3.39s) [2019-10-13T19:38:36.186Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-13T19:38:36.186Z] === RUN TestConfigsCreateAndDelete [2019-10-13T19:38:37.328Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-13T19:38:39.471Z] --- PASS: TestConfigsCreateAndDelete (3.15s) [2019-10-13T19:38:39.471Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-13T19:38:39.471Z] === RUN TestConfigsUpdate [2019-10-13T19:38:41.512Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-13T19:38:42.077Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-13T19:38:42.756Z] --- PASS: TestConfigsUpdate (3.12s) [2019-10-13T19:38:42.756Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-13T19:38:42.756Z] === RUN TestTemplatedConfig [2019-10-13T19:38:43.010Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-13T19:38:43.267Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-13T19:38:46.039Z] --- PASS: TestTemplatedConfig (3.38s) [2019-10-13T19:38:46.039Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-13T19:38:46.039Z] === RUN TestConfigInspect [2019-10-13T19:38:46.554Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-13T19:38:46.899Z] #51 455.2 + bin/containerd-stress [2019-10-13T19:38:47.909Z] #51 459.0 + bin/containerd-shim [2019-10-13T19:38:49.089Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-13T19:38:49.322Z] --- PASS: TestConfigInspect (3.10s) [2019-10-13T19:38:49.322Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-13T19:38:49.322Z] === RUN TestConfigCreateWithLabels [2019-10-13T19:38:50.228Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-13T19:38:51.614Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-13T19:38:51.770Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-13T19:38:52.609Z] --- PASS: TestConfigCreateWithLabels (3.09s) [2019-10-13T19:38:52.609Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-13T19:38:52.609Z] === RUN TestConfigCreateResolve [2019-10-13T19:38:54.139Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-13T19:38:54.685Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-13T19:38:55.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-13T19:38:55.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-13T19:38:55.894Z] --- PASS: TestConfigCreateResolve (3.16s) [2019-10-13T19:38:55.894Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-13T19:38:55.894Z] === RUN TestConfigDaemonLibtrustID [2019-10-13T19:38:55.894Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-13T19:38:55.894Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-13T19:38:55.894Z] PASS [2019-10-13T19:38:55.894Z] [2019-10-13T19:38:55.894Z] DONE 8 tests in 23.124s [2019-10-13T19:38:55.894Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-10-13T19:38:55.894Z] ++ 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 [2019-10-13T19:38:55.894Z] ++ set -e [2019-10-13T19:38:55.894Z] ++ '[' -n 0 ']' [2019-10-13T19:38:55.894Z] ++ set -x [2019-10-13T19:38:55.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=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:38:56.153Z] INFO: Testing against a local daemon [2019-10-13T19:38:56.153Z] === RUN TestCheckpoint [2019-10-13T19:38:56.153Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-13T19:38:56.153Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:38:56.153Z] === RUN TestContainerInvalidJSON [2019-10-13T19:38:56.153Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:38:56.153Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:38:56.153Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:38:56.153Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:38:56.153Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:38:56.153Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:38:56.153Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:38:56.153Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:38:56.153Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:38:56.153Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-13T19:38:56.153Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-13T19:38:56.153Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-13T19:38:56.153Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-13T19:38:56.153Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-13T19:38:56.153Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-10-13T19:38:56.153Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-13T19:38:56.411Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-10-13T19:38:56.411Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-13T19:38:56.411Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2019-10-13T19:38:56.411Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-13T19:38:56.669Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2019-10-13T19:38:56.669Z] === RUN TestCopyFromContainer [2019-10-13T19:38:57.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-13T19:38:57.613Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-10-13T19:38:58.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-13T19:38:58.571Z] === RUN TestCopyFromContainer// [2019-10-13T19:38:58.571Z] === RUN TestCopyFromContainer//bar/root [2019-10-13T19:38:58.571Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-13T19:38:58.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-13T19:38:58.830Z] === RUN TestCopyFromContainer/bar/quux [2019-10-13T19:38:58.830Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-13T19:38:59.089Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-13T19:38:59.089Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-13T19:38:59.089Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-13T19:38:59.347Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-13T19:38:59.347Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer (2.97s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-10-13T19:38:59.606Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-10-13T19:38:59.606Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-13T19:38:59.606Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:38:59.606Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:38:59.606Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:38:59.606Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:38:59.606Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:38:59.606Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:38:59.606Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:38:59.606Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:38:59.606Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:38:59.606Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-13T19:38:59.606Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-13T19:38:59.606Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-13T19:38:59.606Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-13T19:38:59.606Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-13T19:38:59.606Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-10-13T19:38:59.606Z] === RUN TestCreateWithInvalidEnv [2019-10-13T19:38:59.606Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-13T19:38:59.606Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-13T19:38:59.606Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-13T19:38:59.606Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-13T19:38:59.606Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-13T19:38:59.606Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-13T19:38:59.606Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-13T19:38:59.606Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-13T19:38:59.606Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-13T19:38:59.606Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-13T19:38:59.606Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-13T19:38:59.606Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-13T19:38:59.606Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-10-13T19:38:59.606Z] === RUN TestCreateTmpfsMountsTarget [2019-10-13T19:38:59.606Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-13T19:38:59.606Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-13T19:38:59.797Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-13T19:39:00.487Z] #51 469.6 + bin/containerd-shim-runc-v1 [2019-10-13T19:39:00.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-13T19:39:00.692Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-13T19:39:00.768Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-13T19:39:01.256Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-13T19:39:01.513Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-13T19:39:01.742Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-13T19:39:02.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCustomMaskedPaths (2.21s) [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:39:02.136Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:39:02.136Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.10s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) [2019-10-13T19:39:02.136Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-13T19:39:02.136Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-13T19:39:02.205Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-13T19:39:03.176Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-13T19:39:03.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-13T19:39:03.987Z] #51 474.7 + bin/containerd-shim-runc-v2 [2019-10-13T19:39:04.667Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.41s) [2019-10-13T19:39:04.667Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-13T19:39:04.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:39:04.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:39:04.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:39:04.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:39:04.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:39:04.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:39:04.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:39:04.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:39:04.667Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:39:04.667Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:39:04.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:39:04.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:39:04.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:39:04.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:39:04.667Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:39:04.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-13T19:39:04.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-10-13T19:39:04.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-10-13T19:39:04.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-10-13T19:39:04.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-13T19:39:04.667Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-10-13T19:39:04.667Z] === RUN TestContainerStartOnDaemonRestart [2019-10-13T19:39:04.667Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-13T19:39:04.667Z] === RUN TestDaemonRestartIpcMode [2019-10-13T19:39:04.667Z] === PAUSE TestDaemonRestartIpcMode [2019-10-13T19:39:04.667Z] === RUN TestDiff [2019-10-13T19:39:04.790Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-13T19:39:05.003Z] #51 476.4 + binaries [2019-10-13T19:39:05.291Z] #51 476.4 + mkdir -p /build [2019-10-13T19:39:05.291Z] #51 476.4 + cp bin/containerd /build/containerd [2019-10-13T19:39:05.291Z] #51 476.4 + cp bin/containerd-shim /build/containerd-shim [2019-10-13T19:39:05.291Z] #51 476.4 + cp bin/ctr /build/ctr [2019-10-13T19:39:05.291Z] #51 DONE 476.5s [2019-10-13T19:39:05.360Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-13T19:39:05.602Z] --- PASS: TestDiff (0.85s) [2019-10-13T19:39:05.602Z] === RUN TestExecWithCloseStdin [2019-10-13T19:39:06.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-13T19:39:06.538Z] --- PASS: TestExecWithCloseStdin (0.99s) [2019-10-13T19:39:06.538Z] === RUN TestExec [2019-10-13T19:39:06.767Z] [2019-10-13T19:39:06.767Z] #52 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-13T19:39:06.767Z] #52 DONE 0.1s [2019-10-13T19:39:06.767Z] [2019-10-13T19:39:06.767Z] #55 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-13T19:39:06.767Z] #55 DONE 0.0s [2019-10-13T19:39:06.767Z] [2019-10-13T19:39:06.767Z] #58 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-13T19:39:06.767Z] #58 DONE 0.1s [2019-10-13T19:39:06.767Z] [2019-10-13T19:39:06.767Z] #60 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-13T19:39:06.767Z] #60 DONE 0.1s [2019-10-13T19:39:07.050Z] [2019-10-13T19:39:07.050Z] #63 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-13T19:39:07.050Z] #63 DONE 0.1s [2019-10-13T19:39:07.050Z] [2019-10-13T19:39:07.050Z] #67 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-13T19:39:07.050Z] #67 DONE 0.1s [2019-10-13T19:39:07.050Z] [2019-10-13T19:39:07.050Z] #69 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-13T19:39:07.334Z] #69 DONE 0.2s [2019-10-13T19:39:07.334Z] [2019-10-13T19:39:07.334Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-13T19:39:07.334Z] #70 DONE 0.0s [2019-10-13T19:39:07.334Z] [2019-10-13T19:39:07.334Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-13T19:39:07.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-13T19:39:07.474Z] --- PASS: TestExec (0.99s) [2019-10-13T19:39:07.474Z] === RUN TestExecUser [2019-10-13T19:39:08.067Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-13T19:39:08.409Z] --- PASS: TestExecUser (0.98s) [2019-10-13T19:39:08.409Z] === RUN TestExportContainerAndImportImage [2019-10-13T19:39:08.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-13T19:39:09.132Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-13T19:39:09.784Z] --- PASS: TestExportContainerAndImportImage (1.05s) [2019-10-13T19:39:09.784Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-13T19:39:10.036Z] #71 DONE 2.7s [2019-10-13T19:39:10.036Z] [2019-10-13T19:39:10.036Z] #72 exporting to oci image format [2019-10-13T19:39:10.036Z] #72 exporting layers [2019-10-13T19:39:10.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-13T19:39:11.687Z] --- PASS: TestExportContainerAfterDaemonRestart (1.79s) [2019-10-13T19:39:11.687Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-13T19:39:11.687Z] === RUN TestHealthCheckWorkdir [2019-10-13T19:39:11.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-13T19:39:12.623Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2019-10-13T19:39:12.623Z] === RUN TestHealthKillContainer [2019-10-13T19:39:12.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-13T19:39:13.980Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-13T19:39:13.980Z] Using test binary docker [2019-10-13T19:39:13.980Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-13T19:39:13.980Z] +++ /etc/init.d/apparmor start [2019-10-13T19:39:13.980Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-13T19:39:13.980Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-13T19:39:13.980Z] Warning failed to create cache: (null) [2019-10-13T19:39:13.980Z] . [2019-10-13T19:39:13.980Z] INFO: Waiting for daemon to start... [2019-10-13T19:39:13.980Z] Starting dockerd [2019-10-13T19:39:13.980Z] +++ 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 [2019-10-13T19:39:15.905Z] --- PASS: TestHealthKillContainer (2.95s) [2019-10-13T19:39:15.905Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-13T19:39:16.165Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s) [2019-10-13T19:39:16.165Z] === RUN TestIpcModeNone [2019-10-13T19:39:16.330Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-13T19:39:16.467Z] . [2019-10-13T19:39:16.467Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-13T19:39:16.467Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-13T19:39:16.467Z] Error: No such image: emptyfs [2019-10-13T19:39:16.467Z] ++++ docker load [2019-10-13T19:39:16.467Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-13T19:39:16.467Z] Running integration-test (iteration 1) [2019-10-13T19:39:16.467Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-13T19:39:16.468Z] ++ 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 [2019-10-13T19:39:16.468Z] ++ set -e [2019-10-13T19:39:16.468Z] ++ '[' -n 0 ']' [2019-10-13T19:39:16.468Z] ++ set -x [2019-10-13T19:39:16.468Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:39:17.100Z] --- PASS: TestIpcModeNone (1.01s) [2019-10-13T19:39:17.101Z] === RUN TestIpcModePrivate [2019-10-13T19:39:18.035Z] --- PASS: TestIpcModePrivate (0.98s) [2019-10-13T19:39:18.035Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:100, shared: false, mustBeShared: false [2019-10-13T19:39:18.035Z] === RUN TestIpcModeShareable [2019-10-13T19:39:18.512Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-13T19:39:18.970Z] --- PASS: TestIpcModeShareable (0.94s) [2019-10-13T19:39:18.970Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:94, shared: true, mustBeShared: true [2019-10-13T19:39:18.970Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-13T19:39:21.426Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-13T19:39:22.253Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.90s) [2019-10-13T19:39:22.253Z] === RUN TestAPIIpcModeHost [2019-10-13T19:39:22.820Z] --- PASS: TestAPIIpcModeHost (0.76s) [2019-10-13T19:39:22.820Z] === RUN TestDaemonIpcModeShareable [2019-10-13T19:39:24.360Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-13T19:39:24.721Z] --- PASS: TestDaemonIpcModeShareable (1.82s) [2019-10-13T19:39:24.721Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-13T19:39:24.721Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-13T19:39:24.721Z] === RUN TestDaemonIpcModePrivate [2019-10-13T19:39:26.030Z] Loaded image: buildpack-deps:jessie [2019-10-13T19:39:26.030Z] Loaded image: busybox:latest [2019-10-13T19:39:26.030Z] Loaded image: busybox:glibc [2019-10-13T19:39:26.030Z] Loaded image: debian:jessie [2019-10-13T19:39:26.030Z] Loaded image: hello-world:latest [2019-10-13T19:39:26.030Z] INFO: Testing against a local daemon [2019-10-13T19:39:26.030Z] === RUN TestCgroupNamespacesBuild [2019-10-13T19:39:26.550Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-13T19:39:26.630Z] --- PASS: TestDaemonIpcModePrivate (1.90s) [2019-10-13T19:39:26.630Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-13T19:39:26.630Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-13T19:39:26.630Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-13T19:39:27.405Z] --- PASS: TestCgroupNamespacesBuild (1.77s) [2019-10-13T19:39:27.405Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-13T19:39:27.405Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-13T19:39:28.267Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-13T19:39:28.267Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-13T19:39:28.267Z] remote: Enumerating objects: 19, done. [2019-10-13T19:39:28.267Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-13T19:39:28.267Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-10-13T19:39:28.267Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-13T19:39:28.267Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-13T19:39:28.564Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2019-10-13T19:39:28.564Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-13T19:39:28.564Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-13T19:39:28.564Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-13T19:39:28.598Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/test/unit [2019-10-13T19:39:28.737Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-13T19:39:29.218Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s) [2019-10-13T19:39:29.218Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-13T19:39:29.218Z] === RUN TestBuildWithSession [2019-10-13T19:39:29.218Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-13T19:39:29.218Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:39:29.218Z] === RUN TestBuildSquashParent [2019-10-13T19:39:29.985Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-13T19:39:29.985Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-13T19:39:29.985Z] --- PASS: TestImportExtremelyLargeImageWorks (178.66s) [2019-10-13T19:39:29.985Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-13T19:39:29.985Z] PASS [2019-10-13T19:39:29.985Z] [2019-10-13T19:39:29.985Z] DONE 12 tests in 182.429s [2019-10-13T19:39:29.985Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-13T19:39:29.985Z] ++ 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 [2019-10-13T19:39:29.985Z] ++ set -e [2019-10-13T19:39:29.985Z] ++ '[' -n 0 ']' [2019-10-13T19:39:29.985Z] ++ set -x [2019-10-13T19:39:29.985Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:39:29.985Z] INFO: Testing against a local daemon [2019-10-13T19:39:29.985Z] === RUN TestNetworkCreateDelete [2019-10-13T19:39:29.985Z] --- PASS: TestNetworkCreateDelete (0.15s) [2019-10-13T19:39:29.985Z] === RUN TestDockerNetworkDeletePreferID [2019-10-13T19:39:29.985Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2019-10-13T19:39:29.985Z] === RUN TestInspectNetwork [2019-10-13T19:39:30.242Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-13T19:39:30.242Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-13T19:39:30.470Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s) [2019-10-13T19:39:30.470Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-13T19:39:30.470Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-13T19:39:30.470Z] === RUN TestIpcModeOlderClient [2019-10-13T19:39:30.470Z] === PAUSE TestIpcModeOlderClient [2019-10-13T19:39:30.470Z] === RUN TestKillContainerInvalidSignal [2019-10-13T19:39:31.037Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2019-10-13T19:39:31.037Z] === RUN TestKillContainer [2019-10-13T19:39:31.037Z] === RUN TestKillContainer/no_signal [2019-10-13T19:39:31.108Z] ? github.com/docker/docker/api [no test files] [2019-10-13T19:39:31.647Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-13T19:39:31.647Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:39:31.647Z] INFO: Testing against a local daemon [2019-10-13T19:39:31.647Z] === RUN TestBuildWithSession [2019-10-13T19:39:31.647Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-13T19:39:31.647Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:39:31.647Z] === RUN TestBuildSquashParent [2019-10-13T19:39:31.647Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-13T19:39:31.647Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:31.647Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-13T19:39:31.647Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-13T19:39:31.647Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:31.647Z] === RUN TestBuildMultiStageCopy [2019-10-13T19:39:31.647Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-13T19:39:31.973Z] === RUN TestKillContainer/non_killing_signal [2019-10-13T19:39:32.140Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-13T19:39:32.540Z] === RUN TestKillContainer/killing_signal [2019-10-13T19:39:32.706Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-13T19:39:32.964Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-13T19:39:33.476Z] --- PASS: TestKillContainer (2.47s) [2019-10-13T19:39:33.476Z] --- PASS: TestKillContainer/no_signal (0.83s) [2019-10-13T19:39:33.476Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2019-10-13T19:39:33.476Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2019-10-13T19:39:33.476Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-13T19:39:33.476Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-13T19:39:33.895Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-13T19:39:33.895Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-13T19:39:34.411Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-13T19:39:34.460Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-13T19:39:34.460Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-13T19:39:35.346Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.65s) [2019-10-13T19:39:35.346Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.81s) [2019-10-13T19:39:35.346Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2019-10-13T19:39:35.346Z] === RUN TestKillStoppedContainer [2019-10-13T19:39:35.346Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-10-13T19:39:35.346Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-13T19:39:35.346Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-13T19:39:35.346Z] === RUN TestKillDifferentUserContainer [2019-10-13T19:39:35.501Z] --- PASS: TestBuildSquashParent (6.45s) [2019-10-13T19:39:35.501Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-13T19:39:35.830Z] === RUN TestInspectNetwork/full_network_id [2019-10-13T19:39:35.830Z] === RUN TestInspectNetwork/partial_network_id [2019-10-13T19:39:35.830Z] === RUN TestInspectNetwork/network_name [2019-10-13T19:39:35.830Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-13T19:39:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:39:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:39:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:39:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:39:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:39:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:39:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:39:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:39:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:39:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:39:35.900Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:39:35.900Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:39:35.900Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:39:35.900Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:39:36.281Z] --- PASS: TestKillDifferentUserContainer (0.87s) [2019-10-13T19:39:36.281Z] === RUN TestInspectOomKilledTrue [2019-10-13T19:39:36.281Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-13T19:39:36.281Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:39:36.281Z] === RUN TestInspectOomKilledFalse [2019-10-13T19:39:36.281Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-13T19:39:36.281Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:39:36.281Z] === RUN TestLinksEtcHostsContentMatch [2019-10-13T19:39:36.783Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-13T19:39:36.848Z] --- PASS: TestLinksEtcHostsContentMatch (0.70s) [2019-10-13T19:39:36.848Z] === RUN TestLinksContainerNames [2019-10-13T19:39:38.157Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-13T19:39:38.377Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:39:38.377Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:39:38.748Z] --- PASS: TestLinksContainerNames (1.65s) [2019-10-13T19:39:38.748Z] === RUN TestLogsFollowTailEmpty [2019-10-13T19:39:39.315Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2019-10-13T19:39:39.315Z] === RUN TestContainerNetworkMountsNoChown [2019-10-13T19:39:40.051Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-13T19:39:40.252Z] --- PASS: TestContainerNetworkMountsNoChown (0.81s) [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/default [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/default [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/private [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/private [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rprivate [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/slave [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/slave [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rslave [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/shared [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/shared [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rshared [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/default [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/rslave [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/rshared [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/shared [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/slave [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/private [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/rprivate [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:39:40.252Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:39:40.252Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:39:40.252Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-13T19:39:40.309Z] --- PASS: TestInspectNetwork (10.96s) [2019-10-13T19:39:40.309Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-13T19:39:40.309Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-13T19:39:40.309Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-13T19:39:40.309Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-13T19:39:40.309Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-13T19:39:40.309Z] === RUN TestRunContainerWithBridgeNone [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:39:40.510Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:39:40.769Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:39:40.769Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-13T19:39:40.769Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.12s) [2019-10-13T19:39:40.769Z] === RUN TestContainerBindMountNonRecursive [2019-10-13T19:39:40.857Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:39:40.857Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:39:41.682Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-13T19:39:41.979Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-13T19:39:41.979Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-13T19:39:42.441Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-13T19:39:42.669Z] --- PASS: TestContainerBindMountNonRecursive (1.96s) [2019-10-13T19:39:42.669Z] === RUN TestNetworkNat [2019-10-13T19:39:42.957Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-13T19:39:42.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.33s) [2019-10-13T19:39:42.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.45s) [2019-10-13T19:39:42.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.38s) [2019-10-13T19:39:42.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.40s) [2019-10-13T19:39:42.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.43s) [2019-10-13T19:39:42.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.50s) [2019-10-13T19:39:42.957Z] === RUN TestBuildMultiStageCopy [2019-10-13T19:39:42.957Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-13T19:39:43.055Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-13T19:39:43.055Z] --- PASS: TestRunContainerWithBridgeNone (2.83s) [2019-10-13T19:39:43.055Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-13T19:39:43.055Z] === RUN TestNetworkInvalidJSON [2019-10-13T19:39:43.055Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-13T19:39:43.055Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-13T19:39:43.055Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:39:43.055Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:39:43.055Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:39:43.056Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:39:43.056Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-13T19:39:43.056Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:39:43.056Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:39:43.056Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-10-13T19:39:43.056Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-13T19:39:43.056Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-13T19:39:43.056Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-13T19:39:43.056Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-13T19:39:43.604Z] --- PASS: TestNetworkNat (0.93s) [2019-10-13T19:39:43.604Z] === RUN TestNetworkLocalhostTCPNat [2019-10-13T19:39:43.981Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-13T19:39:44.425Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-10-13T19:39:44.425Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-13T19:39:44.425Z] === RUN TestDaemonDefaultNetworkPools [2019-10-13T19:39:44.425Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-13T19:39:44.539Z] --- PASS: TestNetworkLocalhostTCPNat (0.95s) [2019-10-13T19:39:44.539Z] === RUN TestNetworkLoopbackNat [2019-10-13T19:39:44.990Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s) [2019-10-13T19:39:44.990Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-13T19:39:44.990Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-13T19:39:45.424Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-13T19:39:45.521Z] --- PASS: TestBuildMultiStageCopy (13.86s) [2019-10-13T19:39:45.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.23s) [2019-10-13T19:39:45.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.88s) [2019-10-13T19:39:45.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.09s) [2019-10-13T19:39:45.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.26s) [2019-10-13T19:39:45.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.41s) [2019-10-13T19:39:45.521Z] === RUN TestBuildMultiStageParentConfig [2019-10-13T19:39:45.521Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-10-13T19:39:45.521Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:45.521Z] === RUN TestBuildLabelWithTargets [2019-10-13T19:39:45.521Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-10-13T19:39:45.521Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:45.521Z] === RUN TestBuildWithEmptyLayers [2019-10-13T19:39:45.796Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-13T19:39:45.916Z] --- PASS: TestNetworkLoopbackNat (1.21s) [2019-10-13T19:39:45.916Z] === RUN TestPause [2019-10-13T19:39:45.975Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2019-10-13T19:39:46.360Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2019-10-13T19:39:46.360Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-13T19:39:46.360Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-13T19:39:46.491Z] --- PASS: TestBuildWithEmptyLayers (1.14s) [2019-10-13T19:39:46.491Z] === RUN TestBuildMultiStageOnBuild [2019-10-13T19:39:46.491Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-10-13T19:39:46.491Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:46.491Z] === RUN TestBuildUncleanTarFilenames [2019-10-13T19:39:46.491Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-10-13T19:39:46.491Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:46.491Z] === RUN TestBuildMultiStageLayerLeak [2019-10-13T19:39:46.491Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-10-13T19:39:46.491Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:46.491Z] === RUN TestBuildWithHugeFile [2019-10-13T19:39:46.491Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-10-13T19:39:46.491Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-13T19:39:46.491Z] === RUN TestBuildWithEmptyDockerfile [2019-10-13T19:39:46.491Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:39:46.491Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:39:46.491Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:39:46.491Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:39:46.491Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:39:46.491Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:39:46.595Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-13T19:39:46.852Z] --- PASS: TestPause (0.88s) [2019-10-13T19:39:46.852Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-13T19:39:46.852Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:39:46.852Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:39:46.852Z] === RUN TestPauseStopPausedContainer [2019-10-13T19:39:46.952Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:39:46.952Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:39:46.952Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:39:46.952Z] --- PASS: TestBuildWithEmptyDockerfile (0.47s) [2019-10-13T19:39:46.952Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-10-13T19:39:46.952Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-10-13T19:39:46.952Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-10-13T19:39:46.952Z] === RUN TestBuildPreserveOwnership [2019-10-13T19:39:46.952Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-10-13T19:39:46.952Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:46.952Z] === RUN TestBuildPlatformInvalid [2019-10-13T19:39:46.952Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2019-10-13T19:39:46.952Z] PASS [2019-10-13T19:39:46.952Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-13T19:39:46.952Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:39:46.952Z] INFO: Testing against a local daemon [2019-10-13T19:39:46.952Z] === RUN TestConfigList [2019-10-13T19:39:46.952Z] --- SKIP: TestConfigList (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:46.952Z] === RUN TestConfigsCreateAndDelete [2019-10-13T19:39:46.952Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:46.952Z] === RUN TestConfigsUpdate [2019-10-13T19:39:46.952Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:46.952Z] === RUN TestTemplatedConfig [2019-10-13T19:39:46.952Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:46.952Z] === RUN TestConfigInspect [2019-10-13T19:39:46.952Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:46.952Z] === RUN TestConfigCreateWithLabels [2019-10-13T19:39:46.952Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:39:46.952Z] === RUN TestConfigCreateResolve [2019-10-13T19:39:46.952Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:39:46.952Z] === RUN TestConfigDaemonLibtrustID [2019-10-13T19:39:46.952Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-10-13T19:39:46.952Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:39:46.952Z] PASS [2019-10-13T19:39:46.952Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-13T19:39:46.952Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:39:46.952Z] INFO: Testing against a local daemon [2019-10-13T19:39:46.952Z] === RUN TestCheckpoint [2019-10-13T19:39:46.952Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-13T19:39:46.952Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:39:46.952Z] === RUN TestContainerInvalidJSON [2019-10-13T19:39:46.952Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:39:46.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:39:46.952Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:39:46.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:39:46.952Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:39:46.952Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:39:46.966Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-13T19:39:47.336Z] --- PASS: TestBuildMultiStageCopy (4.46s) [2019-10-13T19:39:47.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.45s) [2019-10-13T19:39:47.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s) [2019-10-13T19:39:47.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.46s) [2019-10-13T19:39:47.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2019-10-13T19:39:47.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s) [2019-10-13T19:39:47.336Z] === RUN TestBuildMultiStageParentConfig [2019-10-13T19:39:47.387Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2019-10-13T19:39:47.387Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-13T19:39:47.387Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-13T19:39:47.413Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:39:47.413Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:39:47.413Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:39:47.413Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-10-13T19:39:47.413Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-13T19:39:47.413Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-13T19:39:47.413Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-13T19:39:47.413Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-13T19:39:47.413Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-10-13T19:39:47.413Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-13T19:39:47.413Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-13T19:39:47.413Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-10-13T19:39:47.413Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-13T19:39:47.413Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-13T19:39:47.413Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-10-13T19:39:47.413Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-13T19:39:47.413Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-13T19:39:47.413Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-10-13T19:39:47.413Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-13T19:39:47.413Z] === RUN TestCopyFromContainer [2019-10-13T19:39:47.413Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-13T19:39:47.413Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:47.413Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-13T19:39:47.413Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:39:47.413Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:39:47.413Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:39:47.413Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:39:47.413Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:39:47.413Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:39:47.413Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:39:47.413Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:39:47.413Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:39:47.413Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-13T19:39:47.413Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-13T19:39:47.413Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-13T19:39:47.413Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-13T19:39:47.413Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-13T19:39:47.413Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-13T19:39:47.413Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-13T19:39:47.413Z] === RUN TestCreateWithInvalidEnv [2019-10-13T19:39:47.413Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-13T19:39:47.413Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-13T19:39:47.413Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-13T19:39:47.413Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-13T19:39:47.413Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-13T19:39:47.414Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-10-13T19:39:47.414Z] === RUN TestCreateTmpfsMountsTarget [2019-10-13T19:39:47.414Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-13T19:39:47.414Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:47.414Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-13T19:39:47.414Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-13T19:39:47.414Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:39:47.414Z] === RUN TestCreateWithCapabilities [2019-10-13T19:39:47.414Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-13T19:39:47.414Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-13T19:39:47.414Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-13T19:39:47.414Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-13T19:39:47.414Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:39:47.414Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-13T19:39:47.414Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:39:47.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:39:47.414Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:39:47.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:39:47.414Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:39:47.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:39:47.414Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:39:47.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:39:47.414Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:39:47.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:39:47.414Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-13T19:39:47.414Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-13T19:39:47.414Z] === RUN TestDiff [2019-10-13T19:39:47.414Z] --- SKIP: TestDiff (0.00s) [2019-10-13T19:39:47.414Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-13T19:39:47.414Z] === RUN TestExecWithCloseStdin [2019-10-13T19:39:47.787Z] --- PASS: TestPauseStopPausedContainer (0.89s) [2019-10-13T19:39:47.787Z] === RUN TestPsFilter [2019-10-13T19:39:47.787Z] --- PASS: TestPsFilter (0.27s) [2019-10-13T19:39:47.787Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-13T19:39:47.953Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2019-10-13T19:39:47.953Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-13T19:39:47.953Z] === RUN TestServiceWithPredefinedNetwork [2019-10-13T19:39:48.726Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2019-10-13T19:39:48.726Z] === RUN TestRemoveContainerWithVolume [2019-10-13T19:39:49.295Z] --- PASS: TestBuildMultiStageParentConfig (1.33s) [2019-10-13T19:39:49.295Z] === RUN TestBuildLabelWithTargets [2019-10-13T19:39:49.597Z] --- PASS: TestExecWithCloseStdin (2.12s) [2019-10-13T19:39:49.597Z] === RUN TestExec [2019-10-13T19:39:49.597Z] --- SKIP: TestExec (0.00s) [2019-10-13T19:39:49.597Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-13T19:39:49.597Z] === RUN TestExecUser [2019-10-13T19:39:49.597Z] --- SKIP: TestExecUser (0.00s) [2019-10-13T19:39:49.597Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-13T19:39:49.597Z] === RUN TestExportContainerAndImportImage [2019-10-13T19:39:49.597Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-13T19:39:49.597Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:49.597Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-13T19:39:49.597Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-13T19:39:49.597Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:49.597Z] === RUN TestHealthCheckWorkdir [2019-10-13T19:39:49.597Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-13T19:39:49.597Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-13T19:39:49.597Z] === RUN TestHealthKillContainer [2019-10-13T19:39:49.597Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-13T19:39:49.597Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-13T19:39:49.597Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-13T19:39:49.597Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-13T19:39:49.597Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-13T19:39:49.597Z] === RUN TestKillContainerInvalidSignal [2019-10-13T19:39:49.660Z] --- PASS: TestRemoveContainerWithVolume (0.81s) [2019-10-13T19:39:49.660Z] === RUN TestRemoveContainerRunning [2019-10-13T19:39:50.226Z] --- PASS: TestRemoveContainerRunning (0.84s) [2019-10-13T19:39:50.226Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-13T19:39:50.476Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-13T19:39:51.041Z] --- PASS: TestServiceWithPredefinedNetwork (3.02s) [2019-10-13T19:39:51.041Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-13T19:39:51.041Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-13T19:39:51.041Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T19:39:51.041Z] service_test.go:230: FLAKY_TEST [2019-10-13T19:39:51.041Z] === RUN TestServiceWithDataPathPortInit [2019-10-13T19:39:51.139Z] --- PASS: TestKillContainerInvalidSignal (1.78s) [2019-10-13T19:39:51.139Z] === RUN TestKillContainer [2019-10-13T19:39:51.139Z] --- SKIP: TestKillContainer (0.00s) [2019-10-13T19:39:51.139Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-13T19:39:51.139Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-13T19:39:51.139Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-13T19:39:51.139Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-13T19:39:51.139Z] === RUN TestKillStoppedContainer [2019-10-13T19:39:51.139Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-13T19:39:51.139Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-13T19:39:51.139Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-13T19:39:51.139Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-13T19:39:51.139Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-13T19:39:51.139Z] === RUN TestKillDifferentUserContainer [2019-10-13T19:39:51.139Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-13T19:39:51.139Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-13T19:39:51.139Z] === RUN TestInspectOomKilledTrue [2019-10-13T19:39:51.139Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-13T19:39:51.139Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:39:51.139Z] === RUN TestInspectOomKilledFalse [2019-10-13T19:39:51.139Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-13T19:39:51.139Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:39:51.139Z] === RUN TestLogsFollowTailEmpty [2019-10-13T19:39:51.161Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2019-10-13T19:39:51.161Z] === RUN TestRemoveInvalidContainer [2019-10-13T19:39:51.161Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-13T19:39:51.161Z] === RUN TestRenameLinkedContainer [2019-10-13T19:39:51.250Z] --- PASS: TestBuildLabelWithTargets (2.16s) [2019-10-13T19:39:51.250Z] === RUN TestBuildWithEmptyLayers [2019-10-13T19:39:51.298Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-10-13T19:39:51.298Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-13T19:39:52.086Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2019-10-13T19:39:52.086Z] === RUN TestBuildMultiStageOnBuild [2019-10-13T19:39:53.444Z] --- PASS: TestLogsFollowTailEmpty (1.83s) [2019-10-13T19:39:53.444Z] === RUN TestNetworkNat [2019-10-13T19:39:53.444Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-13T19:39:53.444Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-13T19:39:53.444Z] === RUN TestNetworkLocalhostTCPNat [2019-10-13T19:39:53.444Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-13T19:39:53.444Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:39:53.444Z] === RUN TestNetworkLoopbackNat [2019-10-13T19:39:53.444Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-13T19:39:53.444Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-13T19:39:53.444Z] === RUN TestPause [2019-10-13T19:39:53.444Z] --- SKIP: TestPause (0.00s) [2019-10-13T19:39:53.444Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-13T19:39:53.444Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-13T19:39:54.584Z] --- PASS: TestRenameLinkedContainer (3.35s) [2019-10-13T19:39:54.584Z] === RUN TestRenameStoppedContainer [2019-10-13T19:39:54.985Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.76s) [2019-10-13T19:39:54.985Z] === RUN TestPauseStopPausedContainer [2019-10-13T19:39:54.985Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-13T19:39:54.985Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:39:54.985Z] === RUN TestPsFilter [2019-10-13T19:39:54.985Z] --- PASS: TestPsFilter (0.16s) [2019-10-13T19:39:54.985Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-13T19:39:55.423Z] --- PASS: TestBuildMultiStageOnBuild (3.10s) [2019-10-13T19:39:55.423Z] === RUN TestBuildUncleanTarFilenames [2019-10-13T19:39:55.519Z] --- PASS: TestRenameStoppedContainer (0.80s) [2019-10-13T19:39:55.519Z] === RUN TestRenameRunningContainerAndReuse [2019-10-13T19:39:56.228Z] --- PASS: TestBuildUncleanTarFilenames (1.18s) [2019-10-13T19:39:56.228Z] === RUN TestBuildMultiStageLayerLeak [2019-10-13T19:39:56.893Z] --- PASS: TestRenameRunningContainerAndReuse (1.64s) [2019-10-13T19:39:56.893Z] === RUN TestRenameInvalidName [2019-10-13T19:39:57.166Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.00s) [2019-10-13T19:39:57.166Z] === RUN TestRemoveContainerWithVolume [2019-10-13T19:39:57.829Z] --- PASS: TestRenameInvalidName (0.93s) [2019-10-13T19:39:57.829Z] === RUN TestRenameAnonymousContainer [2019-10-13T19:39:59.392Z] --- PASS: TestRemoveContainerWithVolume (2.19s) [2019-10-13T19:39:59.392Z] === RUN TestRemoveContainerRunning [2019-10-13T19:39:59.453Z] --- PASS: TestBuildMultiStageLayerLeak (2.90s) [2019-10-13T19:39:59.453Z] === RUN TestBuildWithHugeFile [2019-10-13T19:40:00.935Z] --- PASS: TestRemoveContainerRunning (1.79s) [2019-10-13T19:40:00.935Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-13T19:40:02.014Z] --- PASS: TestRenameAnonymousContainer (4.02s) [2019-10-13T19:40:02.014Z] === RUN TestRenameContainerWithSameName [2019-10-13T19:40:02.581Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2019-10-13T19:40:02.581Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-13T19:40:03.126Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.78s) [2019-10-13T19:40:03.126Z] === RUN TestRemoveInvalidContainer [2019-10-13T19:40:03.126Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-13T19:40:03.126Z] === RUN TestRenameLinkedContainer [2019-10-13T19:40:03.126Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-13T19:40:03.126Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:03.126Z] === RUN TestRenameStoppedContainer [2019-10-13T19:40:04.483Z] --- PASS: TestRenameContainerWithLinkedContainer (1.65s) [2019-10-13T19:40:04.483Z] === RUN TestResize [2019-10-13T19:40:05.419Z] --- PASS: TestResize (0.85s) [2019-10-13T19:40:05.419Z] === RUN TestResizeWithInvalidSize [2019-10-13T19:40:05.986Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2019-10-13T19:40:05.986Z] === RUN TestResizeWhenContainerNotStarted [2019-10-13T19:40:06.921Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:40:06.921Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:40:06.921Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:40:06.921Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:40:06.921Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:40:06.921Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:40:06.921Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:40:08.825Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:40:08.825Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:40:09.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:40:09.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:40:10.023Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:40:10.211Z] --- PASS: TestRenameStoppedContainer (6.83s) [2019-10-13T19:40:10.211Z] === RUN TestRenameRunningContainerAndReuse [2019-10-13T19:40:11.402Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:40:13.119Z] --- PASS: TestRenameRunningContainerAndReuse (3.45s) [2019-10-13T19:40:13.119Z] === RUN TestRenameInvalidName [2019-10-13T19:40:13.219Z] --- PASS: TestServiceWithDataPathPortInit (19.82s) [2019-10-13T19:40:13.219Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T19:40:13.219Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T19:40:13.219Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-13T19:40:13.308Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:40:13.308Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:40:14.151Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-13T19:40:14.665Z] --- PASS: TestRenameInvalidName (1.70s) [2019-10-13T19:40:14.665Z] === RUN TestRenameAnonymousContainer [2019-10-13T19:40:14.665Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-10-13T19:40:14.665Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:14.665Z] === RUN TestRenameContainerWithSameName [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.75s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.84s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.61s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.69s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.88s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.74s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.85s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.73s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:40:15.840Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2019-10-13T19:40:15.840Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-13T19:40:15.840Z] === RUN TestCgroupNamespacesRun [2019-10-13T19:40:16.144Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-13T19:40:16.848Z] --- PASS: TestRenameContainerWithSameName (1.69s) [2019-10-13T19:40:16.848Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-13T19:40:16.848Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-13T19:40:16.848Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:16.848Z] === RUN TestResize [2019-10-13T19:40:16.848Z] --- SKIP: TestResize (0.00s) [2019-10-13T19:40:16.848Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:16.848Z] === RUN TestResizeWithInvalidSize [2019-10-13T19:40:16.848Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-13T19:40:16.848Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:16.848Z] === RUN TestResizeWhenContainerNotStarted [2019-10-13T19:40:17.743Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2019-10-13T19:40:17.743Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-13T19:40:17.743Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-13T19:40:18.386Z] --- PASS: TestResizeWhenContainerNotStarted (1.96s) [2019-10-13T19:40:18.386Z] === RUN TestDaemonRestartKillContainers [2019-10-13T19:40:18.386Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-13T19:40:18.387Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:18.387Z] === RUN TestStats [2019-10-13T19:40:18.387Z] --- SKIP: TestStats (0.00s) [2019-10-13T19:40:18.387Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-13T19:40:18.387Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-13T19:40:19.642Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.78s) [2019-10-13T19:40:19.642Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-13T19:40:19.642Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-13T19:40:21.397Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.10s) [2019-10-13T19:40:21.397Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-13T19:40:21.397Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:8qx8v8c6uw46xp0d0jljps6qc Created:2019-10-13 19:40:12.180250002 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[e1ddddbf436fcae6820230c319814569761762ec8d8ede65cd85501572c6e8fa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1xvm41wdny656i8xwa1a6xtpo EndpointID:e948ef2d8987ecf903bcd5f10f830595b9269cc50c05de112b11ecf28e8ec7fa MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6fb7ef7ba1936c0ab8fcfcbfd420a297f6353a86bfee7729f0890906ced81740 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:7b7d13be4d89 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1xvm41wdny656i8xwa1a6xtpo EndpointID:e948ef2d8987ecf903bcd5f10f830595b9269cc50c05de112b11ecf28e8ec7fa EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-13T19:40:21.397Z] PASS [2019-10-13T19:40:21.397Z] [2019-10-13T19:40:21.397Z] === Skipped [2019-10-13T19:40:21.397Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T19:40:21.397Z] service_test.go:230: FLAKY_TEST [2019-10-13T19:40:21.397Z] [2019-10-13T19:40:21.397Z] [2019-10-13T19:40:21.397Z] DONE 21 tests, 1 skipped in 52.251s [2019-10-13T19:40:21.397Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-13T19:40:21.397Z] ++ 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 [2019-10-13T19:40:21.397Z] ++ set -e [2019-10-13T19:40:21.397Z] ++ '[' -n 0 ']' [2019-10-13T19:40:21.397Z] ++ set -x [2019-10-13T19:40:21.397Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:40:21.397Z] INFO: Testing against a local daemon [2019-10-13T19:40:21.397Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-13T19:40:21.397Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-13T19:40:21.397Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:40:21.397Z] === RUN TestDockerNetworkIpvlan [2019-10-13T19:40:21.397Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-13T19:40:21.397Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:40:21.397Z] PASS [2019-10-13T19:40:21.397Z] [2019-10-13T19:40:21.397Z] === Skipped [2019-10-13T19:40:21.397Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-13T19:40:21.397Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:40:21.397Z] [2019-10-13T19:40:21.397Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-13T19:40:21.397Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:40:21.397Z] [2019-10-13T19:40:21.397Z] [2019-10-13T19:40:21.397Z] DONE 2 tests, 2 skipped in 0.131s [2019-10-13T19:40:21.397Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-13T19:40:21.397Z] ++ 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 [2019-10-13T19:40:21.397Z] ++ set -e [2019-10-13T19:40:21.397Z] ++ '[' -n 0 ']' [2019-10-13T19:40:21.397Z] ++ set -x [2019-10-13T19:40:21.397Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:40:21.397Z] INFO: Testing against a local daemon [2019-10-13T19:40:21.397Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-13T19:40:21.543Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.91s) [2019-10-13T19:40:21.543Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-13T19:40:21.543Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-13T19:40:22.789Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2019-10-13T19:40:22.789Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-13T19:40:22.789Z] === RUN TestDockerNetworkMacvlan [2019-10-13T19:40:23.353Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-13T19:40:23.445Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s) [2019-10-13T19:40:23.445Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-13T19:40:23.445Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-13T19:40:24.284Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-13T19:40:24.821Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2019-10-13T19:40:24.821Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-13T19:40:24.821Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-13T19:40:25.215Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-13T19:40:25.756Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.87s) [2019-10-13T19:40:25.756Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-13T19:40:25.756Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-13T19:40:25.780Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-13T19:40:26.691Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2019-10-13T19:40:26.691Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-13T19:40:26.691Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-13T19:40:26.711Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-13T19:40:26.965Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.15s) [2019-10-13T19:40:26.965Z] === RUN TestStopContainerWithTimeout [2019-10-13T19:40:26.965Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-13T19:40:26.965Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-13T19:40:26.965Z] === RUN TestUpdateRestartPolicy [2019-10-13T19:40:27.275Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-13T19:40:27.532Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-13T19:40:28.097Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-13T19:40:28.595Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2019-10-13T19:40:28.595Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-13T19:40:28.595Z] === RUN TestKernelTCPMemory [2019-10-13T19:40:29.031Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-13T19:40:29.031Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-13T19:40:29.530Z] --- PASS: TestKernelTCPMemory (1.00s) [2019-10-13T19:40:29.530Z] === RUN TestNISDomainname [2019-10-13T19:40:29.595Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-13T19:40:30.916Z] --- PASS: TestNISDomainname (1.18s) [2019-10-13T19:40:30.916Z] === RUN TestHostnameDnsResolution [2019-10-13T19:40:32.118Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-13T19:40:32.293Z] --- PASS: TestHostnameDnsResolution (1.70s) [2019-10-13T19:40:32.293Z] === RUN TestStats [2019-10-13T19:40:34.457Z] --- PASS: TestBuildWithHugeFile (35.46s) [2019-10-13T19:40:34.457Z] === RUN TestBuildWithEmptyDockerfile [2019-10-13T19:40:34.822Z] --- PASS: TestStats (2.56s) [2019-10-13T19:40:34.822Z] === RUN TestStopContainerWithTimeout [2019-10-13T19:40:34.822Z] === RUN TestStopContainerWithTimeout/0 [2019-10-13T19:40:34.822Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-13T19:40:34.822Z] === RUN TestStopContainerWithTimeout/1 [2019-10-13T19:40:34.822Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-13T19:40:34.822Z] === RUN TestStopContainerWithTimeout/3 [2019-10-13T19:40:34.822Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-13T19:40:34.822Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-13T19:40:34.822Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-13T19:40:34.822Z] === CONT TestStopContainerWithTimeout/0 [2019-10-13T19:40:34.822Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-13T19:40:34.822Z] === CONT TestStopContainerWithTimeout/1 [2019-10-13T19:40:34.822Z] === CONT TestStopContainerWithTimeout/3 [2019-10-13T19:40:34.839Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:40:34.839Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:40:34.839Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:40:34.839Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:40:34.839Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:40:34.839Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:40:34.839Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:40:34.839Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:40:34.839Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:40:35.205Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2019-10-13T19:40:35.205Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2019-10-13T19:40:35.205Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2019-10-13T19:40:35.205Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2019-10-13T19:40:35.205Z] === RUN TestBuildPreserveOwnership [2019-10-13T19:40:35.205Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-13T19:40:38.107Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-10-13T19:40:38.107Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2019-10-13T19:40:38.107Z] --- PASS: TestStopContainerWithTimeout/1 (2.19s) [2019-10-13T19:40:38.107Z] --- PASS: TestStopContainerWithTimeout/3 (3.01s) [2019-10-13T19:40:38.107Z] --- PASS: TestStopContainerWithTimeout/-1 (3.20s) [2019-10-13T19:40:38.107Z] === RUN TestDeleteDevicemapper [2019-10-13T19:40:38.107Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-13T19:40:38.107Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:40:38.107Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-13T19:40:38.667Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-13T19:40:39.600Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-13T19:40:39.857Z] --- PASS: TestDockerNetworkMacvlan (17.36s) [2019-10-13T19:40:39.857Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:40:39.857Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-13T19:40:39.857Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:40:39.857Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-13T19:40:39.857Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:40:39.857Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.85s) [2019-10-13T19:40:39.857Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:40:39.857Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.99s) [2019-10-13T19:40:39.857Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:40:39.857Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.45s) [2019-10-13T19:40:39.857Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:40:39.857Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s) [2019-10-13T19:40:39.857Z] PASS [2019-10-13T19:40:39.857Z] [2019-10-13T19:40:39.857Z] DONE 8 tests in 18.912s [2019-10-13T19:40:39.857Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-13T19:40:39.857Z] ++ 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 [2019-10-13T19:40:39.857Z] ++ set -e [2019-10-13T19:40:39.857Z] ++ '[' -n 0 ']' [2019-10-13T19:40:39.857Z] ++ set -x [2019-10-13T19:40:39.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:40:39.857Z] testing: warning: no tests to run [2019-10-13T19:40:39.857Z] PASS [2019-10-13T19:40:39.857Z] [2019-10-13T19:40:39.857Z] DONE 0 tests in 0.033s [2019-10-13T19:40:40.116Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-13T19:40:40.116Z] ++ 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 [2019-10-13T19:40:40.116Z] ++ set -e [2019-10-13T19:40:40.116Z] ++ '[' -n 0 ']' [2019-10-13T19:40:40.116Z] ++ set -x [2019-10-13T19:40:40.117Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:40:40.117Z] INFO: Testing against a local daemon [2019-10-13T19:40:40.117Z] === RUN TestAuthZPluginAllowRequest [2019-10-13T19:40:40.298Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-13T19:40:40.639Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.13s) [2019-10-13T19:40:40.639Z] === RUN TestUpdateMemory [2019-10-13T19:40:40.639Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-13T19:40:40.639Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:40:40.639Z] === RUN TestUpdateCPUQuota [2019-10-13T19:40:42.014Z] --- PASS: TestUpdateCPUQuota (1.65s) [2019-10-13T19:40:42.014Z] === RUN TestUpdatePidsLimit [2019-10-13T19:40:42.014Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-13T19:40:42.014Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-13T19:40:42.272Z] --- PASS: TestAuthZPluginAllowRequest (2.01s) [2019-10-13T19:40:42.272Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-13T19:40:42.272Z] === RUN TestAuthZPluginTLS [2019-10-13T19:40:42.273Z] === RUN TestUpdatePidsLimit/no_change [2019-10-13T19:40:42.529Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-13T19:40:42.759Z] --- PASS: TestBuildPreserveOwnership (7.76s) [2019-10-13T19:40:42.759Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.22s) [2019-10-13T19:40:42.759Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.52s) [2019-10-13T19:40:42.759Z] === RUN TestBuildPlatformInvalid [2019-10-13T19:40:42.759Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2019-10-13T19:40:42.759Z] PASS [2019-10-13T19:40:42.787Z] --- PASS: TestAuthZPluginTLS (0.72s) [2019-10-13T19:40:42.787Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-13T19:40:42.787Z] === RUN TestAuthZPluginDenyRequest [2019-10-13T19:40:42.841Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-13T19:40:43.128Z] [2019-10-13T19:40:43.128Z] === Skipped [2019-10-13T19:40:43.128Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-10-13T19:40:43.128Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:40:43.128Z] [2019-10-13T19:40:43.128Z] [2019-10-13T19:40:43.128Z] DONE 32 tests, 1 skipped in 86.474s [2019-10-13T19:40:43.352Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-13T19:40:43.352Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-13T19:40:43.352Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-13T19:40:43.352Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-13T19:40:43.408Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-13T19:40:43.497Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-13T19:40:43.497Z] ++ 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 [2019-10-13T19:40:43.497Z] ++ set -e [2019-10-13T19:40:43.497Z] ++ '[' -n 0 ']' [2019-10-13T19:40:43.497Z] ++ set -x [2019-10-13T19:40:43.497Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:40:43.667Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-13T19:40:43.877Z] INFO: Testing against a local daemon [2019-10-13T19:40:43.877Z] === RUN TestConfigList [2019-10-13T19:40:43.916Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-13T19:40:43.916Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-10-13T19:40:43.916Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-13T19:40:43.916Z] === RUN TestAuthZPluginDenyResponse [2019-10-13T19:40:44.174Z] === RUN TestDockerSuite/TestBuildFails [2019-10-13T19:40:44.233Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-13T19:40:44.492Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-13T19:40:44.738Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-10-13T19:40:44.738Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-13T19:40:44.738Z] === RUN TestAuthZPluginAllowEventStream [2019-10-13T19:40:44.996Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-13T19:40:44.996Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-13T19:40:46.367Z] --- PASS: TestAuthZPluginAllowEventStream (1.62s) [2019-10-13T19:40:46.367Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-13T19:40:46.367Z] === RUN TestAuthZPluginErrorResponse [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit (4.53s) [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.46s) [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit/no_change (0.45s) [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2019-10-13T19:40:46.395Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-10-13T19:40:46.395Z] === RUN TestUpdateRestartPolicy [2019-10-13T19:40:46.624Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-10-13T19:40:46.624Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-13T19:40:46.624Z] === RUN TestAuthZPluginErrorRequest [2019-10-13T19:40:46.835Z] --- PASS: TestConfigList (3.09s) [2019-10-13T19:40:46.835Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-13T19:40:46.835Z] === RUN TestConfigsCreateAndDelete [2019-10-13T19:40:47.189Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2019-10-13T19:40:47.189Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-13T19:40:47.189Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-13T19:40:47.446Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-13T19:40:47.703Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-10-13T19:40:47.703Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-13T19:40:47.703Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-13T19:40:48.171Z] --- PASS: TestUpdateRestartPolicy (20.39s) [2019-10-13T19:40:48.171Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-13T19:40:49.142Z] --- PASS: TestUpdateRestartWithAutoRemove (1.89s) [2019-10-13T19:40:49.142Z] === RUN TestWaitNonBlocked [2019-10-13T19:40:49.142Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:40:49.142Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:40:49.142Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:40:49.142Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:40:49.142Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:40:49.142Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:40:49.752Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-13T19:40:49.752Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.03s) [2019-10-13T19:40:49.752Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-13T19:40:49.752Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-13T19:40:50.155Z] --- PASS: TestConfigsCreateAndDelete (3.27s) [2019-10-13T19:40:50.155Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-13T19:40:50.155Z] === RUN TestConfigsUpdate [2019-10-13T19:40:51.648Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-13T19:40:51.905Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.00s) [2019-10-13T19:40:51.905Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-13T19:40:51.905Z] === RUN TestAuthZPluginHeader [2019-10-13T19:40:52.056Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-13T19:40:52.056Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.70s) [2019-10-13T19:40:52.056Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.80s) [2019-10-13T19:40:52.056Z] === RUN TestWaitBlocked [2019-10-13T19:40:52.056Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-13T19:40:52.056Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.056Z] PASS [2019-10-13T19:40:52.056Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-13T19:40:52.056Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.056Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.056Z] === RUN TestCommitInheritsEnv [2019-10-13T19:40:52.056Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-13T19:40:52.056Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:40:52.056Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-13T19:40:52.056Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-13T19:40:52.056Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-13T19:40:52.056Z] === RUN TestImagesFilterMultiReference [2019-10-13T19:40:52.056Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-13T19:40:52.056Z] === RUN TestImagePullPlatformInvalid [2019-10-13T19:40:52.056Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2019-10-13T19:40:52.056Z] === RUN TestRemoveImageOrphaning [2019-10-13T19:40:52.056Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-13T19:40:52.056Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:40:52.056Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-13T19:40:52.056Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-13T19:40:52.056Z] === RUN TestTagInvalidReference [2019-10-13T19:40:52.056Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-13T19:40:52.056Z] === RUN TestTagValidPrefixedRepo [2019-10-13T19:40:52.056Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2019-10-13T19:40:52.056Z] === RUN TestTagExistedNameWithoutForce [2019-10-13T19:40:52.056Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-13T19:40:52.056Z] === RUN TestTagOfficialNames [2019-10-13T19:40:52.056Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-13T19:40:52.056Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestTagMatchesDigest [2019-10-13T19:40:52.056Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-13T19:40:52.056Z] PASS [2019-10-13T19:40:52.056Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-13T19:40:52.056Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.056Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.056Z] === RUN TestNetworkCreateDelete [2019-10-13T19:40:52.056Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-13T19:40:52.056Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.056Z] === RUN TestDockerNetworkDeletePreferID [2019-10-13T19:40:52.056Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-13T19:40:52.056Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-10-13T19:40:52.056Z] === RUN TestInspectNetwork [2019-10-13T19:40:52.056Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-13T19:40:52.056Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:52.056Z] === RUN TestRunContainerWithBridgeNone [2019-10-13T19:40:52.056Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-13T19:40:52.056Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.056Z] === RUN TestNetworkInvalidJSON [2019-10-13T19:40:52.056Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-13T19:40:52.056Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-13T19:40:52.056Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:40:52.056Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:40:52.056Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:40:52.056Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:40:52.056Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-13T19:40:52.056Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:40:52.056Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:40:52.056Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-13T19:40:52.056Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-13T19:40:52.056Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-10-13T19:40:52.056Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-10-13T19:40:52.056Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-13T19:40:52.056Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestDaemonDefaultNetworkPools [2019-10-13T19:40:52.056Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-13T19:40:52.056Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-13T19:40:52.056Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-13T19:40:52.056Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestServiceWithPredefinedNetwork [2019-10-13T19:40:52.056Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-13T19:40:52.056Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:230: FLAKY_TEST [2019-10-13T19:40:52.056Z] === RUN TestServiceWithDataPathPortInit [2019-10-13T19:40:52.056Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-13T19:40:52.056Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-13T19:40:52.056Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-13T19:40:52.056Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-13T19:40:52.517Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.517Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.517Z] === RUN TestPluginInvalidJSON [2019-10-13T19:40:52.517Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:40:52.517Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:40:52.517Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:40:52.517Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-13T19:40:52.517Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-13T19:40:52.517Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.517Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.517Z] === RUN TestExternalGraphDriver [2019-10-13T19:40:52.517Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-13T19:40:52.517Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-13T19:40:52.517Z] === RUN TestGraphdriverPluginV2 [2019-10-13T19:40:52.517Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-13T19:40:52.517Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-13T19:40:52.517Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.517Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-13T19:40:52.517Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-13T19:40:52.517Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.517Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.517Z] === RUN TestSecretInspect [2019-10-13T19:40:52.517Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-13T19:40:52.517Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.517Z] === RUN TestSecretList [2019-10-13T19:40:52.517Z] --- SKIP: TestSecretList (0.00s) [2019-10-13T19:40:52.517Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.517Z] === RUN TestSecretsCreateAndDelete [2019-10-13T19:40:52.517Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-13T19:40:52.517Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.517Z] === RUN TestSecretsUpdate [2019-10-13T19:40:52.517Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-13T19:40:52.517Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.517Z] === RUN TestTemplatedSecret [2019-10-13T19:40:52.517Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-13T19:40:52.517Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.517Z] === RUN TestSecretCreateResolve [2019-10-13T19:40:52.517Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-13T19:40:52.517Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.517Z] PASS [2019-10-13T19:40:52.517Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-13T19:40:52.836Z] --- PASS: TestAuthZPluginHeader (0.88s) [2019-10-13T19:40:52.836Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-13T19:40:52.836Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-13T19:40:52.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.977Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.977Z] === RUN TestServiceCreateInit [2019-10-13T19:40:52.977Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-13T19:40:52.977Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-13T19:40:52.977Z] --- PASS: TestServiceCreateInit (0.04s) [2019-10-13T19:40:52.977Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-10-13T19:40:52.977Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.977Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-13T19:40:52.978Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateServiceMultipleTimes [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-10-13T19:40:52.978Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateServiceConflict [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-13T19:40:52.978Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateServiceMaxReplicas [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-10-13T19:40:52.978Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-13T19:40:52.978Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateServiceSecretFileMode [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-13T19:40:52.978Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateServiceConfigFileMode [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-13T19:40:52.978Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateServiceSysctls [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-13T19:40:52.978Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestCreateServiceCapabilities [2019-10-13T19:40:52.978Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-13T19:40:52.978Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestInspect [2019-10-13T19:40:52.978Z] --- SKIP: TestInspect (0.00s) [2019-10-13T19:40:52.978Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestDockerNetworkConnectAlias [2019-10-13T19:40:52.978Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-13T19:40:52.978Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestDockerNetworkReConnect [2019-10-13T19:40:52.978Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-13T19:40:52.978Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestServicePlugin [2019-10-13T19:40:52.978Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-13T19:40:52.978Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestServiceUpdateLabel [2019-10-13T19:40:52.978Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-13T19:40:52.978Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.978Z] === RUN TestServiceUpdateSecrets [2019-10-13T19:40:52.978Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-13T19:40:52.978Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.978Z] === RUN TestServiceUpdateConfigs [2019-10-13T19:40:52.978Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-13T19:40:52.978Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.978Z] === RUN TestServiceUpdateNetwork [2019-10-13T19:40:52.978Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-10-13T19:40:52.978Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-13T19:40:52.978Z] PASS [2019-10-13T19:40:52.978Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-13T19:40:52.978Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.978Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.978Z] === RUN TestSessionCreate [2019-10-13T19:40:52.978Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-13T19:40:52.978Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:52.978Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-13T19:40:52.978Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-13T19:40:52.978Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:52.978Z] PASS [2019-10-13T19:40:52.978Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-13T19:40:52.978Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:52.978Z] INFO: Testing against a local daemon [2019-10-13T19:40:52.978Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-13T19:40:52.978Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-13T19:40:52.978Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-13T19:40:52.978Z] === RUN TestEventsExecDie [2019-10-13T19:40:52.978Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-13T19:40:52.978Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-13T19:40:52.978Z] === RUN TestEventsBackwardsCompatible [2019-10-13T19:40:52.978Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-13T19:40:52.978Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-13T19:40:52.978Z] === RUN TestInfoAPI [2019-10-13T19:40:52.978Z] --- PASS: TestInfoAPI (0.04s) [2019-10-13T19:40:52.978Z] === RUN TestInfoAPIWarnings [2019-10-13T19:40:52.978Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-13T19:40:52.978Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-13T19:40:52.978Z] === RUN TestLoginFailsWithBadCredentials [2019-10-13T19:40:53.395Z] --- PASS: TestConfigsUpdate (2.85s) [2019-10-13T19:40:53.395Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-13T19:40:53.395Z] === RUN TestTemplatedConfig [2019-10-13T19:40:53.400Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/api/types/strslice 0.016s coverage: 90.0% of statements [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-13T19:40:53.572Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/builder/dockerignore 0.005s coverage: 96.8% of statements [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/builder/remotecontext 0.191s coverage: 13.6% of statements [2019-10-13T19:40:53.572Z] ok github.com/docker/docker/builder/dockerfile 0.621s coverage: 48.2% of statements [2019-10-13T19:40:53.657Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-13T19:40:53.949Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2019-10-13T19:40:53.949Z] === RUN TestPingCacheHeaders [2019-10-13T19:40:53.949Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-13T19:40:53.949Z] === RUN TestPingGet [2019-10-13T19:40:53.949Z] --- PASS: TestPingGet (0.04s) [2019-10-13T19:40:53.949Z] === RUN TestPingHead [2019-10-13T19:40:54.261Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2019-10-13T19:40:54.410Z] --- PASS: TestPingHead (0.03s) [2019-10-13T19:40:54.410Z] === RUN TestVersion [2019-10-13T19:40:54.410Z] --- PASS: TestVersion (0.03s) [2019-10-13T19:40:54.410Z] PASS [2019-10-13T19:40:54.410Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-13T19:40:54.410Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:40:54.410Z] INFO: Testing against a local daemon [2019-10-13T19:40:54.410Z] === RUN TestVolumesCreateAndList [2019-10-13T19:40:54.410Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-13T19:40:54.410Z] === RUN TestVolumesRemove [2019-10-13T19:40:54.410Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-13T19:40:54.410Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-13T19:40:54.410Z] === RUN TestVolumesInspect [2019-10-13T19:40:54.410Z] --- PASS: TestVolumesInspect (0.05s) [2019-10-13T19:40:54.410Z] === RUN TestVolumesInvalidJSON [2019-10-13T19:40:54.410Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-13T19:40:54.410Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-13T19:40:54.410Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-13T19:40:54.410Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-13T19:40:54.410Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-13T19:40:54.410Z] PASS [2019-10-13T19:40:54.410Z] INFO: make.ps1 ended at 10/13/2019 19:40:54 [2019-10-13T19:40:54.410Z] INFO: Integration CLI tests being run from the host: [2019-10-13T19:40:54.410Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-13T19:40:54.949Z] ok github.com/docker/docker/builder/remotecontext/git 1.171s coverage: 85.1% of statements [2019-10-13T19:40:54.949Z] ? github.com/docker/docker/cli [no test files] [2019-10-13T19:40:54.949Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-13T19:40:55.027Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-13T19:40:56.777Z] --- PASS: TestTemplatedConfig (3.49s) [2019-10-13T19:40:56.777Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-13T19:40:56.777Z] === RUN TestConfigInspect [2019-10-13T19:40:56.923Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-13T19:40:57.488Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-13T19:40:58.052Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-13T19:40:58.052Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.21s) [2019-10-13T19:40:58.052Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-10-13T19:40:58.052Z] === RUN TestAuthZPluginV2Disable [2019-10-13T19:40:58.519Z] ok github.com/docker/docker/client 0.271s coverage: 75.8% of statements [2019-10-13T19:40:59.947Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-13T19:40:59.958Z] --- PASS: TestConfigInspect (2.91s) [2019-10-13T19:40:59.958Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-13T19:40:59.958Z] === RUN TestConfigCreateWithLabels [2019-10-13T19:41:01.267Z] --- PASS: TestUpdateRestartPolicy (12.59s) [2019-10-13T19:41:01.267Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-13T19:41:01.267Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s) [2019-10-13T19:41:01.267Z] === RUN TestWaitNonBlocked [2019-10-13T19:41:01.267Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:41:01.267Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:41:01.267Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:41:01.267Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:41:01.267Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:41:01.267Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:41:01.267Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-13T19:41:01.267Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) [2019-10-13T19:41:01.267Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.04s) [2019-10-13T19:41:01.267Z] === RUN TestWaitBlocked [2019-10-13T19:41:01.267Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:41:01.267Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:41:01.267Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:41:01.267Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:41:01.267Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:41:01.267Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:41:01.842Z] --- PASS: TestAuthZPluginV2Disable (3.86s) [2019-10-13T19:41:01.842Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-10-13T19:41:01.842Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-13T19:41:02.202Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-13T19:41:02.203Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s) [2019-10-13T19:41:02.203Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s) [2019-10-13T19:41:02.203Z] === CONT TestContainerStartOnDaemonRestart [2019-10-13T19:41:02.203Z] === CONT TestIpcModeOlderClient [2019-10-13T19:41:02.203Z] === CONT TestDaemonRestartIpcMode [2019-10-13T19:41:02.203Z] --- PASS: TestIpcModeOlderClient (0.21s) [2019-10-13T19:41:02.399Z] --- PASS: TestConfigCreateWithLabels (2.88s) [2019-10-13T19:41:02.399Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-13T19:41:02.399Z] === RUN TestConfigCreateResolve [2019-10-13T19:41:02.406Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-13T19:41:03.023Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-13T19:41:03.023Z] INFO: Testing against a local daemon [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-13T19:41:03.023Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-13T19:41:03.487Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-13T19:41:03.775Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-13T19:41:03.947Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-13T19:41:04.408Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-13T19:41:05.490Z] --- PASS: TestContainerStartOnDaemonRestart (3.16s) [2019-10-13T19:41:05.490Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-13T19:41:05.761Z] --- PASS: TestConfigCreateResolve (2.83s) [2019-10-13T19:41:05.761Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-13T19:41:05.761Z] === RUN TestConfigDaemonLibtrustID [2019-10-13T19:41:05.761Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-10-13T19:41:05.761Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-13T19:41:05.761Z] PASS [2019-10-13T19:41:05.761Z] [2019-10-13T19:41:05.761Z] DONE 8 tests in 22.044s [2019-10-13T19:41:05.761Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-13T19:41:05.761Z] ++ 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 [2019-10-13T19:41:05.761Z] ++ set -e [2019-10-13T19:41:05.761Z] ++ '[' -n 0 ']' [2019-10-13T19:41:05.761Z] ++ set -x [2019-10-13T19:41:05.761Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:41:06.057Z] --- PASS: TestDaemonRestartIpcMode (3.84s) [2019-10-13T19:41:06.057Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-13T19:41:06.057Z] PASS [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] === Skipped [2019-10-13T19:41:06.057Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-10-13T19:41:06.057Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-13T19:41:06.057Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-13T19:41:06.057Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:41:06.057Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-13T19:41:06.057Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-10-13T19:41:06.057Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] [2019-10-13T19:41:06.057Z] DONE 197 tests, 6 skipped in 130.035s [2019-10-13T19:41:06.057Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-10-13T19:41:06.057Z] ++ 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 [2019-10-13T19:41:06.057Z] ++ set -e [2019-10-13T19:41:06.057Z] ++ '[' -n 0 ']' [2019-10-13T19:41:06.057Z] ++ set -x [2019-10-13T19:41:06.057Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:41:06.057Z] INFO: Testing against a local daemon [2019-10-13T19:41:06.057Z] === RUN TestCommitInheritsEnv [2019-10-13T19:41:06.299Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.24s) [2019-10-13T19:41:06.299Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-10-13T19:41:06.299Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-13T19:41:06.376Z] INFO: Testing against a local daemon [2019-10-13T19:41:06.376Z] === RUN TestCheckpoint [2019-10-13T19:41:06.376Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-13T19:41:06.376Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:41:06.376Z] === RUN TestContainerInvalidJSON [2019-10-13T19:41:06.376Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:41:06.376Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:41:06.376Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:41:06.376Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:41:06.376Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:41:06.376Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:41:06.376Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:41:06.376Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:41:06.376Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:41:06.376Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-13T19:41:06.376Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.02s) [2019-10-13T19:41:06.376Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.02s) [2019-10-13T19:41:06.376Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-13T19:41:06.376Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-13T19:41:06.376Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-13T19:41:06.376Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-13T19:41:06.376Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-10-13T19:41:06.376Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-13T19:41:06.376Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-10-13T19:41:06.376Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-13T19:41:06.376Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-10-13T19:41:06.376Z] === RUN TestCopyFromContainer [2019-10-13T19:41:06.624Z] --- PASS: TestCommitInheritsEnv (0.55s) [2019-10-13T19:41:06.624Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-13T19:41:06.624Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-13T19:41:06.624Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-13T19:41:06.624Z] === RUN TestImagesFilterMultiReference [2019-10-13T19:41:06.882Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2019-10-13T19:41:06.882Z] === RUN TestImagePullPlatformInvalid [2019-10-13T19:41:06.882Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-13T19:41:06.882Z] === RUN TestRemoveImageOrphaning [2019-10-13T19:41:07.450Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2019-10-13T19:41:07.450Z] === RUN TestRemoveImageGarbageCollector [2019-10-13T19:41:07.450Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-13T19:41:07.450Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:41:07.450Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-13T19:41:07.450Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-13T19:41:07.450Z] === RUN TestTagInvalidReference [2019-10-13T19:41:07.450Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-13T19:41:07.450Z] === RUN TestTagValidPrefixedRepo [2019-10-13T19:41:07.450Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-13T19:41:07.450Z] === RUN TestTagExistedNameWithoutForce [2019-10-13T19:41:07.708Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-13T19:41:07.708Z] === RUN TestTagOfficialNames [2019-10-13T19:41:07.708Z] --- PASS: TestTagOfficialNames (0.08s) [2019-10-13T19:41:07.708Z] === RUN TestTagMatchesDigest [2019-10-13T19:41:07.708Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-13T19:41:07.708Z] PASS [2019-10-13T19:41:07.708Z] [2019-10-13T19:41:07.708Z] === Skipped [2019-10-13T19:41:07.708Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2019-10-13T19:41:07.708Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-13T19:41:07.708Z] [2019-10-13T19:41:07.708Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-13T19:41:07.708Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:41:07.708Z] [2019-10-13T19:41:07.708Z] [2019-10-13T19:41:07.708Z] DONE 12 tests, 2 skipped in 1.786s [2019-10-13T19:41:07.708Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-10-13T19:41:07.708Z] ++ 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 [2019-10-13T19:41:07.708Z] ++ set -e [2019-10-13T19:41:07.708Z] ++ '[' -n 0 ']' [2019-10-13T19:41:07.708Z] ++ set -x [2019-10-13T19:41:07.708Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:41:07.967Z] INFO: Testing against a local daemon [2019-10-13T19:41:07.967Z] === RUN TestNetworkCreateDelete [2019-10-13T19:41:08.226Z] --- PASS: TestNetworkCreateDelete (0.38s) [2019-10-13T19:41:08.226Z] === RUN TestDockerNetworkDeletePreferID [2019-10-13T19:41:08.398Z] === RUN TestCopyFromContainer// [2019-10-13T19:41:08.398Z] === RUN TestCopyFromContainer//bar/root [2019-10-13T19:41:08.766Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-13T19:41:08.767Z] === RUN TestCopyFromContainer/bar/quux [2019-10-13T19:41:08.767Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-13T19:41:08.767Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-13T19:41:08.767Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-13T19:41:08.828Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-13T19:41:09.167Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-13T19:41:09.167Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-13T19:41:09.167Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer (2.85s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer// (0.05s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-10-13T19:41:09.167Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-13T19:41:09.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-13T19:41:09.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:41:09.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:41:09.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:41:09.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:41:09.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:41:09.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:41:09.167Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:41:09.167Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:41:09.167Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:41:09.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-13T19:41:09.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-13T19:41:09.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-13T19:41:09.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-13T19:41:09.167Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-13T19:41:09.167Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-10-13T19:41:09.167Z] === RUN TestCreateWithInvalidEnv [2019-10-13T19:41:09.167Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-13T19:41:09.167Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-13T19:41:09.167Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-13T19:41:09.167Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-13T19:41:09.167Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-13T19:41:09.167Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-13T19:41:09.167Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-13T19:41:09.167Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-13T19:41:09.168Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-13T19:41:09.392Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-13T19:41:09.551Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-13T19:41:09.551Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-13T19:41:09.551Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-13T19:41:09.551Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-13T19:41:09.551Z] === RUN TestCreateTmpfsMountsTarget [2019-10-13T19:41:09.551Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-13T19:41:09.551Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-13T19:41:09.603Z] --- PASS: TestDockerNetworkDeletePreferID (1.07s) [2019-10-13T19:41:09.603Z] === RUN TestInspectNetwork [2019-10-13T19:41:09.957Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-13T19:41:10.637Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-13T19:41:11.582Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCustomMaskedPaths (2.35s) [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:41:12.020Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:41:12.020Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities (0.01s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-10-13T19:41:12.020Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-10-13T19:41:12.020Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-13T19:41:12.515Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-13T19:41:12.515Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-13T19:41:14.414Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-13T19:41:14.496Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.61s) [2019-10-13T19:41:14.496Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-13T19:41:14.496Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:41:14.496Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:41:14.496Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:41:14.496Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:41:14.496Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:41:14.496Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:41:14.496Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:41:14.496Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:41:14.496Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:41:14.496Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:41:14.496Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:41:14.496Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:41:14.882Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:41:14.882Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:41:14.882Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:41:14.882Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-10-13T19:41:14.882Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-13T19:41:14.882Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-10-13T19:41:14.882Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-13T19:41:14.882Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-13T19:41:14.882Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-13T19:41:14.882Z] === RUN TestContainerStartOnDaemonRestart [2019-10-13T19:41:14.882Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-13T19:41:14.882Z] === RUN TestDaemonRestartIpcMode [2019-10-13T19:41:14.882Z] === PAUSE TestDaemonRestartIpcMode [2019-10-13T19:41:14.882Z] === RUN TestDiff [2019-10-13T19:41:15.347Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-13T19:41:15.488Z] --- PASS: TestDiff (0.81s) [2019-10-13T19:41:15.488Z] === RUN TestExecWithCloseStdin [2019-10-13T19:41:15.912Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-13T19:41:16.166Z] === RUN TestInspectNetwork/full_network_id [2019-10-13T19:41:16.166Z] === RUN TestInspectNetwork/partial_network_id [2019-10-13T19:41:16.166Z] === RUN TestInspectNetwork/network_name [2019-10-13T19:41:16.166Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-13T19:41:16.477Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-13T19:41:16.910Z] --- PASS: TestExecWithCloseStdin (1.22s) [2019-10-13T19:41:16.910Z] === RUN TestExec [2019-10-13T19:41:17.042Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-13T19:41:17.244Z] #72 exporting layers 113.0s done [2019-10-13T19:41:17.244Z] #72 exporting manifest sha256:84b25eb136f4064e52122e6f8b8da7a3730d693d6efe4726f0fa5f6ea8fb23bc done [2019-10-13T19:41:17.244Z] #72 exporting config sha256:1b9a62a02407e86e913171002598cd1efc20cb40cba2036e7a23ca1e89a7356c done [2019-10-13T19:41:17.244Z] #72 sending tarball [2019-10-13T19:41:17.299Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-13T19:41:17.715Z] --- PASS: TestExec (1.10s) [2019-10-13T19:41:17.716Z] === RUN TestExecUser [2019-10-13T19:41:18.231Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-13T19:41:18.981Z] --- PASS: TestExecUser (1.07s) [2019-10-13T19:41:18.981Z] === RUN TestExportContainerAndImportImage [2019-10-13T19:41:20.125Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.95s) [2019-10-13T19:41:20.125Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-10-13T19:41:20.125Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-13T19:41:20.265Z] --- PASS: TestExportContainerAndImportImage (1.22s) [2019-10-13T19:41:20.265Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-13T19:41:20.352Z] --- PASS: TestInspectNetwork (10.86s) [2019-10-13T19:41:20.352Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-13T19:41:20.352Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-13T19:41:20.352Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-13T19:41:20.352Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-13T19:41:20.352Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-13T19:41:20.352Z] === RUN TestRunContainerWithBridgeNone [2019-10-13T19:41:20.772Z] #72 sending tarball 17.8s done [2019-10-13T19:41:20.772Z] #72 DONE 130.8s [2019-10-13T19:41:20.772Z] [2019-10-13T19:41:20.772Z] #73 importing to docker [2019-10-13T19:41:21.496Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-13T19:41:21.536Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s) [2019-10-13T19:41:21.536Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-13T19:41:21.536Z] === RUN TestHealthCheckWorkdir [2019-10-13T19:41:22.808Z] --- PASS: TestHealthCheckWorkdir (1.18s) [2019-10-13T19:41:22.808Z] === RUN TestHealthKillContainer [2019-10-13T19:41:22.927Z] --- PASS: TestRunContainerWithBridgeNone (2.80s) [2019-10-13T19:41:22.927Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-13T19:41:22.927Z] === RUN TestNetworkInvalidJSON [2019-10-13T19:41:22.927Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-13T19:41:22.927Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-13T19:41:22.927Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:41:22.927Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:41:22.927Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:41:22.927Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:41:22.927Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-13T19:41:22.927Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:41:22.927Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:41:22.927Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-13T19:41:22.927Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-13T19:41:22.927Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-13T19:41:22.927Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-13T19:41:22.927Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-13T19:41:24.303Z] --- PASS: TestDaemonRestartWithLiveRestore (1.34s) [2019-10-13T19:41:24.304Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-13T19:41:24.304Z] === RUN TestDaemonDefaultNetworkPools [2019-10-13T19:41:25.679Z] --- PASS: TestDaemonDefaultNetworkPools (1.08s) [2019-10-13T19:41:25.679Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-13T19:41:25.679Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-13T19:41:26.040Z] --- PASS: TestHealthKillContainer (3.18s) [2019-10-13T19:41:26.040Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-13T19:41:26.749Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-13T19:41:26.856Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s) [2019-10-13T19:41:26.856Z] === RUN TestIpcModeNone [2019-10-13T19:41:27.056Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.69s) [2019-10-13T19:41:27.056Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-13T19:41:27.056Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-13T19:41:28.126Z] --- PASS: TestIpcModeNone (1.10s) [2019-10-13T19:41:28.126Z] === RUN TestIpcModePrivate [2019-10-13T19:41:28.936Z] --- PASS: TestIpcModePrivate (1.06s) [2019-10-13T19:41:28.936Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-13T19:41:28.936Z] === RUN TestIpcModeShareable [2019-10-13T19:41:29.587Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.10s) [2019-10-13T19:41:29.587Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-13T19:41:29.587Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-13T19:41:29.845Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.70s) [2019-10-13T19:41:29.845Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-13T19:41:29.845Z] === RUN TestServiceWithPredefinedNetwork [2019-10-13T19:41:30.194Z] --- PASS: TestIpcModeShareable (1.12s) [2019-10-13T19:41:30.194Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-13T19:41:30.194Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-13T19:41:30.927Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-13T19:41:30.928Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-13T19:41:30.928Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-13T19:41:30.928Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-13T19:41:30.928Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-13T19:41:30.928Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-13T19:41:32.299Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-13T19:41:32.556Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-10-13T19:41:33.130Z] --- PASS: TestServiceWithPredefinedNetwork (3.23s) [2019-10-13T19:41:33.130Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-13T19:41:33.130Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-13T19:41:33.130Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T19:41:33.130Z] service_test.go:230: FLAKY_TEST [2019-10-13T19:41:33.130Z] === RUN TestServiceWithDataPathPortInit [2019-10-13T19:41:33.370Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.91s) [2019-10-13T19:41:33.370Z] === RUN TestAPIIpcModeHost [2019-10-13T19:41:34.155Z] --- PASS: TestAPIIpcModeHost (0.88s) [2019-10-13T19:41:34.155Z] === RUN TestDaemonIpcModeShareable [2019-10-13T19:41:34.452Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-13T19:41:35.680Z] --- PASS: TestDaemonIpcModeShareable (1.82s) [2019-10-13T19:41:35.680Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-13T19:41:35.680Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-13T19:41:35.680Z] === RUN TestDaemonIpcModePrivate [2019-10-13T19:41:36.978Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2019-10-13T19:41:36.978Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-13T19:41:36.978Z] PASS [2019-10-13T19:41:36.978Z] [2019-10-13T19:41:36.978Z] DONE 17 tests in 56.557s [2019-10-13T19:41:36.978Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-13T19:41:36.978Z] ++ 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 [2019-10-13T19:41:36.978Z] ++ set -e [2019-10-13T19:41:36.978Z] ++ '[' -n 0 ']' [2019-10-13T19:41:36.978Z] ++ set -x [2019-10-13T19:41:36.978Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:41:36.978Z] INFO: Testing against a local daemon [2019-10-13T19:41:36.978Z] === RUN TestPluginInvalidJSON [2019-10-13T19:41:36.978Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:41:36.978Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:41:36.978Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:41:36.978Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-13T19:41:36.978Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-10-13T19:41:36.978Z] PASS [2019-10-13T19:41:36.978Z] [2019-10-13T19:41:36.978Z] DONE 2 tests in 0.186s [2019-10-13T19:41:36.978Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-13T19:41:36.978Z] ++ 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 [2019-10-13T19:41:36.978Z] ++ set -e [2019-10-13T19:41:36.978Z] ++ '[' -n 0 ']' [2019-10-13T19:41:36.978Z] ++ set -x [2019-10-13T19:41:36.979Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:41:36.979Z] INFO: Testing against a local daemon [2019-10-13T19:41:36.979Z] === RUN TestExternalGraphDriver [2019-10-13T19:41:36.979Z] === RUN TestExternalGraphDriver/json [2019-10-13T19:41:37.546Z] ok github.com/docker/docker/cmd/dockerd 0.075s coverage: 30.3% of statements [2019-10-13T19:41:37.546Z] ok github.com/docker/docker/container 0.115s coverage: 35.3% of statements [2019-10-13T19:41:37.546Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-13T19:41:37.546Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-13T19:41:37.546Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-13T19:41:37.546Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-13T19:41:37.548Z] --- PASS: TestDaemonIpcModePrivate (1.69s) [2019-10-13T19:41:37.548Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-13T19:41:37.548Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-13T19:41:37.548Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-13T19:41:38.355Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-13T19:41:38.919Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-13T19:41:39.177Z] === RUN TestExternalGraphDriver/spec [2019-10-13T19:41:39.412Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2019-10-13T19:41:39.412Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-13T19:41:39.412Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-13T19:41:39.412Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-13T19:41:39.435Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-13T19:41:41.233Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2019-10-13T19:41:41.233Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-13T19:41:41.233Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-13T19:41:41.233Z] === RUN TestIpcModeOlderClient [2019-10-13T19:41:41.233Z] === PAUSE TestIpcModeOlderClient [2019-10-13T19:41:41.233Z] === RUN TestKillContainerInvalidSignal [2019-10-13T19:41:41.336Z] === RUN TestExternalGraphDriver/pull [2019-10-13T19:41:42.035Z] --- PASS: TestKillContainerInvalidSignal (0.89s) [2019-10-13T19:41:42.035Z] === RUN TestKillContainer [2019-10-13T19:41:42.035Z] === RUN TestKillContainer/no_signal [2019-10-13T19:41:42.997Z] ok github.com/docker/docker/daemon/cluster 0.049s coverage: 0.5% of statements [2019-10-13T19:41:43.238Z] --- PASS: TestExternalGraphDriver (6.29s) [2019-10-13T19:41:43.238Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-13T19:41:43.238Z] --- PASS: TestExternalGraphDriver/json (2.05s) [2019-10-13T19:41:43.238Z] --- PASS: TestExternalGraphDriver/spec (2.32s) [2019-10-13T19:41:43.238Z] --- PASS: TestExternalGraphDriver/pull (1.82s) [2019-10-13T19:41:43.238Z] === RUN TestGraphdriverPluginV2 [2019-10-13T19:41:43.293Z] === RUN TestKillContainer/non_killing_signal [2019-10-13T19:41:43.679Z] === RUN TestKillContainer/killing_signal [2019-10-13T19:41:44.530Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-13T19:41:45.079Z] --- PASS: TestKillContainer (2.78s) [2019-10-13T19:41:45.079Z] --- PASS: TestKillContainer/no_signal (0.94s) [2019-10-13T19:41:45.079Z] --- PASS: TestKillContainer/non_killing_signal (0.62s) [2019-10-13T19:41:45.079Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2019-10-13T19:41:45.079Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-13T19:41:45.079Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-13T19:41:45.544Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-13T19:41:46.058Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-10-13T19:41:46.860Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.86s) [2019-10-13T19:41:46.860Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2019-10-13T19:41:46.860Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2019-10-13T19:41:46.860Z] === RUN TestKillStoppedContainer [2019-10-13T19:41:46.860Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-10-13T19:41:46.860Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-13T19:41:46.860Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-13T19:41:46.860Z] === RUN TestKillDifferentUserContainer [2019-10-13T19:41:47.661Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-10-13T19:41:47.661Z] === RUN TestInspectOomKilledTrue [2019-10-13T19:41:47.661Z] --- SKIP: TestInspectOomKilledTrue (0.02s) [2019-10-13T19:41:47.661Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:41:47.661Z] === RUN TestInspectOomKilledFalse [2019-10-13T19:41:47.661Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-13T19:41:47.661Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:41:47.661Z] === RUN TestLinksEtcHostsContentMatch [2019-10-13T19:41:47.808Z] #73 DONE 25.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-13T19:41:48.263Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/test/unit [2019-10-13T19:41:48.464Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2019-10-13T19:41:48.464Z] === RUN TestLinksContainerNames [2019-10-13T19:41:48.513Z] --- PASS: TestGraphdriverPluginV2 (5.34s) [2019-10-13T19:41:48.513Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-10-13T19:41:48.513Z] PASS [2019-10-13T19:41:48.513Z] [2019-10-13T19:41:48.513Z] DONE 5 tests in 11.809s [2019-10-13T19:41:48.513Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-13T19:41:48.513Z] ++ 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 [2019-10-13T19:41:48.513Z] ++ set -e [2019-10-13T19:41:48.513Z] ++ '[' -n 0 ']' [2019-10-13T19:41:48.513Z] ++ set -x [2019-10-13T19:41:48.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=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:41:48.769Z] INFO: Testing against a local daemon [2019-10-13T19:41:48.769Z] === RUN TestContinueAfterPluginCrash [2019-10-13T19:41:48.769Z] === PAUSE TestContinueAfterPluginCrash [2019-10-13T19:41:48.769Z] === RUN TestDaemonStartWithLogOpt [2019-10-13T19:41:48.769Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-13T19:41:48.769Z] === CONT TestContinueAfterPluginCrash [2019-10-13T19:41:48.769Z] === CONT TestDaemonStartWithLogOpt [2019-10-13T19:41:50.291Z] --- PASS: TestLinksContainerNames (1.64s) [2019-10-13T19:41:50.291Z] === RUN TestLogsFollowTailEmpty [2019-10-13T19:41:50.664Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-13T19:41:51.072Z] --- PASS: TestLogsFollowTailEmpty (0.97s) [2019-10-13T19:41:51.072Z] === RUN TestContainerNetworkMountsNoChown [2019-10-13T19:41:51.861Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s) [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/default [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/default [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/private [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/private [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/rprivate [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/slave [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/slave [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/rslave [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/shared [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/shared [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/rshared [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-13T19:41:51.861Z] === CONT TestMountDaemonRoot/default [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:41:51.861Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-13T19:41:51.861Z] === CONT TestMountDaemonRoot/rshared [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:41:51.861Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:41:51.861Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:41:51.861Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/shared [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/rslave [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/slave [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/rprivate [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/private [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-13T19:41:52.248Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:41:52.248Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:41:52.248Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-13T19:41:52.619Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:41:52.620Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:41:52.620Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:41:52.620Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:41:52.620Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-13T19:41:52.620Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-10-13T19:41:52.620Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-13T19:41:52.620Z] === RUN TestContainerBindMountNonRecursive [2019-10-13T19:41:52.677Z] ? github.com/docker/docker/api [no test files] [2019-10-13T19:41:54.183Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.7% of statements [2019-10-13T19:41:54.626Z] --- PASS: TestContainerBindMountNonRecursive (2.02s) [2019-10-13T19:41:54.626Z] === RUN TestNetworkNat [2019-10-13T19:41:55.083Z] --- PASS: TestServiceWithDataPathPortInit (19.67s) [2019-10-13T19:41:55.083Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T19:41:55.083Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T19:41:55.083Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-13T19:41:55.105Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 84.6% of statements [2019-10-13T19:41:55.664Z] ok github.com/docker/docker/daemon 12.199s coverage: 17.6% of statements [2019-10-13T19:41:55.664Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-13T19:41:55.664Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-13T19:41:55.899Z] --- PASS: TestNetworkNat (0.94s) [2019-10-13T19:41:55.899Z] === RUN TestNetworkLocalhostTCPNat [2019-10-13T19:41:55.926Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-13T19:41:56.223Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2019-10-13T19:41:56.490Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-13T19:41:56.689Z] --- PASS: TestNetworkLocalhostTCPNat (0.94s) [2019-10-13T19:41:56.690Z] === RUN TestNetworkLoopbackNat [2019-10-13T19:41:56.783Z] ok github.com/docker/docker/daemon/events 0.060s coverage: 50.0% of statements [2019-10-13T19:41:56.784Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-13T19:41:56.784Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-13T19:41:57.424Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-13T19:41:57.840Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-10-13T19:41:57.981Z] --- PASS: TestNetworkLoopbackNat (1.11s) [2019-10-13T19:41:57.981Z] === RUN TestPause [2019-10-13T19:41:58.774Z] --- PASS: TestPause (0.94s) [2019-10-13T19:41:58.774Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-13T19:41:58.774Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:41:58.774Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:41:58.774Z] === RUN TestPauseStopPausedContainer [2019-10-13T19:41:59.589Z] --- PASS: TestPauseStopPausedContainer (0.97s) [2019-10-13T19:41:59.589Z] === RUN TestPsFilter [2019-10-13T19:41:59.955Z] --- PASS: TestPsFilter (0.27s) [2019-10-13T19:41:59.955Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-13T19:42:00.397Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-13T19:42:00.879Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2019-10-13T19:42:00.879Z] === RUN TestRemoveContainerWithVolume [2019-10-13T19:42:00.999Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.205s coverage: 57.0% of statements [2019-10-13T19:42:01.611Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-13T19:42:01.611Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-13T19:42:01.660Z] --- PASS: TestRemoveContainerWithVolume (0.93s) [2019-10-13T19:42:01.660Z] === RUN TestRemoveContainerRunning [2019-10-13T19:42:01.870Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-13T19:42:02.467Z] --- PASS: TestRemoveContainerRunning (0.93s) [2019-10-13T19:42:02.467Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-13T19:42:03.200Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.64s) [2019-10-13T19:42:03.201Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-13T19:42:03.201Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ksoucls5hv9mzv0ckpw460z41 Created:2019-10-13 19:41:54.472283205 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[092b7f5cc940b343e2fa0a9f21c5aed83bb74980bffafdb28a23aa40e53cd756:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jfrsfkm80uokoz07jl2gqpgzu EndpointID:da0a8facec4f0877d5f7c36d519f8afaade6092d3a36a0654324efcf721dca3f MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:396d854d107245aa5fe0fb6b3b125ab88fb4bae5bf37307bbc40ee612bd6bd34 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:73ce5542a327 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jfrsfkm80uokoz07jl2gqpgzu EndpointID:da0a8facec4f0877d5f7c36d519f8afaade6092d3a36a0654324efcf721dca3f EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-13T19:42:03.201Z] PASS [2019-10-13T19:42:03.201Z] [2019-10-13T19:42:03.201Z] === Skipped [2019-10-13T19:42:03.201Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T19:42:03.201Z] service_test.go:230: FLAKY_TEST [2019-10-13T19:42:03.201Z] [2019-10-13T19:42:03.201Z] [2019-10-13T19:42:03.201Z] DONE 21 tests, 1 skipped in 54.756s [2019-10-13T19:42:03.201Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-13T19:42:03.201Z] ++ 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 [2019-10-13T19:42:03.201Z] ++ set -e [2019-10-13T19:42:03.201Z] ++ '[' -n 0 ']' [2019-10-13T19:42:03.201Z] ++ set -x [2019-10-13T19:42:03.201Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:03.201Z] INFO: Testing against a local daemon [2019-10-13T19:42:03.201Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-13T19:42:03.201Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-13T19:42:03.201Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:42:03.201Z] === RUN TestDockerNetworkIpvlan [2019-10-13T19:42:03.201Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-13T19:42:03.201Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:42:03.201Z] PASS [2019-10-13T19:42:03.201Z] [2019-10-13T19:42:03.201Z] === Skipped [2019-10-13T19:42:03.201Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-13T19:42:03.201Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:42:03.201Z] [2019-10-13T19:42:03.201Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-13T19:42:03.201Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:42:03.201Z] [2019-10-13T19:42:03.201Z] [2019-10-13T19:42:03.201Z] DONE 2 tests, 2 skipped in 0.161s [2019-10-13T19:42:03.201Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-13T19:42:03.201Z] ++ 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 [2019-10-13T19:42:03.201Z] ++ set -e [2019-10-13T19:42:03.201Z] ++ '[' -n 0 ']' [2019-10-13T19:42:03.201Z] ++ set -x [2019-10-13T19:42:03.201Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:03.201Z] INFO: Testing against a local daemon [2019-10-13T19:42:03.201Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-13T19:42:03.996Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.01s) [2019-10-13T19:42:03.996Z] === RUN TestRemoveInvalidContainer [2019-10-13T19:42:03.996Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-10-13T19:42:03.996Z] === RUN TestRenameLinkedContainer [2019-10-13T19:42:04.387Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.311s coverage: 72.5% of statements [2019-10-13T19:42:04.387Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.436s coverage: 45.9% of statements [2019-10-13T19:42:04.387Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-13T19:42:05.103Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.88s) [2019-10-13T19:42:05.103Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-13T19:42:05.103Z] === RUN TestDockerNetworkMacvlan [2019-10-13T19:42:05.670Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-13T19:42:06.605Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-13T19:42:06.898Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.025s coverage: 51.0% of statements [2019-10-13T19:42:07.131Z] --- PASS: TestDaemonStartWithLogOpt (18.24s) [2019-10-13T19:42:07.131Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-13T19:42:07.207Z] --- PASS: TestRenameLinkedContainer (3.59s) [2019-10-13T19:42:07.208Z] === RUN TestRenameStoppedContainer [2019-10-13T19:42:07.981Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-13T19:42:07.995Z] --- PASS: TestRenameStoppedContainer (0.88s) [2019-10-13T19:42:07.995Z] === RUN TestRenameRunningContainerAndReuse [2019-10-13T19:42:08.258Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.330s coverage: 76.1% of statements [2019-10-13T19:42:08.500Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-13T19:42:08.758Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-13T19:42:09.269Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-13T19:42:09.269Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.131s coverage: 57.2% of statements [2019-10-13T19:42:09.269Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-13T19:42:09.269Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-13T19:42:09.809Z] --- PASS: TestRenameRunningContainerAndReuse (1.71s) [2019-10-13T19:42:09.809Z] === RUN TestRenameInvalidName [2019-10-13T19:42:10.692Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.030s coverage: 3.0% of statements [2019-10-13T19:42:11.084Z] --- PASS: TestRenameInvalidName (0.97s) [2019-10-13T19:42:11.084Z] === RUN TestRenameAnonymousContainer [2019-10-13T19:42:11.266Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-13T19:42:11.281Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-13T19:42:11.281Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-13T19:42:11.659Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-13T19:42:11.845Z] --- PASS: TestContinueAfterPluginCrash (23.05s) [2019-10-13T19:42:11.845Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-13T19:42:11.845Z] PASS [2019-10-13T19:42:11.845Z] [2019-10-13T19:42:11.845Z] DONE 2 tests in 23.203s [2019-10-13T19:42:11.845Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-13T19:42:11.845Z] ++ 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 [2019-10-13T19:42:11.845Z] ++ set -e [2019-10-13T19:42:11.845Z] ++ '[' -n 0 ']' [2019-10-13T19:42:11.845Z] ++ set -x [2019-10-13T19:42:11.845Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:12.102Z] INFO: Testing against a local daemon [2019-10-13T19:42:12.102Z] === RUN TestPluginWithDevMounts [2019-10-13T19:42:12.102Z] === PAUSE TestPluginWithDevMounts [2019-10-13T19:42:12.102Z] === CONT TestPluginWithDevMounts [2019-10-13T19:42:12.259Z] ok github.com/docker/docker/daemon/images 0.015s coverage: 4.9% of statements [2019-10-13T19:42:12.259Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-13T19:42:12.259Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-13T19:42:13.670Z] --- PASS: TestRenameAnonymousContainer (2.86s) [2019-10-13T19:42:13.670Z] === RUN TestRenameContainerWithSameName [2019-10-13T19:42:13.711Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 42.7% of statements [2019-10-13T19:42:14.000Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-13T19:42:14.000Z] --- PASS: TestPluginWithDevMounts (1.91s) [2019-10-13T19:42:14.000Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-13T19:42:14.000Z] PASS [2019-10-13T19:42:14.000Z] [2019-10-13T19:42:14.000Z] DONE 1 tests in 2.090s [2019-10-13T19:42:14.000Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-13T19:42:14.000Z] ++ 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 [2019-10-13T19:42:14.000Z] ++ set -e [2019-10-13T19:42:14.000Z] ++ '[' -n 0 ']' [2019-10-13T19:42:14.000Z] ++ set -x [2019-10-13T19:42:14.000Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:14.257Z] INFO: Testing against a local daemon [2019-10-13T19:42:14.257Z] === RUN TestSecretInspect [2019-10-13T19:42:14.272Z] ok github.com/docker/docker/daemon/logger/awslogs 0.160s coverage: 77.8% of statements [2019-10-13T19:42:14.272Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-13T19:42:14.272Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-13T19:42:14.513Z] --- PASS: TestRenameContainerWithSameName (0.92s) [2019-10-13T19:42:14.513Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-13T19:42:14.515Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-13T19:42:14.875Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 68.2% of statements [2019-10-13T19:42:15.070Z] ok github.com/docker/docker/api/server 0.056s coverage: 9.0% of statements [2019-10-13T19:42:15.436Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-10-13T19:42:15.445Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-13T19:42:15.453Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-13T19:42:15.996Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 88.3% of statements [2019-10-13T19:42:15.996Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-10-13T19:42:16.318Z] --- PASS: TestRenameContainerWithLinkedContainer (1.71s) [2019-10-13T19:42:16.318Z] === RUN TestResize [2019-10-13T19:42:16.377Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-13T19:42:16.634Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-13T19:42:17.113Z] --- PASS: TestResize (0.92s) [2019-10-13T19:42:17.113Z] === RUN TestResizeWithInvalidSize [2019-10-13T19:42:17.444Z] ok github.com/docker/docker/daemon/logger/local 0.028s coverage: 74.7% of statements [2019-10-13T19:42:17.444Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-13T19:42:17.444Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.034s coverage: 19.9% of statements [2019-10-13T19:42:17.622Z] --- PASS: TestSecretInspect (3.31s) [2019-10-13T19:42:17.622Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-13T19:42:17.622Z] === RUN TestSecretList [2019-10-13T19:42:18.371Z] --- PASS: TestResizeWithInvalidSize (0.95s) [2019-10-13T19:42:18.371Z] === RUN TestResizeWhenContainerNotStarted [2019-10-13T19:42:19.024Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-13T19:42:19.197Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s) [2019-10-13T19:42:19.197Z] === RUN TestDaemonRestartKillContainers [2019-10-13T19:42:19.197Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:42:19.197Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:42:19.198Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:42:19.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:42:19.198Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:42:19.198Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:42:19.281Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-13T19:42:19.281Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-13T19:42:19.370Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 47.8% of statements [2019-10-13T19:42:19.370Z] ok github.com/docker/docker/daemon/logger/templates 0.018s coverage: 8.3% of statements [2019-10-13T19:42:20.014Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-13T19:42:20.213Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-13T19:42:20.470Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-13T19:42:20.470Z] --- PASS: TestSecretList (3.07s) [2019-10-13T19:42:20.470Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-13T19:42:20.470Z] === RUN TestSecretsCreateAndDelete [2019-10-13T19:42:20.616Z] ok github.com/docker/docker/daemon/logger/splunk 1.557s coverage: 84.5% of statements [2019-10-13T19:42:20.616Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-13T19:42:20.616Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-13T19:42:21.095Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:42:21.469Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:42:21.843Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-13T19:42:22.018Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-13T19:42:22.709Z] ok github.com/docker/docker/distribution/metadata 0.024s coverage: 48.2% of statements [2019-10-13T19:42:22.709Z] ok github.com/docker/docker/distribution 0.208s coverage: 22.4% of statements [2019-10-13T19:42:22.709Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-13T19:42:22.814Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:42:22.814Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:42:23.675Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2019-10-13T19:42:23.737Z] --- PASS: TestSecretsCreateAndDelete (3.21s) [2019-10-13T19:42:23.737Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-13T19:42:23.737Z] === RUN TestSecretsUpdate [2019-10-13T19:42:23.919Z] --- PASS: TestDockerNetworkMacvlan (18.92s) [2019-10-13T19:42:23.920Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:42:23.920Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2019-10-13T19:42:23.920Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:42:23.920Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2019-10-13T19:42:23.920Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:42:23.920Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.97s) [2019-10-13T19:42:23.920Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:42:23.920Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.09s) [2019-10-13T19:42:23.920Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:42:23.920Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.80s) [2019-10-13T19:42:23.920Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:42:23.920Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.36s) [2019-10-13T19:42:23.920Z] PASS [2019-10-13T19:42:23.920Z] [2019-10-13T19:42:23.920Z] DONE 8 tests in 20.955s [2019-10-13T19:42:23.920Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-13T19:42:23.920Z] ++ 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 [2019-10-13T19:42:23.920Z] ++ set -e [2019-10-13T19:42:23.920Z] ++ '[' -n 0 ']' [2019-10-13T19:42:23.920Z] ++ set -x [2019-10-13T19:42:23.920Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:23.920Z] testing: warning: no tests to run [2019-10-13T19:42:23.920Z] PASS [2019-10-13T19:42:23.920Z] [2019-10-13T19:42:23.920Z] DONE 0 tests in 0.031s [2019-10-13T19:42:23.920Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-13T19:42:23.920Z] ++ 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 [2019-10-13T19:42:23.920Z] ++ set -e [2019-10-13T19:42:23.920Z] ++ '[' -n 0 ']' [2019-10-13T19:42:23.920Z] ++ set -x [2019-10-13T19:42:23.920Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:23.920Z] INFO: Testing against a local daemon [2019-10-13T19:42:23.920Z] === RUN TestAuthZPluginAllowRequest [2019-10-13T19:42:23.993Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-13T19:42:24.294Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:42:24.294Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:42:24.924Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-13T19:42:25.206Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-13T19:42:25.971Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) [2019-10-13T19:42:25.971Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-13T19:42:25.971Z] === RUN TestAuthZPluginTLS [2019-10-13T19:42:26.161Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:42:26.164Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2019-10-13T19:42:26.164Z] ok github.com/docker/docker/distribution/xfer 1.879s coverage: 85.1% of statements [2019-10-13T19:42:26.164Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-13T19:42:26.164Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-13T19:42:26.230Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-10-13T19:42:26.230Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-13T19:42:26.230Z] === RUN TestAuthZPluginDenyRequest [2019-10-13T19:42:26.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:42:26.797Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-13T19:42:26.797Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-13T19:42:26.797Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-13T19:42:26.937Z] --- PASS: TestSecretsUpdate (3.08s) [2019-10-13T19:42:26.937Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-13T19:42:26.937Z] === RUN TestTemplatedSecret [2019-10-13T19:42:27.107Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-10-13T19:42:27.107Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-13T19:42:27.364Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-13T19:42:27.364Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-13T19:42:27.364Z] === RUN TestAuthZPluginDenyResponse [2019-10-13T19:42:27.501Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-13T19:42:27.795Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-13T19:42:27.931Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-10-13T19:42:27.931Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-13T19:42:27.931Z] === RUN TestAuthZPluginAllowEventStream [2019-10-13T19:42:28.935Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-10-13T19:42:29.101Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:42:29.319Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-13T19:42:29.397Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-13T19:42:29.833Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2019-10-13T19:42:29.833Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-13T19:42:29.833Z] === RUN TestAuthZPluginErrorResponse [2019-10-13T19:42:29.945Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:42:30.330Z] --- PASS: TestTemplatedSecret (3.58s) [2019-10-13T19:42:30.330Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-13T19:42:30.330Z] === RUN TestSecretCreateResolve [2019-10-13T19:42:30.400Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-10-13T19:42:30.400Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-13T19:42:30.400Z] === RUN TestAuthZPluginErrorRequest [2019-10-13T19:42:30.967Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-13T19:42:30.967Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-13T19:42:30.967Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-13T19:42:31.315Z] ok github.com/docker/docker/pkg/archive 0.434s coverage: 77.1% of statements [2019-10-13T19:42:31.534Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-10-13T19:42:31.534Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-13T19:42:31.534Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.44s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.47s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.50s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.43s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.22s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.28s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.81s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.07s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.21s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-13T19:42:31.796Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.18s) [2019-10-13T19:42:31.796Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-13T19:42:31.796Z] === RUN TestCgroupNamespacesRun [2019-10-13T19:42:32.003Z] ok github.com/docker/docker/pkg/authorization 0.203s coverage: 68.3% of statements [2019-10-13T19:42:32.227Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-13T19:42:32.344Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-10-13T19:42:32.344Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-13T19:42:33.159Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-13T19:42:33.417Z] --- PASS: TestSecretCreateResolve (2.96s) [2019-10-13T19:42:33.417Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-13T19:42:33.417Z] PASS [2019-10-13T19:42:33.417Z] [2019-10-13T19:42:33.417Z] DONE 6 tests in 19.399s [2019-10-13T19:42:33.417Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-13T19:42:33.417Z] ++ 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 [2019-10-13T19:42:33.417Z] ++ set -e [2019-10-13T19:42:33.417Z] ++ '[' -n 0 ']' [2019-10-13T19:42:33.417Z] ++ set -x [2019-10-13T19:42:33.417Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:33.417Z] INFO: Testing against a local daemon [2019-10-13T19:42:33.417Z] === RUN TestServiceCreateInit [2019-10-13T19:42:33.417Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-13T19:42:33.438Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s) [2019-10-13T19:42:33.438Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-13T19:42:33.438Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-13T19:42:33.758Z] --- PASS: TestCgroupNamespacesRun (1.84s) [2019-10-13T19:42:33.758Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-13T19:42:33.758Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-13T19:42:34.787Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-13T19:42:35.352Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-13T19:42:35.641Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2019-10-13T19:42:35.642Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-13T19:42:35.642Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-13T19:42:35.969Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.28s) [2019-10-13T19:42:35.970Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-13T19:42:35.970Z] === RUN TestAuthZPluginHeader [2019-10-13T19:42:36.669Z] ok github.com/docker/docker/pkg/chrootarchive 2.910s coverage: 43.2% of statements [2019-10-13T19:42:36.669Z] ok github.com/docker/docker/layer 7.722s coverage: 68.8% of statements [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/oci [no test files] [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-13T19:42:36.669Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-13T19:42:36.669Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2019-10-13T19:42:36.905Z] --- PASS: TestAuthZPluginHeader (0.91s) [2019-10-13T19:42:36.905Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-13T19:42:36.905Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-13T19:42:36.905Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-13T19:42:36.905Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:36.905Z] === RUN TestAuthZPluginV2Disable [2019-10-13T19:42:36.905Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-13T19:42:36.905Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:36.905Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-13T19:42:36.905Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-13T19:42:36.905Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:36.905Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-13T19:42:36.905Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-13T19:42:36.905Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:36.905Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-13T19:42:36.965Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2019-10-13T19:42:36.965Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2019-10-13T19:42:37.440Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2019-10-13T19:42:37.440Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-13T19:42:37.440Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-13T19:42:37.567Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2019-10-13T19:42:38.172Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2019-10-13T19:42:38.512Z] ok github.com/docker/docker/pkg/dmesg 0.016s coverage: 83.3% of statements [2019-10-13T19:42:38.627Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-13T19:42:39.250Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2019-10-13T19:42:39.250Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-13T19:42:39.250Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-13T19:42:39.559Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-13T19:42:39.607Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-13T19:42:40.249Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 89.5% of statements [2019-10-13T19:42:40.525Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2019-10-13T19:42:40.525Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-13T19:42:40.525Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-13T19:42:40.932Z] ok github.com/docker/docker/pkg/fsutils 0.214s coverage: 85.1% of statements [2019-10-13T19:42:41.187Z] ok github.com/docker/docker/pkg/discovery/kv 3.101s coverage: 84.1% of statements [2019-10-13T19:42:41.321Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.83s) [2019-10-13T19:42:41.321Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-13T19:42:41.321Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-13T19:42:41.442Z] ok github.com/docker/docker/pkg/homedir 0.021s coverage: 11.4% of statements [2019-10-13T19:42:42.087Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-13T19:42:42.597Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-10-13T19:42:42.597Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-13T19:42:42.597Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-13T19:42:42.803Z] ok github.com/docker/docker/pkg/idtools 0.605s coverage: 70.1% of statements [2019-10-13T19:42:42.803Z] ok github.com/docker/docker/pkg/ioutils 0.419s coverage: 69.3% of statements [2019-10-13T19:42:43.018Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-13T19:42:43.058Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2019-10-13T19:42:43.058Z] ok github.com/docker/docker/pkg/locker 0.013s coverage: 88.9% of statements [2019-10-13T19:42:43.275Z] --- PASS: TestServiceCreateInit (9.73s) [2019-10-13T19:42:43.275Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.89s) [2019-10-13T19:42:43.275Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-13T19:42:43.275Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.81s) [2019-10-13T19:42:43.275Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-13T19:42:43.275Z] === RUN TestCreateServiceMultipleTimes [2019-10-13T19:42:43.660Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2019-10-13T19:42:43.660Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-13T19:42:43.914Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2019-10-13T19:42:44.083Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2019-10-13T19:42:44.083Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-13T19:42:44.083Z] === RUN TestKernelTCPMemory [2019-10-13T19:42:44.169Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-13T19:42:44.209Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-13T19:42:44.425Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-13T19:42:44.680Z] ok github.com/docker/docker/pkg/mount 0.594s coverage: 69.6% of statements [2019-10-13T19:42:44.680Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-13T19:42:44.951Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 91.4% of statements [2019-10-13T19:42:44.951Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-10-13T19:42:44.951Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-13T19:42:44.951Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-13T19:42:45.372Z] --- PASS: TestKernelTCPMemory (1.06s) [2019-10-13T19:42:45.372Z] === RUN TestNISDomainname [2019-10-13T19:42:45.875Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2019-10-13T19:42:46.477Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-13T19:42:46.707Z] --- PASS: TestNISDomainname (1.22s) [2019-10-13T19:42:46.707Z] === RUN TestHostnameDnsResolution [2019-10-13T19:42:47.036Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-13T19:42:47.036Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-10-13T19:42:47.497Z] --- PASS: TestHostnameDnsResolution (1.24s) [2019-10-13T19:42:47.497Z] === RUN TestStats [2019-10-13T19:42:48.608Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-10-13T19:42:48.608Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-13T19:42:49.954Z] --- PASS: TestStats (2.11s) [2019-10-13T19:42:49.954Z] === RUN TestStopContainerWithTimeout [2019-10-13T19:42:49.954Z] === RUN TestStopContainerWithTimeout/0 [2019-10-13T19:42:49.954Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-13T19:42:49.954Z] === RUN TestStopContainerWithTimeout/1 [2019-10-13T19:42:49.954Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-13T19:42:49.954Z] === RUN TestStopContainerWithTimeout/3 [2019-10-13T19:42:49.954Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-13T19:42:49.954Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-13T19:42:49.954Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-13T19:42:49.954Z] === CONT TestStopContainerWithTimeout/0 [2019-10-13T19:42:49.954Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-13T19:42:50.750Z] === CONT TestStopContainerWithTimeout/3 [2019-10-13T19:42:51.907Z] ok github.com/docker/docker/pkg/signal 2.375s coverage: 61.0% of statements [2019-10-13T19:42:51.907Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-10-13T19:42:52.206Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-13T19:42:52.461Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-13T19:42:52.575Z] === CONT TestStopContainerWithTimeout/1 [2019-10-13T19:42:52.716Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-10-13T19:42:52.971Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-10-13T19:42:53.574Z] ok github.com/docker/docker/pkg/system 0.019s coverage: 36.9% of statements [2019-10-13T19:42:53.829Z] ok github.com/docker/docker/pkg/tailfile 0.049s coverage: 88.6% of statements [2019-10-13T19:42:54.189Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-13T19:42:54.387Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2019-10-13T19:42:54.987Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-10-13T19:42:54.988Z] testing: warning: no tests to run [2019-10-13T19:42:54.988Z] coverage: [no statements] [2019-10-13T19:42:54.988Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-13T19:42:55.189Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-13T19:42:55.189Z] --- PASS: TestStopContainerWithTimeout/0 (0.97s) [2019-10-13T19:42:55.189Z] --- PASS: TestStopContainerWithTimeout/-1 (2.93s) [2019-10-13T19:42:55.189Z] --- PASS: TestStopContainerWithTimeout/3 (2.86s) [2019-10-13T19:42:55.189Z] --- PASS: TestStopContainerWithTimeout/1 (2.08s) [2019-10-13T19:42:55.189Z] === RUN TestDeleteDevicemapper [2019-10-13T19:42:55.189Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-13T19:42:55.189Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:42:55.189Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-13T19:42:55.547Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-13T19:42:55.547Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-13T19:42:55.803Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-13T19:42:57.812Z] ok github.com/docker/docker/plugin 0.534s coverage: 27.1% of statements [2019-10-13T19:42:58.371Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2019-10-13T19:42:58.432Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.68s) [2019-10-13T19:42:58.432Z] === RUN TestUpdateMemory [2019-10-13T19:42:58.432Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-13T19:42:58.432Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:42:58.432Z] === RUN TestUpdateCPUQuota [2019-10-13T19:42:58.828Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.44s) [2019-10-13T19:42:58.828Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-13T19:42:58.828Z] PASS [2019-10-13T19:42:58.828Z] [2019-10-13T19:42:58.828Z] === Skipped [2019-10-13T19:42:58.828Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-10-13T19:42:58.828Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:58.828Z] [2019-10-13T19:42:58.828Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-13T19:42:58.828Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:58.828Z] [2019-10-13T19:42:58.828Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-13T19:42:58.828Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:58.828Z] [2019-10-13T19:42:58.828Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-13T19:42:58.828Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:42:58.828Z] [2019-10-13T19:42:58.828Z] [2019-10-13T19:42:58.828Z] DONE 17 tests, 4 skipped in 31.440s [2019-10-13T19:42:58.828Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-13T19:42:58.828Z] ++ 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 [2019-10-13T19:42:58.828Z] ++ set -e [2019-10-13T19:42:58.828Z] ++ '[' -n 0 ']' [2019-10-13T19:42:58.828Z] ++ set -x [2019-10-13T19:42:58.828Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:58.828Z] INFO: Testing against a local daemon [2019-10-13T19:42:58.828Z] === RUN TestPluginInvalidJSON [2019-10-13T19:42:58.828Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:42:58.828Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:42:58.828Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:42:58.828Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-13T19:42:58.828Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-13T19:42:58.828Z] PASS [2019-10-13T19:42:58.828Z] [2019-10-13T19:42:58.828Z] DONE 2 tests in 0.182s [2019-10-13T19:42:58.828Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-13T19:42:58.828Z] ++ 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 [2019-10-13T19:42:58.828Z] ++ set -e [2019-10-13T19:42:58.828Z] ++ '[' -n 0 ']' [2019-10-13T19:42:58.828Z] ++ set -x [2019-10-13T19:42:58.828Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:42:58.828Z] INFO: Testing against a local daemon [2019-10-13T19:42:58.828Z] === RUN TestExternalGraphDriver [2019-10-13T19:42:58.828Z] === RUN TestExternalGraphDriver/json [2019-10-13T19:42:58.828Z] === RUN TestExternalGraphDriver/spec [2019-10-13T19:42:59.294Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-10-13T19:42:59.443Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-13T19:42:59.549Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-10-13T19:43:00.233Z] --- PASS: TestUpdateCPUQuota (1.65s) [2019-10-13T19:43:00.233Z] === RUN TestUpdatePidsLimit [2019-10-13T19:43:00.233Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-13T19:43:00.596Z] === RUN TestUpdatePidsLimit/no_change [2019-10-13T19:43:00.731Z] === RUN TestExternalGraphDriver/pull [2019-10-13T19:43:00.814Z] === RUN TestDockerSuite/TestBuildRm [2019-10-13T19:43:00.911Z] ok github.com/docker/docker/registry 0.087s coverage: 56.3% of statements [2019-10-13T19:43:00.971Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-13T19:43:01.342Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-13T19:43:01.378Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-10-13T19:43:01.488Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-13T19:43:01.709Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-13T19:43:01.743Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-10-13T19:43:02.087Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-13T19:43:02.385Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-13T19:43:02.563Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-13T19:43:02.640Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-13T19:43:04.016Z] --- PASS: TestExternalGraphDriver (8.18s) [2019-10-13T19:43:04.016Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-13T19:43:04.016Z] --- PASS: TestExternalGraphDriver/json (2.35s) [2019-10-13T19:43:04.016Z] --- PASS: TestExternalGraphDriver/spec (2.61s) [2019-10-13T19:43:04.016Z] --- PASS: TestExternalGraphDriver/pull (3.04s) [2019-10-13T19:43:04.016Z] === RUN TestGraphdriverPluginV2 [2019-10-13T19:43:04.016Z] --- SKIP: TestGraphdriverPluginV2 (0.04s) [2019-10-13T19:43:04.016Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:43:04.016Z] PASS [2019-10-13T19:43:04.016Z] [2019-10-13T19:43:04.016Z] === Skipped [2019-10-13T19:43:04.016Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.04s) [2019-10-13T19:43:04.016Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:43:04.016Z] [2019-10-13T19:43:04.016Z] [2019-10-13T19:43:04.016Z] DONE 5 tests, 1 skipped in 8.478s [2019-10-13T19:43:04.016Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-13T19:43:04.016Z] ++ 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 [2019-10-13T19:43:04.016Z] ++ set -e [2019-10-13T19:43:04.016Z] ++ '[' -n 0 ']' [2019-10-13T19:43:04.016Z] ++ set -x [2019-10-13T19:43:04.016Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:43:04.016Z] INFO: Testing against a local daemon [2019-10-13T19:43:04.016Z] === RUN TestContinueAfterPluginCrash [2019-10-13T19:43:04.016Z] === PAUSE TestContinueAfterPluginCrash [2019-10-13T19:43:04.016Z] === RUN TestDaemonStartWithLogOpt [2019-10-13T19:43:04.016Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-13T19:43:04.016Z] === CONT TestContinueAfterPluginCrash [2019-10-13T19:43:04.016Z] === CONT TestDaemonStartWithLogOpt [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit (4.08s) [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2019-10-13T19:43:04.559Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2019-10-13T19:43:04.559Z] === RUN TestUpdateRestartPolicy [2019-10-13T19:43:04.656Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-13T19:43:04.656Z] --- PASS: TestCreateServiceMultipleTimes (21.50s) [2019-10-13T19:43:04.656Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-13T19:43:04.656Z] === RUN TestCreateServiceConflict [2019-10-13T19:43:05.321Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-13T19:43:05.588Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-13T19:43:05.923Z] ok github.com/docker/docker/volume/local 0.023s coverage: 73.0% of statements [2019-10-13T19:43:06.220Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-10-13T19:43:07.486Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-13T19:43:07.582Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-10-13T19:43:07.744Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-13T19:43:08.001Z] --- PASS: TestCreateServiceConflict (3.34s) [2019-10-13T19:43:08.001Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-13T19:43:08.001Z] === RUN TestCreateServiceMaxReplicas [2019-10-13T19:43:08.565Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-13T19:43:10.461Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-13T19:43:11.832Z] --- PASS: TestCreateServiceMaxReplicas (3.79s) [2019-10-13T19:43:11.832Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-13T19:43:11.832Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-13T19:43:12.089Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-13T19:43:13.463Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-13T19:43:16.228Z] --- PASS: TestDaemonStartWithLogOpt (10.28s) [2019-10-13T19:43:16.228Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-13T19:43:17.640Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-13T19:43:17.897Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-13T19:43:18.154Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-13T19:43:18.154Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-13T19:43:18.235Z] --- PASS: TestUpdateRestartPolicy (12.75s) [2019-10-13T19:43:18.235Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-13T19:43:18.235Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s) [2019-10-13T19:43:18.235Z] === RUN TestWaitNonBlocked [2019-10-13T19:43:18.235Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:43:18.235Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:43:18.235Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:43:18.235Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:43:18.235Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:43:18.235Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:43:18.411Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-13T19:43:18.976Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-13T19:43:19.022Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-10-13T19:43:19.022Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s) [2019-10-13T19:43:19.022Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.13s) [2019-10-13T19:43:19.022Z] === RUN TestWaitBlocked [2019-10-13T19:43:19.022Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:43:19.022Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:43:19.022Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:43:19.022Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:43:19.022Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:43:19.022Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:43:19.510Z] --- PASS: TestContinueAfterPluginCrash (15.22s) [2019-10-13T19:43:19.510Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-13T19:43:19.510Z] PASS [2019-10-13T19:43:19.510Z] [2019-10-13T19:43:19.510Z] DONE 2 tests in 15.398s [2019-10-13T19:43:19.510Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-13T19:43:19.510Z] ++ 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 [2019-10-13T19:43:19.510Z] ++ set -e [2019-10-13T19:43:19.510Z] ++ '[' -n 0 ']' [2019-10-13T19:43:19.510Z] ++ set -x [2019-10-13T19:43:19.510Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:43:19.510Z] INFO: Testing against a local daemon [2019-10-13T19:43:19.510Z] === RUN TestPluginWithDevMounts [2019-10-13T19:43:19.510Z] === PAUSE TestPluginWithDevMounts [2019-10-13T19:43:19.510Z] === CONT TestPluginWithDevMounts [2019-10-13T19:43:19.540Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-13T19:43:19.540Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-13T19:43:19.940Z] ok github.com/docker/docker/pkg/plugins 33.614s coverage: 76.6% of statements [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/rootless [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/volume [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-13T19:43:19.940Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === Skipped [2019-10-13T19:43:19.940Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-13T19:43:19.940Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-13T19:43:19.940Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-13T19:43:19.940Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-13T19:43:19.940Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-13T19:43:19.940Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:43:19.940Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-13T19:43:19.940Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-13T19:43:19.940Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-13T19:43:19.940Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] [2019-10-13T19:43:19.940Z] DONE 2114 tests, 20 skipped in 229.848s [2019-10-13T19:43:20.456Z] --- PASS: TestWaitBlocked (0.01s) [2019-10-13T19:43:20.456Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.45s) [2019-10-13T19:43:20.456Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.52s) [2019-10-13T19:43:20.456Z] === CONT TestContainerStartOnDaemonRestart [2019-10-13T19:43:20.456Z] === CONT TestIpcModeOlderClient Post stage [Pipeline] junit [2019-10-13T19:43:20.592Z] Recording test results [2019-10-13T19:43:20.877Z] --- PASS: TestIpcModeOlderClient (0.20s) [2019-10-13T19:43:20.877Z] === CONT TestDaemonRestartIpcMode [2019-10-13T19:43:20.913Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-13T19:43:21.391Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40081/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/validate/vendor [2019-10-13T19:43:22.041Z] --- PASS: TestPluginWithDevMounts (2.25s) [2019-10-13T19:43:22.041Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-13T19:43:22.041Z] PASS [2019-10-13T19:43:22.041Z] [2019-10-13T19:43:22.041Z] DONE 1 tests in 2.427s [2019-10-13T19:43:22.041Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-13T19:43:22.041Z] ++ 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 [2019-10-13T19:43:22.041Z] ++ set -e [2019-10-13T19:43:22.041Z] ++ '[' -n 0 ']' [2019-10-13T19:43:22.041Z] ++ set -x [2019-10-13T19:43:22.041Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:43:22.041Z] INFO: Testing against a local daemon [2019-10-13T19:43:22.041Z] === RUN TestSecretInspect [2019-10-13T19:43:22.402Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-13T19:43:23.335Z] + echo Building e2e image [2019-10-13T19:43:23.335Z] Building e2e image [2019-10-13T19:43:23.335Z] + docker build --build-arg DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -t moby-e2e-test -f Dockerfile.e2e . [2019-10-13T19:43:23.335Z] #1 [internal] load build definition from Dockerfile.e2e [2019-10-13T19:43:23.335Z] #1 transferring dockerfile: 3.21kB done [2019-10-13T19:43:23.335Z] #1 DONE 0.0s [2019-10-13T19:43:23.335Z] [2019-10-13T19:43:23.335Z] #2 [internal] load .dockerignore [2019-10-13T19:43:23.335Z] #2 transferring context: 34B done [2019-10-13T19:43:23.335Z] #2 DONE 0.0s [2019-10-13T19:43:23.335Z] [2019-10-13T19:43:23.335Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-13T19:43:24.194Z] --- PASS: TestContainerStartOnDaemonRestart (3.32s) [2019-10-13T19:43:24.194Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-13T19:43:24.257Z] #4 ... [2019-10-13T19:43:24.257Z] [2019-10-13T19:43:24.257Z] #3 [internal] load metadata for docker.io/library/golang:1.13.1-alpine [2019-10-13T19:43:24.257Z] #3 DONE 0.7s [2019-10-13T19:43:24.257Z] [2019-10-13T19:43:24.257Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-13T19:43:24.558Z] #4 DONE 1.2s [2019-10-13T19:43:24.558Z] [2019-10-13T19:43:24.558Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-10-13T19:43:24.558Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-10-13T19:43:24.558Z] #5 DONE 0.0s [2019-10-13T19:43:24.558Z] [2019-10-13T19:43:24.558Z] #8 [internal] load build context [2019-10-13T19:43:24.573Z] --- PASS: TestDaemonRestartIpcMode (3.98s) [2019-10-13T19:43:24.573Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-13T19:43:24.573Z] PASS [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] === Skipped [2019-10-13T19:43:24.573Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-13T19:43:24.573Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.02s) [2019-10-13T19:43:24.573Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-13T19:43:24.573Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:43:24.573Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-10-13T19:43:24.573Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-13T19:43:24.573Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] [2019-10-13T19:43:24.573Z] DONE 197 tests, 6 skipped in 138.884s [2019-10-13T19:43:24.573Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-13T19:43:24.573Z] ++ 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 [2019-10-13T19:43:24.573Z] ++ set -e [2019-10-13T19:43:24.573Z] ++ '[' -n 0 ']' [2019-10-13T19:43:24.573Z] ++ set -x [2019-10-13T19:43:24.573Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:43:24.946Z] INFO: Testing against a local daemon [2019-10-13T19:43:24.946Z] === RUN TestCommitInheritsEnv [2019-10-13T19:43:25.117Z] #8 transferring context: 813.07kB 0.4s done [2019-10-13T19:43:25.117Z] #8 DONE 0.4s [2019-10-13T19:43:25.117Z] [2019-10-13T19:43:25.117Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-13T19:43:25.117Z] #14 resolve docker.io/library/golang:1.13.1-alpine@sha256:2293e952c79b8b3a987e1e09d48b6aa403d703cef9a8fa316d30ba2918d37367 done [2019-10-13T19:43:25.117Z] #14 sha256:48260c3da24c87ff788aa0db0518a8325cdb504eaffde3a34e2e113777d84444 3.80kB / 3.80kB done [2019-10-13T19:43:25.117Z] #14 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 301.73kB / 301.73kB 0.2s done [2019-10-13T19:43:25.117Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.2s [2019-10-13T19:43:25.117Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 0B / 126.85MB 0.2s [2019-10-13T19:43:25.117Z] #14 sha256:2293e952c79b8b3a987e1e09d48b6aa403d703cef9a8fa316d30ba2918d37367 1.65kB / 1.65kB done [2019-10-13T19:43:25.117Z] #14 sha256:483ab69016be0d2c2176d0719da8854579fe1849a5d9975b32cbe7432ca9b038 1.36kB / 1.36kB done [2019-10-13T19:43:25.117Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 [2019-10-13T19:43:25.117Z] #14 sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 0B / 126B 0.2s [2019-10-13T19:43:25.117Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.2s done [2019-10-13T19:43:25.117Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 13.27MB / 126.85MB 0.4s [2019-10-13T19:43:25.117Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.1s done [2019-10-13T19:43:25.117Z] #14 extracting sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf done [2019-10-13T19:43:25.326Z] --- PASS: TestSecretInspect (3.16s) [2019-10-13T19:43:25.326Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-13T19:43:25.326Z] === RUN TestSecretList [2019-10-13T19:43:25.329Z] --- PASS: TestCommitInheritsEnv (0.48s) [2019-10-13T19:43:25.329Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-13T19:43:25.329Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-13T19:43:25.329Z] === RUN TestImagesFilterMultiReference [2019-10-13T19:43:25.329Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2019-10-13T19:43:25.329Z] === RUN TestImagePullPlatformInvalid [2019-10-13T19:43:25.329Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-13T19:43:25.329Z] === RUN TestRemoveImageOrphaning [2019-10-13T19:43:25.414Z] #14 sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 126B / 126B 0.5s done [2019-10-13T19:43:25.414Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 36.30MB / 126.85MB 0.7s [2019-10-13T19:43:25.414Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 45.92MB / 126.85MB 0.8s [2019-10-13T19:43:25.697Z] --- PASS: TestRemoveImageOrphaning (0.47s) [2019-10-13T19:43:25.697Z] === RUN TestRemoveImageGarbageCollector [2019-10-13T19:43:25.697Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-13T19:43:25.697Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:43:25.697Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-13T19:43:25.714Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 55.95MB / 126.85MB 0.9s [2019-10-13T19:43:25.714Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 65.67MB / 126.85MB 1.0s [2019-10-13T19:43:26.015Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 86.73MB / 126.85MB 1.2s [2019-10-13T19:43:26.015Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 97.57MB / 126.85MB 1.3s [2019-10-13T19:43:26.015Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 108.65MB / 126.85MB 1.4s [2019-10-13T19:43:26.068Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-10-13T19:43:26.068Z] === RUN TestTagInvalidReference [2019-10-13T19:43:26.068Z] --- PASS: TestTagInvalidReference (0.01s) [2019-10-13T19:43:26.068Z] === RUN TestTagValidPrefixedRepo [2019-10-13T19:43:26.068Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-13T19:43:26.068Z] === RUN TestTagExistedNameWithoutForce [2019-10-13T19:43:26.068Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-10-13T19:43:26.068Z] === RUN TestTagOfficialNames [2019-10-13T19:43:26.068Z] --- PASS: TestTagOfficialNames (0.05s) [2019-10-13T19:43:26.068Z] === RUN TestTagMatchesDigest [2019-10-13T19:43:26.068Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-10-13T19:43:26.068Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-13T19:43:26.176Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-13T19:43:26.441Z] #14 ... [2019-10-13T19:43:26.441Z] [2019-10-13T19:43:26.441Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-13T19:43:26.441Z] #6 DONE 1.8s [2019-10-13T19:43:26.441Z] [2019-10-13T19:43:26.441Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-13T19:43:26.441Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 123.88MB / 126.85MB 1.5s [2019-10-13T19:43:26.441Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 126.85MB / 126.85MB 1.6s done [2019-10-13T19:43:26.441Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 [2019-10-13T19:43:26.740Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-13T19:43:27.304Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.29s) [2019-10-13T19:43:27.304Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-13T19:43:27.304Z] === RUN TestCreateServiceSecretFileMode [2019-10-13T19:43:28.236Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-13T19:43:28.493Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-13T19:43:28.751Z] --- PASS: TestSecretList (3.14s) [2019-10-13T19:43:28.751Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-13T19:43:28.751Z] === RUN TestSecretsCreateAndDelete [2019-10-13T19:43:29.863Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-13T19:43:30.428Z] --- PASS: TestCreateServiceSecretFileMode (3.27s) [2019-10-13T19:43:30.428Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-13T19:43:30.428Z] === RUN TestCreateServiceConfigFileMode [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-13T19:43:31.330Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-13T19:43:31.358Z] === RUN TestDockerSuite/TestBuildUser [2019-10-13T19:43:31.886Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 5.0s [2019-10-13T19:43:32.036Z] --- PASS: TestSecretsCreateAndDelete (3.18s) [2019-10-13T19:43:32.036Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-13T19:43:32.036Z] === RUN TestSecretsUpdate [2019-10-13T19:43:32.489Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 5.9s done [2019-10-13T19:43:33.257Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-13T19:43:33.276Z] #14 extracting sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 done [2019-10-13T19:43:33.515Z] --- PASS: TestCreateServiceConfigFileMode (3.08s) [2019-10-13T19:43:33.515Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-13T19:43:33.515Z] === RUN TestCreateServiceSysctls [2019-10-13T19:43:33.573Z] #14 DONE 9.0s [2019-10-13T19:43:33.573Z] [2019-10-13T19:43:33.573Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-13T19:43:33.573Z] #7 1.003 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-13T19:43:33.573Z] #7 2.109 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-13T19:43:33.573Z] #7 2.218 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-13T19:43:33.573Z] #7 2.222 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-13T19:43:33.573Z] #7 2.439 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-13T19:43:33.573Z] #7 2.450 (4/31) Installing readline (8.0.0-r0) [2019-10-13T19:43:33.573Z] #7 2.457 (5/31) Installing bash (5.0.0-r0) [2019-10-13T19:43:33.573Z] #7 2.474 Executing bash-5.0.0-r0.post-install [2019-10-13T19:43:33.573Z] #7 2.478 (6/31) Installing ca-certificates (20190108-r0) [2019-10-13T19:43:33.573Z] #7 2.504 (7/31) Installing libgcc (8.3.0-r0) [2019-10-13T19:43:33.573Z] #7 2.507 (8/31) Installing libstdc++ (8.3.0-r0) [2019-10-13T19:43:33.573Z] #7 2.521 (9/31) Installing binutils (2.32-r0) [2019-10-13T19:43:33.573Z] #7 2.624 (10/31) Installing gmp (6.1.2-r1) [2019-10-13T19:43:33.573Z] #7 2.636 (11/31) Installing isl (0.18-r0) [2019-10-13T19:43:33.573Z] #7 2.657 (12/31) Installing libgomp (8.3.0-r0) [2019-10-13T19:43:33.573Z] #7 2.663 (13/31) Installing libatomic (8.3.0-r0) [2019-10-13T19:43:33.573Z] #7 2.667 (14/31) Installing mpfr3 (3.1.5-r1) [2019-10-13T19:43:33.573Z] #7 2.673 (15/31) Installing mpc1 (1.1.0-r0) [2019-10-13T19:43:33.573Z] #7 2.676 (16/31) Installing gcc (8.3.0-r0) [2019-10-13T19:43:33.573Z] #7 3.600 (17/31) Installing musl-dev (1.1.22-r3) [2019-10-13T19:43:33.573Z] #7 3.706 (18/31) Installing libc-dev (0.7.1-r0) [2019-10-13T19:43:33.573Z] #7 3.708 (19/31) Installing g++ (8.3.0-r0) [2019-10-13T19:43:33.573Z] #7 4.277 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-10-13T19:43:33.573Z] #7 4.282 (21/31) Installing libcurl (7.66.0-r0) [2019-10-13T19:43:33.573Z] #7 4.295 (22/31) Installing expat (2.2.8-r0) [2019-10-13T19:43:33.573Z] #7 4.299 (23/31) Installing pcre2 (10.33-r0) [2019-10-13T19:43:33.573Z] #7 4.310 (24/31) Installing git (2.22.0-r0) [2019-10-13T19:43:33.574Z] #7 4.518 (25/31) Installing libmnl (1.0.4-r0) [2019-10-13T19:43:33.574Z] #7 4.521 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-10-13T19:43:33.574Z] #7 4.526 (27/31) Installing iptables (1.8.3-r0) [2019-10-13T19:43:33.574Z] #7 4.557 (28/31) Installing pigz (2.4-r0) [2019-10-13T19:43:33.574Z] #7 4.563 (29/31) Installing tar (1.32-r0) [2019-10-13T19:43:33.574Z] #7 4.572 (30/31) Installing xz-libs (5.2.4-r0) [2019-10-13T19:43:33.574Z] #7 4.623 (31/31) Installing xz (5.2.4-r0) [2019-10-13T19:43:33.574Z] #7 4.630 Executing busybox-1.30.1-r2.trigger [2019-10-13T19:43:33.574Z] #7 4.634 Executing ca-certificates-20190108-r0.trigger [2019-10-13T19:43:33.574Z] #7 4.690 OK: 185 MiB in 45 packages [2019-10-13T19:43:34.134Z] #7 DONE 7.9s [2019-10-13T19:43:34.134Z] [2019-10-13T19:43:34.134Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-13T19:43:34.134Z] #9 DONE 0.1s [2019-10-13T19:43:34.134Z] [2019-10-13T19:43:34.134Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-13T19:43:34.429Z] #15 ... [2019-10-13T19:43:34.429Z] [2019-10-13T19:43:34.429Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-13T19:43:34.429Z] #10 DONE 0.1s [2019-10-13T19:43:34.429Z] [2019-10-13T19:43:34.430Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-13T19:43:34.430Z] #11 DONE 0.1s [2019-10-13T19:43:34.430Z] [2019-10-13T19:43:34.430Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-13T19:43:34.430Z] #12 DONE 0.1s [2019-10-13T19:43:34.430Z] [2019-10-13T19:43:34.430Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-13T19:43:34.430Z] #13 DONE 0.1s [2019-10-13T19:43:34.430Z] [2019-10-13T19:43:34.430Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-13T19:43:34.567Z] --- PASS: TestSecretsUpdate (3.17s) [2019-10-13T19:43:34.567Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-13T19:43:34.567Z] === RUN TestTemplatedSecret [2019-10-13T19:43:35.072Z] #15 1.333 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-13T19:43:36.127Z] #15 2.417 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-13T19:43:36.127Z] #15 2.492 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-13T19:43:36.127Z] #15 2.495 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-13T19:43:36.127Z] #15 2.638 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-13T19:43:36.395Z] #15 2.647 (4/43) Installing readline (8.0.0-r0) [2019-10-13T19:43:36.395Z] #15 2.652 (5/43) Installing bash (5.0.0-r0) [2019-10-13T19:43:36.395Z] #15 2.665 Executing bash-5.0.0-r0.post-install [2019-10-13T19:43:36.395Z] #15 2.667 (6/43) Installing linux-headers (4.19.36-r0) [2019-10-13T19:43:36.395Z] #15 2.752 (7/43) Installing libuuid (2.33.2-r0) [2019-10-13T19:43:36.395Z] #15 2.755 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-10-13T19:43:36.395Z] #15 2.758 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-10-13T19:43:36.395Z] #15 2.782 (10/43) Installing binutils (2.32-r0) [2019-10-13T19:43:36.395Z] #15 2.848 (11/43) Installing libmagic (5.37-r0) [2019-10-13T19:43:36.395Z] #15 2.867 (12/43) Installing file (5.37-r0) [2019-10-13T19:43:36.651Z] #15 2.870 (13/43) Installing gmp (6.1.2-r1) [2019-10-13T19:43:36.651Z] #15 2.876 (14/43) Installing isl (0.18-r0) [2019-10-13T19:43:36.651Z] #15 2.891 (15/43) Installing libgomp (8.3.0-r0) [2019-10-13T19:43:36.651Z] #15 2.894 (16/43) Installing libatomic (8.3.0-r0) [2019-10-13T19:43:36.651Z] #15 2.897 (17/43) Installing libgcc (8.3.0-r0) [2019-10-13T19:43:36.651Z] #15 2.899 (18/43) Installing mpfr3 (3.1.5-r1) [2019-10-13T19:43:36.651Z] #15 2.905 (19/43) Installing mpc1 (1.1.0-r0) [2019-10-13T19:43:36.651Z] #15 2.910 (20/43) Installing libstdc++ (8.3.0-r0) [2019-10-13T19:43:36.651Z] #15 2.920 (21/43) Installing gcc (8.3.0-r0) [2019-10-13T19:43:37.135Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-13T19:43:37.135Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-13T19:43:37.135Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-13T19:43:37.212Z] #15 3.619 (22/43) Installing musl-dev (1.1.22-r3) [2019-10-13T19:43:37.212Z] #15 3.695 (23/43) Installing libc-dev (0.7.1-r0) [2019-10-13T19:43:37.212Z] #15 3.697 (24/43) Installing g++ (8.3.0-r0) [2019-10-13T19:43:37.694Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-13T19:43:37.941Z] #15 4.082 (25/43) Installing make (4.2.1-r2) [2019-10-13T19:43:37.941Z] #15 4.086 (26/43) Installing fortify-headers (1.1-r0) [2019-10-13T19:43:37.941Z] #15 4.088 (27/43) Installing build-base (0.5-r1) [2019-10-13T19:43:37.941Z] #15 4.090 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-10-13T19:43:37.941Z] #15 4.093 (29/43) Installing libcurl (7.66.0-r0) [2019-10-13T19:43:37.941Z] #15 4.098 (30/43) Installing curl (7.66.0-r0) [2019-10-13T19:43:37.941Z] #15 4.102 (31/43) Installing oniguruma (6.9.2-r0) [2019-10-13T19:43:37.941Z] #15 4.107 (32/43) Installing jq (1.6-r0) [2019-10-13T19:43:37.941Z] #15 4.113 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-10-13T19:43:37.941Z] #15 4.118 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-10-13T19:43:37.941Z] #15 4.120 (35/43) Installing libaio (0.3.111-r0) [2019-10-13T19:43:37.941Z] #15 4.122 (36/43) Installing libblkid (2.33.2-r0) [2019-10-13T19:43:37.941Z] #15 4.127 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-10-13T19:43:37.941Z] #15 4.206 (38/43) Installing libfdisk (2.33.2-r0) [2019-10-13T19:43:37.941Z] #15 4.212 (39/43) Installing libmount (2.33.2-r0) [2019-10-13T19:43:37.941Z] #15 4.217 (40/43) Installing libsmartcols (2.33.2-r0) [2019-10-13T19:43:37.941Z] #15 4.222 (41/43) Installing pkgconf (1.6.1-r1) [2019-10-13T19:43:37.941Z] #15 4.225 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-10-13T19:43:37.941Z] #15 4.247 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-10-13T19:43:37.941Z] #15 4.252 Executing busybox-1.30.1-r2.trigger [2019-10-13T19:43:37.941Z] #15 4.258 OK: 190 MiB in 58 packages [2019-10-13T19:43:37.953Z] --- PASS: TestCreateServiceSysctls (4.43s) [2019-10-13T19:43:37.953Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-13T19:43:37.953Z] === RUN TestCreateServiceCapabilities [2019-10-13T19:43:38.325Z] #15 DONE 4.9s [2019-10-13T19:43:38.710Z] [2019-10-13T19:43:38.710Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-13T19:43:38.755Z] --- PASS: TestTemplatedSecret (3.41s) [2019-10-13T19:43:38.755Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-13T19:43:38.755Z] === RUN TestSecretCreateResolve [2019-10-13T19:43:39.397Z] #16 DONE 0.8s [2019-10-13T19:43:39.398Z] [2019-10-13T19:43:39.398Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-13T19:43:40.047Z] #17 DONE 0.7s [2019-10-13T19:43:40.047Z] [2019-10-13T19:43:40.047Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-13T19:43:40.047Z] #18 DONE 0.0s [2019-10-13T19:43:40.047Z] [2019-10-13T19:43:40.047Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-13T19:43:40.047Z] #19 DONE 0.1s [2019-10-13T19:43:40.047Z] [2019-10-13T19:43:40.047Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-13T19:43:40.047Z] #22 DONE 0.1s [2019-10-13T19:43:40.047Z] [2019-10-13T19:43:40.047Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-13T19:43:40.047Z] #23 DONE 0.1s [2019-10-13T19:43:40.047Z] [2019-10-13T19:43:40.047Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-13T19:43:40.880Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-13T19:43:41.229Z] --- PASS: TestCreateServiceCapabilities (3.33s) [2019-10-13T19:43:41.229Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-13T19:43:41.229Z] === RUN TestInspect [2019-10-13T19:43:41.297Z] --- PASS: TestSecretCreateResolve (3.15s) [2019-10-13T19:43:41.297Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-13T19:43:41.297Z] PASS [2019-10-13T19:43:41.297Z] [2019-10-13T19:43:41.297Z] DONE 6 tests in 19.358s [2019-10-13T19:43:41.297Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-10-13T19:43:41.297Z] ++ 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 [2019-10-13T19:43:41.297Z] ++ set -e [2019-10-13T19:43:41.297Z] ++ '[' -n 0 ']' [2019-10-13T19:43:41.297Z] ++ set -x [2019-10-13T19:43:41.297Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:43:41.297Z] INFO: Testing against a local daemon [2019-10-13T19:43:41.297Z] === RUN TestServiceCreateInit [2019-10-13T19:43:41.297Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-13T19:43:41.534Z] #24 0.980 + RM_GOPATH=0 [2019-10-13T19:43:41.534Z] #24 0.980 + TMP_GOPATH= [2019-10-13T19:43:41.534Z] #24 0.980 + : /build [2019-10-13T19:43:41.534Z] #24 0.980 + '[' -z '' ']' [2019-10-13T19:43:41.534Z] #24 0.983 ++ mktemp -d [2019-10-13T19:43:41.534Z] #24 0.984 + export GOPATH=/tmp/tmp.AIjing [2019-10-13T19:43:41.534Z] #24 0.985 + GOPATH=/tmp/tmp.AIjing [2019-10-13T19:43:41.534Z] #24 0.985 + RM_GOPATH=1 [2019-10-13T19:43:41.534Z] #24 0.986 ++ dirname ./install.sh [2019-10-13T19:43:41.534Z] #24 0.987 + dir=. [2019-10-13T19:43:41.534Z] #24 0.987 + bin=dockercli [2019-10-13T19:43:41.534Z] #24 0.987 + shift [2019-10-13T19:43:41.534Z] #24 0.987 + '[' '!' -f ./dockercli.installer ']' [2019-10-13T19:43:41.534Z] #24 0.987 + . ./dockercli.installer [2019-10-13T19:43:41.534Z] #24 0.987 ++ : stable [2019-10-13T19:43:41.534Z] #24 0.987 ++ : 17.06.2-ce [2019-10-13T19:43:41.534Z] #24 0.988 + install_dockercli [2019-10-13T19:43:41.534Z] #24 0.988 Install docker/cli version 17.06.2-ce from stable [2019-10-13T19:43:41.534Z] #24 0.988 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-13T19:43:41.534Z] #24 0.988 ++ uname -m [2019-10-13T19:43:41.534Z] #24 0.989 + arch=x86_64 [2019-10-13T19:43:41.534Z] #24 0.989 + '[' x86_64 '!=' x86_64 ']' [2019-10-13T19:43:41.534Z] #24 0.989 + url=https://download.docker.com/linux/static [2019-10-13T19:43:41.534Z] #24 0.989 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-10-13T19:43:41.534Z] #24 0.989 + tar -xz docker/docker [2019-10-13T19:43:43.066Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-13T19:43:43.066Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-13T19:43:43.066Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-13T19:43:43.066Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-13T19:43:43.066Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-13T19:43:43.193Z] #24 2.713 + mkdir -p /build [2019-10-13T19:43:43.193Z] #24 2.717 + mv docker/docker /build/ [2019-10-13T19:43:43.193Z] #24 2.722 + rmdir docker [2019-10-13T19:43:44.201Z] #24 DONE 4.0s [2019-10-13T19:43:44.201Z] [2019-10-13T19:43:44.201Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:43:44.201Z] #20 2.173 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-13T19:43:44.201Z] #20 2.565 [2019-10-13T19:43:44.201Z] #20 2.679 ######## 11.8% ###################### 30.7% ################################### 49.8% ############################################# 63.8% ############################################################### 88.8% ######################################################################## 100.0% [2019-10-13T19:43:44.201Z] #20 3.491 #=#=# [2019-10-13T19:43:44.201Z] #20 3.601 ################## 26.2% ################################################################### 94.0% ######################################################################## 100.0% [2019-10-13T19:43:44.201Z] #20 3.920 [2019-10-13T19:43:44.795Z] #20 4.045 0.8% ############## 20.5% #################################### 51.1% ############################################################# 85.7% ######################################################################## 100.0% [2019-10-13T19:43:45.051Z] #20 4.880 [2019-10-13T19:43:45.306Z] #20 4.993 ## 3.0% ######### 13.4% ############## 20.8% [2019-10-13T19:43:45.306Z] #20 ... [2019-10-13T19:43:45.306Z] [2019-10-13T19:43:45.306Z] #31 [builder 1/4] COPY . . [2019-10-13T19:43:45.306Z] #31 DONE 5.4s [2019-10-13T19:43:45.306Z] [2019-10-13T19:43:45.306Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:43:45.306Z] #20 4.993 ## 3.0% ######### 13.4% ############## 20.8% ################### 27.6% ########################## 36.5% [2019-10-13T19:43:45.306Z] #20 ... [2019-10-13T19:43:45.306Z] [2019-10-13T19:43:45.306Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-13T19:43:45.407Z] --- PASS: TestInspect (3.61s) [2019-10-13T19:43:45.407Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-13T19:43:45.407Z] === RUN TestDockerNetworkConnectAlias [2019-10-13T19:43:46.562Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-13T19:43:46.810Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-13T19:43:46.810Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-13T19:43:46.810Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-13T19:43:46.930Z] #32 DONE 1.4s [2019-10-13T19:43:46.930Z] [2019-10-13T19:43:46.930Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-13T19:43:46.930Z] #20 4.993 ## 3.0% ######### 13.4% ############## 20.8% ################### 27.6% ########################## 36.5% ############################### 43.9% #################################### 50.1% ######################################### 58.1% ################################################# 68.2% ##################################################### 74.6% ############################################################ 84.6% ################################################################## 92.2% ####################################################################### 99.5% ######################################################################## 100.0% [2019-10-13T19:43:46.930Z] #20 6.426 [2019-10-13T19:43:47.274Z] #20 7.015 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-13T19:43:47.570Z] #20 7.368 #=#=# [2019-10-13T19:43:47.570Z] #20 7.462 ######################################################################## 100.0% [2019-10-13T19:43:47.910Z] #20 7.661 [2019-10-13T19:43:48.598Z] #20 8.472 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-13T19:43:49.242Z] #20 9.042 [2019-10-13T19:43:49.242Z] #20 9.183 0.7% ######################################################################## 100.0% [2019-10-13T19:43:49.497Z] #20 9.404 [2019-10-13T19:43:50.461Z] #20 10.41 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-13T19:43:50.461Z] #20 10.53 skipping existing 1849cc453dee [2019-10-13T19:43:51.020Z] #20 10.76 [2019-10-13T19:43:51.834Z] --- PASS: TestServiceCreateInit (10.45s) [2019-10-13T19:43:51.834Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.18s) [2019-10-13T19:43:51.834Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-13T19:43:51.834Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.23s) [2019-10-13T19:43:51.834Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-13T19:43:51.834Z] === RUN TestCreateServiceMultipleTimes [2019-10-13T19:43:51.945Z] #20 11.71 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-13T19:43:51.959Z] --- PASS: TestDockerNetworkConnectAlias (6.91s) [2019-10-13T19:43:51.959Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-13T19:43:51.959Z] === RUN TestDockerNetworkReConnect [2019-10-13T19:43:52.199Z] #20 12.10 #=#=# [2019-10-13T19:43:52.454Z] #20 12.20 ######################################################################## 100.0% [2019-10-13T19:43:52.454Z] #20 12.43 [2019-10-13T19:43:52.618Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-13T19:43:52.708Z] #20 12.51 Download of images into '/build' complete. [2019-10-13T19:43:52.709Z] #20 12.51 Use something like the following to load the result into a Docker daemon: [2019-10-13T19:43:52.709Z] #20 12.51 tar -cC '/build' . | docker load [2019-10-13T19:43:52.709Z] #20 DONE 12.6s [2019-10-13T19:43:52.709Z] [2019-10-13T19:43:52.709Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-13T19:43:52.709Z] #33 0.846 [2019-10-13T19:43:52.709Z] #33 0.931 Removing bundles/ [2019-10-13T19:43:52.709Z] #33 0.937 [2019-10-13T19:43:52.709Z] #33 0.942 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-13T19:43:52.709Z] #33 1.546 Building test suite binary ./integration-cli/test.main [2019-10-13T19:43:54.482Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-13T19:43:55.259Z] #33 ... [2019-10-13T19:43:55.260Z] [2019-10-13T19:43:55.260Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-13T19:43:55.415Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-13T19:43:55.862Z] #21 DONE 0.9s [2019-10-13T19:43:55.863Z] [2019-10-13T19:43:55.863Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-13T19:43:55.863Z] #26 DONE 0.1s [2019-10-13T19:43:55.863Z] [2019-10-13T19:43:55.863Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-13T19:43:55.863Z] #27 DONE 0.1s [2019-10-13T19:43:55.863Z] [2019-10-13T19:43:55.863Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-13T19:43:55.863Z] #25 DONE 0.2s [2019-10-13T19:43:55.863Z] [2019-10-13T19:43:55.863Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-13T19:43:55.863Z] #28 DONE 0.1s [2019-10-13T19:43:55.863Z] [2019-10-13T19:43:55.863Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-13T19:43:56.785Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-13T19:43:57.043Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-13T19:43:57.974Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-13T19:43:59.354Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-13T19:44:00.724Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-13T19:44:00.724Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-13T19:44:00.724Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-13T19:44:00.724Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-13T19:44:00.724Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-13T19:44:00.982Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-13T19:44:01.239Z] --- PASS: TestDockerNetworkReConnect (9.54s) [2019-10-13T19:44:01.239Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-13T19:44:01.239Z] === RUN TestServicePlugin [2019-10-13T19:44:03.138Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-13T19:44:03.139Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-13T19:44:04.512Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-13T19:44:05.445Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-13T19:44:06.380Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-13T19:44:06.638Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/api/server/httputils 0.031s coverage: 14.7% of statements [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/api/server/middleware 0.014s coverage: 37.7% of statements [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/api/types/filters 0.061s coverage: 95.2% of statements [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 4.0% of statements [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/api/types/versions 0.032s coverage: 75.0% of statements [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-13T19:44:07.273Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-13T19:44:07.273Z] ok github.com/docker/docker/builder/dockerignore 0.007s coverage: 96.8% of statements [2019-10-13T19:44:09.996Z] ok github.com/docker/docker/cli/debug 0.033s coverage: 100.0% of statements [2019-10-13T19:44:10.816Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-13T19:44:12.710Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-13T19:44:12.931Z] ok github.com/docker/docker/builder/remotecontext/git 5.143s coverage: 85.1% of statements [2019-10-13T19:44:13.275Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-13T19:44:13.840Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-13T19:44:14.407Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-13T19:44:14.407Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-13T19:44:14.989Z] ok github.com/docker/docker/builder/remotecontext 0.624s coverage: 13.6% of statements [2019-10-13T19:44:15.340Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-13T19:44:16.482Z] ok github.com/docker/docker/builder/dockerfile 1.531s coverage: 48.2% of statements [2019-10-13T19:44:16.482Z] ? github.com/docker/docker/cli [no test files] [2019-10-13T19:44:16.482Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-13T19:44:17.869Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-13T19:44:17.869Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-13T19:44:17.869Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-13T19:44:18.372Z] --- PASS: TestCreateServiceMultipleTimes (25.46s) [2019-10-13T19:44:18.372Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-13T19:44:18.372Z] === RUN TestCreateServiceConflict [2019-10-13T19:44:18.800Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-13T19:44:19.731Z] === RUN TestDockerSuite/TestCommitChange [2019-10-13T19:44:20.272Z] --- PASS: TestCreateServiceConflict (3.15s) [2019-10-13T19:44:20.272Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-13T19:44:20.272Z] === RUN TestCreateServiceMaxReplicas [2019-10-13T19:44:20.298Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-13T19:44:21.229Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-13T19:44:22.160Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-13T19:44:22.564Z] #29 25.85 # github.com/docker/docker/contrib/httpserver [2019-10-13T19:44:22.564Z] #29 25.85 loadinternal: cannot find runtime/cgo [2019-10-13T19:44:22.564Z] #29 DONE 26.5s [2019-10-13T19:44:22.564Z] [2019-10-13T19:44:22.564Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-13T19:44:23.125Z] #33 ... [2019-10-13T19:44:23.125Z] [2019-10-13T19:44:23.125Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-13T19:44:23.379Z] #30 DONE 0.1s [2019-10-13T19:44:23.379Z] [2019-10-13T19:44:23.379Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-13T19:44:24.457Z] --- PASS: TestCreateServiceMaxReplicas (3.64s) [2019-10-13T19:44:24.458Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-13T19:44:24.458Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-13T19:44:24.691Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-13T19:44:24.931Z] ok github.com/docker/docker/client 1.006s coverage: 75.8% of statements [2019-10-13T19:44:26.587Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-13T19:44:27.519Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-13T19:44:29.413Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-13T19:44:29.977Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-13T19:44:31.871Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-13T19:44:32.802Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-13T19:44:32.802Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-13T19:44:32.802Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-13T19:44:32.802Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-13T19:44:32.802Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-13T19:44:32.802Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-13T19:44:33.059Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-13T19:44:34.955Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-13T19:44:36.324Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-13T19:44:36.324Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-13T19:44:37.255Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-13T19:44:37.255Z] --- PASS: TestServicePlugin (35.99s) [2019-10-13T19:44:37.255Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-13T19:44:37.255Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-13T19:44:37.255Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-13T19:44:37.255Z] plugin_test.go:62: [d2481dd97794c] joining swarm manager [d43d181fe03e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T19:44:37.255Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-13T19:44:37.255Z] plugin_test.go:65: [d12fbad5982b2] joining swarm manager [d43d181fe03e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T19:44:37.255Z] === RUN TestServiceUpdateLabel [2019-10-13T19:44:38.188Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-13T19:44:39.118Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-13T19:44:39.335Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.36s) [2019-10-13T19:44:39.335Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-13T19:44:39.335Z] === RUN TestCreateServiceSecretFileMode [2019-10-13T19:44:39.684Z] --- PASS: TestServiceUpdateLabel (2.18s) [2019-10-13T19:44:39.684Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-13T19:44:39.684Z] === RUN TestServiceUpdateSecrets [2019-10-13T19:44:39.684Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-13T19:44:40.616Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-13T19:44:40.616Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-13T19:44:40.616Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-13T19:44:41.547Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-13T19:44:41.547Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-13T19:44:41.547Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-13T19:44:41.806Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-13T19:44:41.806Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-13T19:44:42.618Z] --- PASS: TestCreateServiceSecretFileMode (3.24s) [2019-10-13T19:44:42.618Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-13T19:44:42.618Z] === RUN TestCreateServiceConfigFileMode [2019-10-13T19:44:42.737Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-13T19:44:43.301Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-13T19:44:44.231Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-13T19:44:44.231Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-13T19:44:45.902Z] --- PASS: TestCreateServiceConfigFileMode (3.23s) [2019-10-13T19:44:45.902Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-13T19:44:45.902Z] === RUN TestCreateServiceSysctls [2019-10-13T19:44:46.125Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-13T19:44:46.689Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-13T19:44:46.689Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-13T19:44:47.621Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-13T19:44:48.552Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-13T19:44:49.117Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-13T19:44:50.053Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-13T19:44:50.053Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-13T19:44:50.090Z] --- PASS: TestCreateServiceSysctls (4.29s) [2019-10-13T19:44:50.090Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-13T19:44:50.090Z] === RUN TestCreateServiceCapabilities [2019-10-13T19:44:50.993Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-13T19:44:51.558Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-13T19:44:52.489Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-13T19:44:52.489Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-13T19:44:53.420Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-13T19:44:54.277Z] --- PASS: TestCreateServiceCapabilities (3.40s) [2019-10-13T19:44:54.277Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-13T19:44:54.277Z] === RUN TestInspect [2019-10-13T19:44:54.790Z] --- PASS: TestServiceUpdateSecrets (15.13s) [2019-10-13T19:44:54.790Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-13T19:44:54.790Z] === RUN TestServiceUpdateConfigs [2019-10-13T19:44:55.047Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-13T19:44:56.943Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-13T19:44:56.943Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-13T19:44:56.943Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-13T19:44:56.943Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-13T19:44:56.943Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-13T19:44:57.561Z] --- PASS: TestInspect (3.46s) [2019-10-13T19:44:57.561Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-13T19:44:57.561Z] === RUN TestDockerNetworkConnectAlias [2019-10-13T19:44:57.884Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-13T19:45:03.138Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-13T19:45:03.138Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-13T19:45:04.069Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-13T19:45:04.069Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-13T19:45:04.069Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-13T19:45:04.123Z] --- PASS: TestDockerNetworkConnectAlias (7.18s) [2019-10-13T19:45:04.123Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-13T19:45:04.123Z] === RUN TestDockerNetworkReConnect [2019-10-13T19:45:07.342Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-13T19:45:07.906Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-13T19:45:09.278Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-13T19:45:09.278Z] --- PASS: TestServiceUpdateConfigs (14.66s) [2019-10-13T19:45:09.278Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-13T19:45:09.278Z] === RUN TestServiceUpdateNetwork [2019-10-13T19:45:10.683Z] --- PASS: TestDockerNetworkReConnect (5.75s) [2019-10-13T19:45:10.683Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-13T19:45:10.683Z] === RUN TestServicePlugin [2019-10-13T19:45:10.683Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-13T19:45:10.683Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:45:10.683Z] === RUN TestServiceUpdateLabel [2019-10-13T19:45:13.213Z] --- PASS: TestServiceUpdateLabel (3.15s) [2019-10-13T19:45:13.213Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-13T19:45:13.213Z] === RUN TestServiceUpdateSecrets [2019-10-13T19:45:14.534Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-13T19:45:14.534Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-13T19:45:16.428Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-13T19:45:17.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-13T19:45:20.329Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-13T19:45:21.773Z] ok github.com/docker/docker/cmd/dockerd 0.238s coverage: 30.3% of statements [2019-10-13T19:45:23.819Z] ok github.com/docker/docker/container 0.208s coverage: 35.3% of statements [2019-10-13T19:45:23.819Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-13T19:45:23.819Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-13T19:45:23.820Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-13T19:45:23.820Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-13T19:45:24.510Z] --- PASS: TestServiceUpdateNetwork (14.96s) [2019-10-13T19:45:24.511Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-13T19:45:24.511Z] PASS [2019-10-13T19:45:24.511Z] [2019-10-13T19:45:24.511Z] DONE 19 tests in 170.891s [2019-10-13T19:45:24.511Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-13T19:45:24.511Z] ++ 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 [2019-10-13T19:45:24.511Z] ++ set -e [2019-10-13T19:45:24.511Z] ++ '[' -n 0 ']' [2019-10-13T19:45:24.511Z] ++ set -x [2019-10-13T19:45:24.511Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:45:24.511Z] INFO: Testing against a local daemon [2019-10-13T19:45:24.511Z] === RUN TestSessionCreate [2019-10-13T19:45:24.511Z] --- PASS: TestSessionCreate (0.02s) [2019-10-13T19:45:24.511Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-13T19:45:24.511Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-13T19:45:24.511Z] PASS [2019-10-13T19:45:24.511Z] [2019-10-13T19:45:24.511Z] DONE 2 tests in 0.204s [2019-10-13T19:45:24.511Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-13T19:45:24.511Z] ++ 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 [2019-10-13T19:45:24.511Z] ++ set -e [2019-10-13T19:45:24.511Z] ++ '[' -n 0 ']' [2019-10-13T19:45:24.511Z] ++ set -x [2019-10-13T19:45:24.511Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:45:24.767Z] INFO: Testing against a local daemon [2019-10-13T19:45:24.767Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-13T19:45:24.767Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-13T19:45:24.767Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T19:45:24.767Z] === RUN TestEventsExecDie [2019-10-13T19:45:25.698Z] --- PASS: TestEventsExecDie (0.99s) [2019-10-13T19:45:25.698Z] === RUN TestEventsBackwardsCompatible [2019-10-13T19:45:25.698Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-13T19:45:25.698Z] === RUN TestInfoBinaryCommits [2019-10-13T19:45:25.698Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-10-13T19:45:25.698Z] === RUN TestInfoAPIVersioned [2019-10-13T19:45:25.698Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-13T19:45:25.698Z] === RUN TestInfoAPI [2019-10-13T19:45:25.956Z] --- PASS: TestInfoAPI (0.07s) [2019-10-13T19:45:25.956Z] === RUN TestInfoAPIWarnings [2019-10-13T19:45:26.887Z] --- PASS: TestInfoAPIWarnings (0.80s) [2019-10-13T19:45:26.887Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-13T19:45:26.887Z] === RUN TestLoginFailsWithBadCredentials [2019-10-13T19:45:26.887Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2019-10-13T19:45:26.887Z] === RUN TestPingCacheHeaders [2019-10-13T19:45:27.144Z] --- PASS: TestPingCacheHeaders (0.04s) [2019-10-13T19:45:27.144Z] === RUN TestPingGet [2019-10-13T19:45:27.144Z] --- PASS: TestPingGet (0.09s) [2019-10-13T19:45:27.144Z] === RUN TestPingHead [2019-10-13T19:45:27.144Z] --- PASS: TestPingHead (0.04s) [2019-10-13T19:45:27.144Z] === RUN TestVersion [2019-10-13T19:45:27.144Z] --- PASS: TestVersion (0.08s) [2019-10-13T19:45:27.144Z] PASS [2019-10-13T19:45:27.406Z] [2019-10-13T19:45:27.406Z] === Skipped [2019-10-13T19:45:27.406Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-13T19:45:27.406Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T19:45:27.406Z] [2019-10-13T19:45:27.406Z] [2019-10-13T19:45:27.406Z] DONE 12 tests, 1 skipped in 2.732s [2019-10-13T19:45:27.406Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-13T19:45:27.406Z] ++ 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 [2019-10-13T19:45:27.406Z] ++ set -e [2019-10-13T19:45:27.406Z] ++ '[' -n 0 ']' [2019-10-13T19:45:27.406Z] ++ set -x [2019-10-13T19:45:27.406Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:45:27.663Z] INFO: Testing against a local daemon [2019-10-13T19:45:27.663Z] === RUN TestVolumesCreateAndList [2019-10-13T19:45:27.663Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-13T19:45:27.663Z] === RUN TestVolumesRemove [2019-10-13T19:45:27.663Z] --- PASS: TestVolumesRemove (0.12s) [2019-10-13T19:45:27.663Z] === RUN TestVolumesInspect [2019-10-13T19:45:27.663Z] --- PASS: TestVolumesInspect (0.03s) [2019-10-13T19:45:27.663Z] === RUN TestVolumesInvalidJSON [2019-10-13T19:45:27.663Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-13T19:45:27.663Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-13T19:45:27.663Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-13T19:45:27.663Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-10-13T19:45:27.663Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-13T19:45:27.663Z] PASS [2019-10-13T19:45:27.663Z] [2019-10-13T19:45:27.663Z] DONE 5 tests in 0.436s [2019-10-13T19:45:27.663Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-13T19:45:28.239Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.062s coverage: 65.3% of statements [2019-10-13T19:45:28.290Z] ++++ cat bundles/test-integration/docker.pid [2019-10-13T19:45:28.290Z] +++ kill 5303 [2019-10-13T19:45:29.663Z] +++ /etc/init.d/apparmor stop [2019-10-13T19:45:29.663Z] Clearing AppArmor profiles cache:. [2019-10-13T19:45:29.663Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-13T19:45:29.663Z] Unloading profiles will leave already running processes permanently [2019-10-13T19:45:29.663Z] unconfined, which can lead to unexpected situations. [2019-10-13T19:45:29.663Z] [2019-10-13T19:45:29.663Z] To set a process to complain mode, use the command line tool [2019-10-13T19:45:29.663Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-13T19:45:29.663Z] with the 'teardown' option." [2019-10-13T19:45:29.663Z] [2019-10-13T19:45:34.951Z] --- PASS: TestServiceUpdateSecrets (15.48s) [2019-10-13T19:45:34.951Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-13T19:45:34.951Z] === RUN TestServiceUpdateConfigs [2019-10-13T19:45:35.612Z] ok github.com/docker/docker/daemon/cluster/convert 0.051s coverage: 35.8% of statements [2019-10-13T19:45:36.490Z] --- PASS: TestImportExtremelyLargeImageWorks (116.64s) [2019-10-13T19:45:36.490Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-13T19:45:36.490Z] PASS [2019-10-13T19:45:36.490Z] [2019-10-13T19:45:36.490Z] === Skipped [2019-10-13T19:45:36.490Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-13T19:45:36.490Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:45:36.490Z] [2019-10-13T19:45:36.490Z] [2019-10-13T19:45:36.490Z] DONE 12 tests, 1 skipped in 117.953s [2019-10-13T19:45:36.490Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-13T19:45:36.490Z] ++ 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 [2019-10-13T19:45:36.490Z] ++ set -e [2019-10-13T19:45:36.490Z] ++ '[' -n 0 ']' [2019-10-13T19:45:36.490Z] ++ set -x [2019-10-13T19:45:36.490Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:45:36.490Z] INFO: Testing against a local daemon [2019-10-13T19:45:36.490Z] === RUN TestNetworkCreateDelete [2019-10-13T19:45:36.490Z] --- PASS: TestNetworkCreateDelete (0.14s) [2019-10-13T19:45:36.490Z] === RUN TestDockerNetworkDeletePreferID [2019-10-13T19:45:36.490Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2019-10-13T19:45:36.490Z] === RUN TestInspectNetwork [2019-10-13T19:45:36.490Z] === RUN TestInspectNetwork/full_network_id [2019-10-13T19:45:36.490Z] === RUN TestInspectNetwork/partial_network_id [2019-10-13T19:45:36.490Z] === RUN TestInspectNetwork/network_name [2019-10-13T19:45:36.490Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-13T19:45:36.490Z] --- PASS: TestInspectNetwork (9.00s) [2019-10-13T19:45:36.490Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-13T19:45:36.490Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-13T19:45:36.490Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-13T19:45:36.490Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-13T19:45:36.490Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-13T19:45:36.490Z] === RUN TestRunContainerWithBridgeNone [2019-10-13T19:45:36.490Z] --- PASS: TestRunContainerWithBridgeNone (2.61s) [2019-10-13T19:45:36.490Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-13T19:45:36.490Z] === RUN TestNetworkInvalidJSON [2019-10-13T19:45:36.490Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-13T19:45:36.490Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-13T19:45:36.490Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:45:36.490Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:45:36.490Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:45:36.490Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:45:36.490Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-13T19:45:36.490Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T19:45:36.490Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T19:45:36.490Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-10-13T19:45:36.490Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-13T19:45:36.490Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-13T19:45:36.490Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-13T19:45:36.490Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-13T19:45:36.490Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-10-13T19:45:36.490Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-13T19:45:36.490Z] === RUN TestDaemonDefaultNetworkPools [2019-10-13T19:45:36.854Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2019-10-13T19:45:36.854Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-13T19:45:36.854Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-13T19:45:38.098Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2019-10-13T19:45:38.098Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-13T19:45:38.098Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-13T19:45:39.111Z] ok github.com/docker/docker/daemon/cluster 0.276s coverage: 0.5% of statements [2019-10-13T19:45:39.356Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2019-10-13T19:45:39.356Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-13T19:45:39.356Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-13T19:45:39.721Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2019-10-13T19:45:39.721Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-13T19:45:39.721Z] === RUN TestServiceWithPredefinedNetwork [2019-10-13T19:45:42.282Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-13T19:45:42.907Z] --- PASS: TestServiceWithPredefinedNetwork (2.97s) [2019-10-13T19:45:42.907Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-13T19:45:42.907Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-13T19:45:42.907Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T19:45:42.907Z] service_test.go:230: FLAKY_TEST [2019-10-13T19:45:42.907Z] === RUN TestServiceWithDataPathPortInit [2019-10-13T19:45:43.651Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-13T19:45:44.215Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-13T19:45:44.641Z] ok github.com/docker/docker/daemon/discovery 0.063s coverage: 30.0% of statements [2019-10-13T19:45:44.955Z] --- PASS: TestServiceUpdateConfigs (15.57s) [2019-10-13T19:45:44.955Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-13T19:45:44.955Z] === RUN TestServiceUpdateNetwork [2019-10-13T19:45:47.348Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2019-10-13T19:45:47.491Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-13T19:45:47.635Z] ok github.com/docker/docker/daemon/config 0.110s coverage: 84.6% of statements [2019-10-13T19:45:50.015Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-13T19:45:51.116Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-10-13T19:45:52.536Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-13T19:45:54.433Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-13T19:45:54.433Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-13T19:45:54.605Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.502s coverage: 13.6% of statements [2019-10-13T19:45:55.362Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-13T19:45:55.623Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.9% of statements [2019-10-13T19:45:56.292Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-13T19:45:57.662Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-13T19:45:57.670Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.880s coverage: 57.9% of statements [2019-10-13T19:45:58.227Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-13T19:45:58.689Z] ok github.com/docker/docker/daemon 12.583s coverage: 17.6% of statements [2019-10-13T19:45:58.689Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-13T19:45:58.689Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-13T19:45:58.689Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-13T19:45:58.689Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-13T19:45:59.171Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-13T19:45:59.425Z] --- PASS: TestServiceWithDataPathPortInit (15.99s) [2019-10-13T19:45:59.425Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T19:45:59.425Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T19:45:59.425Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-13T19:45:59.826Z] --- PASS: TestServiceUpdateNetwork (15.26s) [2019-10-13T19:45:59.826Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-13T19:45:59.826Z] PASS [2019-10-13T19:45:59.826Z] [2019-10-13T19:45:59.826Z] === Skipped [2019-10-13T19:45:59.826Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-10-13T19:45:59.826Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:45:59.826Z] [2019-10-13T19:45:59.826Z] [2019-10-13T19:45:59.826Z] DONE 19 tests, 1 skipped in 138.225s [2019-10-13T19:45:59.826Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-10-13T19:45:59.826Z] ++ 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 [2019-10-13T19:45:59.826Z] ++ set -e [2019-10-13T19:45:59.826Z] ++ '[' -n 0 ']' [2019-10-13T19:45:59.826Z] ++ set -x [2019-10-13T19:45:59.826Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:45:59.826Z] INFO: Testing against a local daemon [2019-10-13T19:45:59.826Z] === RUN TestSessionCreate [2019-10-13T19:45:59.826Z] --- PASS: TestSessionCreate (0.05s) [2019-10-13T19:45:59.826Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-13T19:45:59.826Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-13T19:45:59.826Z] PASS [2019-10-13T19:45:59.826Z] [2019-10-13T19:45:59.826Z] DONE 2 tests in 0.254s [2019-10-13T19:45:59.826Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-10-13T19:45:59.826Z] ++ 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 [2019-10-13T19:45:59.826Z] ++ set -e [2019-10-13T19:45:59.826Z] ++ '[' -n 0 ']' [2019-10-13T19:45:59.826Z] ++ set -x [2019-10-13T19:45:59.826Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:45:59.826Z] INFO: Testing against a local daemon [2019-10-13T19:45:59.826Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-13T19:45:59.826Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-10-13T19:45:59.826Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T19:45:59.826Z] === RUN TestEventsExecDie [2019-10-13T19:46:00.102Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-13T19:46:00.762Z] --- PASS: TestEventsExecDie (1.02s) [2019-10-13T19:46:00.762Z] === RUN TestEventsBackwardsCompatible [2019-10-13T19:46:01.020Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2019-10-13T19:46:01.020Z] === RUN TestInfoBinaryCommits [2019-10-13T19:46:01.021Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-13T19:46:01.021Z] === RUN TestInfoAPIVersioned [2019-10-13T19:46:01.021Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-13T19:46:01.021Z] === RUN TestInfoAPI [2019-10-13T19:46:01.021Z] --- PASS: TestInfoAPI (0.05s) [2019-10-13T19:46:01.021Z] === RUN TestInfoAPIWarnings [2019-10-13T19:46:01.473Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-13T19:46:02.396Z] --- PASS: TestInfoAPIWarnings (0.97s) [2019-10-13T19:46:02.396Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-13T19:46:02.396Z] === RUN TestLoginFailsWithBadCredentials [2019-10-13T19:46:02.404Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-13T19:46:02.654Z] --- PASS: TestLoginFailsWithBadCredentials (0.50s) [2019-10-13T19:46:02.654Z] === RUN TestPingCacheHeaders [2019-10-13T19:46:02.654Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-13T19:46:02.654Z] === RUN TestPingGet [2019-10-13T19:46:02.654Z] --- PASS: TestPingGet (0.03s) [2019-10-13T19:46:02.654Z] === RUN TestPingHead [2019-10-13T19:46:02.654Z] --- PASS: TestPingHead (0.05s) [2019-10-13T19:46:02.654Z] === RUN TestVersion [2019-10-13T19:46:02.654Z] --- PASS: TestVersion (0.05s) [2019-10-13T19:46:02.654Z] PASS [2019-10-13T19:46:02.654Z] [2019-10-13T19:46:02.654Z] === Skipped [2019-10-13T19:46:02.654Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-10-13T19:46:02.654Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T19:46:02.654Z] [2019-10-13T19:46:02.654Z] [2019-10-13T19:46:02.654Z] DONE 12 tests, 1 skipped in 3.069s [2019-10-13T19:46:02.912Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-13T19:46:02.912Z] ++ 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 [2019-10-13T19:46:02.912Z] ++ set -e [2019-10-13T19:46:02.912Z] ++ '[' -n 0 ']' [2019-10-13T19:46:02.912Z] ++ set -x [2019-10-13T19:46:02.912Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:02.913Z] INFO: Testing against a local daemon [2019-10-13T19:46:02.913Z] === RUN TestVolumesCreateAndList [2019-10-13T19:46:02.913Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-10-13T19:46:02.913Z] === RUN TestVolumesRemove [2019-10-13T19:46:03.117Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.448s coverage: 68.6% of statements [2019-10-13T19:46:03.170Z] --- PASS: TestVolumesRemove (0.13s) [2019-10-13T19:46:03.170Z] === RUN TestVolumesInspect [2019-10-13T19:46:03.170Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-13T19:46:03.170Z] === RUN TestVolumesInvalidJSON [2019-10-13T19:46:03.170Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-13T19:46:03.170Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-13T19:46:03.170Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-13T19:46:03.170Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-13T19:46:03.170Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-13T19:46:03.170Z] PASS [2019-10-13T19:46:03.170Z] [2019-10-13T19:46:03.170Z] DONE 5 tests in 0.432s [2019-10-13T19:46:03.170Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-13T19:46:03.333Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-13T19:46:03.705Z] #33 122.1 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-13T19:46:03.705Z] #33 124.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-13T19:46:03.705Z] #33 125.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-13T19:46:03.705Z] #33 127.4 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-13T19:46:03.705Z] #33 129.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-13T19:46:03.705Z] #33 130.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-13T19:46:03.705Z] #33 131.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-13T19:46:03.705Z] #33 133.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-13T19:46:03.705Z] #33 133.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-13T19:46:03.705Z] #33 134.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-13T19:46:03.705Z] #33 135.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-13T19:46:03.736Z] ++++ cat bundles/test-integration/docker.pid [2019-10-13T19:46:03.736Z] +++ kill 12923 [2019-10-13T19:46:04.264Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-13T19:46:04.280Z] #33 137.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-13T19:46:05.111Z] +++ /etc/init.d/apparmor stop [2019-10-13T19:46:05.111Z] Clearing AppArmor profiles cache:. [2019-10-13T19:46:05.111Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-13T19:46:05.111Z] Unloading profiles will leave already running processes permanently [2019-10-13T19:46:05.111Z] unconfined, which can lead to unexpected situations. [2019-10-13T19:46:05.111Z] [2019-10-13T19:46:05.111Z] To set a process to complain mode, use the command line tool [2019-10-13T19:46:05.111Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-13T19:46:05.111Z] with the 'teardown' option." [2019-10-13T19:46:05.111Z] [2019-10-13T19:46:05.166Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.921s coverage: 51.0% of statements [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-13T19:46:05.481Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-13T19:46:05.635Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-13T19:46:05.640Z] #33 138.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-13T19:46:05.793Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.144s coverage: 46.2% of statements [2019-10-13T19:46:05.793Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-13T19:46:06.566Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-13T19:46:07.111Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.03s) [2019-10-13T19:46:07.111Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-13T19:46:07.111Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0rapg6hyfqbsir9j32ibqzwf8 Created:2019-10-13 19:46:00.078493457 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[1a5881a969be24316ea3816204d5cef30255693ec4a6be966a037e7f14345f55:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hqseft0i9mx4c77flefc3uobe EndpointID:92d9bfa27abfcf7889b2fb69f2d947b3cae310daf35ece84eca447b3fc629e9e MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:edd981bf68a65c6b68d026985a518005b1da353b1f739853f801f5dbe4b1fa35 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:3da785115473 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hqseft0i9mx4c77flefc3uobe EndpointID:92d9bfa27abfcf7889b2fb69f2d947b3cae310daf35ece84eca447b3fc629e9e EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-13T19:46:07.111Z] PASS [2019-10-13T19:46:07.111Z] [2019-10-13T19:46:07.111Z] === Skipped [2019-10-13T19:46:07.111Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T19:46:07.111Z] service_test.go:230: FLAKY_TEST [2019-10-13T19:46:07.111Z] [2019-10-13T19:46:07.111Z] [2019-10-13T19:46:07.111Z] DONE 21 tests, 1 skipped in 44.002s [2019-10-13T19:46:07.112Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-13T19:46:07.112Z] ++ 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 [2019-10-13T19:46:07.112Z] ++ set -e [2019-10-13T19:46:07.112Z] ++ '[' -n 0 ']' [2019-10-13T19:46:07.112Z] ++ set -x [2019-10-13T19:46:07.112Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:07.112Z] INFO: Testing against a local daemon [2019-10-13T19:46:07.112Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-13T19:46:07.112Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.02s) [2019-10-13T19:46:07.112Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:46:07.112Z] === RUN TestDockerNetworkIpvlan [2019-10-13T19:46:07.112Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-13T19:46:07.112Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:46:07.112Z] PASS [2019-10-13T19:46:07.112Z] [2019-10-13T19:46:07.112Z] === Skipped [2019-10-13T19:46:07.112Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.02s) [2019-10-13T19:46:07.112Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:46:07.112Z] [2019-10-13T19:46:07.112Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-13T19:46:07.112Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-13T19:46:07.112Z] [2019-10-13T19:46:07.112Z] [2019-10-13T19:46:07.112Z] DONE 2 tests, 2 skipped in 0.112s [2019-10-13T19:46:07.112Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-13T19:46:07.112Z] ++ 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 [2019-10-13T19:46:07.112Z] ++ set -e [2019-10-13T19:46:07.112Z] ++ '[' -n 0 ']' [2019-10-13T19:46:07.112Z] ++ set -x [2019-10-13T19:46:07.112Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:07.112Z] INFO: Testing against a local daemon [2019-10-13T19:46:07.112Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-13T19:46:07.497Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-13T19:46:07.563Z] #33 140.6 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-13T19:46:07.665Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-13T19:46:07.836Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.672s coverage: 76.1% of statements [2019-10-13T19:46:07.836Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.130s coverage: 52.6% of statements [2019-10-13T19:46:07.836Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-13T19:46:07.836Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-13T19:46:08.373Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2019-10-13T19:46:08.373Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-13T19:46:08.373Z] === RUN TestDockerNetworkMacvlan Post stage [Pipeline] junit [2019-10-13T19:46:08.407Z] Recording test results [2019-10-13T19:46:08.531Z] #33 141.8 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-13T19:46:09.175Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-13T19:46:09.177Z] + echo Ensuring container killed. [2019-10-13T19:46:09.177Z] Ensuring container killed. [2019-10-13T19:46:09.177Z] + docker rm -vf docker-pr3 [2019-10-13T19:46:09.177Z] Error: No such container: docker-pr3 [2019-10-13T19:46:09.177Z] + true [Pipeline] sh [2019-10-13T19:46:09.207Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-13T19:46:09.207Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-13T19:46:09.207Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-13T19:46:09.207Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-13T19:46:09.392Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-13T19:46:09.468Z] + echo Chowning /workspace to jenkins user [2019-10-13T19:46:09.468Z] Chowning /workspace to jenkins user [2019-10-13T19:46:09.468Z] + id -u [2019-10-13T19:46:09.468Z] + id -g [2019-10-13T19:46:09.468Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40081:/workspace busybox chown -R 1000:1000 /workspace [2019-10-13T19:46:09.468Z] Unable to find image 'busybox:latest' locally [2019-10-13T19:46:09.728Z] latest: Pulling from library/busybox [2019-10-13T19:46:09.728Z] 20f390519e2a: Pulling fs layer [2019-10-13T19:46:09.888Z] ok github.com/docker/docker/daemon/links 0.023s coverage: 93.0% of statements [2019-10-13T19:46:09.888Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.051s coverage: 58.0% of statements [2019-10-13T19:46:09.962Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-13T19:46:09.986Z] 20f390519e2a: Download complete [2019-10-13T19:46:10.245Z] 20f390519e2a: Pull complete [2019-10-13T19:46:10.245Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-13T19:46:10.245Z] Status: Downloaded newer image for busybox:latest [2019-10-13T19:46:10.323Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-13T19:46:10.625Z] #33 143.5 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-13T19:46:11.210Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-13T19:46:11.226Z] #33 144.4 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-13T19:46:11.254Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-13T19:46:11.254Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-13T19:46:11.935Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.110s coverage: 3.0% of statements [2019-10-13T19:46:12.120Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-13T19:46:12.185Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-13T19:46:12.587Z] #33 145.5 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-13T19:46:12.752Z] === RUN TestDockerSuite/TestCpSpecialFiles [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-13T19:46:13.599Z] #33 146.6 [2019-10-13T19:46:13.742Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-13T19:46:13.842Z] + bundleName=arm64-integration [2019-10-13T19:46:13.842Z] + echo Creating arm64-integration-bundles.tar.gz [2019-10-13T19:46:13.842Z] Creating arm64-integration-bundles.tar.gz [2019-10-13T19:46:13.842Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2019-10-13T19:46:13.842Z] + 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 [2019-10-13T19:46:14.113Z] Archiving artifacts [2019-10-13T19:46:14.123Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-13T19:46:14.522Z] #33 DONE 147.5s [2019-10-13T19:46:14.522Z] [2019-10-13T19:46:14.522Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-13T19:46:14.711Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-13T19:46:14.968Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-13T19:46:16.153Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40081/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-13T19:46:16.339Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-13T19:46:16.365Z] ok github.com/docker/docker/daemon/logger 0.292s coverage: 42.7% of statements [2019-10-13T19:46:16.451Z] #34 DONE 1.9s [2019-10-13T19:46:16.482Z] + make clean [2019-10-13T19:46:17.407Z] ok github.com/docker/docker/daemon/logger/gelf 0.054s coverage: 68.2% of statements [2019-10-13T19:46:17.407Z] ok github.com/docker/docker/daemon/logger/awslogs 0.610s coverage: 77.8% of statements [2019-10-13T19:46:17.420Z] docker volume rm -f docker-dev-cache [2019-10-13T19:46:17.420Z] docker-dev-cache [Pipeline] deleteDir [2019-10-13T19:46:17.853Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-13T19:46:17.855Z] [2019-10-13T19:46:17.855Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-13T19:46:18.236Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-13T19:46:18.799Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-13T19:46:19.450Z] ok github.com/docker/docker/daemon/images 0.034s coverage: 4.9% of statements [2019-10-13T19:46:19.450Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-13T19:46:19.450Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-13T19:46:19.450Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-13T19:46:19.450Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-13T19:46:19.450Z] ok github.com/docker/docker/daemon/logger/journald 0.027s coverage: 26.2% of statements [2019-10-13T19:46:19.735Z] #35 DONE 1.8s [2019-10-13T19:46:19.735Z] [2019-10-13T19:46:19.735Z] #36 exporting to image [2019-10-13T19:46:19.735Z] #36 exporting layers [2019-10-13T19:46:19.737Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.053s coverage: 88.3% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-13T19:46:21.234Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.054s coverage: 62.1% of statements [2019-10-13T19:46:22.074Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-13T19:46:22.285Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-13T19:46:23.044Z] #36 exporting layers 3.5s done [2019-10-13T19:46:23.044Z] #36 writing image sha256:86c25d9f887f33c3d2a5a89534556267ac6e1d97fd801477a6bc22bf74711b87 done [2019-10-13T19:46:23.044Z] #36 naming to docker.io/library/moby-e2e-test done [2019-10-13T19:46:23.044Z] #36 DONE 3.5s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-13T19:46:23.404Z] + echo Ensuring container killed. [2019-10-13T19:46:23.404Z] Ensuring container killed. [2019-10-13T19:46:23.404Z] + docker rm -vf docker-pr3 [2019-10-13T19:46:23.404Z] Error: No such container: docker-pr3 [2019-10-13T19:46:23.404Z] + true [Pipeline] sh [2019-10-13T19:46:23.555Z] --- PASS: TestDockerNetworkMacvlan (15.16s) [2019-10-13T19:46:23.555Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:46:23.555Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-10-13T19:46:23.555Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:46:23.555Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2019-10-13T19:46:23.555Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:46:23.555Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.25s) [2019-10-13T19:46:23.555Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:46:23.555Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.21s) [2019-10-13T19:46:23.555Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:46:23.555Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.25s) [2019-10-13T19:46:23.555Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T19:46:23.555Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.86s) [2019-10-13T19:46:23.555Z] PASS [2019-10-13T19:46:23.555Z] [2019-10-13T19:46:23.555Z] DONE 8 tests in 16.693s [2019-10-13T19:46:23.555Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-13T19:46:23.555Z] ++ 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 [2019-10-13T19:46:23.555Z] ++ set -e [2019-10-13T19:46:23.555Z] ++ '[' -n 0 ']' [2019-10-13T19:46:23.555Z] ++ set -x [2019-10-13T19:46:23.555Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:23.555Z] testing: warning: no tests to run [2019-10-13T19:46:23.555Z] PASS [2019-10-13T19:46:23.555Z] [2019-10-13T19:46:23.555Z] DONE 0 tests in 0.068s [2019-10-13T19:46:23.555Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-13T19:46:23.555Z] ++ 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 [2019-10-13T19:46:23.555Z] ++ set -e [2019-10-13T19:46:23.555Z] ++ '[' -n 0 ']' [2019-10-13T19:46:23.555Z] ++ set -x [2019-10-13T19:46:23.555Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:23.700Z] + echo Chowning /workspace to jenkins user [2019-10-13T19:46:23.700Z] Chowning /workspace to jenkins user [2019-10-13T19:46:23.700Z] + id -u [2019-10-13T19:46:23.700Z] + id -g [2019-10-13T19:46:23.700Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40081:/workspace busybox chown -R 1000:1000 /workspace [2019-10-13T19:46:23.941Z] INFO: Testing against a local daemon [2019-10-13T19:46:23.942Z] === RUN TestAuthZPluginAllowRequest [2019-10-13T19:46:23.942Z] ok github.com/docker/docker/daemon/logger/local 0.089s coverage: 74.7% of statements [2019-10-13T19:46:23.942Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-13T19:46:24.230Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.061s coverage: 19.9% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-13T19:46:24.683Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-13T19:46:24.961Z] + bundleName=unit [2019-10-13T19:46:24.961Z] + echo Creating unit-bundles.tar.gz [2019-10-13T19:46:24.961Z] Creating unit-bundles.tar.gz [2019-10-13T19:46:24.961Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-13T19:46:24.961Z] bundles/junit-report.xml [2019-10-13T19:46:24.961Z] bundles/go-test-report.json [2019-10-13T19:46:24.961Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-13T19:46:25.012Z] Archiving artifacts [2019-10-13T19:46:25.445Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40081/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-13T19:46:25.722Z] ok github.com/docker/docker/daemon/logger/templates 0.011s coverage: 8.3% of statements [2019-10-13T19:46:25.762Z] --- PASS: TestAuthZPluginAllowRequest (1.64s) [2019-10-13T19:46:25.762Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-13T19:46:25.762Z] === RUN TestAuthZPluginTLS [2019-10-13T19:46:25.878Z] + make clean [2019-10-13T19:46:26.017Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 47.8% of statements [2019-10-13T19:46:26.129Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-10-13T19:46:26.129Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-13T19:46:26.129Z] === RUN TestAuthZPluginDenyRequest [2019-10-13T19:46:26.175Z] docker volume rm -f docker-dev-cache [2019-10-13T19:46:26.175Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [2019-10-13T19:46:26.496Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-13T19:46:26.496Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-13T19:46:26.496Z] === RUN TestAuthZPluginAPIDenyResponse [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-13T19:46:27.293Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-10-13T19:46:27.293Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-13T19:46:27.293Z] === RUN TestAuthZPluginDenyResponse [2019-10-13T19:46:27.325Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-13T19:46:27.507Z] ok github.com/docker/docker/daemon/network 0.035s coverage: 63.8% of statements [2019-10-13T19:46:27.507Z] ok github.com/docker/docker/daemon/logger/splunk 2.690s coverage: 84.5% of statements [2019-10-13T19:46:27.507Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-13T19:46:27.507Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-13T19:46:27.672Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-10-13T19:46:27.672Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-13T19:46:27.672Z] === RUN TestAuthZPluginAllowEventStream [2019-10-13T19:46:29.717Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2019-10-13T19:46:29.717Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-13T19:46:29.717Z] === RUN TestAuthZPluginErrorResponse [2019-10-13T19:46:29.860Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-13T19:46:30.149Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2019-10-13T19:46:30.150Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-13T19:46:30.150Z] === RUN TestAuthZPluginErrorRequest [2019-10-13T19:46:30.511Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2019-10-13T19:46:30.511Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-13T19:46:30.511Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-13T19:46:30.791Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-13T19:46:30.883Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-10-13T19:46:30.883Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-13T19:46:30.883Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-13T19:46:31.940Z] ok github.com/docker/docker/distribution/metadata 0.153s coverage: 48.2% of statements [2019-10-13T19:46:33.318Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.08s) [2019-10-13T19:46:33.319Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-13T19:46:33.319Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-13T19:46:33.440Z] ok github.com/docker/docker/errdefs 0.020s coverage: 49.4% of statements [2019-10-13T19:46:34.936Z] ok github.com/docker/docker/distribution 0.621s coverage: 22.4% of statements [2019-10-13T19:46:34.936Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-13T19:46:35.027Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-13T19:46:35.027Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-13T19:46:35.027Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-13T19:46:35.147Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.09s) [2019-10-13T19:46:35.147Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-13T19:46:35.147Z] === RUN TestAuthZPluginHeader [2019-10-13T19:46:35.950Z] --- PASS: TestAuthZPluginHeader (0.84s) [2019-10-13T19:46:35.950Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-13T19:46:35.950Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-13T19:46:35.950Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-13T19:46:35.950Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:35.950Z] === RUN TestAuthZPluginV2Disable [2019-10-13T19:46:35.950Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-13T19:46:35.950Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:35.950Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-13T19:46:35.950Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-13T19:46:35.950Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:35.950Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-13T19:46:35.950Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-13T19:46:35.950Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:35.950Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-13T19:46:35.962Z] ok github.com/docker/docker/distribution/xfer 1.685s coverage: 85.1% of statements [2019-10-13T19:46:35.962Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-13T19:46:36.045Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-13T19:46:36.045Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-13T19:46:38.023Z] ok github.com/docker/docker/image 0.157s coverage: 86.4% of statements [2019-10-13T19:46:38.310Z] ok github.com/docker/docker/image/cache 0.049s coverage: 19.2% of statements [2019-10-13T19:46:38.310Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-13T19:46:38.770Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-13T19:46:39.741Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-13T19:46:39.799Z] ok github.com/docker/docker/libcontainerd/queue 0.055s coverage: 100.0% of statements [2019-10-13T19:46:40.223Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-13T19:46:40.426Z] ok github.com/docker/docker/image/v1 0.049s coverage: 25.0% of statements [2019-10-13T19:46:40.426Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-13T19:46:40.787Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-13T19:46:41.055Z] ok github.com/docker/docker/pkg/aaparser 0.010s coverage: 50.0% of statements [2019-10-13T19:46:41.353Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-13T19:46:45.490Z] ok github.com/docker/docker/opts 0.092s coverage: 66.9% of statements [2019-10-13T19:46:45.544Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-13T19:46:45.544Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-13T19:46:45.544Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-13T19:46:45.544Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-13T19:46:45.544Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-13T19:46:45.544Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-13T19:46:46.114Z] ok github.com/docker/docker/pkg/authorization 0.962s coverage: 68.3% of statements [2019-10-13T19:46:46.114Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-10-13T19:46:46.612Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-13T19:46:47.135Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2019-10-13T19:46:47.177Z] === RUN TestDockerSuite/TestCpToDot [2019-10-13T19:46:48.107Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-13T19:46:48.157Z] ok github.com/docker/docker/pkg/archive 1.655s coverage: 77.3% of statements [2019-10-13T19:46:48.446Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2019-10-13T19:46:49.491Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2019-10-13T19:46:49.776Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2019-10-13T19:46:50.005Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-13T19:46:51.260Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-10-13T19:46:51.260Z] ok github.com/docker/docker/layer 7.665s coverage: 68.8% of statements [2019-10-13T19:46:51.260Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-13T19:46:51.260Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-13T19:46:51.260Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-13T19:46:51.260Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-13T19:46:51.260Z] ? github.com/docker/docker/oci [no test files] [2019-10-13T19:46:51.260Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-13T19:46:51.900Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-13T19:46:52.288Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-10-13T19:46:52.464Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-13T19:46:52.575Z] ok github.com/docker/docker/pkg/discovery/nodes 0.023s coverage: 93.8% of statements [2019-10-13T19:46:53.590Z] ok github.com/docker/docker/pkg/chrootarchive 4.403s coverage: 43.2% of statements [2019-10-13T19:46:53.590Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-13T19:46:53.590Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-13T19:46:53.919Z] ok github.com/docker/docker/pkg/fileutils 0.018s coverage: 89.5% of statements [2019-10-13T19:46:53.919Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2019-10-13T19:46:55.408Z] ok github.com/docker/docker/pkg/fsutils 0.390s coverage: 85.1% of statements [2019-10-13T19:46:55.694Z] ok github.com/docker/docker/pkg/homedir 0.022s coverage: 11.4% of statements [2019-10-13T19:46:55.694Z] ok github.com/docker/docker/pkg/discovery/kv 3.319s coverage: 84.1% of statements [2019-10-13T19:46:55.804Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-13T19:46:55.888Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s) [2019-10-13T19:46:55.888Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-13T19:46:55.888Z] PASS [2019-10-13T19:46:55.888Z] [2019-10-13T19:46:55.888Z] === Skipped [2019-10-13T19:46:55.888Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-13T19:46:55.888Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:55.888Z] [2019-10-13T19:46:55.888Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-13T19:46:55.888Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:55.888Z] [2019-10-13T19:46:55.888Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-13T19:46:55.888Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:55.888Z] [2019-10-13T19:46:55.888Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-13T19:46:55.888Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:55.888Z] [2019-10-13T19:46:55.888Z] [2019-10-13T19:46:55.888Z] DONE 17 tests, 4 skipped in 29.177s [2019-10-13T19:46:55.888Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-13T19:46:55.888Z] ++ 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 [2019-10-13T19:46:55.888Z] ++ set -e [2019-10-13T19:46:55.888Z] ++ '[' -n 0 ']' [2019-10-13T19:46:55.888Z] ++ set -x [2019-10-13T19:46:55.888Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:55.888Z] INFO: Testing against a local daemon [2019-10-13T19:46:55.888Z] === RUN TestPluginInvalidJSON [2019-10-13T19:46:55.888Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:46:55.888Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:46:55.888Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T19:46:55.888Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-13T19:46:55.888Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-13T19:46:55.888Z] PASS [2019-10-13T19:46:55.888Z] [2019-10-13T19:46:55.888Z] DONE 2 tests in 0.195s [2019-10-13T19:46:55.888Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-13T19:46:55.888Z] ++ 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 [2019-10-13T19:46:55.888Z] ++ set -e [2019-10-13T19:46:55.888Z] ++ '[' -n 0 ']' [2019-10-13T19:46:55.888Z] ++ set -x [2019-10-13T19:46:55.888Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:55.888Z] INFO: Testing against a local daemon [2019-10-13T19:46:55.888Z] === RUN TestExternalGraphDriver [2019-10-13T19:46:55.888Z] === RUN TestExternalGraphDriver/json [2019-10-13T19:46:55.888Z] === RUN TestExternalGraphDriver/spec [2019-10-13T19:46:56.368Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-13T19:46:57.321Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-13T19:46:57.693Z] === RUN TestExternalGraphDriver/pull [2019-10-13T19:46:57.742Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2019-10-13T19:46:57.742Z] ok github.com/docker/docker/pkg/locker 0.059s coverage: 88.9% of statements [2019-10-13T19:46:58.401Z] ok github.com/docker/docker/pkg/idtools 0.919s coverage: 70.1% of statements [2019-10-13T19:46:58.689Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2019-10-13T19:46:59.219Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-13T19:46:59.219Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-13T19:46:59.219Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-13T19:46:59.672Z] --- PASS: TestExternalGraphDriver (6.40s) [2019-10-13T19:46:59.672Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-13T19:46:59.672Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2019-10-13T19:46:59.672Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2019-10-13T19:46:59.672Z] --- PASS: TestExternalGraphDriver/pull (2.10s) [2019-10-13T19:46:59.672Z] === RUN TestGraphdriverPluginV2 [2019-10-13T19:46:59.672Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2019-10-13T19:46:59.672Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:59.672Z] PASS [2019-10-13T19:46:59.672Z] [2019-10-13T19:46:59.672Z] === Skipped [2019-10-13T19:46:59.672Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2019-10-13T19:46:59.672Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:46:59.672Z] [2019-10-13T19:46:59.672Z] [2019-10-13T19:46:59.672Z] DONE 5 tests, 1 skipped in 6.621s [2019-10-13T19:46:59.672Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-13T19:46:59.672Z] ++ 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 [2019-10-13T19:46:59.672Z] ++ set -e [2019-10-13T19:46:59.672Z] ++ '[' -n 0 ']' [2019-10-13T19:46:59.672Z] ++ set -x [2019-10-13T19:46:59.672Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:46:59.672Z] INFO: Testing against a local daemon [2019-10-13T19:46:59.672Z] === RUN TestContinueAfterPluginCrash [2019-10-13T19:46:59.672Z] === PAUSE TestContinueAfterPluginCrash [2019-10-13T19:46:59.672Z] === RUN TestDaemonStartWithLogOpt [2019-10-13T19:46:59.672Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-13T19:46:59.672Z] === CONT TestContinueAfterPluginCrash [2019-10-13T19:46:59.672Z] === CONT TestDaemonStartWithLogOpt [2019-10-13T19:46:59.725Z] ok github.com/docker/docker/pkg/ioutils 1.898s coverage: 69.3% of statements [2019-10-13T19:46:59.725Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-13T19:46:59.725Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2019-10-13T19:46:59.783Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-13T19:47:00.347Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2019-10-13T19:47:00.635Z] ok github.com/docker/docker/pkg/mount 0.915s coverage: 69.6% of statements [2019-10-13T19:47:00.635Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-13T19:47:00.713Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-13T19:47:00.713Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-13T19:47:00.713Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-13T19:47:00.713Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-13T19:47:00.922Z] ok github.com/docker/docker/pkg/parsers/kernel 0.060s coverage: 60.0% of statements [2019-10-13T19:47:01.210Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.054s coverage: 91.4% of statements [2019-10-13T19:47:01.499Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2019-10-13T19:47:01.499Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-13T19:47:01.499Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-13T19:47:01.655Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-13T19:47:01.912Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-13T19:47:01.912Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-13T19:47:02.169Z] === RUN TestDockerSuite/TestCreateRM [2019-10-13T19:47:02.505Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-13T19:47:02.505Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-13T19:47:02.505Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-13T19:47:02.762Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-13T19:47:02.997Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.038s coverage: 56.8% of statements [2019-10-13T19:47:04.029Z] ok github.com/docker/docker/pkg/pools 0.047s coverage: 88.2% of statements [2019-10-13T19:47:04.029Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2019-10-13T19:47:04.317Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2019-10-13T19:47:05.286Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-13T19:47:05.544Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-13T19:47:05.544Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-13T19:47:05.805Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2019-10-13T19:47:06.445Z] ok github.com/docker/docker/pkg/pubsub 1.197s coverage: 73.9% of statements [2019-10-13T19:47:06.733Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2019-10-13T19:47:07.759Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-10-13T19:47:08.045Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2019-10-13T19:47:08.667Z] ok github.com/docker/docker/pkg/symlink 0.034s coverage: 87.7% of statements [2019-10-13T19:47:08.954Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 80.0% of statements [2019-10-13T19:47:09.978Z] ok github.com/docker/docker/pkg/signal 4.022s coverage: 61.0% of statements [2019-10-13T19:47:10.603Z] ok github.com/docker/docker/pkg/system 0.064s coverage: 36.9% of statements [2019-10-13T19:47:10.603Z] ok github.com/docker/docker/pkg/tailfile 0.110s coverage: 88.6% of statements [2019-10-13T19:47:10.802Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-13T19:47:10.802Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-13T19:47:10.802Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-13T19:47:10.802Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-13T19:47:10.802Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-13T19:47:10.802Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-13T19:47:11.134Z] --- PASS: TestDaemonStartWithLogOpt (10.81s) [2019-10-13T19:47:11.134Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-13T19:47:11.366Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-13T19:47:12.098Z] testing: warning: no tests to run [2019-10-13T19:47:12.098Z] coverage: [no statements] [2019-10-13T19:47:12.098Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: [no statements] [no tests to run] [2019-10-13T19:47:12.098Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 85.9% of statements [2019-10-13T19:47:12.738Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-13T19:47:13.129Z] ok github.com/docker/docker/pkg/tarsum 0.210s coverage: 89.3% of statements [2019-10-13T19:47:13.129Z] ok github.com/docker/docker/pkg/truncindex 0.116s coverage: 91.5% of statements [2019-10-13T19:47:13.129Z] ok github.com/docker/docker/pkg/urlutil 0.006s coverage: 100.0% of statements [2019-10-13T19:47:13.669Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-13T19:47:14.149Z] ok github.com/docker/docker/pkg/useragent 0.046s coverage: 88.9% of statements [2019-10-13T19:47:15.562Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-13T19:47:15.644Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2019-10-13T19:47:16.185Z] --- PASS: TestContinueAfterPluginCrash (15.62s) [2019-10-13T19:47:16.185Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-13T19:47:16.185Z] PASS [2019-10-13T19:47:16.185Z] [2019-10-13T19:47:16.185Z] DONE 2 tests in 15.791s [2019-10-13T19:47:16.185Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-13T19:47:16.185Z] ++ 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 [2019-10-13T19:47:16.185Z] ++ set -e [2019-10-13T19:47:16.185Z] ++ '[' -n 0 ']' [2019-10-13T19:47:16.185Z] ++ set -x [2019-10-13T19:47:16.185Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:47:16.185Z] INFO: Testing against a local daemon [2019-10-13T19:47:16.185Z] === RUN TestPluginWithDevMounts [2019-10-13T19:47:16.185Z] === PAUSE TestPluginWithDevMounts [2019-10-13T19:47:16.185Z] === CONT TestPluginWithDevMounts [2019-10-13T19:47:16.932Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-13T19:47:17.687Z] ok github.com/docker/docker/reference 0.026s coverage: 84.4% of statements [2019-10-13T19:47:17.863Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-13T19:47:18.185Z] --- PASS: TestPluginWithDevMounts (2.11s) [2019-10-13T19:47:18.185Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-13T19:47:18.185Z] PASS [2019-10-13T19:47:18.185Z] [2019-10-13T19:47:18.185Z] DONE 1 tests in 2.309s [2019-10-13T19:47:18.185Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-13T19:47:18.185Z] ++ 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 [2019-10-13T19:47:18.185Z] ++ set -e [2019-10-13T19:47:18.185Z] ++ '[' -n 0 ']' [2019-10-13T19:47:18.185Z] ++ set -x [2019-10-13T19:47:18.185Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:47:18.185Z] INFO: Testing against a local daemon [2019-10-13T19:47:18.185Z] === RUN TestSecretInspect [2019-10-13T19:47:18.427Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-13T19:47:18.427Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-13T19:47:18.684Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-13T19:47:19.180Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 68.8% of statements [2019-10-13T19:47:19.615Z] === RUN TestDockerSuite/TestDockerFails [2019-10-13T19:47:19.615Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-13T19:47:19.615Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-13T19:47:19.615Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-13T19:47:19.803Z] ok github.com/docker/docker/plugin 0.588s coverage: 27.1% of statements [2019-10-13T19:47:20.707Z] --- PASS: TestSecretInspect (2.89s) [2019-10-13T19:47:20.707Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-13T19:47:20.707Z] === RUN TestSecretList [2019-10-13T19:47:20.987Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-13T19:47:21.335Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 45.3% of statements [2019-10-13T19:47:21.919Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-13T19:47:21.961Z] ok github.com/docker/docker/registry/resumable 0.045s coverage: 100.0% of statements [2019-10-13T19:47:23.455Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2019-10-13T19:47:23.743Z] ok github.com/docker/docker/registry 0.499s coverage: 56.3% of statements [2019-10-13T19:47:23.743Z] ok github.com/docker/docker/runconfig 0.023s coverage: 68.2% of statements [2019-10-13T19:47:23.814Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-13T19:47:23.814Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-13T19:47:23.814Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-13T19:47:23.814Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-13T19:47:23.870Z] --- PASS: TestSecretList (2.76s) [2019-10-13T19:47:23.870Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-13T19:47:23.870Z] === RUN TestSecretsCreateAndDelete [2019-10-13T19:47:26.461Z] --- PASS: TestSecretsCreateAndDelete (2.44s) [2019-10-13T19:47:26.461Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-13T19:47:26.461Z] === RUN TestSecretsUpdate [2019-10-13T19:47:27.231Z] ok github.com/docker/docker/volume/drivers 0.017s coverage: 36.1% of statements [2019-10-13T19:47:28.093Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-13T19:47:28.093Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-13T19:47:28.093Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-13T19:47:28.549Z] --- PASS: TestSecretsUpdate (2.54s) [2019-10-13T19:47:28.549Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-13T19:47:28.549Z] === RUN TestTemplatedSecret [2019-10-13T19:47:30.725Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.0% of statements [2019-10-13T19:47:30.725Z] ok github.com/docker/docker/volume/local 0.064s coverage: 73.0% of statements [2019-10-13T19:47:31.911Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-13T19:47:32.204Z] ok github.com/docker/docker/volume/service 0.033s coverage: 73.0% of statements [2019-10-13T19:47:32.666Z] --- PASS: TestTemplatedSecret (3.61s) [2019-10-13T19:47:32.666Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-13T19:47:32.666Z] === RUN TestSecretCreateResolve [2019-10-13T19:47:33.281Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-13T19:47:34.673Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-13T19:47:35.141Z] --- PASS: TestSecretCreateResolve (2.97s) [2019-10-13T19:47:35.141Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-13T19:47:35.141Z] PASS [2019-10-13T19:47:35.141Z] [2019-10-13T19:47:35.141Z] DONE 6 tests in 17.368s [2019-10-13T19:47:35.141Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-13T19:47:35.141Z] ++ 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 [2019-10-13T19:47:35.141Z] ++ set -e [2019-10-13T19:47:35.141Z] ++ '[' -n 0 ']' [2019-10-13T19:47:35.141Z] ++ set -x [2019-10-13T19:47:35.141Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:47:35.531Z] INFO: Testing against a local daemon [2019-10-13T19:47:35.531Z] === RUN TestServiceCreateInit [2019-10-13T19:47:35.531Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-13T19:47:36.568Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-13T19:47:39.003Z] ok github.com/docker/docker/pkg/plugins 33.657s coverage: 76.6% of statements [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/rootless [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/volume [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-13T19:47:39.003Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === Skipped [2019-10-13T19:47:39.003Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-13T19:47:39.003Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-13T19:47:39.003Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-13T19:47:39.003Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-13T19:47:39.003Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-13T19:47:39.003Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-13T19:47:39.003Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-13T19:47:39.003Z] graphtest_unix.go:73: No driver to put! [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-13T19:47:39.003Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-13T19:47:39.003Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] [2019-10-13T19:47:39.003Z] DONE 2114 tests, 20 skipped in 348.008s [2019-10-13T19:47:39.095Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput Post stage [Pipeline] junit [2019-10-13T19:47:39.340Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-13T19:47:40.444Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40081/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 -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:aa655a4d73693741cd3f8bc44566eb34585b3303 hack/make.sh dynbinary test-integration [2019-10-13T19:47:40.492Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-13T19:47:40.685Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-13T19:47:41.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-13T19:47:41.063Z] [2019-10-13T19:47:41.063Z] Removing bundles/ [2019-10-13T19:47:41.063Z] [2019-10-13T19:47:41.063Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-13T19:47:41.063Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:47:41.063Z] GOOS="" GOARCH="" GOARM="" [2019-10-13T19:47:41.314Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-13T19:47:42.245Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-13T19:47:43.618Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-13T19:47:44.185Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-13T19:47:45.117Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-13T19:47:45.795Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-13T19:47:45.795Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-13T19:47:45.795Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-13T19:47:46.026Z] --- PASS: TestServiceCreateInit (10.27s) [2019-10-13T19:47:46.026Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.06s) [2019-10-13T19:47:46.026Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-13T19:47:46.026Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.20s) [2019-10-13T19:47:46.026Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-13T19:47:46.026Z] === RUN TestCreateServiceMultipleTimes [2019-10-13T19:47:47.013Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-13T19:47:48.909Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-13T19:47:52.183Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-13T19:47:52.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-13T19:47:53.342Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-13T19:47:54.704Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-13T19:47:56.072Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-13T19:47:57.441Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-13T19:47:58.371Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-13T19:47:58.371Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-13T19:47:59.145Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-13T19:48:00.264Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-13T19:48:01.193Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-13T19:48:01.193Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-13T19:48:01.758Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-13T19:48:01.758Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-13T19:48:01.758Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-13T19:48:03.667Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-13T19:48:05.036Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-13T19:48:05.036Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-13T19:48:05.036Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-13T19:48:05.789Z] --- PASS: TestCreateServiceMultipleTimes (17.60s) [2019-10-13T19:48:05.789Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-13T19:48:05.789Z] === RUN TestCreateServiceConflict [2019-10-13T19:48:05.966Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-13T19:48:05.966Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-13T19:48:06.153Z] --- PASS: TestCreateServiceConflict (2.82s) [2019-10-13T19:48:06.153Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-13T19:48:06.153Z] === RUN TestCreateServiceMaxReplicas [2019-10-13T19:48:06.896Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-13T19:48:07.826Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-13T19:48:08.083Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-13T19:48:08.083Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-13T19:48:08.083Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-13T19:48:09.363Z] --- PASS: TestCreateServiceMaxReplicas (3.44s) [2019-10-13T19:48:09.363Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-13T19:48:09.363Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-13T19:48:09.478Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-13T19:48:09.976Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-13T19:48:10.541Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-13T19:48:11.471Z] === RUN TestDockerSuite/TestEventsRename [2019-10-13T19:48:12.403Z] === RUN TestDockerSuite/TestEventsResize [2019-10-13T19:48:13.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-13T19:48:13.333Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-13T19:48:14.265Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-13T19:48:15.196Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-13T19:48:16.127Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-13T19:48:18.062Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-13T19:48:18.062Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-13T19:48:19.402Z] === RUN TestDockerSuite/TestEventsTop [2019-10-13T19:48:20.334Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-13T19:48:22.855Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-13T19:48:23.869Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-13T19:48:23.869Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-13T19:48:23.869Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-13T19:48:24.750Z] === RUN TestDockerSuite/TestExec [2019-10-13T19:48:25.681Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-13T19:48:25.853Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.16s) [2019-10-13T19:48:25.853Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-13T19:48:25.853Z] === RUN TestCreateServiceSecretFileMode [2019-10-13T19:48:26.611Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-13T19:48:27.107Z] --- PASS: TestCreateServiceSecretFileMode (3.16s) [2019-10-13T19:48:27.108Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-13T19:48:27.108Z] === RUN TestCreateServiceConfigFileMode [2019-10-13T19:48:27.541Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-13T19:48:28.472Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-13T19:48:29.670Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-13T19:48:29.671Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-13T19:48:30.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-13T19:48:30.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-13T19:48:30.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-13T19:48:30.384Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-13T19:48:30.417Z] --- PASS: TestCreateServiceConfigFileMode (3.25s) [2019-10-13T19:48:30.417Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-13T19:48:30.417Z] === RUN TestCreateServiceSysctls [2019-10-13T19:48:30.955Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-13T19:48:31.886Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-13T19:48:32.816Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-13T19:48:33.746Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-13T19:48:34.639Z] --- PASS: TestCreateServiceSysctls (3.83s) [2019-10-13T19:48:34.639Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-13T19:48:34.639Z] === RUN TestCreateServiceCapabilities [2019-10-13T19:48:34.677Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-13T19:48:35.607Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-13T19:48:36.537Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-13T19:48:37.102Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-13T19:48:37.129Z] --- PASS: TestCreateServiceCapabilities (3.35s) [2019-10-13T19:48:37.129Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-13T19:48:37.129Z] === RUN TestInspect [2019-10-13T19:48:39.625Z] === RUN TestDockerSuite/TestExecEnv [2019-10-13T19:48:40.189Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-13T19:48:41.180Z] --- PASS: TestInspect (3.40s) [2019-10-13T19:48:41.180Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-13T19:48:41.180Z] === RUN TestDockerNetworkConnectAlias [2019-10-13T19:48:42.715Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-13T19:48:43.651Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-13T19:48:45.547Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-13T19:48:46.918Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-13T19:48:47.485Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-13T19:48:47.517Z] --- PASS: TestDockerNetworkConnectAlias (5.84s) [2019-10-13T19:48:47.517Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-13T19:48:47.517Z] === RUN TestDockerNetworkReConnect [2019-10-13T19:48:48.414Z] === RUN TestDockerSuite/TestExecParseError [2019-10-13T19:48:49.344Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-13T19:48:50.275Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-13T19:48:51.208Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-13T19:48:51.560Z] --- PASS: TestDockerNetworkReConnect (4.77s) [2019-10-13T19:48:51.560Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-13T19:48:51.560Z] === RUN TestServicePlugin [2019-10-13T19:48:51.560Z] --- SKIP: TestServicePlugin (0.01s) [2019-10-13T19:48:51.560Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:48:51.560Z] === RUN TestServiceUpdateLabel [2019-10-13T19:48:53.731Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-13T19:48:54.014Z] --- PASS: TestServiceUpdateLabel (2.39s) [2019-10-13T19:48:54.014Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-13T19:48:54.014Z] === RUN TestServiceUpdateSecrets [2019-10-13T19:48:54.296Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-13T19:48:55.669Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-13T19:49:00.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-13T19:49:03.788Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-13T19:49:03.827Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-13T19:49:04.284Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-13T19:49:04.741Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-13T19:49:06.278Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-13T19:49:06.278Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-13T19:49:07.063Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-13T19:49:07.628Z] === RUN TestDockerSuite/TestExecTTY [2019-10-13T19:49:09.000Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-13T19:49:10.485Z] --- PASS: TestServiceUpdateSecrets (15.40s) [2019-10-13T19:49:10.485Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-13T19:49:10.485Z] === RUN TestServiceUpdateConfigs [2019-10-13T19:49:10.898Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-13T19:49:11.829Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-13T19:49:12.056Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-13T19:49:12.394Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-13T19:49:12.394Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-13T19:49:12.524Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-13T19:49:12.524Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-13T19:49:12.524Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-13T19:49:14.057Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-13T19:49:14.917Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-13T19:49:15.021Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-13T19:49:15.479Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-13T19:49:15.847Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-13T19:49:15.937Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-13T19:49:16.394Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-13T19:49:16.779Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-13T19:49:17.709Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-13T19:49:19.080Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-13T19:49:22.211Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-13T19:49:23.744Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-13T19:49:23.744Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-13T19:49:24.331Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-13T19:49:24.708Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-13T19:49:26.860Z] --- PASS: TestServiceUpdateConfigs (15.64s) [2019-10-13T19:49:26.860Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-13T19:49:26.860Z] === RUN TestServiceUpdateNetwork [2019-10-13T19:49:29.582Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-13T19:49:29.582Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-10-13T19:49:30.953Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-13T19:49:36.236Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-13T19:49:36.800Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-13T19:49:36.800Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-13T19:49:36.800Z] === RUN TestDockerSuite/TestHealth [2019-10-13T19:49:39.509Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-13T19:49:39.509Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-13T19:49:39.509Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-13T19:49:40.454Z] --- PASS: TestServiceUpdateNetwork (14.11s) [2019-10-13T19:49:40.455Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-13T19:49:40.455Z] PASS [2019-10-13T19:49:40.455Z] [2019-10-13T19:49:40.455Z] === Skipped [2019-10-13T19:49:40.455Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2019-10-13T19:49:40.455Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:49:40.455Z] [2019-10-13T19:49:40.455Z] [2019-10-13T19:49:40.455Z] DONE 19 tests, 1 skipped in 123.660s [2019-10-13T19:49:40.455Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-13T19:49:40.455Z] ++ 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 [2019-10-13T19:49:40.455Z] ++ set -e [2019-10-13T19:49:40.455Z] ++ '[' -n 0 ']' [2019-10-13T19:49:40.455Z] ++ set -x [2019-10-13T19:49:40.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=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:49:40.455Z] INFO: Testing against a local daemon [2019-10-13T19:49:40.455Z] === RUN TestSessionCreate [2019-10-13T19:49:40.455Z] --- PASS: TestSessionCreate (0.03s) [2019-10-13T19:49:40.455Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-13T19:49:40.455Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-13T19:49:40.455Z] PASS [2019-10-13T19:49:40.455Z] [2019-10-13T19:49:40.455Z] DONE 2 tests in 0.215s [2019-10-13T19:49:40.455Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-13T19:49:40.455Z] ++ 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 [2019-10-13T19:49:40.455Z] ++ set -e [2019-10-13T19:49:40.455Z] ++ '[' -n 0 ']' [2019-10-13T19:49:40.455Z] ++ set -x [2019-10-13T19:49:40.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=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:49:40.455Z] INFO: Testing against a local daemon [2019-10-13T19:49:40.455Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-13T19:49:40.455Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-10-13T19:49:40.455Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T19:49:40.455Z] === RUN TestEventsExecDie [2019-10-13T19:49:40.455Z] --- PASS: TestEventsExecDie (0.94s) [2019-10-13T19:49:40.455Z] === RUN TestEventsBackwardsCompatible [2019-10-13T19:49:40.455Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-10-13T19:49:40.455Z] === RUN TestInfoBinaryCommits [2019-10-13T19:49:40.455Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-10-13T19:49:40.455Z] === RUN TestInfoAPIVersioned [2019-10-13T19:49:40.455Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-13T19:49:40.455Z] === RUN TestInfoAPI [2019-10-13T19:49:40.455Z] --- PASS: TestInfoAPI (0.02s) [2019-10-13T19:49:40.455Z] === RUN TestInfoAPIWarnings [2019-10-13T19:49:41.041Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-13T19:49:41.267Z] --- PASS: TestInfoAPIWarnings (0.85s) [2019-10-13T19:49:41.267Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-13T19:49:41.267Z] === RUN TestLoginFailsWithBadCredentials [2019-10-13T19:49:41.634Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2019-10-13T19:49:41.635Z] === RUN TestPingCacheHeaders [2019-10-13T19:49:41.635Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-13T19:49:41.635Z] === RUN TestPingGet [2019-10-13T19:49:41.635Z] --- PASS: TestPingGet (0.01s) [2019-10-13T19:49:41.635Z] === RUN TestPingHead [2019-10-13T19:49:41.635Z] --- PASS: TestPingHead (0.02s) [2019-10-13T19:49:41.635Z] === RUN TestVersion [2019-10-13T19:49:41.635Z] --- PASS: TestVersion (0.02s) [2019-10-13T19:49:41.635Z] PASS [2019-10-13T19:49:41.635Z] [2019-10-13T19:49:41.635Z] === Skipped [2019-10-13T19:49:41.635Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-10-13T19:49:41.635Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T19:49:41.635Z] [2019-10-13T19:49:41.635Z] [2019-10-13T19:49:41.635Z] DONE 12 tests, 1 skipped in 2.518s [2019-10-13T19:49:41.635Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-13T19:49:41.635Z] ++ 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 [2019-10-13T19:49:41.635Z] ++ set -e [2019-10-13T19:49:41.635Z] ++ '[' -n 0 ']' [2019-10-13T19:49:41.635Z] ++ set -x [2019-10-13T19:49:41.635Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:49:41.635Z] INFO: Testing against a local daemon [2019-10-13T19:49:41.635Z] === RUN TestVolumesCreateAndList [2019-10-13T19:49:41.635Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-10-13T19:49:41.635Z] === RUN TestVolumesRemove [2019-10-13T19:49:42.011Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-13T19:49:42.018Z] --- PASS: TestVolumesRemove (0.10s) [2019-10-13T19:49:42.018Z] === RUN TestVolumesInspect [2019-10-13T19:49:42.018Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-13T19:49:42.018Z] === RUN TestVolumesInvalidJSON [2019-10-13T19:49:42.018Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-13T19:49:42.018Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-13T19:49:42.018Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-13T19:49:42.018Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-13T19:49:42.018Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-13T19:49:42.018Z] PASS [2019-10-13T19:49:42.018Z] [2019-10-13T19:49:42.018Z] DONE 5 tests in 0.270s [2019-10-13T19:49:42.018Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-13T19:49:42.018Z] ++++ cat bundles/test-integration/docker.pid [2019-10-13T19:49:42.018Z] +++ kill 11422 [2019-10-13T19:49:42.474Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-13T19:49:42.474Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-13T19:49:43.385Z] +++ /etc/init.d/apparmor stop [2019-10-13T19:49:43.385Z] Clearing AppArmor profiles cache:. [2019-10-13T19:49:43.385Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-13T19:49:43.385Z] Unloading profiles will leave already running processes permanently [2019-10-13T19:49:43.385Z] unconfined, which can lead to unexpected situations. [2019-10-13T19:49:43.385Z] [2019-10-13T19:49:43.385Z] To set a process to complain mode, use the command line tool [2019-10-13T19:49:43.385Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-13T19:49:43.385Z] with the 'teardown' option." [2019-10-13T19:49:43.385Z] [2019-10-13T19:49:43.439Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-13T19:49:43.896Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-13T19:49:43.896Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-13T19:49:43.896Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir Post stage [Pipeline] junit [2019-10-13T19:49:45.433Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-13T19:49:47.173Z] + echo Ensuring container killed. [2019-10-13T19:49:47.173Z] Ensuring container killed. [2019-10-13T19:49:47.173Z] + docker rm -vf docker-pr3 [2019-10-13T19:49:47.173Z] Error: No such container: docker-pr3 [2019-10-13T19:49:47.173Z] + true [Pipeline] sh [2019-10-13T19:49:48.030Z] + echo Chowning /workspace to jenkins user [2019-10-13T19:49:48.030Z] Chowning /workspace to jenkins user [2019-10-13T19:49:48.030Z] + id -u [2019-10-13T19:49:48.030Z] + id -g [2019-10-13T19:49:48.030Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40081:/workspace busybox chown -R 1001:1001 /workspace [2019-10-13T19:49:48.030Z] Unable to find image 'busybox:latest' locally [2019-10-13T19:49:48.251Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-13T19:49:48.251Z] [2019-10-13T19:49:48.251Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-13T19:49:48.251Z] PKG_CONFIG=pkg-config [2019-10-13T19:49:48.251Z] GOLANG_VERSION=1.13.1 [2019-10-13T19:49:48.251Z] HOSTNAME=5c9c10248b25 [2019-10-13T19:49:48.251Z] DOCKER_EXPERIMENTAL=1 [2019-10-13T19:49:48.251Z] container=docker [2019-10-13T19:49:48.251Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-13T19:49:48.251Z] GO111MODULE=off [2019-10-13T19:49:48.251Z] GOPATH=/go [2019-10-13T19:49:48.251Z] PWD=/go/src/github.com/docker/docker [2019-10-13T19:49:48.251Z] HOME=/root [2019-10-13T19:49:48.251Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-13T19:49:48.251Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-13T19:49:48.251Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-13T19:49:48.251Z] DOCKER_GITCOMMIT=aa655a4d73693741cd3f8bc44566eb34585b3303 [2019-10-13T19:49:48.251Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-13T19:49:48.251Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-13T19:49:48.251Z] TERM=xterm [2019-10-13T19:49:48.251Z] VALIDATE_BRANCH=master [2019-10-13T19:49:48.251Z] DEST=bundles/test-integration [2019-10-13T19:49:48.251Z] SHLVL=1 [2019-10-13T19:49:48.251Z] TIMEOUT=120m [2019-10-13T19:49:48.251Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-13T19:49:48.251Z] DOCKER_PKG=github.com/docker/docker [2019-10-13T19:49:48.251Z] TESTDEBUG=0 [2019-10-13T19:49:48.251Z] _=/usr/bin/env [2019-10-13T19:49:48.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-13T19:49:48.395Z] latest: Pulling from library/busybox [2019-10-13T19:49:48.395Z] 6d4c3d9fc915: Pulling fs layer [2019-10-13T19:49:48.776Z] 6d4c3d9fc915: Verifying Checksum [2019-10-13T19:49:48.776Z] 6d4c3d9fc915: Download complete [2019-10-13T19:49:49.609Z] 6d4c3d9fc915: Pull complete [2019-10-13T19:49:49.609Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-13T19:49:49.609Z] Status: Downloaded newer image for busybox:latest [2019-10-13T19:49:49.691Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-13T19:49:52.235Z] + bundleName=s390x-integration [2019-10-13T19:49:52.235Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-13T19:49:52.235Z] Creating s390x-integration-bundles.tar.gz [2019-10-13T19:49:52.235Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-10-13T19:49:52.235Z] + 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 [2019-10-13T19:49:52.370Z] Archiving artifacts [2019-10-13T19:49:53.688Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40081/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-13T19:49:54.447Z] + make clean [2019-10-13T19:49:54.447Z] docker volume rm -f docker-dev-cache [2019-10-13T19:49:54.601Z] docker-dev-cache [Pipeline] deleteDir [2019-10-13T19:49:58.704Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-13T19:49:58.704Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-13T19:49:58.704Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-13T19:49:58.704Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-13T19:49:59.269Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-13T19:49:59.269Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-13T19:50:00.200Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-13T19:50:00.201Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-13T19:50:00.201Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-13T19:50:00.457Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-13T19:50:00.714Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-13T19:50:01.027Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-13T19:50:01.592Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-13T19:50:01.592Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-13T19:50:02.523Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-13T19:50:02.780Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-13T19:50:03.712Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-13T19:50:04.646Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-13T19:50:04.646Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-13T19:50:05.578Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-13T19:50:08.853Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-13T19:50:08.853Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-13T19:50:08.853Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-13T19:50:09.418Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-13T19:50:10.350Z] === RUN TestDockerSuite/TestImportFile [2019-10-13T19:50:12.248Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-13T19:50:12.248Z] === RUN TestDockerSuite/TestImportFileWithMessage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-13T19:50:14.776Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-13T19:50:16.673Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-13T19:50:18.570Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-13T19:50:19.143Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-13T19:50:19.721Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-13T19:50:20.285Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-13T19:50:21.216Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-13T19:50:22.587Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-13T19:50:23.520Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-13T19:50:24.084Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-13T19:50:24.084Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-13T19:50:24.341Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-13T19:50:24.341Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-13T19:50:24.904Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-13T19:50:25.835Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-13T19:50:26.766Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-13T19:50:27.698Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-13T19:50:28.631Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-13T19:50:29.565Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-13T19:50:30.497Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-13T19:50:30.497Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-13T19:50:32.182Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-13T19:50:32.182Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-13T19:50:32.394Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-13T19:50:32.641Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-13T19:50:32.959Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-13T19:50:33.889Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-13T19:50:33.889Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-13T19:50:35.261Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-13T19:50:35.261Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-13T19:50:35.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-13T19:50:35.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-13T19:50:36.197Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-13T19:50:36.455Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-13T19:50:37.386Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-13T19:50:38.323Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-13T19:50:39.255Z] === RUN TestDockerSuite/TestInspectImage [2019-10-13T19:50:39.255Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-13T19:50:39.255Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-13T19:50:39.255Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-13T19:50:40.188Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-13T19:50:40.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-13T19:50:41.122Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-13T19:50:41.379Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-13T19:50:41.637Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-13T19:50:42.201Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-13T19:50:43.132Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-13T19:50:45.004Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-13T19:50:45.004Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-13T19:50:45.004Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-13T19:50:45.004Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-13T19:50:45.035Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-13T19:50:45.035Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-13T19:50:45.035Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-13T19:50:45.461Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-13T19:50:45.461Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-13T19:50:45.966Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-13T19:50:46.897Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-13T19:50:48.269Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-13T19:50:48.833Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-13T19:50:49.763Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-13T19:50:50.695Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-13T19:50:51.259Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-10-13T19:50:51.516Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-13T19:50:52.447Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-13T19:50:53.378Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-13T19:50:53.943Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-13T19:50:53.943Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-13T19:50:54.507Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-13T19:50:56.401Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-13T19:50:57.333Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-13T19:50:58.265Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-13T19:51:00.162Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-13T19:51:00.419Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-13T19:51:02.314Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-13T19:51:03.686Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-10-13T19:51:05.057Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-13T19:51:07.580Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-13T19:51:07.580Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-13T19:51:09.477Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-10-13T19:51:10.041Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-13T19:51:10.611Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-13T19:51:11.571Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-13T19:51:15.420Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-13T19:51:15.420Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-13T19:51:15.420Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-13T19:51:19.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-13T19:51:19.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-13T19:51:19.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-13T19:51:21.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-13T19:51:22.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-13T19:51:23.756Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-13T19:51:25.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-13T19:51:26.277Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-13T19:51:27.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-13T19:51:28.170Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-13T19:51:29.101Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-13T19:51:30.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-13T19:51:31.626Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-13T19:51:31.626Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-13T19:51:31.883Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-13T19:51:31.883Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-13T19:51:31.883Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-13T19:51:33.256Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-13T19:51:33.820Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-13T19:51:35.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-13T19:51:35.717Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-13T19:51:36.522Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-13T19:51:36.522Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-13T19:51:37.485Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-13T19:51:37.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-13T19:51:38.240Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-13T19:51:38.804Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-13T19:51:39.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-13T19:51:41.208Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-13T19:51:43.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-13T19:51:44.058Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-13T19:51:44.103Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-13T19:51:44.622Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-13T19:51:44.622Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-13T19:51:45.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-13T19:51:45.992Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-13T19:51:46.275Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-13T19:51:46.556Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-13T19:51:47.119Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-13T19:51:47.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-13T19:51:48.495Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-13T19:51:49.585Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-13T19:51:49.585Z] Using test binary docker [2019-10-13T19:51:49.585Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-13T19:51:49.585Z] +++ /etc/init.d/apparmor start [2019-10-13T19:51:49.585Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-13T19:51:49.585Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-13T19:51:49.585Z] Warning failed to create cache: (null) [2019-10-13T19:51:49.585Z] . [2019-10-13T19:51:49.585Z] INFO: Waiting for daemon to start... [2019-10-13T19:51:49.585Z] Starting dockerd [2019-10-13T19:51:49.585Z] +++ 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 [2019-10-13T19:51:49.865Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-13T19:51:50.796Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-13T19:51:50.796Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-13T19:51:51.612Z] . [2019-10-13T19:51:51.612Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-13T19:51:51.896Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-13T19:51:51.896Z] Error: No such image: emptyfs [2019-10-13T19:51:51.896Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-13T19:51:51.896Z] ++++ docker load [2019-10-13T19:51:52.182Z] Running integration-test (iteration 1) [2019-10-13T19:51:52.182Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-13T19:51:52.182Z] ++ 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 [2019-10-13T19:51:52.182Z] ++ set -e [2019-10-13T19:51:52.182Z] ++ '[' -n 0 ']' [2019-10-13T19:51:52.182Z] ++ set -x [2019-10-13T19:51:52.182Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:51:54.071Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-13T19:51:54.635Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-13T19:51:55.198Z] === RUN TestDockerSuite/TestLogsSince [2019-10-13T19:52:03.292Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-13T19:52:03.855Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-13T19:52:07.128Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-13T19:52:07.441Z] Loaded image: buildpack-deps:jessie [2019-10-13T19:52:07.441Z] Loaded image: busybox:latest [2019-10-13T19:52:07.441Z] Loaded image: busybox:glibc [2019-10-13T19:52:07.441Z] Loaded image: debian:jessie [2019-10-13T19:52:07.441Z] Loaded image: hello-world:latest [2019-10-13T19:52:07.441Z] INFO: Testing against a local daemon [2019-10-13T19:52:07.441Z] === RUN TestCgroupNamespacesBuild [2019-10-13T19:52:08.059Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-13T19:52:08.450Z] --- PASS: TestCgroupNamespacesBuild (1.76s) [2019-10-13T19:52:08.450Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-13T19:52:08.450Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-13T19:52:08.991Z] === RUN TestDockerSuite/TestLogsTail [2019-10-13T19:52:09.922Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-13T19:52:10.493Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.66s) [2019-10-13T19:52:10.493Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-13T19:52:10.493Z] === RUN TestBuildWithSession [2019-10-13T19:52:10.493Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-13T19:52:10.493Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:52:10.493Z] === RUN TestBuildSquashParent [2019-10-13T19:52:10.852Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-13T19:52:10.852Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-13T19:52:11.781Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-13T19:52:12.345Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-13T19:52:13.276Z] === RUN TestDockerSuite/TestNetHostname [2019-10-13T19:52:13.842Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-13T19:52:15.738Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-13T19:52:15.995Z] === RUN TestDockerSuite/TestNetworkEvents [2019-10-13T19:52:16.000Z] --- PASS: TestBuildSquashParent (5.28s) [2019-10-13T19:52:16.000Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-13T19:52:16.000Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:52:16.000Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:52:16.000Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:52:16.000Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:52:16.000Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:52:16.000Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:52:16.000Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:52:16.000Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:52:16.000Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:52:16.000Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:52:16.000Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:52:16.000Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:52:16.000Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-13T19:52:16.000Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-13T19:52:16.000Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-13T19:52:16.000Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-13T19:52:17.373Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-13T19:52:17.373Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-13T19:52:18.708Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-13T19:52:18.708Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-13T19:52:20.647Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-13T19:52:20.745Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-10-13T19:52:20.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.01s) [2019-10-13T19:52:20.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.13s) [2019-10-13T19:52:20.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.14s) [2019-10-13T19:52:20.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.18s) [2019-10-13T19:52:20.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.26s) [2019-10-13T19:52:20.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.20s) [2019-10-13T19:52:20.745Z] === RUN TestBuildMultiStageCopy [2019-10-13T19:52:20.745Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-13T19:52:20.905Z] === RUN TestDockerSuite/TestPluginActive [2019-10-13T19:52:21.865Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-13T19:52:22.778Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-13T19:52:23.060Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-13T19:52:23.234Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-13T19:52:23.678Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-13T19:52:23.961Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-13T19:52:24.245Z] --- PASS: TestBuildMultiStageCopy (3.48s) [2019-10-13T19:52:24.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.91s) [2019-10-13T19:52:24.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.37s) [2019-10-13T19:52:24.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.39s) [2019-10-13T19:52:24.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.38s) [2019-10-13T19:52:24.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2019-10-13T19:52:24.245Z] === RUN TestBuildMultiStageParentConfig [2019-10-13T19:52:25.254Z] --- PASS: TestBuildMultiStageParentConfig (0.97s) [2019-10-13T19:52:25.254Z] === RUN TestBuildLabelWithTargets [2019-10-13T19:52:25.761Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-13T19:52:26.727Z] --- PASS: TestBuildLabelWithTargets (1.51s) [2019-10-13T19:52:26.727Z] === RUN TestBuildWithEmptyLayers [2019-10-13T19:52:27.743Z] --- PASS: TestBuildWithEmptyLayers (0.78s) [2019-10-13T19:52:27.743Z] === RUN TestBuildMultiStageOnBuild [2019-10-13T19:52:29.037Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-13T19:52:29.781Z] --- PASS: TestBuildMultiStageOnBuild (2.22s) [2019-10-13T19:52:29.781Z] === RUN TestBuildUncleanTarFilenames [2019-10-13T19:52:30.792Z] --- PASS: TestBuildUncleanTarFilenames (1.09s) [2019-10-13T19:52:30.792Z] === RUN TestBuildMultiStageLayerLeak [2019-10-13T19:52:30.932Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-13T19:52:30.932Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-13T19:52:32.826Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-13T19:52:33.083Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-13T19:52:33.484Z] --- PASS: TestBuildMultiStageLayerLeak (2.48s) [2019-10-13T19:52:33.484Z] === RUN TestBuildWithHugeFile [2019-10-13T19:52:36.359Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-13T19:52:38.884Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-13T19:52:39.815Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-13T19:52:41.710Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-13T19:52:45.889Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-13T19:52:46.668Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-13T19:52:46.668Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-13T19:52:46.668Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-13T19:52:48.411Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-13T19:52:50.306Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-13T19:52:51.675Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-13T19:52:53.050Z] === RUN TestDockerSuite/TestPortList [2019-10-13T19:52:59.603Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-13T19:53:02.880Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-13T19:53:03.812Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-13T19:53:05.184Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-13T19:53:06.552Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-13T19:53:09.828Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-13T19:53:13.103Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-13T19:53:13.103Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-13T19:53:13.103Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-13T19:53:13.668Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-13T19:53:13.668Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-13T19:53:14.600Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-13T19:53:14.600Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-13T19:53:14.600Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-13T19:53:15.530Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-13T19:53:15.530Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-13T19:53:17.426Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-13T19:53:17.426Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-13T19:53:18.356Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-13T19:53:20.881Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-13T19:53:22.775Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-13T19:53:22.775Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-13T19:53:22.775Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-13T19:53:26.951Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-13T19:53:27.208Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-13T19:53:31.389Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-13T19:53:31.389Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-13T19:53:36.645Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-13T19:53:36.645Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-13T19:53:39.925Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-13T19:53:45.179Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-13T19:53:47.059Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-13T19:53:48.026Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-13T19:53:48.455Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-13T19:53:48.990Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-13T19:53:49.822Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-13T19:53:52.343Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-13T19:53:53.712Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-13T19:53:55.611Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-13T19:53:57.547Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-13T19:53:58.112Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-13T19:54:00.633Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-13T19:54:01.198Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-13T19:54:01.762Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-13T19:54:02.019Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-13T19:54:02.950Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-13T19:54:05.486Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-13T19:54:08.009Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-13T19:54:08.940Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-13T19:54:08.940Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-13T19:54:09.503Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-13T19:54:09.503Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-13T19:54:09.762Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-13T19:54:10.568Z] --- PASS: TestBuildWithHugeFile (85.52s) [2019-10-13T19:54:10.568Z] === RUN TestBuildWithEmptyDockerfile [2019-10-13T19:54:10.568Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:54:10.568Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:54:10.568Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:54:10.568Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:54:10.568Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:54:10.568Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:54:10.568Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-13T19:54:10.568Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-13T19:54:10.568Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-13T19:54:10.568Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-10-13T19:54:10.568Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2019-10-13T19:54:10.568Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2019-10-13T19:54:10.568Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.33s) [2019-10-13T19:54:10.568Z] === RUN TestBuildPreserveOwnership [2019-10-13T19:54:10.568Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-13T19:54:10.568Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-13T19:54:10.568Z] --- PASS: TestBuildPreserveOwnership (4.87s) [2019-10-13T19:54:10.568Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.24s) [2019-10-13T19:54:10.568Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.62s) [2019-10-13T19:54:10.568Z] === RUN TestBuildPlatformInvalid [2019-10-13T19:54:10.568Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-10-13T19:54:10.568Z] PASS [2019-10-13T19:54:10.568Z] [2019-10-13T19:54:10.568Z] === Skipped [2019-10-13T19:54:10.568Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-10-13T19:54:10.568Z] build_session_test.go:25: TODO: BuildKit [2019-10-13T19:54:10.568Z] [2019-10-13T19:54:10.568Z] [2019-10-13T19:54:10.568Z] DONE 32 tests, 1 skipped in 132.257s [2019-10-13T19:54:10.568Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-13T19:54:10.568Z] ++ 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 [2019-10-13T19:54:10.568Z] ++ set -e [2019-10-13T19:54:10.568Z] ++ '[' -n 0 ']' [2019-10-13T19:54:10.568Z] ++ set -x [2019-10-13T19:54:10.568Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:54:10.568Z] INFO: Testing against a local daemon [2019-10-13T19:54:10.568Z] === RUN TestConfigList [2019-10-13T19:54:10.568Z] --- PASS: TestConfigList (2.25s) [2019-10-13T19:54:10.568Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-13T19:54:10.568Z] === RUN TestConfigsCreateAndDelete [2019-10-13T19:54:10.568Z] --- PASS: TestConfigsCreateAndDelete (2.19s) [2019-10-13T19:54:10.568Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-13T19:54:10.568Z] === RUN TestConfigsUpdate [2019-10-13T19:54:10.692Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-13T19:54:11.184Z] --- PASS: TestConfigsUpdate (2.20s) [2019-10-13T19:54:11.184Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-13T19:54:11.184Z] === RUN TestTemplatedConfig [2019-10-13T19:54:12.066Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-13T19:54:13.440Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-13T19:54:13.880Z] --- PASS: TestTemplatedConfig (2.80s) [2019-10-13T19:54:13.880Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-13T19:54:13.880Z] === RUN TestConfigInspect [2019-10-13T19:54:14.371Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-13T19:54:16.562Z] --- PASS: TestConfigInspect (2.21s) [2019-10-13T19:54:16.562Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-13T19:54:16.562Z] === RUN TestConfigCreateWithLabels [2019-10-13T19:54:18.590Z] --- PASS: TestConfigCreateWithLabels (2.17s) [2019-10-13T19:54:18.590Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-13T19:54:18.590Z] === RUN TestConfigCreateResolve [2019-10-13T19:54:19.279Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-13T19:54:20.618Z] --- PASS: TestConfigCreateResolve (2.25s) [2019-10-13T19:54:20.618Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-13T19:54:20.618Z] === RUN TestConfigDaemonLibtrustID [2019-10-13T19:54:20.918Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-13T19:54:21.238Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-13T19:54:21.238Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-13T19:54:21.238Z] PASS [2019-10-13T19:54:21.238Z] [2019-10-13T19:54:21.238Z] DONE 8 tests in 16.731s [2019-10-13T19:54:21.238Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-13T19:54:21.238Z] ++ 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 [2019-10-13T19:54:21.238Z] ++ set -e [2019-10-13T19:54:21.238Z] ++ '[' -n 0 ']' [2019-10-13T19:54:21.238Z] ++ set -x [2019-10-13T19:54:21.238Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:54:21.238Z] INFO: Testing against a local daemon [2019-10-13T19:54:21.238Z] === RUN TestCheckpoint [2019-10-13T19:54:21.238Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-13T19:54:21.238Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:54:21.238Z] === RUN TestContainerInvalidJSON [2019-10-13T19:54:21.238Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:54:21.238Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:54:21.238Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:54:21.238Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:54:21.238Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:54:21.238Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:54:21.238Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-13T19:54:21.238Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-13T19:54:21.238Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-13T19:54:21.238Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-10-13T19:54:21.238Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-13T19:54:21.238Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-13T19:54:21.238Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-13T19:54:21.238Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-13T19:54:21.522Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-13T19:54:21.522Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-13T19:54:21.522Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-10-13T19:54:21.522Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-13T19:54:21.522Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-10-13T19:54:21.522Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-13T19:54:21.522Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-10-13T19:54:21.522Z] === RUN TestCopyFromContainer [2019-10-13T19:54:22.817Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-13T19:54:23.383Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-13T19:54:23.582Z] === RUN TestCopyFromContainer// [2019-10-13T19:54:23.582Z] === RUN TestCopyFromContainer//bar/root [2019-10-13T19:54:23.582Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-13T19:54:23.582Z] === RUN TestCopyFromContainer/bar/quux [2019-10-13T19:54:23.582Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-13T19:54:23.866Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-13T19:54:23.866Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-13T19:54:23.866Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-13T19:54:23.866Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-13T19:54:24.150Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer (2.58s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-13T19:54:24.150Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-10-13T19:54:24.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-13T19:54:24.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:54:24.150Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:54:24.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:54:24.150Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:54:24.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:54:24.150Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:54:24.150Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-13T19:54:24.150Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-13T19:54:24.150Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-13T19:54:24.150Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-13T19:54:24.150Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-13T19:54:24.150Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-13T19:54:24.150Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-13T19:54:24.150Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-13T19:54:24.318Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-13T19:54:24.435Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-13T19:54:24.435Z] === RUN TestCreateWithInvalidEnv [2019-10-13T19:54:24.435Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-13T19:54:24.435Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-13T19:54:24.435Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-13T19:54:24.435Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-13T19:54:24.435Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-13T19:54:24.435Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-13T19:54:24.435Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-13T19:54:24.435Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-13T19:54:24.435Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-13T19:54:24.435Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-13T19:54:24.435Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-13T19:54:24.435Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-13T19:54:24.435Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-10-13T19:54:24.435Z] === RUN TestCreateTmpfsMountsTarget [2019-10-13T19:54:24.435Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-13T19:54:24.435Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-13T19:54:26.214Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCustomMaskedPaths (1.86s) [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:54:26.465Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-13T19:54:26.465Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-10-13T19:54:26.465Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-10-13T19:54:26.465Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-13T19:54:26.778Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-13T19:54:26.778Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-13T19:54:26.778Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-13T19:54:27.035Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-13T19:54:28.503Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.94s) [2019-10-13T19:54:28.503Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-13T19:54:28.503Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:54:28.503Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:54:28.503Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:54:28.503Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:54:28.504Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:54:28.504Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:54:28.504Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:54:28.504Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:54:28.504Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:54:28.504Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:54:28.504Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-13T19:54:28.504Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-13T19:54:28.504Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-13T19:54:28.504Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-13T19:54:28.504Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-13T19:54:28.504Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-13T19:54:28.504Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-10-13T19:54:28.504Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-13T19:54:28.504Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-10-13T19:54:28.504Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-13T19:54:28.504Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-13T19:54:28.504Z] === RUN TestContainerStartOnDaemonRestart [2019-10-13T19:54:28.504Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-13T19:54:28.504Z] === RUN TestDaemonRestartIpcMode [2019-10-13T19:54:28.504Z] === PAUSE TestDaemonRestartIpcMode [2019-10-13T19:54:28.504Z] === RUN TestDiff [2019-10-13T19:54:29.123Z] --- PASS: TestDiff (0.70s) [2019-10-13T19:54:29.123Z] === RUN TestExecWithCloseStdin [2019-10-13T19:54:30.135Z] --- PASS: TestExecWithCloseStdin (0.86s) [2019-10-13T19:54:30.135Z] === RUN TestExec [2019-10-13T19:54:30.309Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-13T19:54:30.754Z] --- PASS: TestExec (0.85s) [2019-10-13T19:54:30.754Z] === RUN TestExecUser [2019-10-13T19:54:31.638Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-13T19:54:31.678Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-13T19:54:31.767Z] --- PASS: TestExecUser (0.88s) [2019-10-13T19:54:31.767Z] === RUN TestExportContainerAndImportImage [2019-10-13T19:54:32.786Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2019-10-13T19:54:32.786Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-13T19:54:34.263Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2019-10-13T19:54:34.263Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-13T19:54:34.263Z] === RUN TestHealthCheckWorkdir [2019-10-13T19:54:35.274Z] --- PASS: TestHealthCheckWorkdir (1.08s) [2019-10-13T19:54:35.274Z] === RUN TestHealthKillContainer [2019-10-13T19:54:35.893Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-13T19:54:37.261Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-13T19:54:37.261Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-13T19:54:37.261Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-13T19:54:38.739Z] --- PASS: TestHealthKillContainer (2.82s) [2019-10-13T19:54:38.739Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-13T19:54:38.739Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2019-10-13T19:54:38.739Z] === RUN TestIpcModeNone [2019-10-13T19:54:39.751Z] --- PASS: TestIpcModeNone (0.85s) [2019-10-13T19:54:39.751Z] === RUN TestIpcModePrivate [2019-10-13T19:54:40.369Z] --- PASS: TestIpcModePrivate (0.81s) [2019-10-13T19:54:40.369Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:63, shared: false, mustBeShared: false [2019-10-13T19:54:40.369Z] === RUN TestIpcModeShareable [2019-10-13T19:54:41.381Z] --- PASS: TestIpcModeShareable (0.85s) [2019-10-13T19:54:41.381Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:57, shared: true, mustBeShared: true [2019-10-13T19:54:41.381Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-13T19:54:41.435Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-13T19:54:42.365Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-13T19:54:42.366Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-13T19:54:43.997Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-13T19:54:44.061Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.51s) [2019-10-13T19:54:44.061Z] === RUN TestAPIIpcModeHost [2019-10-13T19:54:44.259Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-13T19:54:44.680Z] --- PASS: TestAPIIpcModeHost (0.65s) [2019-10-13T19:54:44.680Z] === RUN TestDaemonIpcModeShareable [2019-10-13T19:54:45.188Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-13T19:54:46.119Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-13T19:54:46.203Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2019-10-13T19:54:46.204Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-13T19:54:46.204Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true [2019-10-13T19:54:46.204Z] === RUN TestDaemonIpcModePrivate [2019-10-13T19:54:47.052Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-13T19:54:48.236Z] --- PASS: TestDaemonIpcModePrivate (1.75s) [2019-10-13T19:54:48.236Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-13T19:54:48.236Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false [2019-10-13T19:54:48.236Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-13T19:54:48.422Z] === RUN TestDockerSuite/TestRmiTag [2019-10-13T19:54:48.422Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-13T19:54:49.353Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-13T19:54:49.720Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2019-10-13T19:54:49.720Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-13T19:54:49.720Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false [2019-10-13T19:54:49.720Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-13T19:54:51.750Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2019-10-13T19:54:51.750Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-13T19:54:51.750Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true [2019-10-13T19:54:51.750Z] === RUN TestIpcModeOlderClient [2019-10-13T19:54:51.750Z] === PAUSE TestIpcModeOlderClient [2019-10-13T19:54:51.750Z] === RUN TestKillContainerInvalidSignal [2019-10-13T19:54:52.380Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2019-10-13T19:54:52.380Z] === RUN TestKillContainer [2019-10-13T19:54:52.380Z] === RUN TestKillContainer/no_signal [2019-10-13T19:54:52.996Z] === RUN TestKillContainer/non_killing_signal [2019-10-13T19:54:53.531Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-13T19:54:53.614Z] === RUN TestKillContainer/killing_signal [2019-10-13T19:54:54.462Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-13T19:54:54.462Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-13T19:54:54.628Z] --- PASS: TestKillContainer (2.15s) [2019-10-13T19:54:54.628Z] --- PASS: TestKillContainer/no_signal (0.70s) [2019-10-13T19:54:54.628Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2019-10-13T19:54:54.628Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2019-10-13T19:54:54.628Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-13T19:54:54.628Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-13T19:54:55.245Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-13T19:54:55.394Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-13T19:54:55.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.40s) [2019-10-13T19:54:55.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.66s) [2019-10-13T19:54:55.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2019-10-13T19:54:55.864Z] === RUN TestKillStoppedContainer [2019-10-13T19:54:55.864Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-13T19:54:55.864Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-13T19:54:55.957Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-13T19:54:56.148Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-13T19:54:56.148Z] === RUN TestKillDifferentUserContainer [2019-10-13T19:54:56.766Z] --- PASS: TestKillDifferentUserContainer (0.70s) [2019-10-13T19:54:56.766Z] === RUN TestInspectOomKilledTrue [2019-10-13T19:54:57.329Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-13T19:54:57.586Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-13T19:54:58.246Z] --- PASS: TestInspectOomKilledTrue (1.27s) [2019-10-13T19:54:58.246Z] === RUN TestInspectOomKilledFalse [2019-10-13T19:54:58.518Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-13T19:54:58.775Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-13T19:54:58.866Z] --- PASS: TestInspectOomKilledFalse (0.65s) [2019-10-13T19:54:58.866Z] === RUN TestLinksEtcHostsContentMatch [2019-10-13T19:54:59.484Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-10-13T19:54:59.484Z] === RUN TestLinksContainerNames [2019-10-13T19:54:59.706Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-13T19:54:59.706Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-13T19:55:00.270Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-13T19:55:00.957Z] --- PASS: TestLinksContainerNames (1.37s) [2019-10-13T19:55:00.957Z] === RUN TestLogsFollowTailEmpty [2019-10-13T19:55:01.618Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2019-10-13T19:55:01.618Z] === RUN TestContainerNetworkMountsNoChown [2019-10-13T19:55:02.165Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-13T19:55:02.237Z] --- PASS: TestContainerNetworkMountsNoChown (0.63s) [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/default [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/default [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/private [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/private [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rprivate [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/slave [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/slave [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rslave [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/shared [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/shared [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rshared [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rshared [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/private [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/default [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rprivate [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/slave [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/shared [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rslave [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:55:02.237Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:55:02.237Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-13T19:55:02.237Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-13T19:55:02.521Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-13T19:55:02.521Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-13T19:55:02.521Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-13T19:55:02.521Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-10-13T19:55:02.521Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-10-13T19:55:02.521Z] === RUN TestContainerBindMountNonRecursive [2019-10-13T19:55:02.730Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-13T19:55:03.661Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-13T19:55:04.002Z] --- PASS: TestContainerBindMountNonRecursive (1.64s) [2019-10-13T19:55:04.002Z] === RUN TestNetworkNat [2019-10-13T19:55:04.592Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-13T19:55:05.019Z] --- PASS: TestNetworkNat (0.75s) [2019-10-13T19:55:05.019Z] === RUN TestNetworkLocalhostTCPNat [2019-10-13T19:55:05.651Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s) [2019-10-13T19:55:05.651Z] === RUN TestNetworkLoopbackNat [2019-10-13T19:55:06.489Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-13T19:55:06.666Z] --- PASS: TestNetworkLoopbackNat (0.97s) [2019-10-13T19:55:06.666Z] === RUN TestPause [2019-10-13T19:55:07.288Z] --- PASS: TestPause (0.79s) [2019-10-13T19:55:07.288Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-13T19:55:07.288Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:55:07.288Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:55:07.288Z] === RUN TestPauseStopPausedContainer [2019-10-13T19:55:07.862Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-13T19:55:08.297Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2019-10-13T19:55:08.297Z] === RUN TestPsFilter [2019-10-13T19:55:08.297Z] --- PASS: TestPsFilter (0.21s) [2019-10-13T19:55:08.297Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-13T19:55:08.793Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-13T19:55:08.914Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2019-10-13T19:55:08.914Z] === RUN TestRemoveContainerWithVolume [2019-10-13T19:55:09.724Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-13T19:55:09.921Z] --- PASS: TestRemoveContainerWithVolume (0.71s) [2019-10-13T19:55:09.921Z] === RUN TestRemoveContainerRunning [2019-10-13T19:55:10.538Z] --- PASS: TestRemoveContainerRunning (0.72s) [2019-10-13T19:55:10.538Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-13T19:55:10.655Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-13T19:55:11.163Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s) [2019-10-13T19:55:11.163Z] === RUN TestRemoveInvalidContainer [2019-10-13T19:55:11.163Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-10-13T19:55:11.163Z] === RUN TestRenameLinkedContainer [2019-10-13T19:55:11.587Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-13T19:55:12.518Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-13T19:55:13.449Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-13T19:55:14.013Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-13T19:55:14.030Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-13T19:55:14.630Z] --- PASS: TestRenameLinkedContainer (2.81s) [2019-10-13T19:55:14.630Z] === RUN TestRenameStoppedContainer [2019-10-13T19:55:14.630Z] --- PASS: TestRenameStoppedContainer (0.66s) [2019-10-13T19:55:14.630Z] === RUN TestRenameRunningContainerAndReuse [2019-10-13T19:55:15.382Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-13T19:55:16.107Z] --- PASS: TestRenameRunningContainerAndReuse (1.38s) [2019-10-13T19:55:16.107Z] === RUN TestRenameInvalidName [2019-10-13T19:55:16.314Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-13T19:55:16.721Z] --- PASS: TestRenameInvalidName (0.67s) [2019-10-13T19:55:16.721Z] === RUN TestRenameAnonymousContainer [2019-10-13T19:55:17.246Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-13T19:55:17.810Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-13T19:55:17.810Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-13T19:55:19.404Z] --- PASS: TestRenameAnonymousContainer (2.45s) [2019-10-13T19:55:19.404Z] === RUN TestRenameContainerWithSameName [2019-10-13T19:55:20.026Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2019-10-13T19:55:20.026Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-13T19:55:20.333Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-13T19:55:20.896Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-13T19:55:21.507Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2019-10-13T19:55:21.507Z] === RUN TestResize [2019-10-13T19:55:21.826Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-13T19:55:22.123Z] --- PASS: TestResize (0.75s) [2019-10-13T19:55:22.123Z] === RUN TestResizeWithInvalidSize [2019-10-13T19:55:22.741Z] --- PASS: TestResizeWithInvalidSize (0.70s) [2019-10-13T19:55:22.741Z] === RUN TestResizeWhenContainerNotStarted [2019-10-13T19:55:22.757Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-13T19:55:23.321Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-13T19:55:23.360Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s) [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:55:23.360Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:55:23.360Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:55:23.360Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-13T19:55:23.360Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-13T19:55:23.360Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-13T19:55:23.360Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:55:23.578Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-13T19:55:24.141Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-13T19:55:25.072Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-13T19:55:26.002Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-13T19:55:26.075Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:55:26.391Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-13T19:55:26.567Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-13T19:55:26.698Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-13T19:55:26.986Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-13T19:55:27.497Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-13T19:55:27.497Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-13T19:55:27.635Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-13T19:55:27.927Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-13T19:55:28.427Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-13T19:55:28.427Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-13T19:55:28.954Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-13T19:55:28.954Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-13T19:55:29.359Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-13T19:55:30.290Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-13T19:55:30.998Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-13T19:55:31.251Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-13T19:55:32.193Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-13T19:55:32.193Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-13T19:55:32.757Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-13T19:55:33.014Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.17s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.46s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.50s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.04s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.43s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.06s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.03s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.21s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.37s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.13s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.64s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-13T19:55:33.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.68s) [2019-10-13T19:55:33.693Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-13T19:55:33.693Z] === RUN TestCgroupNamespacesRun [2019-10-13T19:55:34.910Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-13T19:55:35.193Z] --- PASS: TestCgroupNamespacesRun (1.77s) [2019-10-13T19:55:35.193Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-13T19:55:35.193Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-13T19:55:36.688Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-13T19:55:36.808Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-13T19:55:37.225Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.75s) [2019-10-13T19:55:37.225Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-13T19:55:37.225Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-13T19:55:38.176Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-13T19:55:38.703Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s) [2019-10-13T19:55:38.703Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-13T19:55:38.703Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-13T19:55:39.106Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-13T19:55:40.037Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-13T19:55:40.603Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-13T19:55:40.737Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) [2019-10-13T19:55:40.737Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-13T19:55:40.737Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-13T19:55:41.274Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-13T19:55:41.275Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-13T19:55:42.205Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-13T19:55:42.217Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.69s) [2019-10-13T19:55:42.217Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-13T19:55:42.217Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-13T19:55:43.242Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-10-13T19:55:43.242Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-13T19:55:43.242Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-13T19:55:43.863Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2019-10-13T19:55:43.863Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-13T19:55:43.863Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-13T19:55:44.730Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-13T19:55:45.902Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2019-10-13T19:55:45.902Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-13T19:55:45.902Z] === RUN TestKernelTCPMemory [2019-10-13T19:55:46.522Z] --- PASS: TestKernelTCPMemory (0.88s) [2019-10-13T19:55:46.522Z] === RUN TestNISDomainname [2019-10-13T19:55:47.533Z] --- PASS: TestNISDomainname (1.02s) [2019-10-13T19:55:47.533Z] === RUN TestHostnameDnsResolution [2019-10-13T19:55:48.003Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-13T19:55:48.003Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-13T19:55:48.933Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-13T19:55:49.020Z] --- PASS: TestHostnameDnsResolution (1.15s) [2019-10-13T19:55:49.020Z] === RUN TestStats [2019-10-13T19:55:51.453Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-13T19:55:51.705Z] --- PASS: TestStats (2.57s) [2019-10-13T19:55:51.705Z] === RUN TestStopContainerWithTimeout [2019-10-13T19:55:51.705Z] === RUN TestStopContainerWithTimeout/0 [2019-10-13T19:55:51.705Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-13T19:55:51.705Z] === RUN TestStopContainerWithTimeout/1 [2019-10-13T19:55:51.705Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-13T19:55:51.705Z] === RUN TestStopContainerWithTimeout/3 [2019-10-13T19:55:51.705Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-13T19:55:51.705Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-13T19:55:51.705Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-13T19:55:51.705Z] === CONT TestStopContainerWithTimeout/0 [2019-10-13T19:55:51.705Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-13T19:55:51.705Z] === CONT TestStopContainerWithTimeout/1 [2019-10-13T19:55:51.705Z] === CONT TestStopContainerWithTimeout/3 [2019-10-13T19:55:53.348Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-13T19:55:55.169Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-10-13T19:55:55.169Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2019-10-13T19:55:55.169Z] --- PASS: TestStopContainerWithTimeout/1 (2.08s) [2019-10-13T19:55:55.169Z] --- PASS: TestStopContainerWithTimeout/-1 (3.30s) [2019-10-13T19:55:55.169Z] --- PASS: TestStopContainerWithTimeout/3 (3.36s) [2019-10-13T19:55:55.169Z] === RUN TestDeleteDevicemapper [2019-10-13T19:55:55.169Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-13T19:55:55.169Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:55:55.169Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-13T19:55:56.620Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-13T19:55:56.656Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.02s) [2019-10-13T19:55:56.656Z] === RUN TestUpdateMemory [2019-10-13T19:55:57.665Z] --- PASS: TestUpdateMemory (1.05s) [2019-10-13T19:55:57.665Z] === RUN TestUpdateCPUQuota [2019-10-13T19:55:59.143Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-13T19:55:59.143Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-13T19:55:59.143Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-13T19:55:59.698Z] --- PASS: TestUpdateCPUQuota (1.63s) [2019-10-13T19:55:59.698Z] === RUN TestUpdatePidsLimit [2019-10-13T19:55:59.698Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-13T19:55:59.698Z] === RUN TestUpdatePidsLimit/no_change [2019-10-13T19:55:59.706Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-13T19:56:00.318Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-13T19:56:00.601Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-13T19:56:00.884Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-13T19:56:01.169Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-13T19:56:01.599Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-13T19:56:01.787Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit (3.93s) [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-10-13T19:56:03.262Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2019-10-13T19:56:03.262Z] === RUN TestUpdateRestartPolicy [2019-10-13T19:56:03.497Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-13T19:56:06.018Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-13T19:56:06.581Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-13T19:56:08.475Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-13T19:56:09.039Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-13T19:56:09.039Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-13T19:56:09.970Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-13T19:56:11.868Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-13T19:56:11.868Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-13T19:56:12.432Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-13T19:56:13.364Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-13T19:56:14.294Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-13T19:56:14.858Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-13T19:56:14.858Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-13T19:56:15.781Z] --- PASS: TestUpdateRestartPolicy (12.14s) [2019-10-13T19:56:15.781Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-13T19:56:15.788Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-13T19:56:16.065Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s) [2019-10-13T19:56:16.065Z] === RUN TestWaitNonBlocked [2019-10-13T19:56:16.065Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:56:16.065Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:56:16.065Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:56:16.065Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:56:16.065Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-13T19:56:16.065Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-13T19:56:16.718Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-13T19:56:17.077Z] --- PASS: TestWaitNonBlocked (0.05s) [2019-10-13T19:56:17.077Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2019-10-13T19:56:17.077Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.97s) [2019-10-13T19:56:17.077Z] === RUN TestWaitBlocked [2019-10-13T19:56:17.077Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:56:17.077Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:56:17.077Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:56:17.077Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:56:17.077Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-13T19:56:17.077Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-13T19:56:17.282Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-13T19:56:18.097Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-13T19:56:18.097Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2019-10-13T19:56:18.097Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2019-10-13T19:56:18.097Z] === CONT TestContainerStartOnDaemonRestart [2019-10-13T19:56:18.097Z] === CONT TestIpcModeOlderClient [2019-10-13T19:56:18.097Z] === CONT TestDaemonRestartIpcMode [2019-10-13T19:56:18.215Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-13T19:56:18.381Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-10-13T19:56:19.145Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-13T19:56:19.708Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-13T19:56:20.639Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-13T19:56:21.569Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-13T19:56:21.569Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-13T19:56:21.871Z] --- PASS: TestContainerStartOnDaemonRestart (3.32s) [2019-10-13T19:56:21.871Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-13T19:56:22.132Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-13T19:56:22.153Z] --- PASS: TestDaemonRestartIpcMode (3.86s) [2019-10-13T19:56:22.153Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-13T19:56:22.153Z] PASS [2019-10-13T19:56:22.153Z] [2019-10-13T19:56:22.153Z] === Skipped [2019-10-13T19:56:22.153Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-13T19:56:22.153Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-13T19:56:22.153Z] [2019-10-13T19:56:22.153Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-13T19:56:22.153Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-13T19:56:22.153Z] [2019-10-13T19:56:22.153Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-13T19:56:22.153Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-13T19:56:22.153Z] [2019-10-13T19:56:22.153Z] [2019-10-13T19:56:22.153Z] DONE 197 tests, 3 skipped in 120.927s [2019-10-13T19:56:22.153Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-13T19:56:22.153Z] ++ 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 [2019-10-13T19:56:22.153Z] ++ set -e [2019-10-13T19:56:22.153Z] ++ '[' -n 0 ']' [2019-10-13T19:56:22.153Z] ++ set -x [2019-10-13T19:56:22.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=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T19:56:22.153Z] INFO: Testing against a local daemon [2019-10-13T19:56:22.153Z] === RUN TestCommitInheritsEnv [2019-10-13T19:56:22.769Z] --- PASS: TestCommitInheritsEnv (0.43s) [2019-10-13T19:56:22.769Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-13T19:56:22.769Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-13T19:56:22.769Z] === RUN TestImagesFilterMultiReference [2019-10-13T19:56:22.769Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-13T19:56:22.769Z] === RUN TestImagePullPlatformInvalid [2019-10-13T19:56:22.769Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-13T19:56:22.769Z] === RUN TestRemoveImageOrphaning [2019-10-13T19:56:23.052Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2019-10-13T19:56:23.052Z] === RUN TestRemoveImageGarbageCollector [2019-10-13T19:56:23.052Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-13T19:56:23.052Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T19:56:23.052Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-13T19:56:23.063Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-13T19:56:23.336Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-13T19:56:23.336Z] === RUN TestTagInvalidReference [2019-10-13T19:56:23.336Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-13T19:56:23.336Z] === RUN TestTagValidPrefixedRepo [2019-10-13T19:56:23.336Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-10-13T19:56:23.336Z] === RUN TestTagExistedNameWithoutForce [2019-10-13T19:56:23.336Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-13T19:56:23.336Z] === RUN TestTagOfficialNames [2019-10-13T19:56:23.336Z] --- PASS: TestTagOfficialNames (0.07s) [2019-10-13T19:56:23.336Z] === RUN TestTagMatchesDigest [2019-10-13T19:56:23.336Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-13T19:56:23.336Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-13T19:56:24.957Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-13T19:56:24.957Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-13T19:56:24.957Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-13T19:56:29.132Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-13T19:56:29.695Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-13T19:56:42.039Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-13T19:56:42.298Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-13T19:56:44.196Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-13T19:56:44.196Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-13T19:56:44.196Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-13T19:56:44.196Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-13T19:56:45.126Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-13T19:56:48.401Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-13T19:56:49.769Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-13T19:56:51.666Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-13T19:56:52.596Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-13T19:56:53.160Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-13T19:56:53.724Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-13T19:56:55.096Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-13T19:56:55.096Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-13T19:56:55.096Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-13T19:56:56.990Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-13T19:56:58.362Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-13T19:56:59.732Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-13T19:56:59.732Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-13T19:56:59.989Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-13T19:57:01.885Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-13T19:57:03.255Z] === RUN TestDockerSuite/TestRunMount [2019-10-13T19:57:09.805Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-13T19:57:10.741Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-13T19:57:11.304Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-13T19:57:13.203Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-13T19:57:15.726Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-13T19:57:17.896Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-13T19:57:19.001Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-13T19:57:20.070Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-13T19:57:21.523Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-13T19:57:22.964Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-13T19:57:24.048Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-13T19:57:26.003Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-13T19:57:27.376Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-13T19:57:27.376Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-13T19:57:28.309Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-13T19:57:28.752Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-13T19:57:28.752Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-13T19:57:28.752Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-13T19:57:28.752Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-13T19:57:28.752Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-13T19:57:28.752Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-13T19:57:29.678Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-13T19:57:30.242Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-13T19:57:31.178Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-13T19:57:32.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-13T19:57:32.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-13T19:57:32.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-13T19:57:32.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-13T19:57:32.931Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-13T19:57:33.700Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-13T19:57:35.069Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-13T19:57:36.001Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-13T19:57:38.715Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-13T19:57:41.259Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-13T19:57:41.259Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-13T19:57:41.822Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-13T19:57:42.079Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-10-13T19:57:43.011Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-13T19:57:43.011Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-13T19:57:43.958Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-13T19:57:44.889Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-13T19:57:44.889Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-13T19:57:45.820Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-13T19:57:46.751Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-13T19:57:46.751Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-13T19:57:47.315Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-13T19:57:48.686Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-13T19:57:50.584Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-13T19:57:51.516Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-13T19:57:52.079Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-13T19:57:52.080Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-13T19:57:53.010Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-13T19:57:53.942Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-13T19:57:54.875Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-13T19:57:55.805Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-13T19:57:55.805Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-13T19:57:56.736Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-13T19:57:57.299Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-13T19:57:57.299Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-13T19:57:58.231Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-13T19:57:59.783Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-13T19:57:59.783Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-13T19:57:59.783Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-13T19:57:59.783Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-13T19:57:59.783Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-13T19:57:59.783Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-13T19:57:59.783Z] === RUN TestDockerSuite/TestBuildFails [2019-10-13T19:58:00.127Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-13T19:58:00.127Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-13T19:58:00.690Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-13T19:58:00.749Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-13T19:58:00.749Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-13T19:58:03.964Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-13T19:58:03.964Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-13T19:58:05.861Z] === RUN TestDockerSuite/TestRunRm [2019-10-13T19:58:06.430Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-13T19:58:09.704Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-13T19:58:10.635Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-13T19:58:11.052Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-13T19:58:11.576Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-13T19:58:12.507Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-13T19:58:12.507Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-13T19:58:14.403Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-13T19:58:15.333Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-13T19:58:17.856Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-13T19:58:17.856Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-13T19:58:19.226Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-13T19:58:21.357Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-13T19:58:24.482Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-13T19:58:25.414Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-13T19:58:25.978Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-13T19:58:25.978Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-10-13T19:58:26.909Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-13T19:58:26.909Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-13T19:58:27.839Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-13T19:58:27.839Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-13T19:58:28.520Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-13T19:58:28.772Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-13T19:58:29.703Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-13T19:58:30.635Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-13T19:58:30.635Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-13T19:58:31.566Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-13T19:58:32.499Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-13T19:58:35.772Z] === RUN TestDockerSuite/TestRunState [2019-10-13T19:58:37.143Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-13T19:58:37.708Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-13T19:58:38.639Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-13T19:58:38.817Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-13T19:58:38.896Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-13T19:58:38.896Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-13T19:58:39.826Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-13T19:58:40.349Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-13T19:58:40.391Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-13T19:58:42.302Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-13T19:58:42.302Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-13T19:58:42.302Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-13T19:58:42.865Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-13T19:58:46.126Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-13T19:58:46.126Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-13T19:58:46.140Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-13T19:58:46.397Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-13T19:58:46.583Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-13T19:58:47.547Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-13T19:58:47.547Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-13T19:58:48.291Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-13T19:58:52.467Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-13T19:58:55.740Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-13T19:58:56.304Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-13T19:58:57.236Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-13T19:58:57.845Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-13T19:58:57.845Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-13T19:58:58.165Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-13T19:59:00.690Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-13T19:59:01.622Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-13T19:59:02.552Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-13T19:59:02.552Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-13T19:59:02.809Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-13T19:59:03.741Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-13T19:59:04.671Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-13T19:59:05.236Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-13T19:59:05.236Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-13T19:59:05.493Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-13T19:59:06.423Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-13T19:59:08.149Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-13T19:59:09.113Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-13T19:59:10.733Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-13T19:59:11.284Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-13T19:59:11.284Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-13T19:59:11.667Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-13T19:59:11.743Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-13T19:59:11.743Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-13T19:59:12.598Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-13T19:59:15.141Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-13T19:59:16.418Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-13T19:59:17.034Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-13T19:59:17.381Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-13T19:59:17.838Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-13T19:59:18.802Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-13T19:59:18.931Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-13T19:59:19.258Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-13T19:59:20.223Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-13T19:59:21.754Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-13T19:59:22.209Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-13T19:59:22.466Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-13T19:59:23.396Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-13T19:59:24.327Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-13T19:59:24.327Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-13T19:59:24.327Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-13T19:59:24.327Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-13T19:59:24.584Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-13T19:59:24.584Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-13T19:59:25.514Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-13T19:59:26.446Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-13T19:59:27.531Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-13T19:59:27.531Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-13T19:59:27.531Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-13T19:59:27.531Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-13T19:59:27.531Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-13T19:59:27.531Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-13T19:59:27.531Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-13T19:59:27.817Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-13T19:59:27.988Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-13T19:59:28.951Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-13T19:59:29.187Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-13T19:59:30.117Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-13T19:59:30.681Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-13T19:59:30.681Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-13T19:59:31.611Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-13T19:59:31.611Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-13T19:59:31.611Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-13T19:59:31.611Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-13T19:59:31.611Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-13T19:59:31.868Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-13T19:59:32.126Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-13T19:59:32.126Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-13T19:59:32.383Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-13T19:59:32.640Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-13T19:59:33.571Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-13T19:59:34.135Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-13T19:59:34.726Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-13T19:59:35.067Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-13T19:59:35.067Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-13T19:59:35.999Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-13T19:59:35.999Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-13T19:59:36.929Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-13T19:59:36.929Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-13T19:59:37.864Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-13T19:59:38.794Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-13T19:59:38.794Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-13T19:59:38.794Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-13T19:59:39.358Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-13T19:59:41.268Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-13T19:59:41.833Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-13T19:59:41.833Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-13T19:59:42.763Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-13T19:59:42.763Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-13T19:59:44.137Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-13T19:59:45.069Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-13T19:59:47.591Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-13T19:59:48.154Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-13T19:59:48.154Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-13T19:59:48.154Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-13T19:59:49.507Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-13T19:59:49.507Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-13T19:59:49.524Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-13T19:59:50.455Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-13T19:59:51.675Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-13T19:59:51.824Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-13T19:59:51.824Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-13T19:59:53.840Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-13T19:59:53.840Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-13T19:59:54.404Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-13T19:59:56.298Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-13T19:59:56.298Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-13T19:59:58.194Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-13T19:59:58.194Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-13T19:59:58.194Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-13T20:00:00.088Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-13T20:00:01.463Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-13T20:00:02.027Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-13T20:00:02.027Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-13T20:00:02.027Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-13T20:00:02.285Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-13T20:00:03.215Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-13T20:00:05.738Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-13T20:00:12.286Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-13T20:00:14.186Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-13T20:00:15.117Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-13T20:00:15.117Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-13T20:00:17.012Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-13T20:00:20.287Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-13T20:00:22.809Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-13T20:00:23.373Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-13T20:00:25.266Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-13T20:00:27.162Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-13T20:00:27.463Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-13T20:00:28.533Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-13T20:00:28.790Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-13T20:00:32.967Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-13T20:00:34.338Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-13T20:00:36.861Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-13T20:00:39.827Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-13T20:00:40.135Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-13T20:00:45.614Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-13T20:00:46.681Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-13T20:00:48.583Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-13T20:00:50.476Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-13T20:00:51.395Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-13T20:00:51.409Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-13T20:00:52.340Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-13T20:00:52.904Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-13T20:00:52.904Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-13T20:00:53.837Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-13T20:00:57.177Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-13T20:00:58.012Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-13T20:01:02.192Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-13T20:01:02.192Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-13T20:01:03.123Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-13T20:01:03.123Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-13T20:01:04.054Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-13T20:01:05.950Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-13T20:01:05.950Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-13T20:01:07.844Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-13T20:01:08.776Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-13T20:01:09.706Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-13T20:01:11.600Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-13T20:01:15.776Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-13T20:01:16.706Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-13T20:01:16.706Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-13T20:01:18.076Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-13T20:01:19.008Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-13T20:01:23.197Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-13T20:01:27.098Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-13T20:01:27.098Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-13T20:01:27.373Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-13T20:01:30.648Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-13T20:01:30.889Z] --- PASS: TestImportExtremelyLargeImageWorks (302.15s) [2019-10-13T20:01:30.889Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-13T20:01:30.889Z] PASS [2019-10-13T20:01:30.889Z] [2019-10-13T20:01:30.889Z] === Skipped [2019-10-13T20:01:30.889Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-13T20:01:30.889Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:01:30.889Z] [2019-10-13T20:01:30.889Z] [2019-10-13T20:01:30.889Z] DONE 12 tests, 1 skipped in 303.510s [2019-10-13T20:01:30.889Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-13T20:01:30.889Z] ++ 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 [2019-10-13T20:01:30.889Z] ++ set -e [2019-10-13T20:01:30.889Z] ++ '[' -n 0 ']' [2019-10-13T20:01:30.889Z] ++ set -x [2019-10-13T20:01:30.889Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:01:30.889Z] INFO: Testing against a local daemon [2019-10-13T20:01:30.889Z] === RUN TestNetworkCreateDelete [2019-10-13T20:01:30.889Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-10-13T20:01:30.889Z] === RUN TestDockerNetworkDeletePreferID [2019-10-13T20:01:30.889Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2019-10-13T20:01:30.889Z] === RUN TestInspectNetwork [2019-10-13T20:01:30.889Z] === RUN TestInspectNetwork/full_network_id [2019-10-13T20:01:30.889Z] === RUN TestInspectNetwork/partial_network_id [2019-10-13T20:01:30.889Z] === RUN TestInspectNetwork/network_name [2019-10-13T20:01:30.889Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-13T20:01:32.876Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-13T20:01:32.876Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-13T20:01:32.876Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-13T20:01:32.876Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-13T20:01:33.170Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-13T20:01:35.286Z] --- PASS: TestInspectNetwork (8.50s) [2019-10-13T20:01:35.286Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-13T20:01:35.286Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-13T20:01:35.286Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-13T20:01:35.286Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-13T20:01:35.286Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-13T20:01:35.286Z] === RUN TestRunContainerWithBridgeNone [2019-10-13T20:01:37.972Z] --- PASS: TestRunContainerWithBridgeNone (2.68s) [2019-10-13T20:01:37.972Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-13T20:01:37.972Z] === RUN TestNetworkInvalidJSON [2019-10-13T20:01:37.972Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-13T20:01:37.972Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-13T20:01:37.972Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T20:01:37.972Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T20:01:37.972Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T20:01:37.972Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T20:01:37.972Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-13T20:01:37.972Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-13T20:01:37.972Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-13T20:01:37.972Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-13T20:01:37.972Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-13T20:01:37.972Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-13T20:01:37.972Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-13T20:01:37.972Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-13T20:01:38.422Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-13T20:01:39.007Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-10-13T20:01:39.007Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-13T20:01:39.007Z] === RUN TestDaemonDefaultNetworkPools [2019-10-13T20:01:39.630Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2019-10-13T20:01:39.630Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-13T20:01:39.630Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-13T20:01:41.111Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s) [2019-10-13T20:01:41.111Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-13T20:01:41.111Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-13T20:01:41.421Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-13T20:01:42.593Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.50s) [2019-10-13T20:01:42.593Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-13T20:01:42.593Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-13T20:01:42.597Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-13T20:01:42.878Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-13T20:01:42.878Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-13T20:01:42.878Z] === RUN TestServiceWithPredefinedNetwork [2019-10-13T20:01:45.120Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-13T20:01:45.587Z] --- PASS: TestServiceWithPredefinedNetwork (2.46s) [2019-10-13T20:01:45.587Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-13T20:01:45.587Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-13T20:01:45.587Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T20:01:45.587Z] service_test.go:230: FLAKY_TEST [2019-10-13T20:01:45.587Z] === RUN TestServiceWithDataPathPortInit [2019-10-13T20:01:48.394Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-13T20:01:49.324Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-13T20:01:50.097Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-13T20:01:51.217Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-13T20:01:52.267Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-13T20:01:52.725Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-13T20:01:52.725Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-13T20:01:53.110Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-13T20:01:55.619Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-13T20:01:55.631Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-13T20:01:56.076Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-13T20:01:57.610Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-13T20:01:58.154Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-13T20:02:00.084Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-13T20:02:00.837Z] --- PASS: TestServiceWithDataPathPortInit (14.46s) [2019-10-13T20:02:00.837Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T20:02:00.837Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-13T20:02:00.837Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-13T20:02:02.605Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-13T20:02:07.656Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.31s) [2019-10-13T20:02:07.656Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-13T20:02:07.656Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:07mqrmlpbgw6s5gz3bgg9aaiw Created:2019-10-13 20:02:01.003427405 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[f8fca651b26f66e0d4fa2870951bb9c6c428a4f4a7376dbdd650db9b14c452ff:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jwyzuvqmw4ll0cbldbnqybtix EndpointID:89ed2bb4f3a87308ce57dbc9cf98508a278fc6bf5ab3701298b2e094f4ad9ec9 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9d78b37e32a1f0b2ce82d0594a01b99e575f50573872e4630016a4c17c31f1b2 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:bce415634bcf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jwyzuvqmw4ll0cbldbnqybtix EndpointID:89ed2bb4f3a87308ce57dbc9cf98508a278fc6bf5ab3701298b2e094f4ad9ec9 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-13T20:02:07.656Z] PASS [2019-10-13T20:02:07.656Z] [2019-10-13T20:02:07.656Z] === Skipped [2019-10-13T20:02:07.656Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-13T20:02:07.656Z] service_test.go:230: FLAKY_TEST [2019-10-13T20:02:07.656Z] [2019-10-13T20:02:07.656Z] [2019-10-13T20:02:07.656Z] DONE 21 tests, 1 skipped in 41.528s [2019-10-13T20:02:07.656Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-13T20:02:07.656Z] ++ 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 [2019-10-13T20:02:07.656Z] ++ set -e [2019-10-13T20:02:07.656Z] ++ '[' -n 0 ']' [2019-10-13T20:02:07.656Z] ++ set -x [2019-10-13T20:02:07.656Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:02:07.656Z] INFO: Testing against a local daemon [2019-10-13T20:02:07.656Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-13T20:02:08.673Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.47s) [2019-10-13T20:02:08.673Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-10-13T20:02:08.673Z] === RUN TestDockerNetworkIpvlan [2019-10-13T20:02:09.688Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-10-13T20:02:10.719Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-10-13T20:02:11.741Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-10-13T20:02:14.436Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-10-13T20:02:17.458Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-13T20:02:17.458Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-13T20:02:17.715Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-13T20:02:17.902Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-10-13T20:02:18.645Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-13T20:02:18.645Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-13T20:02:18.645Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-13T20:02:18.645Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-13T20:02:18.680Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-13T20:02:18.680Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-13T20:02:19.576Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-13T20:02:19.576Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-13T20:02:20.506Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-13T20:02:20.506Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-13T20:02:20.506Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-13T20:02:20.506Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-13T20:02:20.506Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-13T20:02:20.598Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-10-13T20:02:23.781Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-13T20:02:23.781Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-13T20:02:23.781Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-13T20:02:23.781Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-13T20:02:23.781Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-13T20:02:24.059Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-10-13T20:02:24.346Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-13T20:02:26.870Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-13T20:02:26.870Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-13T20:02:26.870Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-13T20:02:27.234Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-13T20:02:28.453Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-10-13T20:02:30.144Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-13T20:02:30.956Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-13T20:02:33.960Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-10-13T20:02:34.433Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite (1801.79s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.04s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.43s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.61s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.91s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.47s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.23s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.86s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.62s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.03s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.86s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.94s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.07s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.30s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.10s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.06s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.28s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.48s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.24s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.80s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (3.05s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (3.93s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAttachDetach (1.56s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.40s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.30s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.51s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.63s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.10s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.18s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.19s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.22s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.31s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (18.96s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.59s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.53s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.81s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.28s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.75s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.09s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.31s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.66s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.78s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.78s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.73s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.80s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.85s) [2019-10-13T20:02:34.433Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.04s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.46s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.28s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.56s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.91s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.39s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.55s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.60s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.56s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.32s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.54s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.77s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.54s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.65s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.42s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.77s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.07s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.67s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.82s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.49s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.98s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.41s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.22s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.04s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.39s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.86s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.11s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.47s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.40s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.64s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.85s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.61s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.95s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.98s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.18s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.75s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.86s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.07s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.82s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCmd (0.56s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.41s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.45s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.79s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.15s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.28s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildContChar (4.36s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.20s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.30s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.79s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.81s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.02s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.96s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.51s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.10s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.06s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.39s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.48s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.36s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.84s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.04s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.72s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.08s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.73s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.85s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.54s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.66s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignore (12.93s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.79s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.78s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.46s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.12s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.60s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.75s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.58s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.32s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.99s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.14s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.41s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.08s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.41s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.77s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.28s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.21s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.42s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.67s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnv (1.53s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.52s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.23s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.20s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.62s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.86s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.96s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.85s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.51s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.49s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.59s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildExpose (0.41s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.72s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.61s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFails (0.81s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.38s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.36s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.92s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.67s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.08s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.04s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.17s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.21s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.30s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildHistory (4.94s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.99s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.03s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildInheritance (1.08s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.83s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (2.03s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLabel (0.76s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.66s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.62s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLabels (0.51s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.98s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.97s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.33s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.53s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.52s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.74s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.37s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.48s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.58s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.81s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.25s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.77s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.31s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.70s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.46s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.13s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.32s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.32s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.80s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.10s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.22s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.03s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.49s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.69s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.48s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.18s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.38s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.72s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.75s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.82s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.54s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.25s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.69s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.46s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.34s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildPATH (2.56s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.95s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.17s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.99s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.55s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.02s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildRm (3.51s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.35s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.52s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.59s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.83s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.62s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.76s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.49s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.21s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.28s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.00s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildStderr (1.21s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.93s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.07s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.25s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.55s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.04s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.57s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildUser (2.09s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.69s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.54s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.07s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.40s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.13s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.06s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.46s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.17s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.39s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.02s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.07s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.61s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.28s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.97s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.48s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.61s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.97s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.44s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-10-13T20:02:34.434Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-13T20:02:34.434Z] docker_cli_sni_test.go:18: Flakey test [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.79s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.06s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitChange (1.38s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.98s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.19s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.07s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.13s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitTTY (1.65s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.91s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.76s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.96s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-13T20:02:34.434Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.59s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.80s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.78s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.93s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.79s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.90s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.86s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.79s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.12s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.74s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.84s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.82s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.71s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.86s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.77s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.83s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.75s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.83s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.81s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.87s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.84s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.61s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.73s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.84s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.59s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.86s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.88s) [2019-10-13T20:02:34.435Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.79s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.24s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.79s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.54s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.85s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.46s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.37s) [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc00099c640 } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1208752719 /foo false } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1208752719 /foo true } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3689316706 /foo false } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3689316706 /foo true } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3689316706 /foo true 0xc00099cae0 } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc00099cb00 } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc00099cb20 } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc00099cb40 } [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc00099cb60 } [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.54s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.46s) [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 0 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 1 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 2 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 3 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 4 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 5 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 6 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 7 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 8 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 9 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 10 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 11 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 12 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 13 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 14 [2019-10-13T20:02:34.435Z] docker_api_containers_test.go:1927: case 15 [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.15s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.37s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.01s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.72s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.92s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.92s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.04s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership857796567/file1 8870c5d024223c2d45493030eff72ef23ee6eeeb8b34f7edaba02d8473a8f24a:/tmpvol/file1` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.94s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp c15b02cc5029700db82ef2edac5cbc92c8d4e07d2541752356a8cb3f79d884da:/root/file1 /tmp/test-cp-from-case-a456240970/itWorks.txt` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a456240970/itWorks.txt" contains "file1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.92s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp eef54b5b158725205559bbe872e429b4250314908061998c6e95aa8c65e7e06b:/file1 /tmp/test-cp-from-case-b490651169/testDir/` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.91s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c443282188/file2" contains "file2\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp ed9bd848b5e5148859fac04e0869c22ae764c5885bbaad57ef4307c4dccbf634:/root/file1 /tmp/test-cp-from-case-c443282188/file2` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c443282188/file2" contains "file1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp fc9aab8d738f490181075130902870c2b1248589f2cbc47ccccaa5cd2dfd90ec:/file1 /tmp/test-cp-from-case-d765302523/dir1` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d765302523/dir1/file1" contains "file1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp fc9aab8d738f490181075130902870c2b1248589f2cbc47ccccaa5cd2dfd90ec:/file1 /tmp/test-cp-from-case-d765302523/dir1/` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d765302523/dir1/file1" contains "file1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.04s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp c2f860090e6ae84df45d8d90316a2a889275204b50cb709845a86ee611dd1742:dir1 /tmp/test-cp-from-case-e370843678/testDir` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e370843678/testDir/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp c2f860090e6ae84df45d8d90316a2a889275204b50cb709845a86ee611dd1742:dir1 /tmp/test-cp-from-case-e370843678/testDir/` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e370843678/testDir/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.00s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp d1f446b389e9a981b309b2d9a6d73d2e68bf84499ceeba472639227ac9336d97:/root/dir1 /tmp/test-cp-from-case-f592278757/file1` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.06s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp c17a31e7c15ae4c2135f3a4cf34c259db4204f85eba7dbeab9d36f9b68608bf9:/root/dir1 /tmp/test-cp-from-case-g687777024/dir2` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g687777024/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp c17a31e7c15ae4c2135f3a4cf34c259db4204f85eba7dbeab9d36f9b68608bf9:/root/dir1 /tmp/test-cp-from-case-g687777024/dir2/` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g687777024/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.05s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 316e147a26c1ee55b2c9b1081de212e3483e115a0794a27fc852e41ef0c1bf2f:dir1/. /tmp/test-cp-from-case-h826996319/testDir` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h826996319/testDir/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 316e147a26c1ee55b2c9b1081de212e3483e115a0794a27fc852e41ef0c1bf2f:dir1/. /tmp/test-cp-from-case-h826996319/testDir/` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h826996319/testDir/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.95s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 52bd835404fdd3487e4efc3b4632ad4fe0d4ecd00ca26106bdc95d9d3a078952:/root/dir1/. /tmp/test-cp-from-case-i072085042/file1` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.07s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp c122a4cb061dc7dbd3eefcdaff04194abc7f79622cbfa3eb490d11da3b13e75d:/root/dir1/. /tmp/test-cp-from-case-j910126057/dir2` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j910126057/dir2/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp c122a4cb061dc7dbd3eefcdaff04194abc7f79622cbfa3eb490d11da3b13e75d:/root/dir1/. /tmp/test-cp-from-case-j910126057/dir2/` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j910126057/dir2/file1-1" contains "file1-1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.58s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 50fb3f64f37f201a067fdf8146f6a5a53a50f7e87a76e2d3d244926dcadb6999:/file2 /tmp/test-cp-from-err-dst-not-dir803353652/symlinkToFile1` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir803353652/symlinkToFile1" points to "file1" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir803353652/file1" contains "file2\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 50fb3f64f37f201a067fdf8146f6a5a53a50f7e87a76e2d3d244926dcadb6999:/file2 /tmp/test-cp-from-err-dst-not-dir803353652/symlinkToDir1` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir803353652/symlinkToDir1" points to "dir1" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir803353652/file2" contains "file2\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 50fb3f64f37f201a067fdf8146f6a5a53a50f7e87a76e2d3d244926dcadb6999:/file2 /tmp/test-cp-from-err-dst-not-dir803353652/brokenSymlinkToFileX` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir803353652/brokenSymlinkToFileX" points to "fileX" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir803353652/fileX" contains "file2\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 50fb3f64f37f201a067fdf8146f6a5a53a50f7e87a76e2d3d244926dcadb6999:/dir2 /tmp/test-cp-from-err-dst-not-dir803353652/symlinkToDir1` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir803353652/symlinkToDir1" points to "dir1" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir803353652/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp 50fb3f64f37f201a067fdf8146f6a5a53a50f7e87a76e2d3d244926dcadb6999:/dir2 /tmp/test-cp-from-err-dst-not-dir803353652/brokenSymlinkToDirX` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir803353652/brokenSymlinkToDirX" points to "dirX" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir803353652/dirX/file2-1" contains "file2-1\n" [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.08s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.93s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.92s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.91s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.18s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.97s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.22s) [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.76s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a653119580/file1 5532c4ab9a78e896bdfa5d3ede86ebffe1514b8aeb77ba46fe3cc00aeadab0b1:/root/itWorks.txt` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "5532c4ab9a78e896bdfa5d3ede86ebffe1514b8aeb77ba46fe3cc00aeadab0b1" start output contains "file1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5532c4ab9a78e896bdfa5d3ede86ebffe1514b8aeb77ba46fe3cc00aeadab0b1` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.83s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b559309323/file1 104e49c1587f6f1792fa63e8b21422c8e649f2e9b3a6262aa6b52f06eb880961:testDir/` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.62s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "96686b79f27475b48392589af036518a970819b92c4e491c729fae25dd934452" start output contains "file2\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a 96686b79f27475b48392589af036518a970819b92c4e491c729fae25dd934452` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c332756462/file1 96686b79f27475b48392589af036518a970819b92c4e491c729fae25dd934452:/root/file2` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "96686b79f27475b48392589af036518a970819b92c4e491c729fae25dd934452" start output contains "file1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a 96686b79f27475b48392589af036518a970819b92c4e491c729fae25dd934452` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.93s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "cadc005a19c422bfaf71e9653aa597452036b5d4544e79aa50047957edc8d17e" start output contains "" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a cadc005a19c422bfaf71e9653aa597452036b5d4544e79aa50047957edc8d17e` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d394889845/file1 cadc005a19c422bfaf71e9653aa597452036b5d4544e79aa50047957edc8d17e:dir1` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "cadc005a19c422bfaf71e9653aa597452036b5d4544e79aa50047957edc8d17e" start output contains "file1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a cadc005a19c422bfaf71e9653aa597452036b5d4544e79aa50047957edc8d17e` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "b6c38ff0d3e3b5549132a5b2ec5a0af67a64d624552f0c4088eb00ceb4fd635d" start output contains "" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a b6c38ff0d3e3b5549132a5b2ec5a0af67a64d624552f0c4088eb00ceb4fd635d` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d394889845/file1 b6c38ff0d3e3b5549132a5b2ec5a0af67a64d624552f0c4088eb00ceb4fd635d:dir1/` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "b6c38ff0d3e3b5549132a5b2ec5a0af67a64d624552f0c4088eb00ceb4fd635d" start output contains "file1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a b6c38ff0d3e3b5549132a5b2ec5a0af67a64d624552f0c4088eb00ceb4fd635d` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.50s) [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e238173008/dir1 18213d9491a81522e26cad5eba2e4f05f11d5f9fa01f295ae8cee8d41e62ac9d:testDir` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "18213d9491a81522e26cad5eba2e4f05f11d5f9fa01f295ae8cee8d41e62ac9d" start output contains "file1-1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a 18213d9491a81522e26cad5eba2e4f05f11d5f9fa01f295ae8cee8d41e62ac9d` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e238173008/dir1 7a81bd1ee74cc80eaca9e1add81cad21f9eb5dc0c75b19ca21e0c9de135731b3:testDir/` [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:279: checking that container "7a81bd1ee74cc80eaca9e1add81cad21f9eb5dc0c75b19ca21e0c9de135731b3" start output contains "file1-1\n" [2019-10-13T20:02:34.435Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7a81bd1ee74cc80eaca9e1add81cad21f9eb5dc0c75b19ca21e0c9de135731b3` [2019-10-13T20:02:34.435Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f192322671/dir1 39532445d3057a9a8da07df03679889a1a5450af9f36dc7454006f9ca6c4a720:/root/file1` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.95s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "2fed9398e744160ecc014d1b1fa930b756084affbc097303bfeb9b0b2473dc61" start output contains "" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2fed9398e744160ecc014d1b1fa930b756084affbc097303bfeb9b0b2473dc61` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g520443138/dir1 2fed9398e744160ecc014d1b1fa930b756084affbc097303bfeb9b0b2473dc61:/root/dir2` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "2fed9398e744160ecc014d1b1fa930b756084affbc097303bfeb9b0b2473dc61" start output contains "file1-1\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2fed9398e744160ecc014d1b1fa930b756084affbc097303bfeb9b0b2473dc61` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "026c647cbe1422dca2dd2e612e1e9562b6a802f717b959d41827f65893a86983" start output contains "" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 026c647cbe1422dca2dd2e612e1e9562b6a802f717b959d41827f65893a86983` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g520443138/dir1 026c647cbe1422dca2dd2e612e1e9562b6a802f717b959d41827f65893a86983:/dir2/` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "026c647cbe1422dca2dd2e612e1e9562b6a802f717b959d41827f65893a86983" start output contains "file1-1\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 026c647cbe1422dca2dd2e612e1e9562b6a802f717b959d41827f65893a86983` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.80s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h854048377/dir1/. 85d935713f2a383d17d180a17f7d7e1405f30a2d741188eccf1a93ccfaa895f8:testDir` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "85d935713f2a383d17d180a17f7d7e1405f30a2d741188eccf1a93ccfaa895f8" start output contains "file1-1\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 85d935713f2a383d17d180a17f7d7e1405f30a2d741188eccf1a93ccfaa895f8` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h854048377/dir1/. ee58f18523c48477610e581fac2ade9474937837a30e2249fc14087b3b30ae57:testDir/` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "ee58f18523c48477610e581fac2ade9474937837a30e2249fc14087b3b30ae57" start output contains "file1-1\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a ee58f18523c48477610e581fac2ade9474937837a30e2249fc14087b3b30ae57` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.24s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i627295620/dir1/. 18a8f8d3275db6c2071ef8decc6501d51210794a6e994b6a5a88ce84bc7d68d5:/root/file1` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.14s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "154c2c281882b1c13d74af2c85d965b6bdfeeb02109070e84c0341509a5f9b7e" start output contains "" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 154c2c281882b1c13d74af2c85d965b6bdfeeb02109070e84c0341509a5f9b7e` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j130488083/dir1/. 154c2c281882b1c13d74af2c85d965b6bdfeeb02109070e84c0341509a5f9b7e:/dir2` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "154c2c281882b1c13d74af2c85d965b6bdfeeb02109070e84c0341509a5f9b7e" start output contains "file1-1\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 154c2c281882b1c13d74af2c85d965b6bdfeeb02109070e84c0341509a5f9b7e` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "9c6b17145204b6c2759b567fa2b5fb651ae1678c6954d728757ba384d84acb2a" start output contains "" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9c6b17145204b6c2759b567fa2b5fb651ae1678c6954d728757ba384d84acb2a` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j130488083/dir1/. 9c6b17145204b6c2759b567fa2b5fb651ae1678c6954d728757ba384d84acb2a:/dir2/` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "9c6b17145204b6c2759b567fa2b5fb651ae1678c6954d728757ba384d84acb2a" start output contains "file1-1\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9c6b17145204b6c2759b567fa2b5fb651ae1678c6954d728757ba384d84acb2a` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.12s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions899133782/permdirtest permtest:/` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToDot (0.98s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.81s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs969510648/file1 f31db64e937e3f390c42981b3fe2ccfd9f11a5f8e1884c1a43340ef9a2c8cb74:/root/shouldNotExist` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "f31db64e937e3f390c42981b3fe2ccfd9f11a5f8e1884c1a43340ef9a2c8cb74" start output contains "" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a f31db64e937e3f390c42981b3fe2ccfd9f11a5f8e1884c1a43340ef9a2c8cb74` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.72s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume267370487/file1 3465c165e454b5676447d5831c32ff9af30c36f64708b1fef9a7f446ee9f2080:/vol_ro/shouldNotExist` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:279: checking that container "3465c165e454b5676447d5831c32ff9af30c36f64708b1fef9a7f446ee9f2080" start output contains "" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3465c165e454b5676447d5831c32ff9af30c36f64708b1fef9a7f446ee9f2080` [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToStdout (0.96s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.30s) [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-197066986/file2 3a350e256a27d648ab98af9891f1c9ab6508b1a691f71507d4324f121a932c73:/vol2/symlinkToFile1` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-197066986/symlinkToFile1" points to "file1" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-197066986/file1" contains "file2\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-197066986/file2 3a350e256a27d648ab98af9891f1c9ab6508b1a691f71507d4324f121a932c73:/vol2/symlinkToDir1` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-197066986/symlinkToDir1" points to "dir1" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-197066986/file2" contains "file2\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-197066986/file2 3a350e256a27d648ab98af9891f1c9ab6508b1a691f71507d4324f121a932c73:/vol2/brokenSymlinkToFileX` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-197066986/brokenSymlinkToFileX" points to "fileX" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-197066986/fileX" contains "file2\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-197066986//dir2 3a350e256a27d648ab98af9891f1c9ab6508b1a691f71507d4324f121a932c73:/vol2/symlinkToDir1` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-197066986/symlinkToDir1" points to "dir1" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-197066986/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-197066986//dir2 3a350e256a27d648ab98af9891f1c9ab6508b1a691f71507d4324f121a932c73:/vol2/brokenSymlinkToDirX` [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-197066986/brokenSymlinkToDirX" points to "dirX" [2019-10-13T20:02:34.436Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-197066986/dirX/file2-1" contains "file2-1\n" [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.38s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.94s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.69s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.70s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.80s) [2019-10-13T20:02:34.436Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-13T20:02:34.436Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.91s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.20s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateRM (0.20s) [2019-10-13T20:02:34.436Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-13T20:02:34.436Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.22s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.71s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.47s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.78s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.52s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.89s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.62s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.64s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.84s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.77s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.87s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.42s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.97s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.79s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.22s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.61s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.87s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.22s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.55s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.29s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsAttach (0.82s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsCommit (1.05s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.03s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.80s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.80s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.93s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.91s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.14s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.59s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsCopy (1.27s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.60s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.77s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.33s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.52s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.14s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.37s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.12s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.02s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFilters (1.62s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFormat (1.58s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.86s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.74s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.28s) [2019-10-13T20:02:34.436Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-13T20:02:34.436Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.436Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-13T20:02:34.436Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.37s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.86s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsRename (0.89s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsResize (0.98s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.92s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.08s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.88s) [2019-10-13T20:02:34.436Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.30s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestEventsTop (1.00s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.71s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExec (1.03s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.89s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.83s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.82s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.82s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.94s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.80s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.90s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.92s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.87s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.92s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.73s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecCgroup (1.98s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecEnv (0.97s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.17s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.27s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecInspectID (2.08s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecInteractive (0.98s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.94s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.90s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecParseError (0.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.92s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.22s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.09s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecStartFails (1.10s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.31s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecTTY (1.29s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.75s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.94s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecUlimits (0.86s) [2019-10-13T20:02:34.437Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-13T20:02:34.437Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.30s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.88s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.18s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.92s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestExecWithUser (1.07s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.03s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.92s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.99s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestHealth (21.40s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.11s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.00s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.30s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.27s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.47s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.09s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.14s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.12s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.92s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImportDisplay (1.70s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImportFile (1.95s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.24s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImportGzipped (2.16s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-10-13T20:02:34.437Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.58s) [2019-10-13T20:02:34.437Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.56s) [2019-10-13T20:02:34.437Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.01s) [2019-10-13T20:02:34.437Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.97s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.03s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoFormat (0.04s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.55s) [2019-10-13T20:02:34.437Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.87s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.02s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.90s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.06s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.83s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.82s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.83s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.10s) [2019-10-13T20:02:34.437Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-13T20:02:34.437Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.33s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.06s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectDefault (0.80s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectHistory (1.08s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-10-13T20:02:34.437Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-13T20:02:34.437Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.03s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.73s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.88s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.14s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectStatus (1.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.73s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.99s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.96s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.87s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.81s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.88s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.41s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.68s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.42s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.71s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.39s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.49s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.50s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.90s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.22s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.49s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.68s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.38s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.09s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.81s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.94s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.98s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.26s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.31s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.19s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.50s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.06s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.77s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsSince (6.85s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.80s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.86s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsTail (1.18s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.76s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.91s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.54s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.87s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestNetHostname (2.60s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.43s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.38s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.68s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPluginActive (2.17s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.73s) [2019-10-13T20:02:34.437Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-13T20:02:34.437Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.65s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.54s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.72s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.80s) [2019-10-13T20:02:34.437Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPluginUpgrade (6.35s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.15s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.49s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.59s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPortList (10.40s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.60s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.69s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.08s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.81s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.95s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.83s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.12s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.73s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.48s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.59s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.31s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsByOrder (3.30s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.58s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.35s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.70s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.19s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.62s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.46s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.52s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.55s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.89s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.99s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.67s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.22s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.90s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.48s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.67s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.95s) [2019-10-13T20:02:34.437Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-13T20:02:34.437Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.30s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.20s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.09s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.56s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.52s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.81s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.20s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.76s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.28s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.35s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.71s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.66s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.87s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.68s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.10s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.87s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.98s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.84s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.11s) [2019-10-13T20:02:34.437Z] --- PASS: TestDockerSuite/TestRmiTag (0.19s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.77s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.43s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.82s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.04s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.50s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.51s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAddHost (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.39s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.77s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.71s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.54s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.62s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.96s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.97s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.04s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.86s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.96s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.47s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.17s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.99s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.77s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.39s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.74s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.89s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.77s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.75s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.77s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.78s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.78s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.85s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.22s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.87s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.95s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.82s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.93s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.57s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.53s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.91s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.79s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.74s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.99s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.67s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.49s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.89s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.96s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.61s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.89s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.60s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.57s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.74s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.79s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.79s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.71s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.82s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.79s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.78s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.76s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunExitCode (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.78s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.82s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.79s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.61s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.38s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.61s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.12s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.69s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.21s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.65s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.69s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.86s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.70s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.69s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.20s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.55s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.31s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.70s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.63s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.63s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunMount (6.65s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.71s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.76s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.58s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.45s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.37s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.35s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.73s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.88s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.64s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.76s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetHost (1.22s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.79s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.44s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.51s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.08s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.87s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.18s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.92s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.79s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.91s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.71s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (1.10s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (2.00s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.08s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.75s) [2019-10-13T20:02:34.438Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.78s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (1.00s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.97s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.76s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (2.03s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.61s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.68s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunRm (0.96s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.99s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.92s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.98s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.85s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.21s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.06s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.83s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.89s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.92s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.87s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.90s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.00s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.94s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.79s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunState (1.69s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.82s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.89s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2019-10-13T20:02:34.438Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.75s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunSysctls (1.65s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.70s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.76s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.06s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.00s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.08s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.30s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.33s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUserByID (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.88s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUserByName (0.88s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.79s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.77s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.52s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.14s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.50s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.50s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.34s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.74s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.77s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (1.07s) [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.438Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-13T20:02:34.438Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.82s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.07s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (1.00s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.61s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.16s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.18s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.18s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.16s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.84s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.76s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.81s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.29s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.80s) [2019-10-13T20:02:34.438Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.81s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.84s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.82s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.62s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.77s) [2019-10-13T20:02:34.439Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-13T20:02:34.439Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.68s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.59s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.71s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.51s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.79s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.16s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.22s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.87s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.52s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.07s) [2019-10-13T20:02:34.439Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents276379036 [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.70s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.56s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.58s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.67s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.02s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.55s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.74s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.59s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.08s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.59s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (3.08s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.57s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.85s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartRecordError (1.81s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.75s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.98s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.77s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.41s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.64s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.00s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.80s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.83s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.85s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.79s) [2019-10-13T20:02:34.439Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-13T20:02:34.439Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.80s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.19s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.58s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.77s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.79s) [2019-10-13T20:02:34.439Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-13T20:02:34.439Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.94s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.83s) [2019-10-13T20:02:34.439Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-13T20:02:34.439Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.75s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.09s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.91s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.68s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateStats (3.93s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.52s) [2019-10-13T20:02:34.439Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-13T20:02:34.439Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.10s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.93s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.46s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.78s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.36s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.73s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.53s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.09s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.51s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.60s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.48s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.57s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.34s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.28s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.30s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.29s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.38s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.84s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.93s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.72s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.87s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.44s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.15s) [2019-10-13T20:02:34.439Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.20s) [2019-10-13T20:02:34.439Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-13T20:02:34.439Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-13T20:02:34.439Z] === RUN TestDockerRegistrySuite [2019-10-13T20:02:34.439Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan (26.80s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.08s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.05s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.18s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.22s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.25s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.19s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.22s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.23s) [2019-10-13T20:02:35.441Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-13T20:02:35.441Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.93s) [2019-10-13T20:02:35.441Z] PASS [2019-10-13T20:02:35.441Z] [2019-10-13T20:02:35.441Z] DONE 11 tests in 28.379s [2019-10-13T20:02:35.729Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-13T20:02:35.729Z] ++ 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 [2019-10-13T20:02:35.729Z] ++ set -e [2019-10-13T20:02:35.729Z] ++ '[' -n 0 ']' [2019-10-13T20:02:35.729Z] ++ set -x [2019-10-13T20:02:35.729Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:02:35.729Z] INFO: Testing against a local daemon [2019-10-13T20:02:35.729Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-13T20:02:36.332Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-13T20:02:37.209Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2019-10-13T20:02:37.209Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-13T20:02:37.209Z] === RUN TestDockerNetworkMacvlan [2019-10-13T20:02:37.703Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-13T20:02:38.227Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-13T20:02:39.240Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-13T20:02:39.600Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-13T20:02:39.600Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-13T20:02:40.257Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-13T20:02:41.256Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-13T20:02:42.949Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-13T20:02:45.005Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-13T20:02:45.935Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-13T20:02:46.468Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-13T20:02:49.180Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-13T20:02:50.613Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-13T20:02:51.984Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-13T20:02:52.144Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-13T20:02:52.144Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-13T20:02:52.144Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-13T20:02:52.601Z] --- PASS: TestDockerNetworkMacvlan (15.28s) [2019-10-13T20:02:52.601Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T20:02:52.601Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-13T20:02:52.601Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T20:02:52.601Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-13T20:02:52.601Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T20:02:52.601Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.24s) [2019-10-13T20:02:52.601Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T20:02:52.601Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.21s) [2019-10-13T20:02:52.601Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T20:02:52.601Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.27s) [2019-10-13T20:02:52.601Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-13T20:02:52.601Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.98s) [2019-10-13T20:02:52.601Z] PASS [2019-10-13T20:02:52.601Z] [2019-10-13T20:02:52.601Z] DONE 8 tests in 16.867s [2019-10-13T20:02:52.601Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-13T20:02:52.601Z] ++ 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 [2019-10-13T20:02:52.601Z] ++ set -e [2019-10-13T20:02:52.601Z] ++ '[' -n 0 ']' [2019-10-13T20:02:52.601Z] ++ set -x [2019-10-13T20:02:52.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:02:52.601Z] testing: warning: no tests to run [2019-10-13T20:02:52.601Z] PASS [2019-10-13T20:02:52.601Z] [2019-10-13T20:02:52.601Z] DONE 0 tests in 0.020s [2019-10-13T20:02:52.601Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-13T20:02:52.601Z] ++ 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 [2019-10-13T20:02:52.601Z] ++ set -e [2019-10-13T20:02:52.601Z] ++ '[' -n 0 ']' [2019-10-13T20:02:52.601Z] ++ set -x [2019-10-13T20:02:52.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:02:52.601Z] INFO: Testing against a local daemon [2019-10-13T20:02:52.601Z] === RUN TestAuthZPluginAllowRequest [2019-10-13T20:02:53.356Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-13T20:02:53.356Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-13T20:02:54.313Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-13T20:02:54.313Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-13T20:02:54.629Z] --- PASS: TestAuthZPluginAllowRequest (1.69s) [2019-10-13T20:02:54.629Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-13T20:02:54.629Z] === RUN TestAuthZPluginTLS [2019-10-13T20:02:54.913Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-10-13T20:02:54.913Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-13T20:02:54.913Z] === RUN TestAuthZPluginDenyRequest [2019-10-13T20:02:55.251Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-13T20:02:55.537Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-13T20:02:55.537Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-13T20:02:55.537Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-13T20:02:56.154Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-10-13T20:02:56.154Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-13T20:02:56.154Z] === RUN TestAuthZPluginDenyResponse [2019-10-13T20:02:56.183Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-13T20:02:56.771Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2019-10-13T20:02:56.771Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-13T20:02:56.771Z] === RUN TestAuthZPluginAllowEventStream [2019-10-13T20:02:58.078Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-13T20:02:58.250Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2019-10-13T20:02:58.250Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-13T20:02:58.250Z] === RUN TestAuthZPluginErrorResponse [2019-10-13T20:02:58.872Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-10-13T20:02:58.872Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-13T20:02:58.872Z] === RUN TestAuthZPluginErrorRequest [2019-10-13T20:02:59.448Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-13T20:02:59.490Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-13T20:02:59.490Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-13T20:02:59.490Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-13T20:03:00.109Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-10-13T20:03:00.109Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-13T20:03:00.109Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-13T20:03:00.817Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-13T20:03:02.143Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s) [2019-10-13T20:03:02.143Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-13T20:03:02.143Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-13T20:03:02.187Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-13T20:03:03.556Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-13T20:03:04.843Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.12s) [2019-10-13T20:03:04.843Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-13T20:03:04.843Z] === RUN TestAuthZPluginHeader [2019-10-13T20:03:05.460Z] --- PASS: TestAuthZPluginHeader (0.97s) [2019-10-13T20:03:05.460Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-13T20:03:05.460Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-13T20:03:05.460Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-13T20:03:05.460Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:05.460Z] === RUN TestAuthZPluginV2Disable [2019-10-13T20:03:05.460Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-13T20:03:05.460Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:05.460Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-13T20:03:05.460Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-13T20:03:05.460Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:05.460Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-13T20:03:05.460Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-13T20:03:05.460Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:05.460Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-13T20:03:06.080Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-13T20:03:06.643Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-13T20:03:09.168Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-13T20:03:09.732Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-13T20:03:10.297Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-13T20:03:12.820Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-13T20:03:13.753Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-13T20:03:15.660Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-13T20:03:15.660Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-13T20:03:17.030Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-13T20:03:18.400Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-13T20:03:18.657Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-13T20:03:20.027Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-13T20:03:21.923Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-13T20:03:23.818Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-13T20:03:23.922Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s) [2019-10-13T20:03:23.922Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-13T20:03:23.922Z] PASS [2019-10-13T20:03:23.922Z] [2019-10-13T20:03:23.922Z] === Skipped [2019-10-13T20:03:23.922Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-13T20:03:23.922Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:23.922Z] [2019-10-13T20:03:23.922Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-13T20:03:23.922Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:23.922Z] [2019-10-13T20:03:23.922Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-13T20:03:23.922Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:23.922Z] [2019-10-13T20:03:23.922Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-13T20:03:23.922Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:23.922Z] [2019-10-13T20:03:23.922Z] [2019-10-13T20:03:23.922Z] DONE 17 tests, 4 skipped in 29.696s [2019-10-13T20:03:23.922Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-13T20:03:23.922Z] ++ 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 [2019-10-13T20:03:23.922Z] ++ set -e [2019-10-13T20:03:23.922Z] ++ '[' -n 0 ']' [2019-10-13T20:03:23.922Z] ++ set -x [2019-10-13T20:03:23.922Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:03:23.922Z] INFO: Testing against a local daemon [2019-10-13T20:03:23.922Z] === RUN TestPluginInvalidJSON [2019-10-13T20:03:23.922Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T20:03:23.922Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T20:03:23.922Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-13T20:03:23.922Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-10-13T20:03:23.922Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-13T20:03:23.922Z] PASS [2019-10-13T20:03:23.922Z] [2019-10-13T20:03:23.922Z] DONE 2 tests in 0.149s [2019-10-13T20:03:23.922Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-13T20:03:23.922Z] ++ 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 [2019-10-13T20:03:23.922Z] ++ set -e [2019-10-13T20:03:23.922Z] ++ '[' -n 0 ']' [2019-10-13T20:03:23.922Z] ++ set -x [2019-10-13T20:03:23.922Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:03:23.922Z] INFO: Testing against a local daemon [2019-10-13T20:03:23.922Z] === RUN TestExternalGraphDriver [2019-10-13T20:03:23.922Z] === RUN TestExternalGraphDriver/json [2019-10-13T20:03:24.384Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-13T20:03:24.937Z] === RUN TestExternalGraphDriver/spec [2019-10-13T20:03:25.756Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-13T20:03:26.320Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-13T20:03:26.320Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-13T20:03:26.577Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-13T20:03:26.833Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-13T20:03:26.973Z] === RUN TestExternalGraphDriver/pull [2019-10-13T20:03:27.397Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-13T20:03:27.397Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-13T20:03:28.768Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-13T20:03:29.655Z] --- PASS: TestExternalGraphDriver (6.87s) [2019-10-13T20:03:29.655Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-13T20:03:29.655Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2019-10-13T20:03:29.655Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2019-10-13T20:03:29.655Z] --- PASS: TestExternalGraphDriver/pull (2.53s) [2019-10-13T20:03:29.656Z] === RUN TestGraphdriverPluginV2 [2019-10-13T20:03:29.656Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-10-13T20:03:29.656Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:29.656Z] PASS [2019-10-13T20:03:29.656Z] [2019-10-13T20:03:29.656Z] === Skipped [2019-10-13T20:03:29.656Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-10-13T20:03:29.656Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:03:29.656Z] [2019-10-13T20:03:29.656Z] [2019-10-13T20:03:29.656Z] DONE 5 tests, 1 skipped in 7.038s [2019-10-13T20:03:29.656Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-13T20:03:29.656Z] ++ 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 [2019-10-13T20:03:29.656Z] ++ set -e [2019-10-13T20:03:29.656Z] ++ '[' -n 0 ']' [2019-10-13T20:03:29.656Z] ++ set -x [2019-10-13T20:03:29.656Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:03:29.656Z] INFO: Testing against a local daemon [2019-10-13T20:03:29.656Z] === RUN TestContinueAfterPluginCrash [2019-10-13T20:03:29.656Z] === PAUSE TestContinueAfterPluginCrash [2019-10-13T20:03:29.656Z] === RUN TestDaemonStartWithLogOpt [2019-10-13T20:03:29.656Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-13T20:03:29.656Z] === CONT TestContinueAfterPluginCrash [2019-10-13T20:03:29.656Z] === CONT TestDaemonStartWithLogOpt [2019-10-13T20:03:31.290Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-13T20:03:32.662Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-13T20:03:34.031Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-13T20:03:34.961Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite (61.25s) [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.78s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d222e9c757e33] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.50s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-10-13T20:03:35.525Z] check_test.go:196: [ddfc53394e5f4] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.78s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-10-13T20:03:35.525Z] check_test.go:196: [d3807ebf5d0f1] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-10-13T20:03:35.525Z] check_test.go:196: [da8658eb3f6c0] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (5.27s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-10-13T20:03:35.525Z] check_test.go:196: [d511814e532a9] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.25s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-10-13T20:03:35.525Z] check_test.go:196: [dcb4a096afefc] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.19s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-10-13T20:03:35.525Z] check_test.go:196: [dc0bec265654d] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.59s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [de632b79e9bcc] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.41s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-10-13T20:03:35.525Z] check_test.go:196: [db0bd9e0d2f26] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.47s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d6140a3996170] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.42s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-10-13T20:03:35.525Z] check_test.go:196: [d01b22c612ca4] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.47s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-10-13T20:03:35.525Z] check_test.go:196: [d0f75159172b8] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.28s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-10-13T20:03:35.525Z] check_test.go:196: [d28344a65060d] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.43s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-10-13T20:03:35.525Z] check_test.go:196: [d93b1995d23f5] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.57s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-10-13T20:03:35.525Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a059dccbdf0106e1bc3c373212c65a745701b2b0be88e650fc3cb8f9efe2feb7 [2019-10-13T20:03:35.525Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0d0aa89d67d5c6815448b3bfc9f8b1e230971ba43bd3bc0d4511137d4a3ed022 [2019-10-13T20:03:35.525Z] check_test.go:196: [d155580ae934c] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.96s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-10-13T20:03:35.525Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7bb17ae0d5630c2058c6cfb714aa4225ee6423da638f5d1accc826aa73b13145 [2019-10-13T20:03:35.525Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e47f9a08e33f4763c1f248e48ebd5f699eb46ab55bb78082ddf984701eb370ff [2019-10-13T20:03:35.525Z] check_test.go:196: [d00e8cbee6ce2] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.41s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-10-13T20:03:35.525Z] check_test.go:196: [d9e04b558fb72] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.52s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d2e70745449bf] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.69s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d0f9d21894422] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-10-13T20:03:35.525Z] check_test.go:196: [df398712496c1] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.49s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d6be19ae23817] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.30s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-13T20:03:35.525Z] check_test.go:196: [dfc3c1d4c7acb] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.43s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d443c0f341e29] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.90s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-10-13T20:03:35.525Z] check_test.go:196: [dcdf257bd58e7] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.49s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-10-13T20:03:35.525Z] check_test.go:196: [d680647a6eb09] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.54s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-10-13T20:03:35.525Z] check_test.go:196: [ded306d8a2fbd] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.47s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-10-13T20:03:35.525Z] check_test.go:196: [df77e030a9912] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-10-13T20:03:35.525Z] check_test.go:196: [dcb0163c8034b] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-10-13T20:03:35.525Z] check_test.go:196: [d61324c1af382] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-10-13T20:03:35.525Z] check_test.go:196: [d86cbea2388ec] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-10-13T20:03:35.525Z] check_test.go:196: [d82d18a3253ba] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-10-13T20:03:35.525Z] check_test.go:196: [d76bed1fd3811] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.46s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d8910243a72f6] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.24s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [dd3a8adcaf017] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.27s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-10-13T20:03:35.525Z] check_test.go:196: [d96189f18fac2] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.47s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-10-13T20:03:35.525Z] check_test.go:196: [d6901cf207383] daemon is not started [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-10-13T20:03:35.525Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2019-10-13T20:03:35.525Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-10-13T20:03:35.525Z] === RUN TestDockerSchema1RegistrySuite [2019-10-13T20:03:35.525Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-13T20:03:35.782Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-13T20:03:36.798Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-13T20:03:41.038Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-13T20:03:45.220Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-13T20:03:48.186Z] --- PASS: TestDaemonStartWithLogOpt (15.66s) [2019-10-13T20:03:48.186Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-13T20:03:50.487Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-13T20:03:50.866Z] --- PASS: TestContinueAfterPluginCrash (20.77s) [2019-10-13T20:03:50.866Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-13T20:03:50.866Z] PASS [2019-10-13T20:03:50.866Z] [2019-10-13T20:03:50.866Z] DONE 2 tests in 20.866s [2019-10-13T20:03:50.866Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-13T20:03:50.866Z] ++ 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 [2019-10-13T20:03:50.866Z] ++ set -e [2019-10-13T20:03:50.866Z] ++ '[' -n 0 ']' [2019-10-13T20:03:50.866Z] ++ set -x [2019-10-13T20:03:50.866Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:03:50.866Z] INFO: Testing against a local daemon [2019-10-13T20:03:50.866Z] === RUN TestPluginWithDevMounts [2019-10-13T20:03:50.866Z] === PAUSE TestPluginWithDevMounts [2019-10-13T20:03:50.866Z] === CONT TestPluginWithDevMounts [2019-10-13T20:03:51.050Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-13T20:03:52.420Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-13T20:03:52.420Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-13T20:03:52.901Z] --- PASS: TestPluginWithDevMounts (2.31s) [2019-10-13T20:03:52.901Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-13T20:03:52.901Z] PASS [2019-10-13T20:03:52.901Z] [2019-10-13T20:03:52.901Z] DONE 1 tests in 2.428s [2019-10-13T20:03:52.901Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-13T20:03:52.901Z] ++ 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 [2019-10-13T20:03:52.901Z] ++ set -e [2019-10-13T20:03:52.901Z] ++ '[' -n 0 ']' [2019-10-13T20:03:52.901Z] ++ set -x [2019-10-13T20:03:52.901Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:03:52.901Z] INFO: Testing against a local daemon [2019-10-13T20:03:52.901Z] === RUN TestSecretInspect [2019-10-13T20:03:53.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-13T20:03:54.934Z] --- PASS: TestSecretInspect (2.12s) [2019-10-13T20:03:54.934Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-13T20:03:54.934Z] === RUN TestSecretList [2019-10-13T20:03:55.157Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-13T20:03:56.527Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-13T20:03:57.616Z] --- PASS: TestSecretList (2.19s) [2019-10-13T20:03:57.616Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-13T20:03:57.616Z] === RUN TestSecretsCreateAndDelete [2019-10-13T20:03:59.644Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2019-10-13T20:03:59.644Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-13T20:03:59.644Z] === RUN TestSecretsUpdate [2019-10-13T20:04:00.701Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-13T20:04:00.701Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-13T20:04:00.958Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-13T20:04:01.215Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-13T20:04:01.473Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-13T20:04:01.672Z] --- PASS: TestSecretsUpdate (2.19s) [2019-10-13T20:04:01.672Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-13T20:04:01.672Z] === RUN TestTemplatedSecret [2019-10-13T20:04:01.730Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-13T20:04:01.930Z] === RUN TestDockerSuite/TestBuildRm [2019-10-13T20:04:01.986Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite (26.56s) [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.28s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-10-13T20:04:02.244Z] check_test.go:223: [da2a3594918bf] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.45s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-10-13T20:04:02.244Z] check_test.go:223: [d13ddc4a1ba5e] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.68s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-10-13T20:04:02.244Z] check_test.go:223: [d350c6a344d12] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.68s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-10-13T20:04:02.244Z] check_test.go:223: [d8b08778974ee] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.28s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-10-13T20:04:02.244Z] check_test.go:223: [dc170d1c8f928] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.37s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-10-13T20:04:02.244Z] check_test.go:223: [df27101e3f6d0] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-10-13T20:04:02.244Z] check_test.go:223: [db3c2c0d03e59] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.40s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-10-13T20:04:02.244Z] check_test.go:223: [d792905c46440] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.26s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-13T20:04:02.244Z] check_test.go:223: [d1437723cf92d] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.27s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-13T20:04:02.244Z] check_test.go:223: [d3670f4ee48a2] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.77s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-10-13T20:04:02.244Z] check_test.go:223: [da8fdd1727218] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.39s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-10-13T20:04:02.244Z] check_test.go:223: [d214cbf881507] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.46s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-10-13T20:04:02.244Z] check_test.go:223: [df7513dca3522] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-10-13T20:04:02.244Z] check_test.go:223: [d09f0c027eaac] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-10-13T20:04:02.244Z] check_test.go:223: [d837705d8b08c] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-10-13T20:04:02.244Z] check_test.go:223: [d8a0b97989aad] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.35s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-10-13T20:04:02.244Z] check_test.go:223: [dd39f716e76ad] daemon is not started [2019-10-13T20:04:02.244Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-13T20:04:02.244Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-10-13T20:04:02.244Z] check_test.go:223: [d1a3b32e977cc] daemon is not started [2019-10-13T20:04:02.244Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-13T20:04:02.244Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-13T20:04:03.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-13T20:04:03.738Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-13T20:04:03.738Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-13T20:04:05.111Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-13T20:04:05.111Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-13T20:04:05.133Z] --- PASS: TestTemplatedSecret (3.33s) [2019-10-13T20:04:05.133Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-13T20:04:05.133Z] === RUN TestSecretCreateResolve [2019-10-13T20:04:05.368Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-13T20:04:05.935Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.94s) [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.93s) [2019-10-13T20:04:06.192Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-10-13T20:04:06.192Z] check_test.go:252: [d1c05a9a86c0b] daemon is not started [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2019-10-13T20:04:06.192Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-10-13T20:04:06.192Z] check_test.go:252: [d876e872a280e] daemon is not started [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-10-13T20:04:06.192Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-10-13T20:04:06.192Z] check_test.go:252: [d899db6e9e530] daemon is not started [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.12s) [2019-10-13T20:04:06.192Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-10-13T20:04:06.192Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-10-13T20:04:06.192Z] check_test.go:252: [dcfc0687a5333] daemon is not started [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.36s) [2019-10-13T20:04:06.192Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-10-13T20:04:06.192Z] check_test.go:252: [db773568b71ce] daemon is not started [2019-10-13T20:04:06.192Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.50s) [2019-10-13T20:04:06.193Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-10-13T20:04:06.193Z] check_test.go:252: [dc37767825e69] daemon is not started [2019-10-13T20:04:06.193Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-10-13T20:04:06.193Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-10-13T20:04:06.193Z] check_test.go:252: [d9965cec2c878] daemon is not started [2019-10-13T20:04:06.193Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-13T20:04:06.193Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-13T20:04:07.176Z] --- PASS: TestSecretCreateResolve (2.26s) [2019-10-13T20:04:07.176Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-13T20:04:07.176Z] PASS [2019-10-13T20:04:07.176Z] [2019-10-13T20:04:07.176Z] DONE 6 tests in 14.339s [2019-10-13T20:04:07.176Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-13T20:04:07.176Z] ++ 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 [2019-10-13T20:04:07.176Z] ++ set -e [2019-10-13T20:04:07.176Z] ++ '[' -n 0 ']' [2019-10-13T20:04:07.176Z] ++ set -x [2019-10-13T20:04:07.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=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:04:07.176Z] INFO: Testing against a local daemon [2019-10-13T20:04:07.176Z] === RUN TestServiceCreateInit [2019-10-13T20:04:07.465Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-13T20:04:11.446Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-13T20:04:11.447Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-13T20:04:11.447Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-13T20:04:11.859Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-13T20:04:12.010Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-13T20:04:12.010Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.89s) [2019-10-13T20:04:12.010Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2019-10-13T20:04:12.010Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-10-13T20:04:12.010Z] check_test.go:279: [d486d279a65b8] daemon is not started [2019-10-13T20:04:12.010Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-10-13T20:04:12.010Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-10-13T20:04:12.010Z] check_test.go:279: [d692a3d77ba63] daemon is not started [2019-10-13T20:04:12.010Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-10-13T20:04:12.010Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-10-13T20:04:12.010Z] check_test.go:279: [d3631510072f3] daemon is not started [2019-10-13T20:04:12.010Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.30s) [2019-10-13T20:04:12.010Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-10-13T20:04:12.010Z] check_test.go:279: [d161d7be76c5a] daemon is not started [2019-10-13T20:04:12.010Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2019-10-13T20:04:12.010Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-10-13T20:04:12.010Z] check_test.go:279: [df61b51488a8c] daemon is not started [2019-10-13T20:04:12.010Z] === RUN TestDockerNetworkSuite [2019-10-13T20:04:12.010Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-13T20:04:14.327Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-13T20:04:15.285Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-13T20:04:16.215Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-13T20:04:16.249Z] --- PASS: TestServiceCreateInit (8.32s) [2019-10-13T20:04:16.249Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.09s) [2019-10-13T20:04:16.249Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-13T20:04:16.249Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.17s) [2019-10-13T20:04:16.249Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-13T20:04:16.249Z] === RUN TestCreateServiceMultipleTimes [2019-10-13T20:04:16.779Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-13T20:04:18.075Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-13T20:04:18.075Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-13T20:04:18.535Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-13T20:04:19.334Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-13T20:04:20.075Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-13T20:04:22.609Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-13T20:04:23.174Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-13T20:04:23.817Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-13T20:04:25.696Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-13T20:04:26.261Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-13T20:04:26.729Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-13T20:04:29.538Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-13T20:04:30.910Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-10-13T20:04:31.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-13T20:04:32.530Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-13T20:04:34.731Z] --- PASS: TestCreateServiceMultipleTimes (17.96s) [2019-10-13T20:04:34.731Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-13T20:04:34.731Z] === RUN TestCreateServiceConflict [2019-10-13T20:04:34.750Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-13T20:04:35.746Z] --- PASS: TestCreateServiceConflict (2.19s) [2019-10-13T20:04:35.746Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-13T20:04:35.746Z] === RUN TestCreateServiceMaxReplicas [2019-10-13T20:04:39.222Z] --- PASS: TestCreateServiceMaxReplicas (2.97s) [2019-10-13T20:04:39.222Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-13T20:04:39.222Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-13T20:04:41.296Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-13T20:04:44.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-13T20:04:45.943Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-13T20:04:46.875Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-13T20:04:47.438Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-13T20:04:48.807Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-10-13T20:04:50.177Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-13T20:04:50.233Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-13T20:04:50.233Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-13T20:04:50.233Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-13T20:04:50.435Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-13T20:04:50.693Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-13T20:04:52.091Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-13T20:04:52.091Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-13T20:04:52.091Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-13T20:04:52.348Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-13T20:04:53.717Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-13T20:04:54.450Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.33s) [2019-10-13T20:04:54.450Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-13T20:04:54.450Z] === RUN TestCreateServiceSecretFileMode [2019-10-13T20:04:54.735Z] --- PASS: TestCreateServiceSecretFileMode (2.54s) [2019-10-13T20:04:54.735Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-13T20:04:54.735Z] === RUN TestCreateServiceConfigFileMode [2019-10-13T20:04:55.086Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-13T20:04:55.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-13T20:04:55.351Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-13T20:04:55.608Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-13T20:04:55.865Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-10-13T20:04:57.436Z] --- PASS: TestCreateServiceConfigFileMode (2.56s) [2019-10-13T20:04:57.436Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-13T20:04:57.436Z] === RUN TestCreateServiceSysctls [2019-10-13T20:05:00.038Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-13T20:05:00.904Z] --- PASS: TestCreateServiceSysctls (3.47s) [2019-10-13T20:05:00.904Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-13T20:05:00.904Z] === RUN TestCreateServiceCapabilities [2019-10-13T20:05:03.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-13T20:05:03.591Z] --- PASS: TestCreateServiceCapabilities (2.58s) [2019-10-13T20:05:03.591Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-13T20:05:03.591Z] === RUN TestInspect [2019-10-13T20:05:05.075Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-13T20:05:05.076Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-13T20:05:06.432Z] --- PASS: TestInspect (2.79s) [2019-10-13T20:05:06.432Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-13T20:05:06.432Z] === RUN TestDockerNetworkConnectAlias [2019-10-13T20:05:08.819Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-13T20:05:08.819Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-13T20:05:09.951Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-13T20:05:10.832Z] --- PASS: TestDockerNetworkConnectAlias (4.63s) [2019-10-13T20:05:10.832Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-13T20:05:10.832Z] === RUN TestDockerNetworkReConnect [2019-10-13T20:05:14.129Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-13T20:05:14.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-13T20:05:14.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-10-13T20:05:14.623Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-13T20:05:14.693Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-13T20:05:14.693Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-13T20:05:14.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-13T20:05:14.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-13T20:05:15.207Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-13T20:05:15.207Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-13T20:05:15.239Z] --- PASS: TestDockerNetworkReConnect (4.70s) [2019-10-13T20:05:15.239Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-13T20:05:15.239Z] === RUN TestServicePlugin [2019-10-13T20:05:15.239Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-13T20:05:15.239Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:05:15.239Z] === RUN TestServiceUpdateLabel [2019-10-13T20:05:17.104Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-13T20:05:17.921Z] --- PASS: TestServiceUpdateLabel (2.29s) [2019-10-13T20:05:17.921Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-13T20:05:17.921Z] === RUN TestServiceUpdateSecrets [2019-10-13T20:05:19.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-13T20:05:19.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-13T20:05:19.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-13T20:05:20.195Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-13T20:05:20.761Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-13T20:05:26.015Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-13T20:05:27.926Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-13T20:05:31.207Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-13T20:05:31.207Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-13T20:05:32.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-13T20:05:33.136Z] --- PASS: TestServiceUpdateSecrets (15.31s) [2019-10-13T20:05:33.137Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-13T20:05:33.137Z] === RUN TestServiceUpdateConfigs [2019-10-13T20:05:33.951Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-13T20:05:35.321Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-13T20:05:35.578Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-13T20:05:35.811Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-13T20:05:36.273Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-13T20:05:36.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-13T20:05:37.207Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-13T20:05:37.465Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-13T20:05:39.361Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-10-13T20:05:40.023Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-13T20:05:40.733Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-10-13T20:05:40.998Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-13T20:05:44.914Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-13T20:05:46.799Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite (94.99s) [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.33s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d97dcb3e4e02e] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.29s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d159600a45fd6] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.99s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d3d852d492aeb] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.76s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [dc9a5606ddff6] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.86s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:1233: [d629c4427693a] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.21s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [dbfd0133407b2] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.32s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d9e60bdf91e51] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.32s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d1ecd4c3c26f4] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.63s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [de91bde78840b] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.92s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d988c263260fb] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.75s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d729b9fef5cc9] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.44s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [ddec1bd4dd985] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.47s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [db29ff6b1b013] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [df9e8a98d0d6c] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.28s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d02ad4f8a21ac] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.28s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [db9ee853dded5] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.13s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d3fb333aecd81] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [d90fe974ea86a] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.14s) [2019-10-13T20:05:47.439Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM" [2019-10-13T20:05:47.439Z] docker_cli_network_unix_test.go:46: [de25e1a6a7998] daemon is not started [2019-10-13T20:05:47.439Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.29s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d1e68c42b4cbd] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.55s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d32edef7966d0] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d5ffeccd56ec2] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.48s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [dd4049d266104] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [dc16d3c14bbbd] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.98s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:968: [d5fdfb7df61b9] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.41s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [da9af9770c5eb] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.54s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:1116: [d38d67c6e5af4] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d39a372c4db30] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.71s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d0995cfdc444c] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.11s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d0e1c26a2963b] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.10s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [db2c0c70b6a86] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.12s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [ddd6ff611b254] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d4bfe8f8fe39a] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d319db4889f69] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.36s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [ddc37fc41ac35] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.06s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d3dadd996bc03] daemon is not started [2019-10-13T20:05:47.440Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d466c22c8949b] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.24s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d74499c0dac0d] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.08s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart" [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.88s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:1084: [d21960261e21a] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [dfc3b7510674f] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.51s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d6c96a1985b38] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (3.08s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [de5c5afe380f2] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d119f4ae69f5d] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.33s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [dd0efd91bc9dc] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.75s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d560f596e3730] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.57s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [d022f21023182] daemon is not started [2019-10-13T20:05:47.440Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.89s) [2019-10-13T20:05:47.440Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver" [2019-10-13T20:05:47.440Z] docker_cli_network_unix_test.go:46: [dc3a65324b9ec] daemon is not started [2019-10-13T20:05:47.440Z] === RUN TestDockerHubPullSuite [2019-10-13T20:05:47.440Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-13T20:05:48.004Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-10-13T20:05:48.356Z] --- PASS: TestServiceUpdateConfigs (14.76s) [2019-10-13T20:05:48.356Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-13T20:05:48.356Z] === RUN TestServiceUpdateNetwork [2019-10-13T20:05:49.373Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-10-13T20:05:51.267Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-10-13T20:05:51.501Z] === RUN TestDockerSuite/TestBuildUser [2019-10-13T20:05:51.501Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-13T20:05:51.524Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-13T20:05:51.781Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-13T20:05:51.961Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-13T20:05:51.962Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-13T20:05:54.303Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-13T20:05:54.303Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-13T20:05:54.866Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-13T20:05:54.866Z] --- PASS: TestDockerHubPullSuite (7.78s) [2019-10-13T20:05:54.866Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.12s) [2019-10-13T20:05:54.866Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-10-13T20:05:54.866Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.29s) [2019-10-13T20:05:54.866Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.45s) [2019-10-13T20:05:54.866Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.35s) [2019-10-13T20:05:54.866Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.52s) [2019-10-13T20:05:54.866Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2019-10-13T20:05:54.866Z] PASS [2019-10-13T20:05:54.866Z] [2019-10-13T20:05:54.866Z] === Skipped [2019-10-13T20:05:54.866Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-13T20:05:54.866Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-10-13T20:05:54.866Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.866Z] [2019-10-13T20:05:54.866Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-13T20:05:54.866Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-10-13T20:05:54.866Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.866Z] [2019-10-13T20:05:54.866Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.06s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.06s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_sni_test.go:18: Flakey test [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-13T20:05:54.867Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2019-10-13T20:05:54.867Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-13T20:05:54.867Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-10-13T20:05:54.867Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-10-13T20:05:54.867Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-13T20:05:54.867Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-13T20:05:54.867Z] docker_cli_network_unix_test.go:46: [d466c22c8949b] daemon is not started [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] [2019-10-13T20:05:54.867Z] DONE 1253 tests, 44 skipped in 2038.577s [2019-10-13T20:05:54.867Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-13T20:05:54.867Z] ++++ cat bundles/test-integration/docker.pid [2019-10-13T20:05:54.867Z] +++ kill 7246 [2019-10-13T20:05:56.662Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-13T20:05:57.633Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-13T20:06:00.546Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-13T20:06:00.546Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-13T20:06:00.546Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-13T20:06:00.892Z] --- PASS: TestServiceUpdateNetwork (13.12s) [2019-10-13T20:06:00.892Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-13T20:06:00.892Z] PASS [2019-10-13T20:06:00.892Z] [2019-10-13T20:06:00.892Z] === Skipped [2019-10-13T20:06:00.892Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-13T20:06:00.892Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-13T20:06:00.892Z] [2019-10-13T20:06:00.892Z] [2019-10-13T20:06:00.892Z] DONE 19 tests, 1 skipped in 113.618s [2019-10-13T20:06:00.892Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-13T20:06:00.892Z] ++ 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 [2019-10-13T20:06:00.892Z] ++ set -e [2019-10-13T20:06:00.892Z] ++ '[' -n 0 ']' [2019-10-13T20:06:00.892Z] ++ set -x [2019-10-13T20:06:00.892Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:06:00.892Z] INFO: Testing against a local daemon [2019-10-13T20:06:00.892Z] === RUN TestSessionCreate [2019-10-13T20:06:00.892Z] --- PASS: TestSessionCreate (0.06s) [2019-10-13T20:06:00.892Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-13T20:06:01.176Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-13T20:06:01.176Z] PASS [2019-10-13T20:06:01.176Z] [2019-10-13T20:06:01.176Z] DONE 2 tests in 0.220s [2019-10-13T20:06:01.176Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-13T20:06:01.176Z] ++ 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 [2019-10-13T20:06:01.176Z] ++ set -e [2019-10-13T20:06:01.176Z] ++ '[' -n 0 ']' [2019-10-13T20:06:01.176Z] ++ set -x [2019-10-13T20:06:01.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=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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:06:01.176Z] INFO: Testing against a local daemon [2019-10-13T20:06:01.176Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-13T20:06:01.176Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-13T20:06:01.176Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T20:06:01.176Z] === RUN TestEventsExecDie [2019-10-13T20:06:02.188Z] --- PASS: TestEventsExecDie (0.90s) [2019-10-13T20:06:02.188Z] === RUN TestEventsBackwardsCompatible [2019-10-13T20:06:02.188Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-10-13T20:06:02.188Z] === RUN TestInfoBinaryCommits [2019-10-13T20:06:02.188Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-10-13T20:06:02.188Z] === RUN TestInfoAPIVersioned [2019-10-13T20:06:02.188Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-13T20:06:02.188Z] === RUN TestInfoAPI [2019-10-13T20:06:02.188Z] --- PASS: TestInfoAPI (0.06s) [2019-10-13T20:06:02.188Z] === RUN TestInfoAPIWarnings [2019-10-13T20:06:02.987Z] +++ /etc/init.d/apparmor stop [2019-10-13T20:06:02.987Z] Clearing AppArmor profiles cache:. [2019-10-13T20:06:02.987Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-13T20:06:02.987Z] Unloading profiles will leave already running processes permanently [2019-10-13T20:06:02.987Z] unconfined, which can lead to unexpected situations. [2019-10-13T20:06:02.987Z] [2019-10-13T20:06:02.987Z] To set a process to complain mode, use the command line tool [2019-10-13T20:06:02.987Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-13T20:06:02.987Z] with the 'teardown' option." [2019-10-13T20:06:02.987Z] [2019-10-13T20:06:03.201Z] --- PASS: TestInfoAPIWarnings (0.93s) [2019-10-13T20:06:03.201Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-13T20:06:03.201Z] === RUN TestLoginFailsWithBadCredentials [2019-10-13T20:06:03.816Z] --- PASS: TestLoginFailsWithBadCredentials (0.63s) [2019-10-13T20:06:03.816Z] === RUN TestPingCacheHeaders [2019-10-13T20:06:03.816Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-13T20:06:03.816Z] === RUN TestPingGet [2019-10-13T20:06:04.101Z] --- PASS: TestPingGet (0.04s) [2019-10-13T20:06:04.101Z] === RUN TestPingHead [2019-10-13T20:06:04.101Z] --- PASS: TestPingHead (0.06s) [2019-10-13T20:06:04.101Z] === RUN TestVersion [2019-10-13T20:06:04.101Z] --- PASS: TestVersion (0.05s) [2019-10-13T20:06:04.101Z] PASS [2019-10-13T20:06:04.101Z] [2019-10-13T20:06:04.101Z] === Skipped [2019-10-13T20:06:04.101Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-13T20:06:04.101Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-13T20:06:04.101Z] [2019-10-13T20:06:04.101Z] [2019-10-13T20:06:04.101Z] DONE 12 tests, 1 skipped in 2.977s [2019-10-13T20:06:04.101Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-13T20:06:04.101Z] ++ 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 [2019-10-13T20:06:04.101Z] ++ set -e [2019-10-13T20:06:04.101Z] ++ '[' -n 0 ']' [2019-10-13T20:06:04.101Z] ++ set -x [2019-10-13T20:06:04.101Z] ++ env -i DEST=/go/src/github.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= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2019-10-13T20:06:04.101Z] INFO: Testing against a local daemon [2019-10-13T20:06:04.101Z] === RUN TestVolumesCreateAndList [2019-10-13T20:06:04.101Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-13T20:06:04.101Z] === RUN TestVolumesRemove [2019-10-13T20:06:04.384Z] --- PASS: TestVolumesRemove (0.11s) [2019-10-13T20:06:04.384Z] === RUN TestVolumesInspect [2019-10-13T20:06:04.384Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-13T20:06:04.384Z] === RUN TestVolumesInvalidJSON [2019-10-13T20:06:04.384Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-13T20:06:04.384Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-13T20:06:04.384Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-13T20:06:04.384Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-13T20:06:04.384Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-13T20:06:04.384Z] PASS [2019-10-13T20:06:04.384Z] [2019-10-13T20:06:04.384Z] DONE 5 tests in 0.306s [2019-10-13T20:06:04.384Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-13T20:06:04.668Z] ++++ cat bundles/test-integration/docker.pid [2019-10-13T20:06:04.668Z] +++ kill 13070 [2019-10-13T20:06:06.140Z] +++ /etc/init.d/apparmor stop [2019-10-13T20:06:06.140Z] Clearing AppArmor profiles cache:. [2019-10-13T20:06:06.140Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-13T20:06:06.140Z] Unloading profiles will leave already running processes permanently [2019-10-13T20:06:06.140Z] unconfined, which can lead to unexpected situations. [2019-10-13T20:06:06.140Z] [2019-10-13T20:06:06.140Z] To set a process to complain mode, use the command line tool [2019-10-13T20:06:06.140Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-13T20:06:06.140Z] with the 'teardown' option." [2019-10-13T20:06:06.140Z] Post stage [Pipeline] junit [2019-10-13T20:06:08.207Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-13T20:06:09.147Z] + echo Ensuring container killed. [2019-10-13T20:06:09.147Z] Ensuring container killed. [2019-10-13T20:06:09.147Z] + docker rm -vf docker-pr3 [2019-10-13T20:06:09.147Z] Error: No such container: docker-pr3 [2019-10-13T20:06:09.147Z] + true [Pipeline] sh [2019-10-13T20:06:09.527Z] + echo Chowning /workspace to jenkins user [2019-10-13T20:06:09.527Z] Chowning /workspace to jenkins user [2019-10-13T20:06:09.527Z] + id -u [2019-10-13T20:06:09.527Z] + id -g [2019-10-13T20:06:09.527Z] + docker run --rm -v /home/docker/workspace/moby_PR-40081:/workspace busybox chown -R 1001:1001 /workspace [2019-10-13T20:06:09.527Z] Unable to find image 'busybox:latest' locally [2019-10-13T20:06:10.141Z] latest: Pulling from library/busybox [2019-10-13T20:06:10.141Z] e38168a01e65: Pulling fs layer [2019-10-13T20:06:10.760Z] e38168a01e65: Verifying Checksum [2019-10-13T20:06:10.760Z] e38168a01e65: Download complete [2019-10-13T20:06:11.044Z] e38168a01e65: Pull complete [2019-10-13T20:06:11.044Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-13T20:06:11.044Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-13T20:06:13.563Z] + bundleName=ppc64le-integration [2019-10-13T20:06:13.563Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-13T20:06:13.563Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-13T20:06:13.563Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+ -o -name *.prof -oxargs -name tar *-report.xml -czf ) ppc64le-integration-bundles.tar.gz -print [2019-10-13T20:06:13.563Z] [Pipeline] archiveArtifacts [2019-10-13T20:06:13.882Z] Archiving artifacts [2019-10-13T20:06:14.242Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40081/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-13T20:06:14.634Z] + make clean [2019-10-13T20:06:15.252Z] docker volume rm -f docker-dev-cache [2019-10-13T20:06:15.252Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-13T20:06:25.712Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-13T20:06:25.712Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-13T20:06:43.426Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-13T20:06:48.190Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-13T20:06:48.190Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-13T20:06:48.190Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-13T20:06:49.622Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-13T20:06:50.378Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-13T20:06:50.839Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-10-13T20:07:04.471Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-13T20:07:05.704Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-13T20:07:09.462Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-13T20:07:09.462Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite (1728.59s) [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.91s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.50s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.90s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.47s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.01s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-13T20:07:22.531Z] check_test.go:358: [df53fec7fac20] joining swarm manager [df7e7280eb882]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-13T20:07:22.531Z] check_test.go:358: [de9df861eeecb] joining swarm manager [df7e7280eb882]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.531Z] check_test.go:379: [df53fec7fac20] daemon is not started [2019-10-13T20:07:22.531Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-13T20:07:22.531Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.21s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-13T20:07:22.531Z] check_test.go:358: [daf3e6e6794b3] joining swarm manager [d6562f2f843f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.89s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.20s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (30.36s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-13T20:07:22.531Z] check_test.go:358: [d1445f117e39d] joining swarm manager [d0684490f5957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-13T20:07:22.531Z] check_test.go:358: [ddf68d62a9a62] joining swarm manager [d0684490f5957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.531Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-13T20:07:22.531Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.86s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-13T20:07:22.531Z] check_test.go:358: [d6518092cf0e9] joining swarm manager [dbdfd2904ad99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-13T20:07:22.531Z] check_test.go:358: [de15e8fe85b6e] joining swarm manager [dbdfd2904ad99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.84s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.27s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.54s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-13T20:07:22.531Z] check_test.go:358: [da30c1b8aa14f] joining swarm manager [de30dc64c618f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-13T20:07:22.531Z] check_test.go:358: [dbefd1fed94d6] joining swarm manager [de30dc64c618f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.97s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-13T20:07:22.531Z] check_test.go:358: [da0b5ca7858a6] joining swarm manager [d9a544d0a841d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-13T20:07:22.531Z] check_test.go:358: [d7af6b47b080a] joining swarm manager [d9a544d0a841d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.64s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-13T20:07:22.531Z] check_test.go:358: [d85375c5ad315] joining swarm manager [d0b3461d152c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.40s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-13T20:07:22.531Z] check_test.go:358: [da6e8fd303124] joining swarm manager [d0002ffb2d4d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-13T20:07:22.531Z] check_test.go:358: [d374b4a496238] joining swarm manager [d0002ffb2d4d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.64s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.20s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-13T20:07:22.531Z] check_test.go:358: [dddb6d666e53f] joining swarm manager [d017d8ee3bcf7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.13s) [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-13T20:07:22.531Z] check_test.go:358: [d92996b287229] joining swarm manager [d8a0ad3748e6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.531Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-13T20:07:22.531Z] check_test.go:358: [d4c403b62352b] joining swarm manager [d8a0ad3748e6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.531Z] check_test.go:379: [d4c403b62352b] daemon is not started [2019-10-13T20:07:22.531Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (54.39s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-13T20:07:22.532Z] check_test.go:358: [dd97bf452c9dd] joining swarm manager [d305af4d97a41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-13T20:07:22.532Z] check_test.go:358: [d7367ae35c09b] joining swarm manager [d305af4d97a41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-13T20:07:22.532Z] check_test.go:358: [ddd10159357f0] joining swarm manager [d305af4d97a41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-13T20:07:22.532Z] check_test.go:358: [d78b566df2d66] joining swarm manager [d305af4d97a41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-13T20:07:22.532Z] check_test.go:358: [d30cf37a2cdf6] joining swarm manager [d305af4d97a41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.41s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.35s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.20s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-13T20:07:22.532Z] check_test.go:358: [d2c9048e792d4] joining swarm manager [de39019f8a839]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-13T20:07:22.532Z] check_test.go:358: [d7d434c8a9b0f] joining swarm manager [de39019f8a839]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.76s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-13T20:07:22.532Z] check_test.go:358: [db8026e4e64b3] joining swarm manager [db2e3cb959ff8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-13T20:07:22.532Z] check_test.go:358: [d6ded532f13c3] joining swarm manager [db2e3cb959ff8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.35s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-13T20:07:22.532Z] check_test.go:358: [d61df320ae641] joining swarm manager [d69e0ea5e1dc2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-13T20:07:22.532Z] check_test.go:358: [d1ec9771b12e5] joining swarm manager [d69e0ea5e1dc2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.12s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.18s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-13T20:07:22.532Z] check_test.go:358: [dd9aefa197681] joining swarm manager [d5ad146604981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-13T20:07:22.532Z] check_test.go:358: [d4666f1c1bf17] joining swarm manager [d5ad146604981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-13T20:07:22.532Z] check_test.go:358: [d2e56f68f028f] joining swarm manager [d5ad146604981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-13T20:07:22.532Z] check_test.go:358: [dc1861ce5a1fc] joining swarm manager [d5ad146604981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.10s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.14s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-13T20:07:22.532Z] check_test.go:358: [dcab12a8f1f92] joining swarm manager [db376dd5dd451]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-13T20:07:22.532Z] check_test.go:358: [d7da577b8feb8] joining swarm manager [db376dd5dd451]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.49s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-13T20:07:22.532Z] check_test.go:358: [dc340098b96bd] joining swarm manager [d1cb3064d62f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-13T20:07:22.532Z] check_test.go:358: [d12fdab93bab2] joining swarm manager [d1cb3064d62f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] check_test.go:379: [dc340098b96bd] daemon is not started [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.82s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-13T20:07:22.532Z] check_test.go:358: [d36ed0c2ca1db] joining swarm manager [d930b6835697c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-13T20:07:22.532Z] check_test.go:358: [d9d2486234f0f] joining swarm manager [d930b6835697c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.73s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-13T20:07:22.532Z] check_test.go:358: [def28cd6df4a2] joining swarm manager [d44f835d776b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-13T20:07:22.532Z] check_test.go:358: [dafe8cebe5389] joining swarm manager [d44f835d776b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.81s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.43s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.08s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.28s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.20s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.36s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.85s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (6.21s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.82s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.28s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.80s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.06s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.31s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.12s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.64s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.18s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.60s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.36s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.85s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.90s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.66s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.65s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.06s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.51s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-10-13T20:07:22.532Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.h93xy0bvqivi@bc71759a4a62 | hello1\n" [2019-10-13T20:07:22.532Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.n34ai9y1qq5g@bc71759a4a62 | hello2\n" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.93s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.93s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.26s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.12s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.52s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.03s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.17s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.84s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-10-13T20:07:22.532Z] docker_cli_service_logs_test.go:242: checking task vm7p843js6kl [2019-10-13T20:07:22.532Z] docker_cli_service_logs_test.go:247: checking messages for vm7p843js6kl [2019-10-13T20:07:22.532Z] docker_cli_service_logs_test.go:242: checking task ya4c39tstxx9 [2019-10-13T20:07:22.532Z] docker_cli_service_logs_test.go:247: checking messages for ya4c39tstxx9 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.91s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.10s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.12s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.93s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.72s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-13T20:07:22.532Z] check_test.go:358: [d2dad0b2f84ed] joining swarm manager [d5ff2c2b1fa91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-13T20:07:22.532Z] check_test.go:358: [d6ab5bb7c5fde] joining swarm manager [d5ff2c2b1fa91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.27s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.02s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.21s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-10-13T20:07:22.532Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.22s) [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-13T20:07:22.532Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-13T20:07:22.532Z] check_test.go:358: [dcb5eedf0322f] joining swarm manager [d0149de714669]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-13T20:07:22.533Z] check_test.go:358: [d1743035bf75d] joining swarm manager [d0149de714669]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.39s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (113.79s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-13T20:07:22.533Z] check_test.go:358: [d26a258c24045] joining swarm manager [dc41a2127e5c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-13T20:07:22.533Z] check_test.go:358: [d0a2e4a4f0c6b] joining swarm manager [dc41a2127e5c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.12s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (11.03s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.73s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.98s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.62s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.07s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.18s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-10-13T20:07:22.533Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.42s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.94s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.98s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.38s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-13T20:07:22.533Z] check_test.go:358: [db8f1b6bb0750] joining swarm manager [d4cc38e9a2ed9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-13T20:07:22.533Z] check_test.go:358: [dacbd867b9afc] joining swarm manager [d4cc38e9a2ed9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.59s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.86s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (138.18s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-13T20:07:22.533Z] check_test.go:358: [d40531b3db697] joining swarm manager [dcde6f9dd1d1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-13T20:07:22.533Z] check_test.go:358: [d461347b80405] joining swarm manager [dcde6f9dd1d1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-13T20:07:22.533Z] check_test.go:358: [d45306b355e78] joining swarm manager [dcde6f9dd1d1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.86s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-13T20:07:22.533Z] check_test.go:358: [db78109d8e525] joining swarm manager [d977d6971a64a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-13T20:07:22.533Z] check_test.go:358: [d07bd492006b5] joining swarm manager [d977d6971a64a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.27s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-13T20:07:22.533Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.09s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.82s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.94s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.44s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-13T20:07:22.533Z] check_test.go:358: [d94ede6786245] joining swarm manager [df727ddc83c77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.10s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.05s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.07s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.72s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.35s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.63s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-13T20:07:22.533Z] check_test.go:358: [d0b5be32d30f1] joining swarm manager [d4c92e7a2fbef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.01s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.71s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.08s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.46s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.38s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (6.29s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.41s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.25s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (4.36s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.07s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.94s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.92s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.19s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.95s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-10-13T20:07:22.533Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.95s) [2019-10-13T20:07:22.533Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-10-13T20:07:22.533Z] === RUN TestDockerExternalVolumeSuite [2019-10-13T20:07:22.533Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-13T20:07:30.619Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-13T20:07:30.619Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-13T20:07:30.619Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-13T20:07:30.619Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-13T20:07:30.619Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-13T20:07:40.586Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-13T20:07:40.991Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-13T20:07:41.968Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-13T20:07:42.957Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-13T20:07:42.957Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-13T20:07:42.957Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-13T20:07:45.151Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-13T20:07:50.953Z] === RUN TestDockerSuite/TestCommitChange [2019-10-13T20:07:55.655Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-13T20:08:00.359Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-13T20:08:00.359Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-13T20:08:12.784Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-13T20:08:12.784Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-13T20:08:30.495Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-13T20:08:40.921Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-13T20:08:48.010Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-13T20:08:48.240Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-13T20:08:56.332Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-13T20:09:00.406Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-13T20:09:00.406Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-13T20:09:01.952Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-13T20:09:01.952Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-13T20:09:01.952Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-13T20:09:01.952Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-13T20:09:09.039Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-13T20:09:09.039Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-13T20:09:09.039Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-13T20:09:11.955Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-13T20:09:11.955Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-13T20:09:11.955Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-13T20:09:11.955Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-13T20:09:11.955Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-13T20:09:14.141Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-13T20:09:17.056Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-13T20:09:18.597Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-13T20:09:19.058Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-13T20:09:19.058Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-13T20:09:21.242Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-13T20:09:21.242Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-13T20:09:23.430Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-13T20:09:23.430Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-13T20:09:23.430Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-13T20:09:28.375Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-13T20:09:30.591Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-13T20:09:30.591Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-13T20:09:32.132Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-13T20:09:32.132Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-13T20:09:35.044Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-13T20:09:35.044Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-13T20:09:42.132Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-13T20:09:43.226Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-13T20:09:46.833Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-13T20:09:51.540Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-13T20:09:51.540Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-13T20:09:51.540Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-13T20:09:51.540Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-13T20:09:51.540Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-13T20:09:53.080Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-13T20:09:53.080Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-13T20:09:56.000Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-13T20:09:56.000Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-13T20:09:58.184Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-13T20:09:58.184Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-13T20:10:02.889Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-13T20:10:04.429Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-13T20:10:04.429Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-13T20:10:04.429Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-13T20:10:04.429Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-13T20:10:04.429Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-13T20:10:04.429Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-13T20:10:06.613Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-13T20:10:15.265Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-13T20:10:24.317Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-13T20:10:26.499Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-13T20:10:27.456Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-13T20:10:29.409Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-13T20:10:29.409Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-13T20:10:29.409Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-13T20:10:31.591Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-13T20:10:31.591Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-13T20:10:31.591Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-13T20:10:31.591Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-13T20:10:36.293Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-13T20:10:38.477Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-13T20:10:38.477Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-13T20:10:38.477Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-13T20:10:53.311Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-13T20:10:53.311Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-13T20:10:53.311Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-13T20:10:59.493Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-13T20:11:03.644Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-13T20:11:03.644Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-13T20:11:03.644Z] === RUN TestDockerSuite/TestCpToDot [2019-10-13T20:11:05.186Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-13T20:11:05.186Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-13T20:11:05.186Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-13T20:11:07.371Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-13T20:11:07.371Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-13T20:11:07.371Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-13T20:11:07.371Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-13T20:11:07.371Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-13T20:11:07.833Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-13T20:11:07.833Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-13T20:11:10.017Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-13T20:11:11.559Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-13T20:11:12.122Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-13T20:11:12.122Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-13T20:11:14.308Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-13T20:11:14.345Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-13T20:11:14.769Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-13T20:11:15.231Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-13T20:11:15.232Z] === RUN TestDockerSuite/TestCreateRM [2019-10-13T20:11:15.232Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-13T20:11:15.232Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-13T20:11:15.692Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-13T20:11:16.154Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-13T20:11:24.734Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-13T20:11:24.734Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-13T20:11:24.734Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-13T20:11:28.483Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-13T20:11:28.944Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-13T20:11:28.944Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-13T20:11:31.127Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-13T20:11:31.588Z] === RUN TestDockerSuite/TestDockerFails [2019-10-13T20:11:31.588Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-13T20:11:31.588Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-13T20:11:31.588Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-13T20:11:31.588Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-13T20:11:31.588Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-13T20:11:31.588Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-13T20:11:32.400Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-13T20:11:33.772Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-13T20:11:35.960Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-13T20:11:43.049Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-13T20:11:57.875Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-13T20:12:01.742Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-13T20:12:06.442Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-13T20:12:07.985Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-13T20:12:08.957Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-13T20:12:12.700Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-13T20:12:13.160Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-13T20:12:14.701Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-13T20:12:19.034Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-13T20:12:19.399Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-13T20:12:23.149Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-13T20:12:23.609Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-13T20:12:23.609Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-13T20:12:23.609Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-13T20:12:23.609Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-13T20:12:23.609Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-13T20:12:24.581Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-13T20:12:24.581Z] === RUN TestDockerSuite/TestEventsRename [2019-10-13T20:12:27.492Z] === RUN TestDockerSuite/TestEventsResize [2019-10-13T20:12:29.675Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-13T20:12:31.859Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-13T20:12:34.773Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-13T20:12:37.094Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-13T20:12:39.471Z] === RUN TestDockerSuite/TestEventsTop [2019-10-13T20:12:39.471Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-13T20:12:42.380Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-13T20:12:45.307Z] === RUN TestDockerSuite/TestExec [2019-10-13T20:12:45.307Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-13T20:12:45.307Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-13T20:12:47.491Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-13T20:12:49.032Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-13T20:12:49.032Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-13T20:12:49.032Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-13T20:12:49.032Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-13T20:12:51.219Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-13T20:12:53.402Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-13T20:12:55.587Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-13T20:12:57.772Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-13T20:13:01.515Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-13T20:13:01.515Z] === RUN TestDockerSuite/TestExecEnv [2019-10-13T20:13:01.515Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-13T20:13:01.515Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-13T20:13:03.704Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-13T20:13:08.403Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-13T20:13:08.403Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-13T20:13:08.403Z] === RUN TestDockerSuite/TestExecParseError [2019-10-13T20:13:08.403Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-13T20:13:08.403Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-13T20:13:08.403Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-13T20:13:09.133Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-13T20:13:11.316Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-13T20:13:11.316Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-13T20:13:11.316Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-13T20:13:11.316Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-13T20:13:11.316Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-13T20:13:11.316Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-13T20:13:12.858Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-13T20:13:12.858Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-13T20:13:21.439Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-13T20:13:21.439Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-13T20:13:21.439Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-13T20:13:21.439Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-13T20:13:27.247Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-13T20:13:33.049Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-13T20:13:36.791Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-13T20:13:41.173Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-13T20:13:42.610Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-13T20:13:42.610Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-13T20:13:42.610Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-13T20:13:42.610Z] === RUN TestDockerSuite/TestHealth [2019-10-13T20:13:42.610Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-13T20:13:42.610Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-13T20:13:42.610Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-13T20:13:43.071Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-13T20:13:47.773Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-13T20:13:47.773Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-13T20:13:47.773Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-13T20:13:47.773Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-13T20:13:47.773Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-13T20:13:48.233Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-13T20:13:48.694Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-13T20:13:49.155Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-13T20:13:50.127Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-13T20:13:50.127Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-13T20:13:51.671Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-13T20:13:51.671Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-13T20:13:53.856Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-13T20:13:56.028Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-13T20:13:56.772Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-13T20:13:56.772Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-13T20:13:56.772Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-13T20:14:00.515Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-13T20:14:00.515Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestImportFile [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-13T20:14:03.427Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-13T20:14:03.888Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-13T20:14:03.888Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-13T20:14:03.888Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-13T20:14:03.888Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-13T20:14:06.076Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-13T20:14:08.262Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-13T20:14:08.262Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-13T20:14:08.262Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-13T20:14:08.262Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-13T20:14:08.262Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-13T20:14:10.446Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-13T20:14:10.446Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-13T20:14:12.630Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-13T20:14:12.630Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-13T20:14:12.630Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-13T20:14:12.630Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-13T20:14:14.086Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-13T20:14:14.171Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-13T20:14:19.978Z] === RUN TestDockerSuite/TestInspectImage [2019-10-13T20:14:19.978Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-13T20:14:19.978Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-13T20:14:19.978Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-13T20:14:21.521Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-13T20:14:23.711Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-13T20:14:23.711Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-13T20:14:25.895Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-13T20:14:28.083Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-13T20:14:28.083Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-13T20:14:28.083Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-13T20:14:28.952Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-13T20:14:29.721Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-13T20:14:32.636Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-13T20:14:36.381Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-13T20:14:38.566Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-13T20:14:40.751Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-13T20:14:42.936Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite (441.10s) [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.93s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-10-13T20:14:43.821Z] docker_cli_external_volume_driver_test.go:53: [d76df221847f9] daemon is not started [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.56s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.13s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-10-13T20:14:43.821Z] docker_cli_external_volume_driver_test.go:53: [d54046c380830] daemon is not started [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-10-13T20:14:43.821Z] docker_cli_external_volume_driver_test.go:53: [da1bff60e4e07] daemon is not started [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-10-13T20:14:43.821Z] docker_cli_external_volume_driver_test.go:53: [d8912e9b3655b] daemon is not started [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.57s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.65s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.71s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.02s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.55s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.35s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.32s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-10-13T20:14:43.821Z] docker_cli_external_volume_driver_test.go:485: [de9f192f1b835] daemon is not started [2019-10-13T20:14:43.821Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-10-13T20:14:43.821Z] docker_cli_external_volume_driver_test.go:53: [d174ef731cd98] daemon is not started [2019-10-13T20:14:43.821Z] PASS [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] === Skipped [2019-10-13T20:14:43.821Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-13T20:14:43.821Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-13T20:14:43.821Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-13T20:14:43.821Z] check_test.go:309: [da5789ccee523] daemon is not started [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-13T20:14:43.821Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-13T20:14:43.821Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-13T20:14:43.821Z] check_test.go:309: [d93f2c921a259] daemon is not started [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-13T20:14:43.821Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-13T20:14:43.821Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-13T20:14:43.821Z] check_test.go:309: [d3c08be36eeed] daemon is not started [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-13T20:14:43.821Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-10-13T20:14:43.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-13T20:14:43.821Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-13T20:14:43.821Z] check_test.go:309: [d1d0778ae6a8f] daemon is not started [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-13T20:14:43.821Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-10-13T20:14:43.821Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-13T20:14:43.821Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-10-13T20:14:43.821Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] [2019-10-13T20:14:43.821Z] DONE 270 tests, 6 skipped in 2567.963s [2019-10-13T20:14:43.821Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-13T20:14:43.821Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d00aacc1a8870/docker.pid [2019-10-13T20:14:43.821Z] +++ kill 5212 [2019-10-13T20:14:43.821Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5212 is not a child of this shell [2019-10-13T20:14:43.821Z] warning: PID 5212 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d00aacc1a8870/docker.pid had a nonzero exit code [2019-10-13T20:14:43.821Z] ++++ cat bundles/test-integration/docker.pid [2019-10-13T20:14:43.821Z] +++ kill 7241 [2019-10-13T20:14:44.477Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-13T20:14:44.752Z] +++ /etc/init.d/apparmor stop [2019-10-13T20:14:44.752Z] Clearing AppArmor profiles cache:. [2019-10-13T20:14:44.752Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-13T20:14:44.752Z] Unloading profiles will leave already running processes permanently [2019-10-13T20:14:44.752Z] unconfined, which can lead to unexpected situations. [2019-10-13T20:14:44.752Z] [2019-10-13T20:14:44.752Z] To set a process to complain mode, use the command line tool [2019-10-13T20:14:44.752Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-13T20:14:44.752Z] with the 'teardown' option." [2019-10-13T20:14:44.752Z] [2019-10-13T20:14:45.316Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-10-13T20:14:45.328Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-13T20:14:46.444Z] + echo Ensuring container killed. [2019-10-13T20:14:46.444Z] Ensuring container killed. [2019-10-13T20:14:46.444Z] + docker ps -aq -f name=docker-pr3-* [2019-10-13T20:14:46.444Z] + cids=bc71759a4a62 [2019-10-13T20:14:46.444Z] 39b4106eb291 [2019-10-13T20:14:46.444Z] a8fca063fe0a [2019-10-13T20:14:46.444Z] + [ -n bc71759a4a62 [2019-10-13T20:14:46.444Z] 39b4106eb291 [2019-10-13T20:14:46.444Z] a8fca063fe0a ] [2019-10-13T20:14:46.444Z] + docker rm -vf bc71759a4a62 39b4106eb291 a8fca063fe0a [2019-10-13T20:14:46.666Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-13T20:14:48.851Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-13T20:14:48.970Z] bc71759a4a62 [2019-10-13T20:14:51.036Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-13T20:14:52.578Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-13T20:14:54.235Z] 39b4106eb291 [2019-10-13T20:14:54.235Z] a8fca063fe0a [Pipeline] sh [2019-10-13T20:14:54.525Z] + echo Chowning /workspace to jenkins user [2019-10-13T20:14:54.526Z] Chowning /workspace to jenkins user [2019-10-13T20:14:54.526Z] + id -u [2019-10-13T20:14:54.526Z] + id -g [2019-10-13T20:14:54.526Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40081:/workspace busybox chown -R 1000:1000 /workspace [2019-10-13T20:14:58.382Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-13T20:14:59.007Z] + bundleName=amd64 [2019-10-13T20:14:59.007Z] + echo Creating amd64-bundles.tar.gz [2019-10-13T20:14:59.007Z] Creating amd64-bundles.tar.gz [2019-10-13T20:14:59.007Z] + xargs tar -czf amd64-bundles.tar.gz [2019-10-13T20:14:59.007Z] + 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 [2019-10-13T20:15:00.388Z] Archiving artifacts [2019-10-13T20:15:00.564Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-13T20:15:00.564Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-13T20:15:00.930Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40081/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-13T20:15:01.248Z] + make clean [2019-10-13T20:15:01.506Z] docker volume rm -f docker-dev-cache [2019-10-13T20:15:01.506Z] docker-dev-cache [Pipeline] deleteDir [2019-10-13T20:15:02.749Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-13T20:15:02.750Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-13T20:15:09.852Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-13T20:15:18.443Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-13T20:15:25.539Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-13T20:15:27.727Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-13T20:15:30.643Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-13T20:15:30.643Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-13T20:15:32.827Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-13T20:15:34.370Z] === RUN TestDockerSuite/TestLogsSince [2019-10-13T20:15:44.710Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-13T20:15:44.710Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-13T20:15:44.710Z] === RUN TestDockerSuite/TestLogsTail [2019-10-13T20:15:46.253Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-13T20:15:49.166Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-13T20:15:50.708Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-13T20:15:50.708Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-13T20:15:50.708Z] === RUN TestDockerSuite/TestNetHostname [2019-10-13T20:15:50.708Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-13T20:15:50.708Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-13T20:15:50.708Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginActive [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPortList [2019-10-13T20:15:51.171Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-13T20:15:55.874Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-13T20:15:59.623Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-13T20:15:59.623Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-13T20:16:08.210Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-13T20:16:08.210Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-13T20:16:16.920Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-13T20:16:34.682Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-13T20:16:34.682Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-13T20:16:34.682Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-13T20:16:47.094Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-13T20:16:50.009Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-13T20:16:57.098Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-13T20:17:00.844Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-13T20:17:00.844Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-13T20:17:00.844Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-13T20:17:05.550Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-13T20:17:05.550Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-13T20:17:05.550Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-13T20:17:05.550Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-13T20:17:05.550Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-13T20:17:11.364Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-13T20:17:11.364Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-13T20:17:13.550Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-13T20:17:13.550Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-13T20:17:15.098Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-13T20:17:16.077Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-13T20:17:16.077Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-13T20:17:20.780Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-13T20:17:24.526Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-13T20:17:31.615Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-13T20:17:56.786Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-13T20:17:56.786Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-13T20:17:59.701Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-13T20:17:59.701Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-13T20:18:00.163Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-13T20:18:00.624Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-13T20:18:05.333Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-13T20:18:13.934Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-13T20:18:13.934Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-13T20:18:18.636Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-13T20:18:18.636Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-13T20:18:18.636Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-13T20:18:33.570Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-13T20:18:35.758Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-13T20:18:36.219Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-13T20:18:43.308Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-13T20:18:49.113Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-13T20:18:56.202Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-13T20:19:00.908Z] === RUN TestDockerSuite/TestRmiTag [2019-10-13T20:19:01.369Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-13T20:19:03.553Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-13T20:19:21.260Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-13T20:19:23.446Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-13T20:19:28.150Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-13T20:19:29.121Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-13T20:19:29.121Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-13T20:19:29.121Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-13T20:19:29.121Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-13T20:19:29.665Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-13T20:19:29.665Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-13T20:19:29.665Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-13T20:19:29.665Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-13T20:19:31.206Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-13T20:19:31.206Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-13T20:19:31.206Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-13T20:19:35.907Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-13T20:19:38.091Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-13T20:19:40.275Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-13T20:19:47.364Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-13T20:19:49.547Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-13T20:19:49.547Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-13T20:19:54.245Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-13T20:19:56.429Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-13T20:19:56.429Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-13T20:19:59.338Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-13T20:19:59.338Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-13T20:19:59.338Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-13T20:20:00.879Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-13T20:20:00.879Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-13T20:20:00.879Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-13T20:20:00.879Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-13T20:20:00.879Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-13T20:20:00.879Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-13T20:20:00.879Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-13T20:20:00.880Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-13T20:20:03.067Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-13T20:20:05.252Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-13T20:20:07.439Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-13T20:20:07.439Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-13T20:20:07.439Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-13T20:20:07.439Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-13T20:20:09.622Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-13T20:20:09.622Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-13T20:20:09.622Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-13T20:20:09.622Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-13T20:20:09.622Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-13T20:20:11.806Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-13T20:20:26.656Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-13T20:20:26.656Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-13T20:20:26.656Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-13T20:20:26.656Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-13T20:20:26.656Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-13T20:20:26.656Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-13T20:20:26.656Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-13T20:20:27.117Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-13T20:20:27.117Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-13T20:20:27.117Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-13T20:20:27.117Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-13T20:20:29.302Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-13T20:20:31.488Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-13T20:20:31.488Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-13T20:20:33.677Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-13T20:20:33.677Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-13T20:20:33.677Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-13T20:20:33.677Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-13T20:20:35.860Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-13T20:20:38.046Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-13T20:20:40.235Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-13T20:20:42.422Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-13T20:20:51.005Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-13T20:20:51.005Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-13T20:20:51.466Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-13T20:20:51.466Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-13T20:20:51.466Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-13T20:20:51.466Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-13T20:20:51.466Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-13T20:21:01.799Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-13T20:21:01.799Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunMount [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-13T20:21:02.259Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-13T20:21:02.260Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-13T20:21:02.260Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-13T20:21:09.357Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-13T20:21:09.357Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-13T20:21:09.357Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-13T20:21:09.357Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-13T20:21:14.057Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-13T20:21:17.866Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-13T20:21:18.327Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-13T20:21:19.297Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-13T20:21:21.483Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-13T20:21:23.666Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-13T20:21:24.640Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-13T20:21:26.182Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-13T20:21:26.642Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-13T20:21:29.557Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-13T20:21:29.557Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-13T20:21:29.557Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-13T20:21:29.557Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-13T20:21:29.557Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-13T20:21:29.557Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-13T20:21:38.144Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-13T20:21:38.144Z] === RUN TestDockerSuite/TestRunRm [2019-10-13T20:21:39.685Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-13T20:21:45.491Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-13T20:21:47.031Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-13T20:21:49.218Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-13T20:21:51.407Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-13T20:21:53.591Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-13T20:21:53.591Z] === RUN TestDockerSuite/TestRunState [2019-10-13T20:21:53.591Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-13T20:21:55.777Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-13T20:21:55.777Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-13T20:21:57.962Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-13T20:21:57.962Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-13T20:21:57.962Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-13T20:21:57.962Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-13T20:21:57.962Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-13T20:21:57.962Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-13T20:22:02.667Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-13T20:22:04.851Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-13T20:22:04.851Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-13T20:22:07.034Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-13T20:22:07.034Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-13T20:22:07.034Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-13T20:22:09.948Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-13T20:22:17.043Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-13T20:22:25.626Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-13T20:22:31.500Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-13T20:22:31.500Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-13T20:22:31.500Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-13T20:22:31.500Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-13T20:22:31.500Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-13T20:22:33.685Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-13T20:22:35.869Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-13T20:22:38.058Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-13T20:22:41.804Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-13T20:22:43.344Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-13T20:22:45.535Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-13T20:22:50.239Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-13T20:22:52.423Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-13T20:22:52.883Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-13T20:22:53.347Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-13T20:22:53.808Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-13T20:22:55.357Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-13T20:23:07.760Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-13T20:23:07.760Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-13T20:23:13.569Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-13T20:23:13.569Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-13T20:23:18.268Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-13T20:23:18.268Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-13T20:23:18.268Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-13T20:23:18.268Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-13T20:23:18.268Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-13T20:23:24.074Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-13T20:23:24.074Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-13T20:23:24.074Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-13T20:23:24.074Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-13T20:23:24.074Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-13T20:23:24.074Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-13T20:23:24.074Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-13T20:23:26.258Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-13T20:23:28.443Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-13T20:23:28.443Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-13T20:23:30.626Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-13T20:23:30.626Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-13T20:23:30.626Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-13T20:23:30.626Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-13T20:23:30.626Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-13T20:23:30.626Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-13T20:23:30.626Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-13T20:23:48.349Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-13T20:23:48.349Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-13T20:23:48.349Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-13T20:23:48.349Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-13T20:23:48.349Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-13T20:23:48.349Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-13T20:23:48.349Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-13T20:23:49.891Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-13T20:23:49.891Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-13T20:23:52.806Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-13T20:23:52.806Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-13T20:23:53.267Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-13T20:23:53.267Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-13T20:23:53.727Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-13T20:24:00.813Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-13T20:24:00.813Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-13T20:24:01.785Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-13T20:24:01.785Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-13T20:24:01.785Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-13T20:24:09.017Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-13T20:24:09.017Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-13T20:24:09.017Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-13T20:24:19.356Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-13T20:24:19.356Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite (2596.98s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-13T20:24:19.356Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.65s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (144.56s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.37s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-10-13T20:24:19.356Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-13T20:24:19.356Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.54s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-10-13T20:24:19.356Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-10-13T20:24:19.356Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.01s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.10s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.18s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.98s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (118.76s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2019-10-13T20:24:19.356Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.25s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.88s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.03s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.36s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.58s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.45s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.98s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.95s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.13s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.42s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.24s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddTar (39.08s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.25s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.64s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.42s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.06s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.87s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.38s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.41s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.19s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.23s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.00s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.52s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.37s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.86s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.35s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-10-13T20:24:19.356Z] docker_api_build_test.go:407: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.31s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.87s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCmd (0.54s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.16s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.06s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildContChar (13.83s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.95s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.84s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.86s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-10-13T20:24:19.356Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.60s) [2019-10-13T20:24:19.356Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.00s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.63s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.39s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (11.59s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.50s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.79s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.24s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.84s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.00s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.40s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.71s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.57s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignore (54.06s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.01s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.45s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (59.31s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.77s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.89s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (26.19s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.77s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.36s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.10s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.99s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.33s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (94.67s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.70s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.07s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.49s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.09s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.93s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.25s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.41s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.88s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.06s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.35s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.60s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFails (2.36s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.18s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (10.18s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.56s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.99s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.45s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.86s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.62s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.54s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildHistory (11.15s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.89s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.02s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.67s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLabel (0.85s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.88s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.58s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLabels (0.92s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.53s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.25s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.70s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.08s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.08s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.25s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.46s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.62s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.39s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.02s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.46s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (27.32s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.52s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.64s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNoContext (7.49s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.77s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.20s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.44s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.13s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.49s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuild (19.22s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.52s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.92s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.46s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.21s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.56s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.98s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.18s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.11s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.80s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.99s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildRm (13.69s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.38s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2019-10-13T20:24:19.357Z] docker_api_build_test.go:518: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.42s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.57s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.45s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.87s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.58s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.88s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (13.36s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.35s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildStderr (5.23s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.71s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.23s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.33s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.25s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.58s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.02s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.60s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.68s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.36s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (16.36s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.87s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.51s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.04s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.94s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.49s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (19.21s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.26s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.28s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.01s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.75s) [2019-10-13T20:24:19.357Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-10-13T20:24:19.357Z] docker_cli_sni_test.go:18: Flakey test [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.29s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.90s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestCommitChange (5.15s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.83s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.38s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestCommitTTY (17.30s) [2019-10-13T20:24:19.357Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.22s) [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-13T20:24:19.357Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-13T20:24:19.357Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2019-10-13T20:24:19.357Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-10-13T20:24:19.357Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.357Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.87s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.32s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.24s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.18s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.74s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.59s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.46s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.05s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.11s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.06s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (7.08s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.13s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.52s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.00s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.45s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.45s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.03s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.51s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.17s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.35s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.23s) [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-13T20:24:19.358Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-10-13T20:24:19.358Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2019-10-13T20:24:19.358Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-10-13T20:24:19.358Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2019-10-13T20:24:19.358Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.29s) [2019-10-13T20:24:19.358Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.08s) [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-10-13T20:24:19.358Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc0008b22e0 } [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1961589726 c:\foo false } [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1961589726 c:\foo true } [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 0 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 1 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 2 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 3 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 4 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 5 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 6 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 7 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 8 [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:1927: case 9 [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.28s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:120: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:140: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:158: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:183: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:223: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:252: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:275: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:314: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:344: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:368: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.42s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.33s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.33s) [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a487710377\file1 0a83662e80f4d438621cfd3eb2207841959f59ea04846ffda193c7b411b3a4bc:/root/itWorks.txt` [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:279: checking that container "0a83662e80f4d438621cfd3eb2207841959f59ea04846ffda193c7b411b3a4bc" start output contains "file1\n" [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0a83662e80f4d438621cfd3eb2207841959f59ea04846ffda193c7b411b3a4bc` [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.52s) [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b849695220\file1 4fa0a276d433f5ff8fe09a3609793bc49153479d3dd83fe320f0487e1d8dbdf4:testDir/` [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:166: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:193: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.77s) [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e463967939\dir1 b6784863d009a8f49e7caa6e630799eacd62ae99100cab66e386d3916f404229:testDir` [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:279: checking that container "b6784863d009a8f49e7caa6e630799eacd62ae99100cab66e386d3916f404229" start output contains "file1-1\n" [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:209: running `docker start -a b6784863d009a8f49e7caa6e630799eacd62ae99100cab66e386d3916f404229` [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e463967939\dir1 1ba052ed3537e9f007a3b7cb961b338caf82677409dbaf6014c3fc3d8e586926:testDir/` [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:279: checking that container "1ba052ed3537e9f007a3b7cb961b338caf82677409dbaf6014c3fc3d8e586926" start output contains "file1-1\n" [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1ba052ed3537e9f007a3b7cb961b338caf82677409dbaf6014c3fc3d8e586926` [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:274: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:297: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.59s) [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h588139846\dir1\. ae9670ecd3b26e4ad8d4e83bbcff646aeeef5769e23246cbf6eca8f7c399e84c:testDir` [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:279: checking that container "ae9670ecd3b26e4ad8d4e83bbcff646aeeef5769e23246cbf6eca8f7c399e84c" start output contains "file1-1\n" [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:209: running `docker start -a ae9670ecd3b26e4ad8d4e83bbcff646aeeef5769e23246cbf6eca8f7c399e84c` [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h588139846\dir1\. ad768b2dfd691155e12ab5a3385a1ab7bbc4186d3cca62925465d0a36f67f71f:testDir/` [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:279: checking that container "ad768b2dfd691155e12ab5a3385a1ab7bbc4186d3cca62925465d0a36f67f71f" start output contains "file1-1\n" [2019-10-13T20:24:19.821Z] docker_cli_cp_utils_test.go:209: running `docker start -a ad768b2dfd691155e12ab5a3385a1ab7bbc4186d3cca62925465d0a36f67f71f` [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:379: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:403: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpToDot (2.36s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:447: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:474: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCpToStdout (2.19s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.80s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.08s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.11s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2019-10-13T20:24:19.821Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-10-13T20:24:19.821Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.37s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.60s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.55s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.31s) [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-13T20:24:19.821Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.23s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.821Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2019-10-13T20:24:19.821Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-10-13T20:24:19.822Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.21s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.21s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (7.13s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.72s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsCopy (5.36s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.77s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.11s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.79s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.44s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.10s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.11s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFilters (4.50s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFormat (4.38s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsRename (2.29s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsResize (2.78s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.07s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.59s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.69s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.56s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2019-10-13T20:24:19.822Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.85s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.79s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-10-13T20:24:19.822Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-10-13T20:24:19.822Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-10-13T20:24:19.822Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.02s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.06s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.07s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.06s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.16s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.17s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecInspectID (4.55s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-10-13T20:24:19.822Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.48s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-10-13T20:24:19.822Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.12s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.27s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.97s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.90s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.32s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.92s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-13T20:24:19.822Z] docker_api_attach_test.go:27: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.87s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.58s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.93s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.68s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.97s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.78s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.60s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImportBadURL (2.43s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:178: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.33s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:107: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:73: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:90: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:144: unmatched requirement IsPausable [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:131: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:161: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInfoFormat (0.13s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_info_test.go:196: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-10-13T20:24:19.822Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-13T20:24:19.822Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.10s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.05s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-13T20:24:19.822Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-10-13T20:24:19.822Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:412: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.09s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.96s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:391: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:379: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectDefault (2.00s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectHistory (4.89s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.14s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.98s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.04s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.09s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_inspect_test.go:422: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.06s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectStatus (2.61s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.98s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.15s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.00s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.05s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.99s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.99s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.05s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-10-13T20:24:19.822Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.77s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.81s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.44s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.33s) [2019-10-13T20:24:19.822Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-13T20:24:19.822Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.08s) [2019-10-13T20:24:19.822Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.49s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.67s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.61s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.58s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.37s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.13s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.08s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsSince (8.97s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsTail (2.71s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.47s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.14s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.19s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-10-13T20:24:19.823Z] docker_api_attach_test.go:101: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.13s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsByOrder (8.01s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.44s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.98s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.85s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.42s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.78s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.11s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.27s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.59s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.58s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.89s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.00s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-13T20:24:19.823Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.17s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.03s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (7.07s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.28s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.02s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.77s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.30s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.87s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.26s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.28s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.65s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.54s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.57s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.75s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.73s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiTag (0.70s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.24s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.86s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.44s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.12s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.12s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:4520: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:4037: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.99s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.04s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.64s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.13s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (6.97s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.30s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.47s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.02s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.76s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.95s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.15s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.23s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.15s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.11s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.00s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (12.89s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:4002: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.23s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2019-10-13T20:24:19.823Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-10-13T20:24:19.823Z] docker_cli_run_test.go:4177: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.14s) [2019-10-13T20:24:19.823Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.09s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:4260: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.08s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunExitCode (2.34s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.20s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.18s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.13s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:4512: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.69s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.11s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.74s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:4322: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:4310: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.88s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.59s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.85s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.10s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.00s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.06s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.02s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.99s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.63s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.80s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunRm (2.28s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.30s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.11s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.02s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.03s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.44s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.10s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.95s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.61s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.07s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.12s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3967: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3960: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.87s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.28s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (9.11s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.71s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.35s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.20s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.15s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.98s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.67s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.03s) [2019-10-13T20:24:19.824Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.48s) [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.824Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-10-13T20:24:19.824Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2019-10-13T20:24:19.825Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.52s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (11.29s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.25s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2019-10-13T20:24:19.825Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.04s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2019-10-13T20:24:19.825Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.03s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2019-10-13T20:24:19.825Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.11s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.35s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.94s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2019-10-13T20:24:19.825Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2019-10-13T20:24:19.825Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.57s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.77s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.41s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.40s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.47s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2019-10-13T20:24:19.825Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.66s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.83s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-13T20:24:19.825Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.47s) [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-13T20:24:19.825Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-13T20:24:19.825Z] --- PASS: TestDockerRegistrySuite (0.02s) [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-13T20:24:19.825Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:19.825Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-13T20:24:20.286Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.286Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-13T20:24:20.287Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-13T20:24:20.287Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-13T20:24:20.287Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-13T20:24:20.287Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-13T20:24:20.287Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerDaemonSuite [2019-10-13T20:24:20.287Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-13T20:24:20.287Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-13T20:24:20.287Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-13T20:24:20.287Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-13T20:24:20.287Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerSwarmSuite [2019-10-13T20:24:20.287Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-13T20:24:20.287Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-13T20:24:20.287Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerExternalVolumeSuite [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerNetworkSuite [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] === RUN TestDockerHubPullSuite [2019-10-13T20:24:20.287Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-13T20:24:20.287Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-10-13T20:24:20.287Z] PASS [2019-10-13T20:24:20.287Z] ok github.com/docker/docker/integration-cli 2597.837s [2019-10-13T20:24:20.287Z] INFO: Integration tests ended at 10/13/2019 20:24:19. Duration:00:43:25.6629430 [2019-10-13T20:24:20.287Z] INFO: Docker info of the daemon under test at end of run [2019-10-13T20:24:20.287Z] [2019-10-13T20:24:20.287Z] Containers: 2 [2019-10-13T20:24:20.287Z] Running: 0 [2019-10-13T20:24:20.287Z] Paused: 0 [2019-10-13T20:24:20.287Z] Stopped: 2 [2019-10-13T20:24:20.287Z] Images: 12 [2019-10-13T20:24:20.287Z] Server Version: 0.0.0-dev [2019-10-13T20:24:20.287Z] Storage Driver: windowsfilter [2019-10-13T20:24:20.287Z] Windows: [2019-10-13T20:24:20.287Z] Logging Driver: json-file [2019-10-13T20:24:20.287Z] Plugins: [2019-10-13T20:24:20.287Z] Volume: local [2019-10-13T20:24:20.287Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-13T20:24:20.287Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-13T20:24:20.287Z] Swarm: inactive [2019-10-13T20:24:20.287Z] Default Isolation: process [2019-10-13T20:24:20.287Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-13T20:24:20.287Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-13T20:24:20.287Z] OSType: windows [2019-10-13T20:24:20.287Z] Architecture: x86_64 [2019-10-13T20:24:20.287Z] CPUs: 4 [2019-10-13T20:24:20.287Z] Total Memory: 32GiB [2019-10-13T20:24:20.287Z] Name: azwin-2-bc6aa0 [2019-10-13T20:24:20.287Z] ID: 2KAN:VDBY:BRWH:STKW:U4RQ:NYNL:7IDG:GGIM:GR2X:4UUM:X6DU:N6NP [2019-10-13T20:24:20.287Z] Docker Root Dir: D:\CI\PR-40081\3\daemon [2019-10-13T20:24:20.287Z] Debug Mode (client): false [2019-10-13T20:24:20.287Z] Debug Mode (server): true [2019-10-13T20:24:20.287Z] File Descriptors: -1 [2019-10-13T20:24:20.287Z] Goroutines: 18 [2019-10-13T20:24:20.287Z] System Time: 2019-10-13T20:24:19.8581971Z [2019-10-13T20:24:20.287Z] EventsListeners: 0 [2019-10-13T20:24:20.287Z] Registry: https://index.docker.io/v1/ [2019-10-13T20:24:20.287Z] Labels: [2019-10-13T20:24:20.287Z] Experimental: false [2019-10-13T20:24:20.287Z] Insecure Registries: [2019-10-13T20:24:20.287Z] 127.0.0.0/8 [2019-10-13T20:24:20.287Z] Live Restore Enabled: false [2019-10-13T20:24:20.287Z] [2019-10-13T20:24:20.287Z] [2019-10-13T20:24:20.287Z] INFO: Stopping daemon under test [2019-10-13T20:24:20.287Z] SUCCESS: The process with PID 8388 (child process of PID 9840) has been terminated. [2019-10-13T20:24:20.287Z] SUCCESS: The process with PID 9840 (child process of PID 8852) has been terminated. [2019-10-13T20:24:20.287Z] INFO: Stop tailing logs of the daemon under tests [2019-10-13T20:24:20.287Z] INFO: executeCI.ps1 Completed successfully at 10/13/2019 20:24:20. [2019-10-13T20:24:20.287Z] INFO: Tidying up at end of run [2019-10-13T20:24:20.287Z] INFO: Saving daemon under test log (d:\CI\PR-40081\3\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-13T20:24:20.287Z] INFO: Saving daemon under test log (d:\CI\PR-40081\3\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-13T20:24:20.287Z] INFO: Nuke-Everything... [2019-10-13T20:24:20.287Z] INFO: Container count on control daemon to delete is 2 [2019-10-13T20:24:21.259Z] 2da222f5d2f8 [2019-10-13T20:24:21.259Z] c64fcd69e0e3 [2019-10-13T20:24:21.259Z] INFO: Non-base image count on control daemon to delete is 1 [2019-10-13T20:24:22.906Z] Deleted: sha256:ac54b44cd984ca9c14695c4a79071ecc41d782c65b16330f503a1d7cbc2ffc32 [2019-10-13T20:24:22.906Z] Deleted: sha256:48691679f7e3798f2c42787310d062d360b7c9785c241d1f5facbbe26bb3e8ae [2019-10-13T20:24:22.906Z] INFO: Tidying pidfile d:\CI\PR-40081\3\docker.pid [2019-10-13T20:24:22.906Z] INFO: Nuking d:\CI [2019-10-13T20:24:58.640Z] INFO: Zapped successfully [2019-10-13T20:24:58.640Z] [2019-10-13T20:24:58.640Z] INFO: executeCI.ps1 exiting at Sun Oct 13 20:24:54 CUT 2019. Duration 00:59:15.3965379 [2019-10-13T20:24:58.640Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-13T20:25:00.300Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-13T20:25:02.057Z] Archiving artifacts [2019-10-13T20:25:03.211Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40081/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-13T20:25:04.139Z] + make clean [2019-10-13T20:25:05.110Z] docker volume rm -f docker-dev-cache [2019-10-13T20:25:05.110Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS