Pull request #39994 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 023b072288eab3c9e768d4aeeb917f27f06034c7+b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 (97218e51f2d917d95e4eb32d510fe5edcd256501) 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 ead69454b4062f17d1f8389642089a002b037213 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 ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # 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-09-26T21:10:11.006Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-26T21:10:11.013Z] Trying to pass milestone 1 [Pipeline] milestone [2019-09-26T21:10:11.024Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-26T21:10:11.138Z] Running on ubuntu-1804-overlay2 (i-04b20b7f103b32d20) in /home/ubuntu/workspace/moby_PR-39994 [Pipeline] { [Pipeline] checkout [2019-09-26T21:10:11.224Z] using credential docker-jenkins-github-credentials [2019-09-26T21:10:11.239Z] Fetching changes from the remote Git repository [2019-09-26T21:10:11.247Z] Fetching without tags [2019-09-26T21:10:11.896Z] Merging remotes/origin/master commit b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 into PR head commit 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:11.230Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-09-26T21:10:11.238Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:11.288Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:11.288Z] > git --version # timeout=10 [2019-09-26T21:10:11.294Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:11.294Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:11.895Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:11.900Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:12.383Z] Merge succeeded, producing 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:12.383Z] Checking out Revision 023b072288eab3c9e768d4aeeb917f27f06034c7 (PR-39994) [2019-09-26T21:10:12.447Z] Commit message: "homedir: add cgo or osusergo buildtag constraints for unix" [2019-09-26T21:10:12.364Z] > git merge b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 # timeout=10 [2019-09-26T21:10:12.371Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-26T21:10:12.382Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:12.384Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:12.445Z] > git rev-list --no-walk 9690cab3790c764372dbb9131760a6c8c522b8af # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-26T21:10:13.321Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39994:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-26T21:10:15.833Z] 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: 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] { (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 [2019-09-26T21:10:16.660Z] Running on ubuntu-1804-overlay2 (i-04b20b7f103b32d20) in /home/ubuntu/workspace/moby_PR-39994 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [2019-09-26T21:10:16.667Z] Running on ubuntu-1804-overlay2 (i-0a1ee32efbdad699a) in /home/ubuntu/workspace/moby_PR-39994 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2019-09-26T21:10:16.743Z] Running on ppc64le-ubuntu-11 in /home/docker/workspace/moby_PR-39994 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2019-09-26T21:10:16.771Z] using credential docker-jenkins-github-credentials [Pipeline] stage [2019-09-26T21:10:16.785Z] Fetching changes from the remote Git repository [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2019-09-26T21:10:16.790Z] using credential docker-jenkins-github-credentials [2019-09-26T21:10:16.792Z] Fetching without tags [Pipeline] stage [Pipeline] { (Run tests) [2019-09-26T21:10:16.797Z] Cloning the remote Git repository [2019-09-26T21:10:16.797Z] 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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [2019-09-26T21:10:16.891Z] using credential docker-jenkins-github-credentials [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-26T21:10:16.909Z] Cloning the remote Git repository [2019-09-26T21:10:16.909Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-26T21:10:17.148Z] Merging remotes/origin/master commit b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 into PR head commit 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:17.239Z] Merge succeeded, producing 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:17.240Z] Checking out Revision 023b072288eab3c9e768d4aeeb917f27f06034c7 (PR-39994) [2019-09-26T21:10:17.298Z] Commit message: "homedir: add cgo or osusergo buildtag constraints for unix" [2019-09-26T21:10:17.351Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-39994 [Pipeline] { [Pipeline] checkout [2019-09-26T21:10:16.777Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-09-26T21:10:16.783Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:16.832Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:16.832Z] > git --version # timeout=10 [2019-09-26T21:10:16.838Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:16.838Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:17.146Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:17.167Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:17.221Z] > git merge b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 # timeout=10 [2019-09-26T21:10:17.230Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-26T21:10:17.239Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:17.246Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:16.839Z] Cloning repository https://github.com/moby/moby.git [2019-09-26T21:10:16.839Z] > git init /home/ubuntu/workspace/moby_PR-39994 # timeout=10 [2019-09-26T21:10:16.843Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:16.843Z] > git --version # timeout=10 [2019-09-26T21:10:16.846Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:16.847Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:16.902Z] Cloning repository https://github.com/moby/moby.git [2019-09-26T21:10:16.903Z] > git init /home/docker/workspace/moby_PR-39994 # timeout=10 [2019-09-26T21:10:16.919Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:16.920Z] > git --version # timeout=10 [2019-09-26T21:10:16.928Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:16.929Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:18.072Z] using credential docker-jenkins-github-credentials [2019-09-26T21:10:18.122Z] Cloning the remote Git repository [2019-09-26T21:10:18.122Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-26T21:10:18.438Z] + docker version [2019-09-26T21:10:18.438Z] Client: Docker Engine - Community [2019-09-26T21:10:18.438Z] Version: 19.03.2 [2019-09-26T21:10:18.438Z] API version: 1.40 [2019-09-26T21:10:18.438Z] Go version: go1.12.8 [2019-09-26T21:10:18.438Z] Git commit: 6a30dfc [2019-09-26T21:10:18.438Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-26T21:10:18.438Z] OS/Arch: linux/amd64 [2019-09-26T21:10:18.438Z] Experimental: false [2019-09-26T21:10:18.438Z] [2019-09-26T21:10:18.438Z] Server: Docker Engine - Community [2019-09-26T21:10:18.438Z] Engine: [2019-09-26T21:10:18.438Z] Version: 19.03.2 [2019-09-26T21:10:18.438Z] API version: 1.40 (minimum version 1.12) [2019-09-26T21:10:18.438Z] Go version: go1.12.8 [2019-09-26T21:10:18.438Z] Git commit: 6a30dfc [2019-09-26T21:10:18.438Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-26T21:10:18.438Z] OS/Arch: linux/amd64 [2019-09-26T21:10:18.438Z] Experimental: true [2019-09-26T21:10:18.438Z] containerd: [2019-09-26T21:10:18.438Z] Version: 1.2.6 [2019-09-26T21:10:18.438Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-26T21:10:18.438Z] runc: [2019-09-26T21:10:18.438Z] Version: 1.0.0-rc8 [2019-09-26T21:10:18.438Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:10:18.438Z] docker-init: [2019-09-26T21:10:18.438Z] Version: 0.18.0 [2019-09-26T21:10:18.438Z] GitCommit: fec3683 [Pipeline] sh [2019-09-26T21:10:18.153Z] Cloning repository https://github.com/moby/moby.git [2019-09-26T21:10:18.195Z] > git init /home/jenkins/workspace/moby_PR-39994 # timeout=10 [2019-09-26T21:10:18.245Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:18.247Z] > git --version # timeout=10 [2019-09-26T21:10:18.265Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:18.267Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:18.715Z] + docker info [2019-09-26T21:10:18.715Z] Client: [2019-09-26T21:10:18.715Z] Debug Mode: false [2019-09-26T21:10:18.715Z] [2019-09-26T21:10:18.715Z] Server: [2019-09-26T21:10:18.715Z] Containers: 0 [2019-09-26T21:10:18.715Z] Running: 0 [2019-09-26T21:10:18.715Z] Paused: 0 [2019-09-26T21:10:18.715Z] Stopped: 0 [2019-09-26T21:10:18.715Z] Images: 69 [2019-09-26T21:10:18.715Z] Server Version: 19.03.2 [2019-09-26T21:10:18.715Z] Storage Driver: overlay2 [2019-09-26T21:10:18.715Z] Backing Filesystem: extfs [2019-09-26T21:10:18.715Z] Supports d_type: true [2019-09-26T21:10:18.715Z] Native Overlay Diff: true [2019-09-26T21:10:18.715Z] Logging Driver: json-file [2019-09-26T21:10:18.715Z] Cgroup Driver: cgroupfs [2019-09-26T21:10:18.715Z] Plugins: [2019-09-26T21:10:18.715Z] Volume: local [2019-09-26T21:10:18.715Z] Network: bridge host ipvlan macvlan null overlay [2019-09-26T21:10:18.715Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-26T21:10:18.715Z] Swarm: inactive [2019-09-26T21:10:18.715Z] Runtimes: runc [2019-09-26T21:10:18.715Z] Default Runtime: runc [2019-09-26T21:10:18.715Z] Init Binary: docker-init [2019-09-26T21:10:18.715Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-26T21:10:18.715Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:10:18.715Z] init version: fec3683 [2019-09-26T21:10:18.715Z] Security Options: [2019-09-26T21:10:18.715Z] apparmor [2019-09-26T21:10:18.715Z] seccomp [2019-09-26T21:10:18.715Z] Profile: default [2019-09-26T21:10:18.715Z] Kernel Version: 4.15.0-1048-aws [2019-09-26T21:10:18.715Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-26T21:10:18.715Z] OSType: linux [2019-09-26T21:10:18.715Z] Architecture: x86_64 [2019-09-26T21:10:18.715Z] CPUs: 2 [2019-09-26T21:10:18.715Z] Total Memory: 7.501GiB [2019-09-26T21:10:18.715Z] Name: ip-10-100-72-149 [2019-09-26T21:10:18.715Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-26T21:10:18.715Z] Docker Root Dir: /var/lib/docker [2019-09-26T21:10:18.715Z] Debug Mode: false [2019-09-26T21:10:18.715Z] Registry: https://index.docker.io/v1/ [2019-09-26T21:10:18.715Z] Labels: [2019-09-26T21:10:18.715Z] Experimental: true [2019-09-26T21:10:18.715Z] Insecure Registries: [2019-09-26T21:10:18.715Z] 127.0.0.0/8 [2019-09-26T21:10:18.715Z] Live Restore Enabled: true [2019-09-26T21:10:18.715Z] [2019-09-26T21:10:18.716Z] WARNING: No swap limit support [Pipeline] sh [2019-09-26T21:10:19.039Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:19.039Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:19.039Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39994/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-26T21:10:19.039Z] + bash /home/ubuntu/workspace/moby_PR-39994/check-config.sh [2019-09-26T21:10:19.039Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-26T21:10:19.039Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-26T21:10:19.039Z] [2019-09-26T21:10:19.039Z] Generally Necessary: [2019-09-26T21:10:19.039Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-26T21:10:19.039Z] - apparmor: enabled and tools installed [2019-09-26T21:10:19.039Z] - CONFIG_NAMESPACES: enabled [2019-09-26T21:10:19.039Z] - CONFIG_NET_NS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_PID_NS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_IPC_NS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_UTS_NS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUPS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CPUSETS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_MEMCG: enabled [2019-09-26T21:10:19.039Z] - CONFIG_KEYS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_VETH: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-26T21:10:19.039Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-26T21:10:19.039Z] [2019-09-26T21:10:19.039Z] Optional Features: [2019-09-26T21:10:19.039Z] - CONFIG_USER_NS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_SECCOMP: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-26T21:10:19.039Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-26T21:10:19.039Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-26T21:10:19.039Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-26T21:10:19.039Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-26T21:10:19.039Z] - CONFIG_BLK_CGROUP: enabled [2019-09-26T21:10:19.039Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-26T21:10:19.039Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_PERF: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-26T21:10:19.039Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-26T21:10:19.039Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-26T21:10:19.039Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-26T21:10:19.039Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-26T21:10:19.039Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-26T21:10:19.039Z] - CONFIG_IP_VS: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-26T21:10:19.295Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-26T21:10:19.295Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-26T21:10:19.295Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_EXT4_FS: enabled [2019-09-26T21:10:19.295Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-26T21:10:19.295Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-26T21:10:19.295Z] - Network Drivers: [2019-09-26T21:10:19.295Z] - "overlay": [2019-09-26T21:10:19.295Z] - CONFIG_VXLAN: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-26T21:10:19.295Z] Optional (for encrypted networks): [2019-09-26T21:10:19.295Z] - CONFIG_CRYPTO: enabled [2019-09-26T21:10:19.295Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-26T21:10:19.295Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-26T21:10:19.295Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-26T21:10:19.295Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-26T21:10:19.295Z] - CONFIG_XFRM: enabled [2019-09-26T21:10:19.295Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-26T21:10:19.295Z] - "ipvlan": [2019-09-26T21:10:19.295Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-26T21:10:19.295Z] - "macvlan": [2019-09-26T21:10:19.295Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_DUMMY: enabled (as module) [2019-09-26T21:10:19.295Z] - "ftp,tftp client in container": [2019-09-26T21:10:19.295Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-26T21:10:19.295Z] - Storage Drivers: [2019-09-26T21:10:19.295Z] - "aufs": [2019-09-26T21:10:19.295Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-26T21:10:19.295Z] - "btrfs": [2019-09-26T21:10:19.295Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-26T21:10:19.295Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-26T21:10:19.295Z] - "devicemapper": [2019-09-26T21:10:19.295Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-26T21:10:19.295Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-26T21:10:19.295Z] - "overlay": [2019-09-26T21:10:19.295Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-26T21:10:19.295Z] - "zfs": [2019-09-26T21:10:19.295Z] - /dev/zfs: missing [2019-09-26T21:10:19.295Z] - zfs command: missing [2019-09-26T21:10:19.295Z] - zpool command: missing [2019-09-26T21:10:19.295Z] [2019-09-26T21:10:19.295Z] Limits: [2019-09-26T21:10:19.295Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-26T21:10:19.295Z] [2019-09-26T21:10:19.295Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-26T21:10:19.608Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:023b072288eab3c9e768d4aeeb917f27f06034c7 . [2019-09-26T21:10:19.608Z] #1 [internal] load build definition from Dockerfile [2019-09-26T21:10:19.608Z] #1 transferring dockerfile: 10.84kB done [2019-09-26T21:10:19.608Z] #1 DONE 0.0s [2019-09-26T21:10:19.608Z] [2019-09-26T21:10:19.608Z] #2 [internal] load .dockerignore [2019-09-26T21:10:19.608Z] #2 transferring context: 87B done [2019-09-26T21:10:19.608Z] #2 DONE 0.0s [2019-09-26T21:10:19.608Z] [2019-09-26T21:10:19.608Z] #3 [internal] load metadata for docker.io/library/golang:1.13.0-stretch [2019-09-26T21:10:19.869Z] #3 DONE 0.3s [2019-09-26T21:10:19.869Z] [2019-09-26T21:10:19.869Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-26T21:10:19.869Z] #4 resolve docker.io/library/golang:1.13.0-stretch@sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 done [2019-09-26T21:10:19.869Z] #4 sha256:4e97e0b8479504ee92964c5de6782d88651d953f5df5cfd7a1d45ba48aa90f43 1.80kB / 1.80kB done [2019-09-26T21:10:19.869Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0B / 10.79MB 0.0s [2019-09-26T21:10:19.869Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 0B / 45.38MB 0.0s [2019-09-26T21:10:19.869Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0B / 4.34MB 0.0s [2019-09-26T21:10:19.869Z] #4 sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 1.42kB / 1.42kB done [2019-09-26T21:10:19.869Z] #4 sha256:d68f79d0e22c6f5eb6ccbbbf05cf9d784db13f59bc6251c220a090fd19b22b9e 5.46kB / 5.46kB done [2019-09-26T21:10:20.124Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 2.30MB / 10.79MB 0.2s [2019-09-26T21:10:20.124Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 5.27MB / 45.38MB 0.2s [2019-09-26T21:10:20.380Z] #4 ... [2019-09-26T21:10:20.380Z] [2019-09-26T21:10:20.380Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-26T21:10:20.380Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.5s done [2019-09-26T21:10:20.380Z] #64 DONE 0.5s [2019-09-26T21:10:20.380Z] [2019-09-26T21:10:20.380Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-26T21:10:20.380Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s [2019-09-26T21:10:20.380Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 17.88MB / 45.38MB 0.3s [2019-09-26T21:10:20.380Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.3s [2019-09-26T21:10:20.380Z] #4 ... [2019-09-26T21:10:20.380Z] [2019-09-26T21:10:20.380Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-26T21:10:20.380Z] #64 DONE 0.0s [2019-09-26T21:10:20.380Z] [2019-09-26T21:10:20.380Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-26T21:10:20.380Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.4s done [2019-09-26T21:10:20.380Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 24.84MB / 45.38MB 0.5s [2019-09-26T21:10:20.380Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.4s done [2019-09-26T21:10:20.380Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0B / 50.07MB 0.5s [2019-09-26T21:10:20.380Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0B / 57.69MB 0.5s [2019-09-26T21:10:20.636Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 44.91MB / 45.38MB 0.7s [2019-09-26T21:10:20.636Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 12.17MB / 50.07MB 0.7s [2019-09-26T21:10:20.636Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 5.08MB / 57.69MB 0.7s [2019-09-26T21:10:20.636Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 0.8s done [2019-09-26T21:10:20.636Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 23.52MB / 50.07MB 0.8s [2019-09-26T21:10:20.636Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 14.31MB / 57.69MB 0.8s [2019-09-26T21:10:20.636Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 0B / 120.05MB 0.8s [2019-09-26T21:10:20.891Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 27.05MB / 50.07MB 0.9s [2019-09-26T21:10:20.891Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 19.10MB / 57.69MB 0.9s [2019-09-26T21:10:20.891Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 32.01MB / 50.07MB 1.0s [2019-09-26T21:10:20.891Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 23.53MB / 57.69MB 1.0s [2019-09-26T21:10:20.891Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 6.57MB / 120.05MB 1.0s [2019-09-26T21:10:20.891Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [2019-09-26T21:10:21.148Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 36.77MB / 50.07MB 1.1s [2019-09-26T21:10:21.148Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 27.17MB / 57.69MB 1.1s [2019-09-26T21:10:21.148Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 12.87MB / 120.05MB 1.1s [2019-09-26T21:10:21.148Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 48.95MB / 50.07MB 1.3s [2019-09-26T21:10:21.148Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 39.55MB / 57.69MB 1.3s [2019-09-26T21:10:21.148Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 20.96MB / 120.05MB 1.3s [2019-09-26T21:10:21.404Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 44.55MB / 57.69MB 1.4s [2019-09-26T21:10:21.404Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.4s done [2019-09-26T21:10:21.404Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 51.28MB / 57.69MB 1.5s [2019-09-26T21:10:21.404Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 27.81MB / 120.05MB 1.5s [2019-09-26T21:10:21.404Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 0B / 124B 1.5s [2019-09-26T21:10:21.661Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.6s done [2019-09-26T21:10:21.661Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 42.91MB / 120.05MB 1.7s [2019-09-26T21:10:21.661Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 124B / 124B 1.5s done [2019-09-26T21:10:21.920Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 64.16MB / 120.05MB 1.9s [2019-09-26T21:10:21.920Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 75.80MB / 120.05MB 2.0s [2019-09-26T21:10:22.177Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 91.59MB / 120.05MB 2.1s [2019-09-26T21:10:22.177Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 103.76MB / 120.05MB 2.3s [2019-09-26T21:10:22.605Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 111.53MB / 120.05MB 2.4s [2019-09-26T21:10:22.605Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 120.05MB / 120.05MB 2.5s [2019-09-26T21:10:22.605Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 120.05MB / 120.05MB 2.7s done [2019-09-26T21:10:23.974Z] #4 ... [2019-09-26T21:10:23.974Z] [2019-09-26T21:10:23.974Z] #18 [internal] load build context [2019-09-26T21:10:23.974Z] #18 transferring context: 45.51MB 3.9s done [2019-09-26T21:10:23.974Z] #18 DONE 3.9s [2019-09-26T21:10:23.974Z] [2019-09-26T21:10:23.974Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-26T21:10:24.535Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 3.5s done [2019-09-26T21:10:24.535Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-09-26T21:10:25.097Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.4s done [2019-09-26T21:10:25.097Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.1s [2019-09-26T21:10:25.353Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.2s done [2019-09-26T21:10:25.353Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee [2019-09-26T21:10:27.402Z] Fetching without tags [2019-09-26T21:10:27.818Z] Merging remotes/origin/master commit b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 into PR head commit 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:27.871Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 2.0s done [2019-09-26T21:10:27.871Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0.1s [2019-09-26T21:10:27.257Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:27.276Z] > git config --add remote.origin.fetch +refs/pull/39994/head:refs/remotes/origin/PR-39994 # timeout=10 [2019-09-26T21:10:27.294Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-26T21:10:27.360Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:27.429Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:27.431Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:27.432Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:27.845Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:27.866Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:28.756Z] Merge succeeded, producing 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:28.757Z] Checking out Revision 023b072288eab3c9e768d4aeeb917f27f06034c7 (PR-39994) [2019-09-26T21:10:29.487Z] Commit message: "homedir: add cgo or osusergo buildtag constraints for unix" [2019-09-26T21:10:29.757Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.9s done [2019-09-26T21:10:29.757Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 0.1s [Pipeline] withEnv [Pipeline] { [2019-09-26T21:10:29.987Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-26T21:10:28.642Z] > git merge b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 # timeout=10 [2019-09-26T21:10:28.712Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-26T21:10:28.782Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:28.802Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:30.230Z] Merging remotes/origin/master commit b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 into PR head commit 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:30.729Z] + docker version [2019-09-26T21:10:30.729Z] Client: [2019-09-26T21:10:30.729Z] Version: 18.06.1-ce [2019-09-26T21:10:30.729Z] API version: 1.38 [2019-09-26T21:10:30.729Z] Go version: go1.10.3 [2019-09-26T21:10:30.729Z] Git commit: e68fc7a [2019-09-26T21:10:30.729Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-26T21:10:30.729Z] OS/Arch: linux/s390x [2019-09-26T21:10:30.729Z] Experimental: false [2019-09-26T21:10:30.729Z] [2019-09-26T21:10:30.729Z] Server: [2019-09-26T21:10:30.729Z] Engine: [2019-09-26T21:10:30.729Z] Version: 18.06.1-ce [2019-09-26T21:10:30.729Z] API version: 1.38 (minimum version 1.12) [2019-09-26T21:10:30.729Z] Go version: go1.10.3 [2019-09-26T21:10:30.729Z] Git commit: e68fc7a [2019-09-26T21:10:30.729Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-26T21:10:30.729Z] OS/Arch: linux/s390x [2019-09-26T21:10:30.729Z] Experimental: true [2019-09-26T21:10:30.782Z] Merge succeeded, producing 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:30.783Z] Checking out Revision 023b072288eab3c9e768d4aeeb917f27f06034c7 (PR-39994) [Pipeline] sh [2019-09-26T21:10:29.966Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:29.969Z] > git config --add remote.origin.fetch +refs/pull/39994/head:refs/remotes/origin/PR-39994 # timeout=10 [2019-09-26T21:10:29.971Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-26T21:10:29.981Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:29.989Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:29.989Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:29.990Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:30.232Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:30.235Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:30.767Z] > git merge b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 # timeout=10 [2019-09-26T21:10:30.776Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-26T21:10:30.785Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:30.794Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:31.257Z] Commit message: "homedir: add cgo or osusergo buildtag constraints for unix" [2019-09-26T21:10:31.662Z] Still waiting to schedule task [2019-09-26T21:10:31.662Z] Waiting for next available executor on ‘windows-2019’ [2019-09-26T21:10:31.663Z] + docker info [2019-09-26T21:10:31.663Z] Containers: 0 [2019-09-26T21:10:31.663Z] Running: 0 [2019-09-26T21:10:31.663Z] Paused: 0 [2019-09-26T21:10:31.663Z] Stopped: 0 [2019-09-26T21:10:31.663Z] Images: 0 [2019-09-26T21:10:31.663Z] Server Version: 18.06.1-ce [2019-09-26T21:10:31.663Z] Storage Driver: overlay2 [2019-09-26T21:10:31.663Z] Backing Filesystem: extfs [2019-09-26T21:10:31.663Z] Supports d_type: true [2019-09-26T21:10:31.663Z] Native Overlay Diff: true [2019-09-26T21:10:31.663Z] Logging Driver: json-file [2019-09-26T21:10:31.663Z] Cgroup Driver: cgroupfs [2019-09-26T21:10:31.663Z] Plugins: [2019-09-26T21:10:31.663Z] Volume: local [2019-09-26T21:10:31.663Z] Network: bridge host ipvlan macvlan null overlay [2019-09-26T21:10:31.663Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-26T21:10:31.663Z] Swarm: inactive [2019-09-26T21:10:31.663Z] Runtimes: runc [2019-09-26T21:10:31.663Z] Default Runtime: runc [2019-09-26T21:10:31.663Z] Init Binary: docker-init [2019-09-26T21:10:31.663Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-26T21:10:31.663Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-26T21:10:31.663Z] init version: fec3683 [2019-09-26T21:10:31.663Z] Security Options: [2019-09-26T21:10:31.663Z] apparmor [2019-09-26T21:10:31.663Z] seccomp [2019-09-26T21:10:31.663Z] Profile: default [2019-09-26T21:10:31.663Z] Kernel Version: 4.4.0-164-generic [2019-09-26T21:10:31.663Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-26T21:10:31.663Z] OSType: linux [2019-09-26T21:10:31.663Z] Architecture: s390x [2019-09-26T21:10:31.663Z] CPUs: 2 [2019-09-26T21:10:31.663Z] Total Memory: 7.862GiB [2019-09-26T21:10:31.663Z] Name: s390x-ubuntu-14 [2019-09-26T21:10:31.663Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-26T21:10:31.663Z] Docker Root Dir: /var/lib/docker [2019-09-26T21:10:31.663Z] Debug Mode (client): false [2019-09-26T21:10:31.663Z] Debug Mode (server): false [2019-09-26T21:10:31.663Z] Username: dockerbuildbot [2019-09-26T21:10:31.663Z] Registry: https://index.docker.io/v1/ [2019-09-26T21:10:31.663Z] Labels: [2019-09-26T21:10:31.663Z] Experimental: true [2019-09-26T21:10:31.663Z] Insecure Registries: [2019-09-26T21:10:31.663Z] 127.0.0.0/8 [2019-09-26T21:10:31.663Z] Live Restore Enabled: false [2019-09-26T21:10:31.663Z] [2019-09-26T21:10:31.663Z] WARNING: No swap limit support [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-26T21:10:32.511Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:32.511Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:32.511Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39994/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-26T21:10:32.511Z] + bash /home/jenkins/workspace/moby_PR-39994/check-config.sh [2019-09-26T21:10:32.511Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-26T21:10:32.511Z] info: reading kernel config from /boot/config-4.4.0-164-generic ... [2019-09-26T21:10:32.511Z] [2019-09-26T21:10:32.511Z] Generally Necessary: [2019-09-26T21:10:32.511Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-26T21:10:32.511Z] - apparmor: enabled and tools installed [2019-09-26T21:10:32.511Z] - CONFIG_NAMESPACES: enabled [2019-09-26T21:10:32.511Z] - CONFIG_NET_NS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_PID_NS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_IPC_NS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_UTS_NS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUPS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CPUSETS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_MEMCG: enabled [2019-09-26T21:10:32.511Z] - CONFIG_KEYS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_VETH: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-26T21:10:32.511Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-26T21:10:32.511Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-26T21:10:32.511Z] [2019-09-26T21:10:32.511Z] Optional Features: [2019-09-26T21:10:32.511Z] - CONFIG_USER_NS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_SECCOMP: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-26T21:10:32.511Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-26T21:10:32.511Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-26T21:10:32.511Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-26T21:10:32.511Z] - CONFIG_BLK_CGROUP: enabled [2019-09-26T21:10:32.511Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-26T21:10:32.511Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_PERF: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-26T21:10:32.511Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-26T21:10:32.511Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-26T21:10:32.511Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-26T21:10:32.511Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-26T21:10:32.511Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_IP_VS: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-26T21:10:32.511Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-26T21:10:32.511Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-26T21:10:32.511Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-26T21:10:32.511Z] - CONFIG_EXT4_FS: enabled [2019-09-26T21:10:32.511Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-26T21:10:32.511Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-26T21:10:32.511Z] - Network Drivers: [2019-09-26T21:10:32.511Z] - "overlay": [2019-09-26T21:10:32.576Z] + docker version [2019-09-26T21:10:32.576Z] Client: Docker Engine - Community [2019-09-26T21:10:32.576Z] Version: 19.03.2 [2019-09-26T21:10:32.576Z] API version: 1.40 [2019-09-26T21:10:32.576Z] Go version: go1.12.8 [2019-09-26T21:10:32.576Z] Git commit: 6a30dfc [2019-09-26T21:10:32.576Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-26T21:10:32.576Z] OS/Arch: linux/amd64 [2019-09-26T21:10:32.576Z] Experimental: false [2019-09-26T21:10:32.576Z] [2019-09-26T21:10:32.576Z] Server: Docker Engine - Community [2019-09-26T21:10:32.576Z] Engine: [2019-09-26T21:10:32.576Z] Version: 19.03.2 [2019-09-26T21:10:32.576Z] API version: 1.40 (minimum version 1.12) [2019-09-26T21:10:32.576Z] Go version: go1.12.8 [2019-09-26T21:10:32.576Z] Git commit: 6a30dfc [2019-09-26T21:10:32.576Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-26T21:10:32.576Z] OS/Arch: linux/amd64 [2019-09-26T21:10:32.576Z] Experimental: true [2019-09-26T21:10:32.576Z] containerd: [2019-09-26T21:10:32.576Z] Version: 1.2.6 [2019-09-26T21:10:32.576Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-26T21:10:32.576Z] runc: [2019-09-26T21:10:32.576Z] Version: 1.0.0-rc8 [2019-09-26T21:10:32.576Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:10:32.576Z] docker-init: [2019-09-26T21:10:32.576Z] Version: 0.18.0 [2019-09-26T21:10:32.576Z] GitCommit: fec3683 [Pipeline] sh [2019-09-26T21:10:32.893Z] + docker info [2019-09-26T21:10:32.893Z] Client: [2019-09-26T21:10:32.893Z] Debug Mode: false [2019-09-26T21:10:32.893Z] [2019-09-26T21:10:32.893Z] Server: [2019-09-26T21:10:32.893Z] Containers: 0 [2019-09-26T21:10:32.893Z] Running: 0 [2019-09-26T21:10:32.893Z] Paused: 0 [2019-09-26T21:10:32.893Z] Stopped: 0 [2019-09-26T21:10:32.893Z] Images: 54 [2019-09-26T21:10:32.893Z] Server Version: 19.03.2 [2019-09-26T21:10:32.893Z] Storage Driver: overlay2 [2019-09-26T21:10:32.893Z] Backing Filesystem: extfs [2019-09-26T21:10:32.893Z] Supports d_type: true [2019-09-26T21:10:32.893Z] Native Overlay Diff: true [2019-09-26T21:10:32.893Z] Logging Driver: json-file [2019-09-26T21:10:32.893Z] Cgroup Driver: cgroupfs [2019-09-26T21:10:32.893Z] Plugins: [2019-09-26T21:10:32.893Z] Volume: local [2019-09-26T21:10:32.893Z] Network: bridge host ipvlan macvlan null overlay [2019-09-26T21:10:32.893Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-26T21:10:32.893Z] Swarm: inactive [2019-09-26T21:10:32.893Z] Runtimes: runc [2019-09-26T21:10:32.893Z] Default Runtime: runc [2019-09-26T21:10:32.893Z] Init Binary: docker-init [2019-09-26T21:10:32.893Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-26T21:10:32.893Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:10:32.893Z] init version: fec3683 [2019-09-26T21:10:32.893Z] Security Options: [2019-09-26T21:10:32.893Z] apparmor [2019-09-26T21:10:32.893Z] seccomp [2019-09-26T21:10:32.893Z] Profile: default [2019-09-26T21:10:32.893Z] Kernel Version: 4.15.0-1048-aws [2019-09-26T21:10:32.893Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-26T21:10:32.893Z] OSType: linux [2019-09-26T21:10:32.893Z] Architecture: x86_64 [2019-09-26T21:10:32.893Z] CPUs: 2 [2019-09-26T21:10:32.893Z] Total Memory: 7.501GiB [2019-09-26T21:10:32.893Z] Name: ip-10-100-94-183 [2019-09-26T21:10:32.893Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-26T21:10:32.893Z] Docker Root Dir: /var/lib/docker [2019-09-26T21:10:32.893Z] Debug Mode: false [2019-09-26T21:10:32.893Z] Registry: https://index.docker.io/v1/ [2019-09-26T21:10:32.893Z] Labels: [2019-09-26T21:10:32.893Z] Experimental: true [2019-09-26T21:10:32.893Z] Insecure Registries: [2019-09-26T21:10:32.893Z] 127.0.0.0/8 [2019-09-26T21:10:32.893Z] Live Restore Enabled: true [2019-09-26T21:10:32.893Z] [2019-09-26T21:10:32.893Z] WARNING: No swap limit support [Pipeline] sh [2019-09-26T21:10:32.929Z] - CONFIG_VXLAN: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-26T21:10:32.929Z] Optional (for encrypted networks): [2019-09-26T21:10:32.929Z] - CONFIG_CRYPTO: enabled [2019-09-26T21:10:32.929Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_XFRM: enabled [2019-09-26T21:10:32.929Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-26T21:10:32.929Z] - "ipvlan": [2019-09-26T21:10:32.929Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-26T21:10:32.929Z] - "macvlan": [2019-09-26T21:10:32.929Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_DUMMY: enabled (as module) [2019-09-26T21:10:32.929Z] - "ftp,tftp client in container": [2019-09-26T21:10:32.929Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-26T21:10:32.929Z] - Storage Drivers: [2019-09-26T21:10:32.929Z] - "aufs": [2019-09-26T21:10:32.929Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-26T21:10:32.929Z] - "btrfs": [2019-09-26T21:10:32.929Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-26T21:10:32.929Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-26T21:10:32.929Z] - "devicemapper": [2019-09-26T21:10:32.929Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-26T21:10:32.929Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-26T21:10:32.929Z] - "overlay": [2019-09-26T21:10:32.929Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-26T21:10:32.929Z] - "zfs": [2019-09-26T21:10:32.929Z] - /dev/zfs: missing [2019-09-26T21:10:32.929Z] - zfs command: missing [2019-09-26T21:10:32.929Z] - zpool command: missing [2019-09-26T21:10:32.929Z] [2019-09-26T21:10:32.929Z] Limits: [2019-09-26T21:10:32.929Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-26T21:10:32.929Z] [2019-09-26T21:10:32.929Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-26T21:10:33.208Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:33.208Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:33.208Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39994/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-26T21:10:33.208Z] + bash /home/ubuntu/workspace/moby_PR-39994/check-config.sh [2019-09-26T21:10:33.208Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-26T21:10:33.208Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-26T21:10:33.208Z] [2019-09-26T21:10:33.208Z] Generally Necessary: [2019-09-26T21:10:33.208Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-26T21:10:33.208Z] - apparmor: enabled and tools installed [2019-09-26T21:10:33.208Z] - CONFIG_NAMESPACES: enabled [2019-09-26T21:10:33.208Z] - CONFIG_NET_NS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_PID_NS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_IPC_NS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_UTS_NS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CGROUPS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CPUSETS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_MEMCG: enabled [2019-09-26T21:10:33.208Z] - CONFIG_KEYS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_VETH: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-26T21:10:33.208Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-26T21:10:33.208Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-26T21:10:33.208Z] [2019-09-26T21:10:33.208Z] Optional Features: [2019-09-26T21:10:33.208Z] - CONFIG_USER_NS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_SECCOMP: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-26T21:10:33.208Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-26T21:10:33.208Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-26T21:10:33.208Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-26T21:10:33.208Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-26T21:10:33.208Z] - CONFIG_BLK_CGROUP: enabled [2019-09-26T21:10:33.208Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-26T21:10:33.208Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-26T21:10:33.208Z] - CONFIG_CGROUP_PERF: enabled [2019-09-26T21:10:33.464Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-26T21:10:33.464Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-26T21:10:33.464Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-26T21:10:33.464Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-26T21:10:33.464Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-26T21:10:33.464Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_IP_VS: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-26T21:10:33.464Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-26T21:10:33.464Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-26T21:10:33.464Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_EXT4_FS: enabled [2019-09-26T21:10:33.464Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-26T21:10:33.464Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-26T21:10:33.464Z] - Network Drivers: [2019-09-26T21:10:33.464Z] - "overlay": [2019-09-26T21:10:33.464Z] - CONFIG_VXLAN: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-26T21:10:33.464Z] Optional (for encrypted networks): [2019-09-26T21:10:33.464Z] - CONFIG_CRYPTO: enabled [2019-09-26T21:10:33.464Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-26T21:10:33.464Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-26T21:10:33.464Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-26T21:10:33.464Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-26T21:10:33.464Z] - CONFIG_XFRM: enabled [2019-09-26T21:10:33.464Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-26T21:10:33.464Z] - "ipvlan": [2019-09-26T21:10:33.464Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-26T21:10:33.464Z] - "macvlan": [2019-09-26T21:10:33.464Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_DUMMY: enabled (as module) [2019-09-26T21:10:33.464Z] - "ftp,tftp client in container": [2019-09-26T21:10:33.464Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-26T21:10:33.464Z] - Storage Drivers: [2019-09-26T21:10:33.464Z] - "aufs": [2019-09-26T21:10:33.464Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-26T21:10:33.464Z] - "btrfs": [2019-09-26T21:10:33.464Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-26T21:10:33.464Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-26T21:10:33.464Z] - "devicemapper": [2019-09-26T21:10:33.464Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-26T21:10:33.464Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-26T21:10:33.464Z] - "overlay": [2019-09-26T21:10:33.464Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-26T21:10:33.464Z] - "zfs": [2019-09-26T21:10:33.464Z] - /dev/zfs: missing [2019-09-26T21:10:33.464Z] - zfs command: missing [2019-09-26T21:10:33.464Z] - zpool command: missing [2019-09-26T21:10:33.464Z] [2019-09-26T21:10:33.464Z] Limits: [2019-09-26T21:10:33.464Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-26T21:10:33.464Z] [2019-09-26T21:10:33.464Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-26T21:10:33.820Z] + sudo modprobe ip_vs [2019-09-26T21:10:33.820Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:023b072288eab3c9e768d4aeeb917f27f06034c7 . [2019-09-26T21:10:33.820Z] #1 [internal] load .dockerignore [2019-09-26T21:10:33.820Z] #1 transferring context: 87B done [2019-09-26T21:10:33.820Z] #1 DONE 0.0s [2019-09-26T21:10:33.820Z] [2019-09-26T21:10:33.820Z] #2 [internal] load build definition from Dockerfile [2019-09-26T21:10:33.820Z] #2 transferring dockerfile: 10.84kB done [2019-09-26T21:10:33.820Z] #2 DONE 0.0s [2019-09-26T21:10:33.820Z] [2019-09-26T21:10:33.820Z] #3 [internal] load metadata for docker.io/library/golang:1.13.0-stretch [2019-09-26T21:10:33.825Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:023b072288eab3c9e768d4aeeb917f27f06034c7 . [2019-09-26T21:10:33.919Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 4.2s done [2019-09-26T21:10:33.919Z] #4 extracting sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a done [2019-09-26T21:10:34.076Z] #3 DONE 0.3s [2019-09-26T21:10:34.076Z] [2019-09-26T21:10:34.076Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-26T21:10:34.076Z] #64 DONE 0.0s [2019-09-26T21:10:34.076Z] [2019-09-26T21:10:34.076Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-26T21:10:34.076Z] #4 DONE 0.0s [2019-09-26T21:10:34.076Z] [2019-09-26T21:10:34.076Z] #18 [internal] load build context [2019-09-26T21:10:34.181Z] #4 DONE 14.2s [2019-09-26T21:10:34.181Z] [2019-09-26T21:10:34.181Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-26T21:10:34.374Z] #18 ... [2019-09-26T21:10:34.374Z] [2019-09-26T21:10:34.374Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-26T21:10:34.374Z] #64 CACHED [2019-09-26T21:10:34.374Z] [2019-09-26T21:10:34.374Z] #18 [internal] load build context [2019-09-26T21:10:35.107Z] #5 DONE 1.0s [2019-09-26T21:10:35.107Z] [2019-09-26T21:10:35.107Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:10:35.107Z] #22 DONE 0.1s [2019-09-26T21:10:35.107Z] [2019-09-26T21:10:35.107Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:10:35.172Z] Sending build context to Docker daemon 49.98MB [2019-09-26T21:10:35.172Z] Step 1/126 : ARG CROSS="false" [2019-09-26T21:10:35.172Z] Step 2/126 : ARG GO_VERSION=1.13.0 [2019-09-26T21:10:35.172Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-26T21:10:35.172Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-26T21:10:35.172Z] 1.13.0-stretch: Pulling from library/golang [2019-09-26T21:10:35.618Z] 5d4da55d9cf0: Pulling fs layer [2019-09-26T21:10:35.618Z] dad3041fe122: Pulling fs layer [2019-09-26T21:10:35.618Z] f6542c8f56fb: Pulling fs layer [2019-09-26T21:10:35.618Z] 25fa3a7ad4fa: Pulling fs layer [2019-09-26T21:10:35.618Z] 471e0aba6530: Pulling fs layer [2019-09-26T21:10:35.618Z] 476334eea7f5: Pulling fs layer [2019-09-26T21:10:35.618Z] 0d1b6b7590cf: Pulling fs layer [2019-09-26T21:10:35.618Z] 25fa3a7ad4fa: Waiting [2019-09-26T21:10:35.618Z] 471e0aba6530: Waiting [2019-09-26T21:10:35.618Z] 476334eea7f5: Waiting [2019-09-26T21:10:35.618Z] 0d1b6b7590cf: Waiting [2019-09-26T21:10:36.039Z] f6542c8f56fb: Verifying Checksum [2019-09-26T21:10:36.039Z] f6542c8f56fb: Download complete [2019-09-26T21:10:36.039Z] dad3041fe122: Verifying Checksum [2019-09-26T21:10:36.039Z] dad3041fe122: Download complete [2019-09-26T21:10:36.266Z] #18 transferring context: 45.51MB 2.1s done [2019-09-26T21:10:36.266Z] #18 DONE 2.2s [2019-09-26T21:10:36.266Z] [2019-09-26T21:10:36.266Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-26T21:10:36.266Z] #4 resolve docker.io/library/golang:1.13.0-stretch@sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 done [2019-09-26T21:10:36.266Z] #4 sha256:d68f79d0e22c6f5eb6ccbbbf05cf9d784db13f59bc6251c220a090fd19b22b9e 5.46kB / 5.46kB done [2019-09-26T21:10:36.266Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 120.05MB / 120.05MB 2.0s done [2019-09-26T21:10:36.266Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 124B / 124B 0.1s done [2019-09-26T21:10:36.266Z] #4 sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 1.42kB / 1.42kB done [2019-09-26T21:10:36.266Z] #4 sha256:4e97e0b8479504ee92964c5de6782d88651d953f5df5cfd7a1d45ba48aa90f43 1.80kB / 1.80kB done [2019-09-26T21:10:36.266Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f [2019-09-26T21:10:36.881Z] 25fa3a7ad4fa: Verifying Checksum [2019-09-26T21:10:36.881Z] 25fa3a7ad4fa: Download complete [2019-09-26T21:10:36.881Z] 471e0aba6530: Verifying Checksum [2019-09-26T21:10:36.881Z] 471e0aba6530: Download complete [2019-09-26T21:10:37.262Z] 0d1b6b7590cf: Verifying Checksum [2019-09-26T21:10:37.262Z] 0d1b6b7590cf: Download complete [2019-09-26T21:10:37.262Z] 5d4da55d9cf0: Verifying Checksum [2019-09-26T21:10:37.262Z] 5d4da55d9cf0: Download complete [2019-09-26T21:10:38.371Z] #44 3.305 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:38.371Z] #44 3.306 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:38.371Z] #44 3.343 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:38.371Z] #44 3.345 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:38.371Z] #44 3.358 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:38.561Z] 476334eea7f5: Verifying Checksum [2019-09-26T21:10:38.561Z] 476334eea7f5: Download complete [2019-09-26T21:10:38.626Z] #44 3.638 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:39.187Z] #44 4.255 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:10:39.442Z] #44 4.574 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:10:39.452Z] 5d4da55d9cf0: Pull complete [2019-09-26T21:10:39.817Z] dad3041fe122: Pull complete [2019-09-26T21:10:40.186Z] f6542c8f56fb: Pull complete [2019-09-26T21:10:40.421Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 4.0s done [2019-09-26T21:10:40.676Z] #4 extracting sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a done [2019-09-26T21:10:40.676Z] #4 DONE 6.5s [2019-09-26T21:10:40.676Z] [2019-09-26T21:10:40.676Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-26T21:10:41.507Z] Fetching without tags [2019-09-26T21:10:41.955Z] #44 ... [2019-09-26T21:10:41.955Z] [2019-09-26T21:10:41.955Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-26T21:10:41.955Z] #6 2.184 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:41.955Z] #6 2.186 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:41.955Z] #6 2.195 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:41.955Z] #6 2.206 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:41.955Z] #6 2.211 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:41.955Z] #6 2.342 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:41.955Z] #6 2.575 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:10:41.955Z] #6 2.704 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:10:41.955Z] #6 6.244 Fetched 7916 kB in 5s (1552 kB/s) [2019-09-26T21:10:42.013Z] 25fa3a7ad4fa: Pull complete [2019-09-26T21:10:42.035Z] Merging remotes/origin/master commit b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 into PR head commit 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:41.450Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:41.454Z] > git config --add remote.origin.fetch +refs/pull/39994/head:refs/remotes/origin/PR-39994 # timeout=10 [2019-09-26T21:10:41.459Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-26T21:10:41.482Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:10:41.500Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:10:41.501Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:10:41.501Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:10:42.028Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:42.032Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:43.145Z] Merge succeeded, producing 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:43.146Z] Checking out Revision 023b072288eab3c9e768d4aeeb917f27f06034c7 (PR-39994) [2019-09-26T21:10:43.273Z] Commit message: "homedir: add cgo or osusergo buildtag constraints for unix" [2019-09-26T21:10:43.317Z] #6 6.244 Reading package lists... [2019-09-26T21:10:43.473Z] 471e0aba6530: Pull complete [2019-09-26T21:10:43.573Z] #6 8.385 Reading package lists... [2019-09-26T21:10:43.573Z] #6 ... [2019-09-26T21:10:43.573Z] [2019-09-26T21:10:43.573Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:10:43.573Z] #44 8.578 Fetched 7916 kB in 6s (1256 kB/s) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-26T21:10:43.933Z] #5 DONE 2.7s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:10:43.933Z] #22 DONE 0.1s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:10:43.933Z] #35 ... [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-26T21:10:43.933Z] #32 DONE 0.2s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-26T21:10:43.933Z] #23 DONE 0.2s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-26T21:10:43.933Z] #26 DONE 0.2s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-26T21:10:43.933Z] #29 DONE 0.2s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-26T21:10:43.933Z] #60 DONE 0.3s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-26T21:10:43.933Z] #52 DONE 0.3s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-26T21:10:43.933Z] #49 DONE 0.3s [2019-09-26T21:10:43.933Z] [2019-09-26T21:10:43.933Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-26T21:10:44.280Z] + docker version [2019-09-26T21:10:44.280Z] Client: [2019-09-26T21:10:44.280Z] Version: 18.06.1-ce [2019-09-26T21:10:44.280Z] API version: 1.38 [2019-09-26T21:10:44.280Z] Go version: go1.10.3 [2019-09-26T21:10:44.280Z] Git commit: e68fc7a [2019-09-26T21:10:44.280Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-26T21:10:44.280Z] OS/Arch: linux/ppc64le [2019-09-26T21:10:44.280Z] Experimental: false [2019-09-26T21:10:44.280Z] [2019-09-26T21:10:44.280Z] Server: [2019-09-26T21:10:44.280Z] Engine: [2019-09-26T21:10:44.280Z] Version: 18.06.1-ce [2019-09-26T21:10:44.280Z] API version: 1.38 (minimum version 1.12) [2019-09-26T21:10:44.280Z] Go version: go1.10.3 [2019-09-26T21:10:44.280Z] Git commit: e68fc7a [2019-09-26T21:10:44.280Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-26T21:10:44.280Z] OS/Arch: linux/ppc64le [2019-09-26T21:10:44.280Z] Experimental: true [Pipeline] sh [2019-09-26T21:10:44.658Z] + docker info [2019-09-26T21:10:44.658Z] Containers: 0 [2019-09-26T21:10:44.658Z] Running: 0 [2019-09-26T21:10:44.658Z] Paused: 0 [2019-09-26T21:10:44.658Z] Stopped: 0 [2019-09-26T21:10:44.658Z] Images: 0 [2019-09-26T21:10:44.658Z] Server Version: 18.06.1-ce [2019-09-26T21:10:44.658Z] Storage Driver: overlay2 [2019-09-26T21:10:44.658Z] Backing Filesystem: extfs [2019-09-26T21:10:44.658Z] Supports d_type: true [2019-09-26T21:10:44.658Z] Native Overlay Diff: true [2019-09-26T21:10:44.658Z] Logging Driver: json-file [2019-09-26T21:10:44.658Z] Cgroup Driver: cgroupfs [2019-09-26T21:10:44.658Z] Plugins: [2019-09-26T21:10:44.658Z] Volume: local [2019-09-26T21:10:44.658Z] Network: bridge host ipvlan macvlan null overlay [2019-09-26T21:10:44.658Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-26T21:10:44.658Z] Swarm: inactive [2019-09-26T21:10:44.658Z] Runtimes: runc [2019-09-26T21:10:44.658Z] Default Runtime: runc [2019-09-26T21:10:44.658Z] Init Binary: docker-init [2019-09-26T21:10:44.658Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-26T21:10:44.658Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-26T21:10:44.658Z] init version: fec3683 [2019-09-26T21:10:44.658Z] Security Options: [2019-09-26T21:10:44.658Z] apparmor [2019-09-26T21:10:44.658Z] seccomp [2019-09-26T21:10:44.658Z] Profile: default [2019-09-26T21:10:44.658Z] Kernel Version: 4.4.0-139-generic [2019-09-26T21:10:44.658Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-26T21:10:44.658Z] OSType: linux [2019-09-26T21:10:44.658Z] Architecture: ppc64le [2019-09-26T21:10:44.658Z] CPUs: 4 [2019-09-26T21:10:44.658Z] Total Memory: 3.976GiB [2019-09-26T21:10:44.658Z] Name: ppc64le-ubuntu-11 [2019-09-26T21:10:44.658Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-26T21:10:44.658Z] Docker Root Dir: /var/lib/docker [2019-09-26T21:10:44.658Z] Debug Mode (client): false [2019-09-26T21:10:44.658Z] Debug Mode (server): false [2019-09-26T21:10:44.658Z] Username: dockerbuildbot [2019-09-26T21:10:44.658Z] Registry: https://index.docker.io/v1/ [2019-09-26T21:10:44.658Z] Labels: [2019-09-26T21:10:44.658Z] Experimental: true [2019-09-26T21:10:44.658Z] Insecure Registries: [2019-09-26T21:10:44.658Z] 127.0.0.0/8 [2019-09-26T21:10:44.658Z] Live Restore Enabled: false [2019-09-26T21:10:44.658Z] [Pipeline] sh [2019-09-26T21:10:43.097Z] > git merge b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 # timeout=10 [2019-09-26T21:10:43.122Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-26T21:10:43.139Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:10:43.143Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:10:45.042Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:45.042Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:10:45.042Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39994/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-26T21:10:45.042Z] + bash /home/docker/workspace/moby_PR-39994/check-config.sh [2019-09-26T21:10:45.042Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-26T21:10:45.042Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-09-26T21:10:45.042Z] [2019-09-26T21:10:45.042Z] Generally Necessary: [2019-09-26T21:10:45.042Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-26T21:10:45.042Z] - apparmor: enabled and tools installed [2019-09-26T21:10:45.042Z] - CONFIG_NAMESPACES: enabled [2019-09-26T21:10:45.042Z] - CONFIG_NET_NS: enabled [2019-09-26T21:10:45.042Z] - CONFIG_PID_NS: enabled [2019-09-26T21:10:45.042Z] - CONFIG_IPC_NS: enabled [2019-09-26T21:10:45.042Z] - CONFIG_UTS_NS: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUPS: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CPUSETS: enabled [2019-09-26T21:10:45.328Z] - CONFIG_MEMCG: enabled [2019-09-26T21:10:45.328Z] - CONFIG_KEYS: enabled [2019-09-26T21:10:45.328Z] - CONFIG_VETH: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-26T21:10:45.328Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-26T21:10:45.328Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-26T21:10:45.328Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-26T21:10:45.328Z] [2019-09-26T21:10:45.328Z] Optional Features: [2019-09-26T21:10:45.328Z] - CONFIG_USER_NS: enabled [2019-09-26T21:10:45.328Z] - CONFIG_SECCOMP: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-26T21:10:45.328Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-26T21:10:45.328Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-26T21:10:45.328Z] (cgroup swap accounting is currently enabled) [2019-09-26T21:10:45.328Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-26T21:10:45.328Z] - CONFIG_BLK_CGROUP: enabled [2019-09-26T21:10:45.328Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-26T21:10:45.328Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUP_PERF: enabled [2019-09-26T21:10:45.328Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-26T21:10:45.462Z] #44 8.578 Reading package lists... [2019-09-26T21:10:45.462Z] #44 ... [2019-09-26T21:10:45.462Z] [2019-09-26T21:10:45.462Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-26T21:10:45.462Z] #17 3.144 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:45.462Z] #17 3.146 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:45.462Z] #17 3.173 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:45.462Z] #17 3.174 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:45.462Z] #17 3.185 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:45.462Z] #17 3.420 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:45.462Z] #17 4.018 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:10:45.462Z] #17 4.359 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:10:45.462Z] #17 8.362 Fetched 7916 kB in 6s (1273 kB/s) [2019-09-26T21:10:45.462Z] #17 8.362 Reading package lists... [2019-09-26T21:10:45.462Z] #17 ... [2019-09-26T21:10:45.462Z] [2019-09-26T21:10:45.462Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-26T21:10:45.462Z] #15 1.738 + mktemp -d [2019-09-26T21:10:45.462Z] #15 1.741 + export GOPATH=/tmp/tmp.CVZ2N8Upee [2019-09-26T21:10:45.462Z] #15 1.741 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.CVZ2N8Upee/src/github.com/go-swagger/go-swagger [2019-09-26T21:10:45.462Z] #15 1.741 Cloning into '/tmp/tmp.CVZ2N8Upee/src/github.com/go-swagger/go-swagger'... [2019-09-26T21:10:45.462Z] #15 ... [2019-09-26T21:10:45.462Z] [2019-09-26T21:10:45.462Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:10:45.462Z] #35 3.305 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:45.462Z] #35 3.307 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:45.462Z] #35 3.323 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:45.462Z] #35 3.327 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:45.462Z] #35 3.351 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:45.462Z] #35 3.726 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:45.462Z] #35 4.365 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:10:45.462Z] #35 4.654 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:10:45.462Z] #35 8.666 Fetched 7916 kB in 6s (1221 kB/s) [2019-09-26T21:10:45.613Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-26T21:10:45.614Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-26T21:10:45.614Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-26T21:10:45.614Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-26T21:10:45.614Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_IP_VS: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-26T21:10:45.614Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-26T21:10:45.614Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-26T21:10:45.614Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_EXT4_FS: enabled [2019-09-26T21:10:45.614Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-26T21:10:45.614Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-26T21:10:45.614Z] - Network Drivers: [2019-09-26T21:10:45.614Z] - "overlay": [2019-09-26T21:10:45.614Z] - CONFIG_VXLAN: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-26T21:10:45.614Z] Optional (for encrypted networks): [2019-09-26T21:10:45.614Z] - CONFIG_CRYPTO: enabled [2019-09-26T21:10:45.614Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_XFRM: enabled [2019-09-26T21:10:45.614Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-26T21:10:45.614Z] - "ipvlan": [2019-09-26T21:10:45.614Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-26T21:10:45.614Z] - "macvlan": [2019-09-26T21:10:45.614Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-26T21:10:45.614Z] - CONFIG_DUMMY: enabled (as module) [2019-09-26T21:10:45.614Z] - "ftp,tftp client in container": [2019-09-26T21:10:45.718Z] #35 8.666 Reading package lists... [2019-09-26T21:10:45.718Z] #35 ... [2019-09-26T21:10:45.718Z] [2019-09-26T21:10:45.718Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-26T21:10:45.718Z] #6 8.385 Reading package lists... [2019-09-26T21:10:45.897Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-26T21:10:45.897Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-26T21:10:45.897Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-26T21:10:45.897Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-26T21:10:45.897Z] - Storage Drivers: [2019-09-26T21:10:45.897Z] - "aufs": [2019-09-26T21:10:45.897Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-26T21:10:45.897Z] - "btrfs": [2019-09-26T21:10:45.897Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-26T21:10:45.897Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-26T21:10:45.897Z] - "devicemapper": [2019-09-26T21:10:45.897Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-26T21:10:45.897Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-26T21:10:45.897Z] - "overlay": [2019-09-26T21:10:45.897Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-26T21:10:45.897Z] - "zfs": [2019-09-26T21:10:45.897Z] - /dev/zfs: missing [2019-09-26T21:10:45.897Z] - zfs command: missing [2019-09-26T21:10:45.897Z] - zpool command: missing [2019-09-26T21:10:45.897Z] [2019-09-26T21:10:45.897Z] Limits: [2019-09-26T21:10:45.897Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-26T21:10:45.897Z] [2019-09-26T21:10:45.897Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-26T21:10:45.974Z] #6 10.69 Building dependency tree... [2019-09-26T21:10:46.230Z] #6 11.03 Reading state information... [2019-09-26T21:10:46.230Z] #6 11.30 The following additional packages will be installed: [2019-09-26T21:10:46.320Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:023b072288eab3c9e768d4aeeb917f27f06034c7 . [2019-09-26T21:10:46.486Z] #6 11.31 libapparmor1 libseccomp2 [2019-09-26T21:10:46.486Z] #6 11.32 Suggested packages: [2019-09-26T21:10:46.486Z] #6 11.32 seccomp [2019-09-26T21:10:46.486Z] #6 11.46 The following NEW packages will be installed: [2019-09-26T21:10:46.486Z] #6 11.46 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-26T21:10:47.546Z] 476334eea7f5: Pull complete [2019-09-26T21:10:47.546Z] 0d1b6b7590cf: Pull complete [2019-09-26T21:10:47.546Z] Digest: sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 [2019-09-26T21:10:47.546Z] Status: Downloaded newer image for golang:1.13.0-stretch [2019-09-26T21:10:47.546Z] ---> cbb48e1a16c3 [2019-09-26T21:10:47.546Z] Step 5/126 : ARG APT_MIRROR [2019-09-26T21:10:47.546Z] ---> Running in 9de7fb3f6d6a [2019-09-26T21:10:47.546Z] Removing intermediate container 9de7fb3f6d6a [2019-09-26T21:10:47.546Z] ---> d5577b7b42c5 [2019-09-26T21:10:47.546Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-26T21:10:47.546Z] ---> Running in 75e0b099308f [2019-09-26T21:10:47.849Z] #6 12.62 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:10:47.849Z] #6 12.62 Need to get 300 kB of archives. [2019-09-26T21:10:47.849Z] #6 12.62 After this operation, 1201 kB of additional disk space will be used. [2019-09-26T21:10:47.849Z] #6 12.62 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-26T21:10:47.849Z] #6 12.65 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-26T21:10:47.849Z] #6 12.66 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-26T21:10:47.849Z] #6 12.66 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-26T21:10:48.105Z] #6 13.09 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:10:48.105Z] #6 13.14 Fetched 300 kB in 1s (253 kB/s) [2019-09-26T21:10:48.105Z] #6 13.18 Selecting previously unselected package libseccomp2:amd64. [2019-09-26T21:10:48.362Z] #6 13.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-26T21:10:48.362Z] #6 13.22 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-26T21:10:48.362Z] #6 13.23 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:10:48.617Z] #6 13.52 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-26T21:10:48.618Z] #6 13.52 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-26T21:10:48.618Z] #6 13.56 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:10:48.618Z] #6 13.69 Selecting previously unselected package libapparmor1:amd64. [2019-09-26T21:10:48.618Z] #6 13.70 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:10:48.618Z] #6 13.70 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:10:48.810Z] Removing intermediate container 75e0b099308f [2019-09-26T21:10:48.810Z] ---> c8301550031c [2019-09-26T21:10:48.810Z] Step 7/126 : ENV GO111MODULE=off [2019-09-26T21:10:48.810Z] ---> Running in a632acdea2cb [2019-09-26T21:10:48.810Z] Removing intermediate container a632acdea2cb [2019-09-26T21:10:48.810Z] ---> 4deb36ca5cfa [2019-09-26T21:10:48.810Z] Step 8/126 : FROM base AS criu [2019-09-26T21:10:48.810Z] ---> 4deb36ca5cfa [2019-09-26T21:10:48.810Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:10:48.872Z] #6 13.78 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-26T21:10:48.872Z] #6 13.78 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:10:48.872Z] #6 13.78 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:10:48.872Z] #6 13.88 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:48.872Z] #6 13.91 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:10:48.872Z] #6 13.93 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:10:48.872Z] #6 13.94 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:10:49.026Z] Sending build context to Docker daemon 49.98MB [2019-09-26T21:10:49.026Z] Step 1/126 : ARG CROSS="false" [2019-09-26T21:10:49.026Z] Step 2/126 : ARG GO_VERSION=1.13.0 [2019-09-26T21:10:49.026Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-26T21:10:49.026Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-26T21:10:49.026Z] 1.13.0-stretch: Pulling from library/golang [2019-09-26T21:10:49.026Z] 10831a4d6f42: Pulling fs layer [2019-09-26T21:10:49.026Z] f794a2e4526b: Pulling fs layer [2019-09-26T21:10:49.026Z] e3fa2203e375: Pulling fs layer [2019-09-26T21:10:49.026Z] 004465f1c815: Pulling fs layer [2019-09-26T21:10:49.026Z] c19c19fc3c99: Pulling fs layer [2019-09-26T21:10:49.026Z] 2a226db90886: Pulling fs layer [2019-09-26T21:10:49.026Z] e78354ce55ed: Pulling fs layer [2019-09-26T21:10:49.026Z] e78354ce55ed: Waiting [2019-09-26T21:10:49.026Z] 2a226db90886: Waiting [2019-09-26T21:10:49.026Z] 004465f1c815: Waiting [2019-09-26T21:10:49.026Z] c19c19fc3c99: Waiting [2019-09-26T21:10:49.129Z] #6 13.95 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:10:49.129Z] #6 13.96 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:49.129Z] #6 DONE 14.1s [2019-09-26T21:10:49.129Z] [2019-09-26T21:10:49.129Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-26T21:10:49.129Z] #15 12.41 + cd /tmp/tmp.CVZ2N8Upee/src/github.com/go-swagger/go-swagger [2019-09-26T21:10:49.129Z] #15 12.41 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-26T21:10:49.129Z] #15 13.27 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-26T21:10:49.183Z] ---> Running in ba4511ceb497 [2019-09-26T21:10:49.183Z] Removing intermediate container ba4511ceb497 [2019-09-26T21:10:49.183Z] ---> 117fb4b7c7b3 [2019-09-26T21:10:49.183Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-26T21:10:49.183Z] ---> Running in 0b42e49f8b46 [2019-09-26T21:10:49.183Z] Removing intermediate container 0b42e49f8b46 [2019-09-26T21:10:49.183Z] ---> 7b27bbd28436 [2019-09-26T21:10:49.183Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-26T21:10:49.207Z] #50 ... [2019-09-26T21:10:49.207Z] [2019-09-26T21:10:49.207Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:10:49.207Z] #44 4.751 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:49.207Z] #44 4.762 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:49.207Z] #44 4.805 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:49.207Z] #44 4.805 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:49.207Z] #44 4.833 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:49.207Z] #44 5.726 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:49.504Z] #44 ... [2019-09-26T21:10:49.504Z] [2019-09-26T21:10:49.504Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:10:49.504Z] #55 5.805 + mktemp -d [2019-09-26T21:10:49.504Z] #55 5.816 + export GOPATH=/tmp/tmp.uVFg5ikT75 [2019-09-26T21:10:49.504Z] #55 5.817 + git clone https://github.com/docker/distribution.git /tmp/tmp.uVFg5ikT75/src/github.com/docker/distribution [2019-09-26T21:10:49.504Z] #55 5.826 Cloning into '/tmp/tmp.uVFg5ikT75/src/github.com/docker/distribution'... [2019-09-26T21:10:49.549Z] ---> Running in 42891b145be0 [2019-09-26T21:10:49.652Z] e3fa2203e375: Verifying Checksum [2019-09-26T21:10:49.652Z] e3fa2203e375: Download complete [2019-09-26T21:10:49.937Z] f794a2e4526b: Verifying Checksum [2019-09-26T21:10:49.937Z] f794a2e4526b: Download complete [2019-09-26T21:10:49.971Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:49.971Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:49.971Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:49.971Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:49.971Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:49.971Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-26T21:10:50.231Z] #55 ... [2019-09-26T21:10:50.231Z] [2019-09-26T21:10:50.231Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-26T21:10:50.231Z] #61 6.329 + RM_GOPATH=0 [2019-09-26T21:10:50.231Z] #61 6.332 + TMP_GOPATH= [2019-09-26T21:10:50.231Z] #61 6.332 + : /build/ [2019-09-26T21:10:50.231Z] #61 6.332 + '[' -z '' ']' [2019-09-26T21:10:50.231Z] #61 6.333 ++ mktemp -d [2019-09-26T21:10:50.231Z] #61 6.348 + export GOPATH=/tmp/tmp.CNZMeOP5kS [2019-09-26T21:10:50.231Z] #61 6.348 + GOPATH=/tmp/tmp.CNZMeOP5kS [2019-09-26T21:10:50.231Z] #61 6.348 + RM_GOPATH=1 [2019-09-26T21:10:50.231Z] #61 6.352 ++ dirname ./install.sh [2019-09-26T21:10:50.231Z] #61 6.354 + dir=. [2019-09-26T21:10:50.231Z] #61 6.354 + bin=rootlesskit [2019-09-26T21:10:50.231Z] #61 6.354 + shift [2019-09-26T21:10:50.231Z] #61 6.355 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-26T21:10:50.231Z] #61 6.355 + . ./rootlesskit.installer [2019-09-26T21:10:50.231Z] #61 6.355 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:10:50.231Z] #61 6.357 + install_rootlesskit [2019-09-26T21:10:50.231Z] #61 6.360 + case "$1" in [2019-09-26T21:10:50.231Z] #61 6.360 + export CGO_ENABLED=0 [2019-09-26T21:10:50.231Z] #61 6.361 + CGO_ENABLED=0 [2019-09-26T21:10:50.231Z] #61 6.361 + _install_rootlesskit [2019-09-26T21:10:50.231Z] #61 6.361 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-26T21:10:50.231Z] #61 6.361 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:10:50.231Z] #61 6.362 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.CNZMeOP5kS/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:10:50.231Z] #61 6.380 Cloning into '/tmp/tmp.CNZMeOP5kS/src/github.com/rootless-containers/rootlesskit'... [2019-09-26T21:10:50.367Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-26T21:10:50.367Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-26T21:10:50.485Z] #61 ... [2019-09-26T21:10:50.485Z] [2019-09-26T21:10:50.485Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-26T21:10:50.485Z] #50 6.602 + RM_GOPATH=0 [2019-09-26T21:10:50.485Z] #50 6.602 + TMP_GOPATH= [2019-09-26T21:10:50.485Z] #50 6.602 + : /build [2019-09-26T21:10:50.485Z] #50 6.602 + '[' -z '' ']' [2019-09-26T21:10:50.485Z] #50 6.608 ++ mktemp -d [2019-09-26T21:10:50.485Z] #50 6.619 + export GOPATH=/tmp/tmp.XHqZAu1tmO [2019-09-26T21:10:50.485Z] #50 6.620 + GOPATH=/tmp/tmp.XHqZAu1tmO [2019-09-26T21:10:50.485Z] #50 6.620 + RM_GOPATH=1 [2019-09-26T21:10:50.485Z] #50 6.621 ++ dirname ./install.sh [2019-09-26T21:10:50.485Z] #50 6.623 + dir=. [2019-09-26T21:10:50.485Z] #50 6.623 + bin=proxy [2019-09-26T21:10:50.485Z] #50 6.627 + shift [2019-09-26T21:10:50.485Z] #50 6.637 + '[' '!' -f ./proxy.installer ']' [2019-09-26T21:10:50.485Z] #50 6.638 + . ./proxy.installer [2019-09-26T21:10:50.485Z] #50 6.638 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:10:50.485Z] #50 6.640 + install_proxy [2019-09-26T21:10:50.485Z] #50 6.640 + case "$1" in [2019-09-26T21:10:50.485Z] #50 6.641 + export CGO_ENABLED=0 [2019-09-26T21:10:50.485Z] #50 6.641 + CGO_ENABLED=0 [2019-09-26T21:10:50.485Z] #50 6.641 + _install_proxy [2019-09-26T21:10:50.485Z] #50 6.642 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-26T21:10:50.485Z] #50 6.642 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:10:50.485Z] #50 6.643 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.XHqZAu1tmO/src/github.com/docker/libnetwork [2019-09-26T21:10:50.485Z] #50 6.667 Cloning into '/tmp/tmp.XHqZAu1tmO/src/github.com/docker/libnetwork'... [2019-09-26T21:10:51.022Z] #15 ... [2019-09-26T21:10:51.022Z] [2019-09-26T21:10:51.022Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-26T21:10:51.022Z] #7 DONE 1.7s [2019-09-26T21:10:51.022Z] [2019-09-26T21:10:51.022Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:10:51.022Z] #44 8.578 Reading package lists... [2019-09-26T21:10:51.022Z] #44 10.93 Reading package lists... [2019-09-26T21:10:51.022Z] #44 12.89 Building dependency tree... [2019-09-26T21:10:51.022Z] #44 13.38 Reading state information... [2019-09-26T21:10:51.022Z] #44 13.79 The following additional packages will be installed: [2019-09-26T21:10:51.023Z] #44 13.79 btrfs-progs liblzo2-2 [2019-09-26T21:10:51.023Z] #44 13.85 The following NEW packages will be installed: [2019-09-26T21:10:51.023Z] #44 13.85 btrfs-progs btrfs-tools liblzo2-2 [2019-09-26T21:10:51.023Z] #44 14.99 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:10:51.023Z] #44 14.99 Need to get 649 kB of archives. [2019-09-26T21:10:51.023Z] #44 14.99 After this operation, 4320 kB of additional disk space will be used. [2019-09-26T21:10:51.023Z] #44 14.99 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-26T21:10:51.023Z] #44 14.99 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-26T21:10:51.023Z] #44 15.01 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-26T21:10:51.023Z] #44 15.47 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:10:51.023Z] #44 15.53 Fetched 649 kB in 1s (564 kB/s) [2019-09-26T21:10:51.023Z] #44 15.56 Selecting previously unselected package liblzo2-2:amd64. [2019-09-26T21:10:51.023Z] #44 15.56 (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 ... 15091 files and directories currently installed.) [2019-09-26T21:10:51.023Z] #44 15.59 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-26T21:10:51.023Z] #44 15.60 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:10:51.023Z] #44 15.68 Selecting previously unselected package btrfs-progs. [2019-09-26T21:10:51.023Z] #44 15.69 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-26T21:10:51.023Z] #44 15.70 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:10:51.023Z] #44 16.08 Selecting previously unselected package btrfs-tools. [2019-09-26T21:10:51.278Z] #44 ... [2019-09-26T21:10:51.278Z] [2019-09-26T21:10:51.278Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-26T21:10:51.278Z] #17 8.362 Reading package lists... [2019-09-26T21:10:51.278Z] #17 10.75 Reading package lists... [2019-09-26T21:10:51.278Z] #17 12.73 Building dependency tree... [2019-09-26T21:10:51.278Z] #17 13.12 Reading state information... [2019-09-26T21:10:51.278Z] #17 13.58 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-26T21:10:51.278Z] #17 13.58 The following additional packages will be installed: [2019-09-26T21:10:51.278Z] #17 13.58 libjq1 libonig4 [2019-09-26T21:10:51.278Z] #17 13.72 The following NEW packages will be installed: [2019-09-26T21:10:51.278Z] #17 13.74 jq libjq1 libonig4 [2019-09-26T21:10:51.278Z] #17 14.90 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:10:51.278Z] #17 14.90 Need to get 327 kB of archives. [2019-09-26T21:10:51.278Z] #17 14.90 After this operation, 1157 kB of additional disk space will be used. [2019-09-26T21:10:51.278Z] #17 14.90 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-26T21:10:51.278Z] #17 14.90 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-26T21:10:51.278Z] #17 14.91 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-26T21:10:51.278Z] #17 15.32 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:10:51.278Z] #17 15.39 Fetched 327 kB in 1s (284 kB/s) [2019-09-26T21:10:51.278Z] #17 15.44 Selecting previously unselected package libonig4:amd64. [2019-09-26T21:10:51.278Z] #17 15.44 (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 ... 15091 files and directories currently installed.) [2019-09-26T21:10:51.278Z] #17 15.47 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-26T21:10:51.278Z] #17 15.48 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:10:51.278Z] #17 15.59 Selecting previously unselected package libjq1:amd64. [2019-09-26T21:10:51.278Z] #17 15.59 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:10:51.278Z] #17 15.60 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:10:51.278Z] #17 15.67 Selecting previously unselected package jq. [2019-09-26T21:10:51.278Z] #17 15.67 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:10:51.278Z] #17 15.68 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:10:51.278Z] #17 15.83 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:10:51.278Z] #17 15.85 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:10:51.278Z] #17 15.87 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:51.278Z] #17 15.94 Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:10:51.278Z] #17 DONE 16.1s [2019-09-26T21:10:51.278Z] [2019-09-26T21:10:51.278Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-26T21:10:51.278Z] #19 DONE 0.1s [2019-09-26T21:10:51.278Z] [2019-09-26T21:10:51.278Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:10:51.278Z] #44 16.08 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-26T21:10:51.278Z] #44 16.10 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:10:51.278Z] #44 ... [2019-09-26T21:10:51.278Z] [2019-09-26T21:10:51.278Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:10:51.278Z] #35 8.666 Reading package lists... [2019-09-26T21:10:51.278Z] #35 10.95 Reading package lists... [2019-09-26T21:10:51.278Z] #35 12.83 Building dependency tree... [2019-09-26T21:10:51.278Z] #35 13.40 Reading state information... [2019-09-26T21:10:51.278Z] #35 13.60 The following additional packages will be installed: [2019-09-26T21:10:51.278Z] #35 13.60 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-26T21:10:51.278Z] #35 13.60 Suggested packages: [2019-09-26T21:10:51.278Z] #35 13.60 codeblocks eclipse ninja-build lrzip [2019-09-26T21:10:51.278Z] #35 13.61 Recommended packages: [2019-09-26T21:10:51.278Z] #35 13.61 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-26T21:10:51.278Z] #35 13.83 The following NEW packages will be installed: [2019-09-26T21:10:51.278Z] #35 13.83 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-26T21:10:51.278Z] #35 13.83 vim-common xxd [2019-09-26T21:10:51.278Z] #35 14.86 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:10:51.278Z] #35 14.86 Need to get 13.7 MB of archives. [2019-09-26T21:10:51.278Z] #35 14.86 After this operation, 57.2 MB of additional disk space will be used. [2019-09-26T21:10:51.278Z] #35 14.86 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-26T21:10:51.278Z] #35 14.93 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-26T21:10:51.278Z] #35 14.93 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-26T21:10:51.278Z] #35 15.17 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-26T21:10:51.278Z] #35 15.20 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-26T21:10:51.278Z] #35 15.21 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-26T21:10:51.278Z] #35 15.21 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-26T21:10:51.278Z] #35 15.22 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-26T21:10:51.278Z] #35 15.31 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:10:51.278Z] #35 15.32 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:10:51.278Z] #35 15.69 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:10:51.278Z] #35 15.76 Fetched 13.7 MB in 1s (9291 kB/s) [2019-09-26T21:10:51.278Z] #35 15.83 Selecting previously unselected package cmake-data. [2019-09-26T21:10:51.278Z] #35 15.83 (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 ... 15091 files and directories currently installed.) [2019-09-26T21:10:51.278Z] #35 15.87 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-26T21:10:51.278Z] #35 15.89 Unpacking cmake-data (3.7.2-1) ... [2019-09-26T21:10:51.534Z] #35 ... [2019-09-26T21:10:51.534Z] [2019-09-26T21:10:51.534Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:10:51.534Z] #44 16.26 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:51.534Z] #44 16.29 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:10:51.534Z] #44 16.32 Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:10:51.534Z] #44 16.34 Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:10:51.534Z] #44 16.35 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:51.534Z] #44 DONE 16.6s [2019-09-26T21:10:51.534Z] [2019-09-26T21:10:51.534Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:10:51.658Z] Fetched 7668 kB in 1s (4220 kB/s) [2019-09-26T21:10:51.790Z] #20 ... [2019-09-26T21:10:51.790Z] [2019-09-26T21:10:51.790Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:10:51.790Z] #45 DONE 0.1s [2019-09-26T21:10:51.790Z] [2019-09-26T21:10:51.790Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-26T21:10:52.433Z] Reading package lists... [2019-09-26T21:10:52.641Z] 10831a4d6f42: Verifying Checksum [2019-09-26T21:10:52.641Z] 10831a4d6f42: Download complete [2019-09-26T21:10:52.837Z] Reading package lists... [2019-09-26T21:10:52.837Z] Building dependency tree... [2019-09-26T21:10:52.837Z] Reading state information... [2019-09-26T21:10:52.837Z] The following additional packages will be installed: [2019-09-26T21:10:52.837Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-26T21:10:52.837Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-26T21:10:52.837Z] Suggested packages: [2019-09-26T21:10:52.837Z] manpages-dev python-setuptools [2019-09-26T21:10:53.156Z] #8 DONE 2.3s [2019-09-26T21:10:53.156Z] [2019-09-26T21:10:53.156Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:10:53.156Z] #35 17.20 Selecting previously unselected package liblzo2-2:amd64. [2019-09-26T21:10:53.156Z] #35 17.21 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-26T21:10:53.156Z] #35 17.21 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:10:53.156Z] #35 17.32 Selecting previously unselected package libicu57:amd64. [2019-09-26T21:10:53.156Z] #35 17.32 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-26T21:10:53.156Z] #35 17.33 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-26T21:10:53.264Z] 004465f1c815: Verifying Checksum [2019-09-26T21:10:53.264Z] 004465f1c815: Download complete [2019-09-26T21:10:53.268Z] The following NEW packages will be installed: [2019-09-26T21:10:53.268Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-26T21:10:53.268Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-26T21:10:53.268Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-26T21:10:53.268Z] zlib1g-dev [2019-09-26T21:10:53.268Z] 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:10:53.268Z] Need to get 3476 kB of archives. [2019-09-26T21:10:53.268Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-26T21:10:53.268Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-26T21:10:53.268Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-26T21:10:53.268Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-26T21:10:53.268Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-26T21:10:53.268Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-09-26T21:10:53.268Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-26T21:10:53.268Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-09-26T21:10:53.268Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-09-26T21:10:53.268Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-26T21:10:53.268Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-26T21:10:53.268Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-26T21:10:53.268Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-26T21:10:53.268Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-09-26T21:10:53.268Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-26T21:10:53.268Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-26T21:10:53.268Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-26T21:10:53.551Z] e78354ce55ed: Verifying Checksum [2019-09-26T21:10:53.551Z] e78354ce55ed: Download complete [2019-09-26T21:10:53.687Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:10:53.687Z] Fetched 3476 kB in 0s (26.0 MB/s) [2019-09-26T21:10:53.687Z] Selecting previously unselected package libnet1:s390x. [2019-09-26T21:10:53.687Z] (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-09-26T21:10:53.687Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-26T21:10:53.687Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package libnet1-dev. [2019-09-26T21:10:53.687Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-26T21:10:53.687Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-26T21:10:53.687Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-26T21:10:53.687Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-26T21:10:53.687Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-26T21:10:53.687Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-26T21:10:53.687Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-26T21:10:53.687Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-26T21:10:53.687Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-26T21:10:53.837Z] c19c19fc3c99: Verifying Checksum [2019-09-26T21:10:53.837Z] c19c19fc3c99: Download complete [2019-09-26T21:10:53.870Z] #50 ... [2019-09-26T21:10:53.870Z] [2019-09-26T21:10:53.870Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:10:53.870Z] #57 5.228 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:53.870Z] #57 5.230 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:53.870Z] #57 5.290 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:53.870Z] #57 5.303 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:53.870Z] #57 5.383 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:53.870Z] #57 6.202 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:53.870Z] #57 7.900 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:10:53.870Z] #57 8.740 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:10:53.870Z] #57 ... [2019-09-26T21:10:53.870Z] [2019-09-26T21:10:53.870Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-26T21:10:53.870Z] #15 5.321 + mktemp -d [2019-09-26T21:10:53.870Z] #15 5.338 + export GOPATH=/tmp/tmp.HzEvAz9GUV [2019-09-26T21:10:53.870Z] #15 5.338 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.HzEvAz9GUV/src/github.com/go-swagger/go-swagger [2019-09-26T21:10:53.870Z] #15 5.364 Cloning into '/tmp/tmp.HzEvAz9GUV/src/github.com/go-swagger/go-swagger'... [2019-09-26T21:10:53.870Z] #15 ... [2019-09-26T21:10:53.870Z] [2019-09-26T21:10:53.870Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-26T21:10:53.870Z] #6 7.435 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:53.870Z] #6 7.437 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:53.870Z] #6 7.465 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:53.870Z] #6 7.521 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:53.870Z] #6 7.621 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:53.870Z] #6 8.557 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:53.870Z] #6 10.42 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:10:53.870Z] #6 ... [2019-09-26T21:10:53.870Z] [2019-09-26T21:10:53.870Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:10:53.870Z] #30 6.693 + RM_GOPATH=0 [2019-09-26T21:10:53.870Z] #30 6.694 + TMP_GOPATH= [2019-09-26T21:10:53.870Z] #30 6.694 + : /build [2019-09-26T21:10:53.870Z] #30 6.694 + '[' -z '' ']' [2019-09-26T21:10:53.870Z] #30 6.700 ++ mktemp -d [2019-09-26T21:10:53.870Z] #30 6.707 + export GOPATH=/tmp/tmp.lK02iMjjfb [2019-09-26T21:10:53.870Z] #30 6.707 + GOPATH=/tmp/tmp.lK02iMjjfb [2019-09-26T21:10:53.870Z] #30 6.707 + RM_GOPATH=1 [2019-09-26T21:10:53.870Z] #30 6.710 ++ dirname ./install.sh [2019-09-26T21:10:53.870Z] #30 6.722 + dir=. [2019-09-26T21:10:53.870Z] #30 6.722 + bin=tomlv [2019-09-26T21:10:53.870Z] #30 6.722 + shift [2019-09-26T21:10:53.870Z] #30 6.722 + '[' '!' -f ./tomlv.installer ']' [2019-09-26T21:10:53.870Z] #30 6.723 + . ./tomlv.installer [2019-09-26T21:10:53.870Z] #30 6.723 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:10:53.870Z] #30 6.724 + install_tomlv [2019-09-26T21:10:53.870Z] #30 6.724 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-26T21:10:53.870Z] #30 6.724 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:10:53.870Z] #30 6.724 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.lK02iMjjfb/src/github.com/BurntSushi/toml [2019-09-26T21:10:53.870Z] #30 6.736 Cloning into '/tmp/tmp.lK02iMjjfb/src/github.com/BurntSushi/toml'... [2019-09-26T21:10:53.870Z] #30 8.056 + cd /tmp/tmp.lK02iMjjfb/src/github.com/BurntSushi/toml [2019-09-26T21:10:53.870Z] #30 8.056 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:10:53.870Z] #30 8.068 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:10:53.870Z] #30 8.898 runtime/internal/atomic [2019-09-26T21:10:53.870Z] #30 8.909 internal/cpu [2019-09-26T21:10:53.870Z] #30 9.092 runtime/internal/sys [2019-09-26T21:10:53.870Z] #30 9.400 runtime/internal/math [2019-09-26T21:10:53.870Z] #30 9.491 internal/bytealg [2019-09-26T21:10:53.870Z] #30 9.551 math/bits [2019-09-26T21:10:53.870Z] #30 ... [2019-09-26T21:10:53.870Z] [2019-09-26T21:10:53.870Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:10:53.870Z] #33 6.434 + RM_GOPATH=0 [2019-09-26T21:10:53.870Z] #33 6.434 + TMP_GOPATH= [2019-09-26T21:10:53.870Z] #33 6.434 + : /build [2019-09-26T21:10:53.870Z] #33 6.434 + '[' -z '' ']' [2019-09-26T21:10:53.870Z] #33 6.437 ++ mktemp -d [2019-09-26T21:10:53.870Z] #33 6.441 + export GOPATH=/tmp/tmp.qo6aUKt7gC [2019-09-26T21:10:53.870Z] #33 6.441 + GOPATH=/tmp/tmp.qo6aUKt7gC [2019-09-26T21:10:53.870Z] #33 6.441 + RM_GOPATH=1 [2019-09-26T21:10:53.870Z] #33 6.442 ++ dirname ./install.sh [2019-09-26T21:10:53.870Z] #33 6.443 + dir=. [2019-09-26T21:10:53.870Z] #33 6.443 + bin=vndr [2019-09-26T21:10:53.870Z] #33 6.443 + shift [2019-09-26T21:10:53.870Z] #33 6.443 + '[' '!' -f ./vndr.installer ']' [2019-09-26T21:10:53.870Z] #33 6.443 + . ./vndr.installer [2019-09-26T21:10:53.870Z] #33 6.443 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:10:53.870Z] #33 6.443 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:10:53.870Z] #33 6.443 + install_vndr [2019-09-26T21:10:53.870Z] #33 6.443 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-26T21:10:53.870Z] #33 6.443 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.qo6aUKt7gC/src/github.com/LK4D4/vndr [2019-09-26T21:10:53.870Z] #33 6.444 Cloning into '/tmp/tmp.qo6aUKt7gC/src/github.com/LK4D4/vndr'... [2019-09-26T21:10:53.870Z] #33 7.539 + cd /tmp/tmp.qo6aUKt7gC/src/github.com/LK4D4/vndr [2019-09-26T21:10:53.870Z] #33 7.539 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:10:53.870Z] #33 7.574 + go build -buildmode=pie -v -o /build/vndr . [2019-09-26T21:10:53.870Z] #33 8.824 internal/cpu [2019-09-26T21:10:53.870Z] #33 8.847 runtime/internal/atomic [2019-09-26T21:10:53.870Z] #33 9.176 runtime/internal/sys [2019-09-26T21:10:53.870Z] #33 9.370 internal/bytealg [2019-09-26T21:10:53.870Z] #33 9.388 runtime/internal/math [2019-09-26T21:10:53.870Z] #33 9.451 internal/race [2019-09-26T21:10:53.870Z] #33 9.573 sync/atomic [2019-09-26T21:10:53.870Z] #33 9.926 unicode [2019-09-26T21:10:53.870Z] #33 10.25 runtime [2019-09-26T21:10:54.063Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-26T21:10:54.063Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-26T21:10:54.063Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-26T21:10:54.063Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-26T21:10:54.063Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-26T21:10:54.063Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-26T21:10:54.063Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-26T21:10:54.063Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-26T21:10:54.063Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-26T21:10:54.063Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-26T21:10:54.063Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-26T21:10:54.063Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:10:54.063Z] Selecting previously unselected package protobuf-compiler. [2019-09-26T21:10:54.063Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-26T21:10:54.063Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-26T21:10:54.125Z] #33 ... [2019-09-26T21:10:54.125Z] [2019-09-26T21:10:54.125Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-26T21:10:54.125Z] #53 6.528 + RM_GOPATH=0 [2019-09-26T21:10:54.125Z] #53 6.528 + TMP_GOPATH= [2019-09-26T21:10:54.125Z] #53 6.528 + : /build [2019-09-26T21:10:54.125Z] #53 6.528 + '[' -z '' ']' [2019-09-26T21:10:54.125Z] #53 6.534 ++ mktemp -d [2019-09-26T21:10:54.125Z] #53 6.539 + export GOPATH=/tmp/tmp.rTbaOFyGT4 [2019-09-26T21:10:54.125Z] #53 6.542 + GOPATH=/tmp/tmp.rTbaOFyGT4 [2019-09-26T21:10:54.125Z] #53 6.542 + RM_GOPATH=1 [2019-09-26T21:10:54.125Z] #53 6.543 ++ dirname ./install.sh [2019-09-26T21:10:54.125Z] #53 6.546 + dir=. [2019-09-26T21:10:54.125Z] #53 6.546 + bin=dockercli [2019-09-26T21:10:54.125Z] #53 6.546 + shift [2019-09-26T21:10:54.125Z] #53 6.546 + '[' '!' -f ./dockercli.installer ']' [2019-09-26T21:10:54.125Z] #53 6.546 + . ./dockercli.installer [2019-09-26T21:10:54.125Z] #53 6.546 ++ DOCKERCLI_CHANNEL=stable [2019-09-26T21:10:54.125Z] #53 6.546 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-26T21:10:54.125Z] #53 6.547 + install_dockercli [2019-09-26T21:10:54.125Z] #53 6.554 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-26T21:10:54.125Z] #53 6.554 Install docker/cli version 17.06.2-ce from stable [2019-09-26T21:10:54.125Z] #53 6.554 ++ uname -m [2019-09-26T21:10:54.125Z] #53 6.558 + arch=x86_64 [2019-09-26T21:10:54.125Z] #53 6.558 + '[' x86_64 '!=' x86_64 ']' [2019-09-26T21:10:54.125Z] #53 6.558 + url=https://download.docker.com/linux/static [2019-09-26T21:10:54.125Z] #53 6.560 + tar -xz docker/docker [2019-09-26T21:10:54.125Z] #53 6.560 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-26T21:10:54.125Z] #53 ... [2019-09-26T21:10:54.125Z] [2019-09-26T21:10:54.125Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-26T21:10:54.125Z] #17 6.029 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:10:54.125Z] #17 6.031 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:10:54.125Z] #17 6.070 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:10:54.125Z] #17 6.081 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:10:54.125Z] #17 6.110 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:10:54.125Z] #17 6.852 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:10:54.125Z] #17 8.638 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:10:54.125Z] #17 9.769 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:10:54.381Z] #17 ... [2019-09-26T21:10:54.381Z] [2019-09-26T21:10:54.381Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-26T21:10:54.381Z] #27 6.289 + RM_GOPATH=0 [2019-09-26T21:10:54.381Z] #27 6.289 + TMP_GOPATH= [2019-09-26T21:10:54.381Z] #27 6.289 + : /build [2019-09-26T21:10:54.381Z] #27 6.289 + '[' -z '' ']' [2019-09-26T21:10:54.381Z] #27 6.289 ++ mktemp -d [2019-09-26T21:10:54.381Z] #27 6.292 + export GOPATH=/tmp/tmp.NjSj7OgrO2 [2019-09-26T21:10:54.381Z] #27 6.292 + GOPATH=/tmp/tmp.NjSj7OgrO2 [2019-09-26T21:10:54.381Z] #27 6.292 + RM_GOPATH=1 [2019-09-26T21:10:54.381Z] #27 6.292 ++ dirname ./install.sh [2019-09-26T21:10:54.381Z] #27 6.294 + dir=. [2019-09-26T21:10:54.381Z] #27 6.294 + bin=gotestsum [2019-09-26T21:10:54.381Z] #27 6.294 + shift [2019-09-26T21:10:54.381Z] #27 6.295 + '[' '!' -f ./gotestsum.installer ']' [2019-09-26T21:10:54.381Z] #27 6.295 + . ./gotestsum.installer [2019-09-26T21:10:54.381Z] #27 6.295 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-26T21:10:54.381Z] #27 6.296 + install_gotestsum [2019-09-26T21:10:54.381Z] #27 6.296 + echo 'Installing gotestsum version v0.3.5' [2019-09-26T21:10:54.381Z] #27 6.296 Installing gotestsum version v0.3.5 [2019-09-26T21:10:54.381Z] #27 6.296 + go get -d gotest.tools/gotestsum [2019-09-26T21:10:54.381Z] #27 ... [2019-09-26T21:10:54.381Z] [2019-09-26T21:10:54.381Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-26T21:10:54.381Z] #24 6.479 + RM_GOPATH=0 [2019-09-26T21:10:54.381Z] #24 6.479 + TMP_GOPATH= [2019-09-26T21:10:54.381Z] #24 6.479 + : /build [2019-09-26T21:10:54.381Z] #24 6.479 + '[' -z '' ']' [2019-09-26T21:10:54.381Z] #24 6.482 ++ mktemp -d [2019-09-26T21:10:54.381Z] #24 6.486 + export GOPATH=/tmp/tmp.jL8VZOEsvy [2019-09-26T21:10:54.381Z] #24 6.487 + GOPATH=/tmp/tmp.jL8VZOEsvy [2019-09-26T21:10:54.381Z] #24 6.487 + RM_GOPATH=1 [2019-09-26T21:10:54.381Z] #24 6.488 ++ dirname ./install.sh [2019-09-26T21:10:54.381Z] #24 6.489 + dir=. [2019-09-26T21:10:54.381Z] #24 6.496 + bin=golangci_lint [2019-09-26T21:10:54.381Z] #24 6.496 + shift [2019-09-26T21:10:54.381Z] #24 6.497 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-26T21:10:54.381Z] #24 6.497 + . ./golangci_lint.installer [2019-09-26T21:10:54.381Z] #24 6.497 ++ : v1.17.1 [2019-09-26T21:10:54.381Z] #24 6.498 + install_golangci_lint [2019-09-26T21:10:54.381Z] #24 6.504 + echo 'Installing golangci-lint version v1.17.1' [2019-09-26T21:10:54.381Z] #24 6.505 Installing golangci-lint version v1.17.1 [2019-09-26T21:10:54.381Z] #24 6.505 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:10:54.438Z] Selecting previously unselected package python-pkg-resources. [2019-09-26T21:10:54.438Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:10:54.438Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-26T21:10:54.438Z] Selecting previously unselected package python-protobuf. [2019-09-26T21:10:54.438Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-26T21:10:54.438Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-26T21:10:54.438Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-26T21:10:54.438Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-26T21:10:54.438Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-26T21:10:54.635Z] #24 ... [2019-09-26T21:10:54.635Z] [2019-09-26T21:10:54.635Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-26T21:10:54.635Z] #61 10.47 + cd /tmp/tmp.CNZMeOP5kS/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:10:54.635Z] #61 10.48 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:10:54.635Z] #61 10.57 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:10:54.635Z] #61 10.57 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-26T21:10:54.811Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:10:54.811Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-26T21:10:54.811Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:54.811Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-26T21:10:55.180Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-26T21:10:55.180Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-26T21:10:55.180Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-26T21:10:55.180Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-26T21:10:55.180Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-26T21:10:55.180Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:10:55.180Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-26T21:10:55.180Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-26T21:10:55.180Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-26T21:10:55.180Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-26T21:10:55.180Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:55.674Z] #35 ... [2019-09-26T21:10:55.674Z] [2019-09-26T21:10:55.674Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-26T21:10:55.674Z] #9 1.681 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-26T21:10:55.674Z] #9 DONE 2.1s [2019-09-26T21:10:55.674Z] [2019-09-26T21:10:55.674Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:10:55.674Z] #20 2.480 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-26T21:10:55.674Z] #20 2.661 [2019-09-26T21:10:55.674Z] #20 2.852 ############# 18.7% ########################### 37.9% ######################################### 57.0% ################################################## 69.8% #################################################################### 95.1% ######################################################################## 100.0% [2019-09-26T21:10:55.674Z] #20 3.470 [2019-09-26T21:10:55.674Z] #20 3.631 ############################### 44.3% ######################################################################## 100.0% [2019-09-26T21:10:55.674Z] #20 3.897 [2019-09-26T21:10:55.930Z] #20 4.052 #### 6.4% ############### 21.6% ####################### 32.0% ###################################### 53.3% ####################################################### 76.6% ######################################################################## 100.0% [2019-09-26T21:10:56.140Z] Removing intermediate container 42891b145be0 [2019-09-26T21:10:56.140Z] ---> 1f270a2276bf [2019-09-26T21:10:56.140Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-26T21:10:56.186Z] #20 4.850 [2019-09-26T21:10:56.518Z] ---> Running in 7e36146c430d [2019-09-26T21:10:57.320Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:10:57.320Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:10:57.320Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:10:57.320Z]  GEN .gitid [2019-09-26T21:10:57.320Z] GEN criu/include/version.h [2019-09-26T21:10:57.320Z] GEN include/common/asm [2019-09-26T21:10:57.320Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-26T21:10:57.320Z] PBCC images/opts.pb-c.c [2019-09-26T21:10:57.320Z] PBCC images/sit.pb-c.c [2019-09-26T21:10:57.320Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-26T21:10:57.320Z] DEP images/opts.pb-c.d [2019-09-26T21:10:57.320Z] DEP images/sit.pb-c.d [2019-09-26T21:10:57.320Z] PBCC images/macvlan.pb-c.c [2019-09-26T21:10:57.320Z] DEP images/macvlan.pb-c.d [2019-09-26T21:10:57.320Z] PBCC images/autofs.pb-c.c [2019-09-26T21:10:57.320Z] DEP images/autofs.pb-c.d [2019-09-26T21:10:57.320Z] PBCC images/sysctl.pb-c.c [2019-09-26T21:10:57.320Z] DEP images/sysctl.pb-c.d [2019-09-26T21:10:57.320Z] PBCC images/time.pb-c.c [2019-09-26T21:10:57.320Z] DEP images/time.pb-c.d [2019-09-26T21:10:57.333Z] 10831a4d6f42: Pull complete [2019-09-26T21:10:57.467Z] #20 5.060 ## 3.3% ###### 9.5% ######### 13.4% ############## 20.2% ################### 27.4% ######################### 34.9% ############################# 41.2% ################################# 46.8% [2019-09-26T21:10:57.467Z] #20 ... [2019-09-26T21:10:57.467Z] [2019-09-26T21:10:57.467Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-26T21:10:57.467Z] #10 DONE 2.1s [2019-09-26T21:10:57.467Z] [2019-09-26T21:10:57.467Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:10:57.620Z] f794a2e4526b: Pull complete [2019-09-26T21:10:57.691Z] PBCC images/binfmt-misc.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/binfmt-misc.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/seccomp.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/seccomp.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/userns.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/userns.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/cgroup.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/cgroup.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/fown.pb-c.c [2019-09-26T21:10:57.691Z] PBCC images/ext-file.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/fown.pb-c.d [2019-09-26T21:10:57.691Z] DEP images/ext-file.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/rpc.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/rpc.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/siginfo.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/siginfo.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/pagemap.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/pagemap.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/rlimit.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/rlimit.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/file-lock.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/file-lock.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/tty.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/tty.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/tun.pb-c.c [2019-09-26T21:10:57.691Z] PBCC images/netdev.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/tun.pb-c.d [2019-09-26T21:10:57.691Z] DEP images/netdev.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/vma.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/vma.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/creds.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/creds.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/utsns.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/utsns.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/ipc-desc.pb-c.c [2019-09-26T21:10:57.691Z] PBCC images/ipc-sem.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/ipc-desc.pb-c.d [2019-09-26T21:10:57.691Z] DEP images/ipc-sem.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/ipc-msg.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/ipc-msg.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/ipc-shm.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/ipc-shm.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/ipc-var.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/ipc-var.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/sk-opts.pb-c.c [2019-09-26T21:10:57.691Z] PBCC images/packet-sock.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/sk-opts.pb-c.d [2019-09-26T21:10:57.691Z] DEP images/packet-sock.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/sk-netlink.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/sk-netlink.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/sk-inet.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/sk-inet.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/sk-unix.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/sk-unix.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/mm.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/mm.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/timerfd.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/timerfd.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/timer.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/timer.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/sa.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/sa.pb-c.d [2019-09-26T21:10:57.691Z] PBCC images/pipe-data.pb-c.c [2019-09-26T21:10:57.691Z] DEP images/pipe-data.pb-c.d [2019-09-26T21:10:57.907Z] e3fa2203e375: Pull complete [2019-09-26T21:10:57.982Z] #20 5.060 ## 3.3% ###### 9.5% ######### 13.4% ############## 20.2% ################### 27.4% ######################### 34.9% ############################# 41.2% ################################# 46.8% ###################################### 53.7% ########################################## 58.5% ############################################## 64.6% ################################################## 69.6% ###################################################### 76.4% ############################################################ 84.5% ################################################################### 93.2% ######################################################################## 100.0% [2019-09-26T21:10:57.982Z] #20 6.745 [2019-09-26T21:10:58.061Z] PBCC images/mnt.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/mnt.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/sk-packet.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/sk-packet.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/tcp-stream.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/tcp-stream.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/pipe.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/pipe.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/pstree.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/pstree.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/fs.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/fs.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/signalfd.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/signalfd.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/fh.pb-c.c [2019-09-26T21:10:58.061Z] PBCC images/fsnotify.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/fh.pb-c.d [2019-09-26T21:10:58.061Z] DEP images/fsnotify.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/eventpoll.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/eventpoll.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/eventfd.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/eventfd.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/remap-file-path.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/remap-file-path.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/fifo.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/fifo.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/ghost-file.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/ghost-file.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/regfile.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/regfile.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/ns.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/ns.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/fdinfo.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/fdinfo.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/core-aarch64.pb-c.c [2019-09-26T21:10:58.061Z] PBCC images/core-arm.pb-c.c [2019-09-26T21:10:58.061Z] PBCC images/core-ppc64.pb-c.c [2019-09-26T21:10:58.061Z] PBCC images/core-s390.pb-c.c [2019-09-26T21:10:58.061Z] PBCC images/core-x86.pb-c.c [2019-09-26T21:10:58.061Z] PBCC images/core.pb-c.c [2019-09-26T21:10:58.061Z] PBCC images/inventory.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/core-aarch64.pb-c.d [2019-09-26T21:10:58.061Z] DEP images/core-arm.pb-c.d [2019-09-26T21:10:58.061Z] DEP images/core-ppc64.pb-c.d [2019-09-26T21:10:58.061Z] DEP images/core-s390.pb-c.d [2019-09-26T21:10:58.061Z] DEP images/core-x86.pb-c.d [2019-09-26T21:10:58.061Z] DEP images/core.pb-c.d [2019-09-26T21:10:58.061Z] DEP images/inventory.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/cpuinfo.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/cpuinfo.pb-c.d [2019-09-26T21:10:58.061Z] PBCC images/stats.pb-c.c [2019-09-26T21:10:58.061Z] DEP images/stats.pb-c.d [2019-09-26T21:10:58.431Z] make[1]: Nothing to be done for 'all'. [2019-09-26T21:10:58.431Z] CC images/stats.o [2019-09-26T21:10:58.431Z] CC images/core.o [2019-09-26T21:10:58.545Z] #20 7.250 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-26T21:10:58.545Z] #20 7.439 [2019-09-26T21:10:58.800Z] #20 7.543 ######################################################20 ... [2019-09-26T21:10:58.800Z] [2019-09-26T21:10:58.800Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:10:58.800Z] #35 20.21 Selecting previously unselected package libxml2:amd64. [2019-09-26T21:10:58.800Z] #35 20.24 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-26T21:10:58.800Z] #35 20.24 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:10:58.800Z] #35 20.60 Selecting previously unselected package libarchive13:amd64. [2019-09-26T21:10:58.800Z] #35 20.60 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-26T21:10:58.800Z] #35 20.61 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-26T21:10:58.800Z] #35 20.82 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-26T21:10:58.800Z] #35 20.83 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-26T21:10:58.800Z] #35 20.85 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-26T21:10:58.800Z] #35 20.97 Selecting previously unselected package libuv1:amd64. [2019-09-26T21:10:58.800Z] #35 20.97 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-26T21:10:58.800Z] #35 20.98 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-26T21:10:58.800Z] #35 21.06 Selecting previously unselected package cmake. [2019-09-26T21:10:58.800Z] #35 21.06 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-26T21:10:58.800Z] #35 21.14 Unpacking cmake (3.7.2-1) ... [2019-09-26T21:10:58.800Z] #35 22.66 Selecting previously unselected package xxd. [2019-09-26T21:10:58.800Z] #35 22.66 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-26T21:10:58.800Z] #35 22.68 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:10:58.800Z] #35 22.84 Selecting previously unselected package vim-common. [2019-09-26T21:10:58.800Z] #35 22.85 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:10:58.800Z] #35 22.89 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:10:58.800Z] #35 23.16 Processing triggers for mime-support (3.60) ... [2019-09-26T21:10:58.800Z] #35 23.19 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:10:58.800Z] #35 23.20 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-26T21:10:58.800Z] #35 23.21 Setting up cmake-data (3.7.2-1) ... [2019-09-26T21:10:58.800Z] #35 23.24 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-26T21:10:58.800Z] #35 23.26 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:10:58.800Z] #35 23.27 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:58.800Z] #35 23.30 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:10:58.800Z] #35 23.32 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:10:58.800Z] #35 23.34 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-26T21:10:58.800Z] #35 23.35 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-26T21:10:58.800Z] #35 23.37 Setting up cmake (3.7.2-1) ... [2019-09-26T21:10:58.800Z] #35 23.42 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:10:58.800Z] #35 DONE 23.8s [2019-09-26T21:10:58.800Z] [2019-09-26T21:10:58.800Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-26T21:10:58.800Z] #11 DONE 1.6s [2019-09-26T21:10:58.800Z] [2019-09-26T21:10:58.800Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:10:58.800Z] #20 7.543 ######################################################################## 100.0% [2019-09-26T21:10:58.800Z] #20 7.602 [2019-09-26T21:10:58.912Z] CC images/core-x86.o [2019-09-26T21:10:58.912Z] CC images/core-arm.o [2019-09-26T21:10:58.912Z] CC images/core-aarch64.o [2019-09-26T21:10:58.912Z] CC images/core-ppc64.o [2019-09-26T21:10:58.912Z] CC images/core-s390.o [2019-09-26T21:10:58.912Z] CC images/cpuinfo.o [2019-09-26T21:10:58.921Z] 2a226db90886: Verifying Checksum [2019-09-26T21:10:58.921Z] 2a226db90886: Download complete [2019-09-26T21:10:59.328Z] CC images/inventory.o [2019-09-26T21:10:59.328Z] CC images/fdinfo.o [2019-09-26T21:10:59.328Z] CC images/fown.o [2019-09-26T21:10:59.328Z] CC images/ns.o [2019-09-26T21:10:59.328Z] CC images/regfile.o [2019-09-26T21:10:59.328Z] CC images/ghost-file.o [2019-09-26T21:10:59.328Z] CC images/fifo.o [2019-09-26T21:10:59.328Z] CC images/remap-file-path.o [2019-09-26T21:10:59.328Z] CC images/eventfd.o [2019-09-26T21:10:59.328Z] CC images/eventpoll.o [2019-09-26T21:10:59.328Z] CC images/fh.o [2019-09-26T21:10:59.328Z] CC images/fsnotify.o [2019-09-26T21:10:59.328Z] CC images/signalfd.o [2019-09-26T21:10:59.328Z] CC images/fs.o [2019-09-26T21:10:59.696Z] CC images/pstree.o [2019-09-26T21:10:59.696Z] CC images/pipe.o [2019-09-26T21:10:59.696Z] CC images/tcp-stream.o [2019-09-26T21:10:59.696Z] CC images/sk-packet.o [2019-09-26T21:10:59.696Z] CC images/mnt.o [2019-09-26T21:10:59.696Z] CC images/pipe-data.o [2019-09-26T21:10:59.696Z] CC images/sa.o [2019-09-26T21:10:59.696Z] CC images/timer.o [2019-09-26T21:10:59.696Z] CC images/timerfd.o [2019-09-26T21:10:59.696Z] CC images/mm.o [2019-09-26T21:10:59.696Z] CC images/sk-opts.o [2019-09-26T21:10:59.696Z] CC images/sk-unix.o [2019-09-26T21:10:59.696Z] CC images/sk-inet.o [2019-09-26T21:10:59.727Z] #20 8.278 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-26T21:10:59.727Z] #20 8.517 [2019-09-26T21:10:59.912Z] #61 ... [2019-09-26T21:10:59.913Z] [2019-09-26T21:10:59.913Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-26T21:10:59.913Z] #53 15.55 + mkdir -p /build [2019-09-26T21:10:59.913Z] #53 15.56 + mv docker/docker /build/ [2019-09-26T21:10:59.913Z] #53 15.56 + rmdir docker [2019-09-26T21:10:59.983Z] #20 8.688 ################################################################## 92.1% ######################################################################## 100.0% [2019-09-26T21:10:59.983Z] #20 8.722 [2019-09-26T21:11:00.073Z] CC images/tun.o [2019-09-26T21:11:00.073Z] CC images/sk-netlink.o [2019-09-26T21:11:00.073Z] CC images/packet-sock.o [2019-09-26T21:11:00.073Z] CC images/ipc-var.o [2019-09-26T21:11:00.073Z] CC images/ipc-desc.o [2019-09-26T21:11:00.073Z] CC images/ipc-shm.o [2019-09-26T21:11:00.073Z] CC images/ipc-msg.o [2019-09-26T21:11:00.073Z] CC images/ipc-sem.o [2019-09-26T21:11:00.073Z] CC images/utsns.o [2019-09-26T21:11:00.073Z] CC images/creds.o [2019-09-26T21:11:00.073Z] CC images/vma.o [2019-09-26T21:11:00.073Z] CC images/netdev.o [2019-09-26T21:11:00.450Z] CC images/tty.o [2019-09-26T21:11:00.450Z] CC images/file-lock.o [2019-09-26T21:11:00.450Z] CC images/rlimit.o [2019-09-26T21:11:00.450Z] CC images/pagemap.o [2019-09-26T21:11:00.450Z] CC images/siginfo.o [2019-09-26T21:11:00.450Z] CC images/rpc.o [2019-09-26T21:11:00.473Z] #53 ... [2019-09-26T21:11:00.473Z] [2019-09-26T21:11:00.473Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:00.473Z] #35 7.051 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:11:00.473Z] #35 7.053 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:11:00.473Z] #35 7.118 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:11:00.473Z] #35 7.129 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:11:00.473Z] #35 7.152 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:11:00.473Z] #35 8.109 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:11:00.473Z] #35 10.05 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:11:00.473Z] #35 10.97 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:11:00.544Z] #20 9.224 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-26T21:11:00.544Z] #20 9.245 skipping existing 1849cc453dee [2019-09-26T21:11:00.544Z] #20 9.281 [2019-09-26T21:11:00.729Z] #35 ... [2019-09-26T21:11:00.729Z] [2019-09-26T21:11:00.729Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:00.729Z] #30 10.37 runtime [2019-09-26T21:11:00.729Z] #30 10.41 math [2019-09-26T21:11:00.729Z] #30 14.24 unicode/utf8 [2019-09-26T21:11:00.729Z] #30 14.93 internal/race [2019-09-26T21:11:00.729Z] #30 15.09 sync/atomic [2019-09-26T21:11:00.729Z] #30 15.46 unicode [2019-09-26T21:11:00.729Z] #30 ... [2019-09-26T21:11:00.729Z] [2019-09-26T21:11:00.729Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-26T21:11:00.729Z] #53 DONE 17.0s [2019-09-26T21:11:00.729Z] [2019-09-26T21:11:00.729Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:11:00.729Z] #44 7.394 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:11:00.729Z] #44 8.315 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:11:00.799Z] #20 ... [2019-09-26T21:11:00.799Z] [2019-09-26T21:11:00.799Z] #12 [dev 6/24] RUN ldconfig [2019-09-26T21:11:00.799Z] #12 DONE 1.8s [2019-09-26T21:11:00.799Z] [2019-09-26T21:11:00.799Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:00.819Z] CC images/ext-file.o [2019-09-26T21:11:00.819Z] CC images/cgroup.o [2019-09-26T21:11:00.819Z] CC images/userns.o [2019-09-26T21:11:00.819Z] CC images/google/protobuf/descriptor.o [2019-09-26T21:11:00.819Z] CC images/opts.o [2019-09-26T21:11:00.985Z] #44 ... [2019-09-26T21:11:00.985Z] [2019-09-26T21:11:00.985Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:00.985Z] #33 13.48 unicode/utf8 [2019-09-26T21:11:00.985Z] #33 14.16 math/bits [2019-09-26T21:11:00.985Z] #33 14.75 math [2019-09-26T21:11:01.191Z] CC images/seccomp.o [2019-09-26T21:11:01.191Z] CC images/binfmt-misc.o [2019-09-26T21:11:01.191Z] CC images/time.o [2019-09-26T21:11:01.191Z] CC images/sysctl.o [2019-09-26T21:11:01.191Z] CC images/autofs.o [2019-09-26T21:11:01.191Z] CC images/macvlan.o [2019-09-26T21:11:01.191Z] CC images/sit.o [2019-09-26T21:11:01.191Z] LINK images/built-in.o [2019-09-26T21:11:01.191Z] GEN compel/include/asm [2019-09-26T21:11:01.191Z] GEN compel/include/version.h [2019-09-26T21:11:01.191Z] touch .config [2019-09-26T21:11:01.191Z] GEN include/common/config.h [2019-09-26T21:11:01.191Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-26T21:11:01.191Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-26T21:11:01.191Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-26T21:11:01.191Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-26T21:11:01.191Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-26T21:11:01.192Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-26T21:11:01.192Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-26T21:11:01.192Z] DEP compel/plugins/std/infect.d [2019-09-26T21:11:01.192Z] DEP compel/plugins/std/string.d [2019-09-26T21:11:01.192Z] DEP compel/plugins/std/log.d [2019-09-26T21:11:01.192Z] DEP compel/plugins/std/fds.d [2019-09-26T21:11:01.570Z] DEP compel/plugins/std/std.d [2019-09-26T21:11:01.570Z] DEP compel/plugins/shmem/shmem.d [2019-09-26T21:11:01.570Z] DEP compel/plugins/fds/fds.d [2019-09-26T21:11:01.570Z] CC compel/plugins/std/std.o [2019-09-26T21:11:01.570Z] CC compel/plugins/std/fds.o [2019-09-26T21:11:01.570Z] CC compel/plugins/std/log.o [2019-09-26T21:11:01.570Z] CC compel/plugins/std/string.o [2019-09-26T21:11:01.620Z] 004465f1c815: Pull complete [2019-09-26T21:11:01.727Z] #13 ... [2019-09-26T21:11:01.727Z] [2019-09-26T21:11:01.727Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:01.727Z] #20 9.792 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-26T21:11:01.727Z] #20 10.03 [2019-09-26T21:11:01.727Z] #20 10.14 ######################################################################## 100.0% [2019-09-26T21:11:01.727Z] #20 10.20 [2019-09-26T21:11:01.727Z] #20 10.23 Download of images into '/build' complete. [2019-09-26T21:11:01.727Z] #20 10.23 Use something like the following to load the result into a Docker daemon: [2019-09-26T21:11:01.727Z] #20 10.23 tar -cC '/build' . | docker load [2019-09-26T21:11:01.727Z] #20 DONE 10.3s [2019-09-26T21:11:01.727Z] [2019-09-26T21:11:01.727Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:02.009Z] CC compel/plugins/std/infect.o [2019-09-26T21:11:02.009Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-26T21:11:02.009Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-26T21:11:02.009Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-26T21:11:02.009Z] AR compel/plugins/std.lib.a [2019-09-26T21:11:02.009Z] CC compel/plugins/fds/fds.o [2019-09-26T21:11:02.009Z] AR compel/plugins/fds.lib.a [2019-09-26T21:11:02.009Z] HOSTDEP compel/src/lib/log-host.d [2019-09-26T21:11:02.009Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-26T21:11:02.009Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-26T21:11:02.009Z] HOSTDEP compel/src/main-host.d [2019-09-26T21:11:02.009Z] DEP compel/src/lib/ptrace.d [2019-09-26T21:11:02.009Z] DEP compel/src/lib/infect.d [2019-09-26T21:11:02.009Z] DEP compel/src/lib/infect-util.d [2019-09-26T21:11:02.427Z] DEP compel/src/lib/infect-rpc.d [2019-09-26T21:11:02.427Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-26T21:11:02.427Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-26T21:11:02.427Z] DEP compel/src/lib/log.d [2019-09-26T21:11:02.427Z] DEP compel/src/main.d [2019-09-26T21:11:02.427Z] DEP compel/src/lib/handle-elf.d [2019-09-26T21:11:02.427Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-26T21:11:02.427Z] CC compel/src/lib/log.o [2019-09-26T21:11:02.427Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-26T21:11:02.427Z] CC compel/arch/s390/src/lib/infect.o [2019-09-26T21:11:02.805Z] CC compel/src/lib/infect-rpc.o [2019-09-26T21:11:02.805Z] CC compel/src/lib/infect-util.o [2019-09-26T21:11:02.805Z] CC compel/src/lib/infect.o [2019-09-26T21:11:02.952Z] #33 ... [2019-09-26T21:11:02.952Z] [2019-09-26T21:11:02.952Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:02.952Z] #30 18.83 internal/testlog [2019-09-26T21:11:02.952Z] #30 19.22 encoding [2019-09-26T21:11:03.091Z] #13 2.424 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:11:03.091Z] #13 2.426 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:11:03.091Z] #13 2.448 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:11:03.091Z] #13 2.458 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:11:03.091Z] #13 2.461 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:11:03.167Z] CC compel/src/lib/ptrace.o [2019-09-26T21:11:03.167Z] AR compel/libcompel.a [2019-09-26T21:11:03.167Z] HOSTCC compel/src/main-host.o [2019-09-26T21:11:03.167Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-26T21:11:03.167Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-26T21:11:03.167Z] HOSTCC compel/src/lib/log-host.o [2019-09-26T21:11:03.207Z] #30 19.35 runtime/cgo [2019-09-26T21:11:03.347Z] #13 2.702 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:11:03.548Z] HOSTLINK compel/compel-host-bin [2019-09-26T21:11:03.548Z] DEP soccr/soccr.d [2019-09-26T21:11:03.548Z] CC soccr/soccr.o [2019-09-26T21:11:03.548Z] AR soccr/libsoccr.a [2019-09-26T21:11:03.548Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:11:03.548Z] DEP criu/arch/s390/sigframe.d [2019-09-26T21:11:03.656Z] c19c19fc3c99: Pull complete [2019-09-26T21:11:03.911Z] #13 3.262 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:11:03.912Z] DEP criu/arch/s390/crtools.d [2019-09-26T21:11:03.913Z] DEP criu/arch/s390/cpu.d [2019-09-26T21:11:03.913Z] CC criu/arch/s390/cpu.o [2019-09-26T21:11:03.913Z] CC criu/arch/s390/crtools.o [2019-09-26T21:11:03.913Z] CC criu/arch/s390/sigframe.o [2019-09-26T21:11:04.167Z] #13 3.482 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:11:04.275Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-26T21:11:04.275Z] DEP criu/arch/s390/vdso-pie.d [2019-09-26T21:11:04.275Z] DEP criu/pie/parasite-vdso.d [2019-09-26T21:11:04.275Z] DEP criu/pie/util-vdso.d [2019-09-26T21:11:04.275Z] DEP criu/pie/util.d [2019-09-26T21:11:04.275Z] CC criu/pie/util.o [2019-09-26T21:11:04.275Z] CC criu/pie/util-vdso.o [2019-09-26T21:11:04.275Z] CC criu/pie/parasite-vdso.o [2019-09-26T21:11:04.700Z] CC criu/arch/s390/vdso-pie.o [2019-09-26T21:11:04.700Z] AR criu/pie/pie.lib.a [2019-09-26T21:11:04.700Z] DEP criu/pie/restorer.d [2019-09-26T21:11:04.700Z] DEP criu/arch/s390/restorer.d [2019-09-26T21:11:04.700Z] DEP criu/pie/parasite.d [2019-09-26T21:11:04.700Z] CC criu/pie/parasite.o [2019-09-26T21:11:05.091Z] #30 ... [2019-09-26T21:11:05.091Z] [2019-09-26T21:11:05.091Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-26T21:11:05.091Z] #6 11.38 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:11:05.091Z] #6 ... [2019-09-26T21:11:05.091Z] [2019-09-26T21:11:05.091Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:05.091Z] #33 19.21 internal/testlog [2019-09-26T21:11:05.091Z] #33 19.53 encoding [2019-09-26T21:11:05.091Z] #33 19.64 unicode/utf16 [2019-09-26T21:11:05.091Z] #33 19.96 container/list [2019-09-26T21:11:05.091Z] #33 20.46 crypto/internal/subtle [2019-09-26T21:11:05.091Z] #33 20.58 crypto/subtle [2019-09-26T21:11:05.091Z] #33 20.70 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-26T21:11:05.091Z] #33 20.77 internal/nettrace [2019-09-26T21:11:05.091Z] #33 20.88 runtime/cgo [2019-09-26T21:11:05.118Z] LINK criu/pie/parasite.built-in.o [2019-09-26T21:11:05.118Z] GEN criu/pie/parasite-blob.h [2019-09-26T21:11:05.119Z] CC criu/arch/s390/restorer.o [2019-09-26T21:11:05.119Z] CC criu/pie/restorer.o [2019-09-26T21:11:05.517Z] LINK criu/pie/restorer.built-in.o [2019-09-26T21:11:05.517Z] GEN criu/pie/restorer-blob.h [2019-09-26T21:11:05.517Z] DEP criu/vdso.d [2019-09-26T21:11:05.517Z] DEP criu/uts_ns.d [2019-09-26T21:11:05.517Z] DEP criu/util.d [2019-09-26T21:11:05.517Z] DEP criu/uffd.d [2019-09-26T21:11:05.517Z] DEP criu/tun.d [2019-09-26T21:11:05.517Z] DEP criu/tty.d [2019-09-26T21:11:05.886Z] DEP criu/timerfd.d [2019-09-26T21:11:05.886Z] DEP criu/sysfs_parse.d [2019-09-26T21:11:05.886Z] DEP criu/sysctl.d [2019-09-26T21:11:05.886Z] DEP criu/string.d [2019-09-26T21:11:05.886Z] DEP criu/stats.d [2019-09-26T21:11:05.886Z] DEP criu/sockets.d [2019-09-26T21:11:05.886Z] DEP criu/sk-unix.d [2019-09-26T21:11:05.886Z] DEP criu/sk-tcp.d [2019-09-26T21:11:05.886Z] DEP criu/sk-queue.d [2019-09-26T21:11:05.886Z] DEP criu/sk-packet.d [2019-09-26T21:11:05.886Z] DEP criu/sk-netlink.d [2019-09-26T21:11:06.058Z] #13 5.243 Fetched 7916 kB in 3s (2059 kB/s) [2019-09-26T21:11:06.259Z] DEP criu/sk-inet.d [2019-09-26T21:11:06.259Z] DEP criu/signalfd.d [2019-09-26T21:11:06.259Z] DEP criu/sigframe.d [2019-09-26T21:11:06.259Z] DEP criu/shmem.d [2019-09-26T21:11:06.259Z] DEP criu/servicefd.d [2019-09-26T21:11:06.259Z] DEP criu/seize.d [2019-09-26T21:11:06.259Z] DEP criu/seccomp.d [2019-09-26T21:11:06.259Z] DEP criu/rst-malloc.d [2019-09-26T21:11:06.259Z] DEP criu/rbtree.d [2019-09-26T21:11:06.259Z] DEP criu/pstree.d [2019-09-26T21:11:06.259Z] DEP criu/protobuf.d [2019-09-26T21:11:06.259Z] GEN criu/protobuf-desc-gen.h [2019-09-26T21:11:06.645Z] DEP criu/protobuf-desc.d [2019-09-26T21:11:06.645Z] DEP criu/proc_parse.d [2019-09-26T21:11:06.645Z] DEP criu/plugin.d [2019-09-26T21:11:06.645Z] DEP criu/pipes.d [2019-09-26T21:11:06.646Z] DEP criu/pie-util.d [2019-09-26T21:11:06.646Z] DEP criu/pie-util-vdso.d [2019-09-26T21:11:06.646Z] DEP criu/pie-util-vdso-elf32.d [2019-09-26T21:11:06.987Z] #13 5.243 Reading package lists... [2019-09-26T21:11:07.012Z] DEP criu/path.d [2019-09-26T21:11:07.012Z] DEP criu/parasite-syscall.d [2019-09-26T21:11:07.012Z] DEP criu/pagemap.d [2019-09-26T21:11:07.012Z] DEP criu/pagemap-cache.d [2019-09-26T21:11:07.012Z] DEP criu/page-xfer.d [2019-09-26T21:11:07.012Z] DEP criu/page-pipe.d [2019-09-26T21:11:07.012Z] DEP criu/netfilter.d [2019-09-26T21:11:07.012Z] DEP criu/net.d [2019-09-26T21:11:07.012Z] DEP criu/namespaces.d [2019-09-26T21:11:07.012Z] DEP criu/mount.d [2019-09-26T21:11:07.012Z] DEP criu/mem.d [2019-09-26T21:11:07.386Z] DEP criu/lsm.d [2019-09-26T21:11:07.386Z] DEP criu/log.d [2019-09-26T21:11:07.386Z] DEP criu/libnetlink.d [2019-09-26T21:11:07.386Z] DEP criu/kerndat.d [2019-09-26T21:11:07.386Z] DEP criu/kcmp-ids.d [2019-09-26T21:11:07.386Z] DEP criu/irmap.d [2019-09-26T21:11:07.386Z] DEP criu/ipc_ns.d [2019-09-26T21:11:07.386Z] DEP criu/image.d [2019-09-26T21:11:07.386Z] DEP criu/image-desc.d [2019-09-26T21:11:07.386Z] DEP criu/fsnotify.d [2019-09-26T21:11:07.386Z] DEP criu/filesystems.d [2019-09-26T21:11:07.386Z] DEP criu/files.d [2019-09-26T21:11:07.808Z] DEP criu/files-reg.d [2019-09-26T21:11:07.808Z] DEP criu/files-ext.d [2019-09-26T21:11:07.808Z] DEP criu/file-lock.d [2019-09-26T21:11:07.808Z] DEP criu/file-ids.d [2019-09-26T21:11:07.808Z] DEP criu/fifo.d [2019-09-26T21:11:07.808Z] DEP criu/fdstore.d [2019-09-26T21:11:07.808Z] DEP criu/fault-injection.d [2019-09-26T21:11:07.808Z] DEP criu/external.d [2019-09-26T21:11:07.808Z] DEP criu/eventpoll.d [2019-09-26T21:11:07.808Z] DEP criu/eventfd.d [2019-09-26T21:11:07.808Z] DEP criu/crtools.d [2019-09-26T21:11:07.808Z] DEP criu/cr-service.d [2019-09-26T21:11:07.808Z] DEP criu/cr-restore.d [2019-09-26T21:11:07.914Z] #13 6.201 Reading package lists... [2019-09-26T21:11:08.171Z] #13 7.140 Building dependency tree... [2019-09-26T21:11:08.171Z] #13 7.297 Reading state information... [2019-09-26T21:11:08.171Z] #13 7.434 The following additional packages will be installed: [2019-09-26T21:11:08.171Z] #13 7.435 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-26T21:11:08.171Z] #13 7.435 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-26T21:11:08.171Z] #13 7.435 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-26T21:11:08.171Z] #13 7.436 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-26T21:11:08.171Z] #13 7.436 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-26T21:11:08.171Z] #13 7.436 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-26T21:11:08.171Z] #13 7.436 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-26T21:11:08.171Z] #13 7.437 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-26T21:11:08.171Z] #13 7.437 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-26T21:11:08.171Z] #13 7.438 Suggested packages: [2019-09-26T21:11:08.171Z] #13 7.438 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-26T21:11:08.171Z] #13 7.439 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-26T21:11:08.171Z] #13 7.439 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-26T21:11:08.171Z] #13 7.444 vim-doc vim-scripts xfsdump acl attr quota [2019-09-26T21:11:08.171Z] #13 7.444 Recommended packages: [2019-09-26T21:11:08.171Z] #13 7.445 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-26T21:11:08.171Z] #13 7.445 python3-keyrings.alt python3-xdg unzip [2019-09-26T21:11:08.206Z] DEP criu/cr-errno.d [2019-09-26T21:11:08.206Z] DEP criu/cr-dump.d [2019-09-26T21:11:08.206Z] DEP criu/cr-dedup.d [2019-09-26T21:11:08.206Z] DEP criu/cr-check.d [2019-09-26T21:11:08.206Z] DEP criu/config.d [2019-09-26T21:11:08.206Z] DEP criu/clone-noasan.d [2019-09-26T21:11:08.206Z] DEP criu/cgroup.d [2019-09-26T21:11:08.206Z] DEP criu/cgroup-props.d [2019-09-26T21:11:08.206Z] DEP criu/bitmap.d [2019-09-26T21:11:08.206Z] DEP criu/bfd.d [2019-09-26T21:11:08.206Z] DEP criu/autofs.d [2019-09-26T21:11:08.206Z] DEP criu/aio.d [2019-09-26T21:11:08.597Z] DEP criu/action-scripts.d [2019-09-26T21:11:08.597Z] CC criu/action-scripts.o [2019-09-26T21:11:08.597Z] CC criu/aio.o [2019-09-26T21:11:08.597Z] CC criu/autofs.o [2019-09-26T21:11:08.981Z] CC criu/bfd.o [2019-09-26T21:11:08.981Z] CC criu/bitmap.o [2019-09-26T21:11:08.981Z] CC criu/cgroup-props.o [2019-09-26T21:11:09.099Z] #13 8.350 The following NEW packages will be installed: [2019-09-26T21:11:09.099Z] #13 8.350 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-26T21:11:09.099Z] #13 8.350 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-26T21:11:09.099Z] #13 8.350 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-26T21:11:09.099Z] #13 8.350 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-26T21:11:09.099Z] #13 8.351 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-26T21:11:09.099Z] #13 8.351 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-26T21:11:09.099Z] #13 8.351 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-26T21:11:09.099Z] #13 8.351 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-26T21:11:09.099Z] #13 8.351 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-26T21:11:09.099Z] #13 8.351 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-26T21:11:09.099Z] #13 8.351 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-26T21:11:09.099Z] #13 8.351 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-26T21:11:09.099Z] #13 8.351 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-26T21:11:09.099Z] #13 8.351 xfsprogs xxd xz-utils zip [2019-09-26T21:11:09.165Z] 2a226db90886: Pull complete [2019-09-26T21:11:09.165Z] e78354ce55ed: Pull complete [2019-09-26T21:11:09.165Z] Digest: sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 [2019-09-26T21:11:09.165Z] Status: Downloaded newer image for golang:1.13.0-stretch [2019-09-26T21:11:09.165Z] ---> 12f1b2315c59 [2019-09-26T21:11:09.165Z] Step 5/126 : ARG APT_MIRROR [2019-09-26T21:11:09.269Z] #33 ... [2019-09-26T21:11:09.269Z] [2019-09-26T21:11:09.269Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-26T21:11:09.269Z] #24 23.81 + cd /tmp/tmp.jL8VZOEsvy/src/github.com/golangci/golangci-lint/ [2019-09-26T21:11:09.269Z] #24 23.81 + git checkout -q v1.17.1 [2019-09-26T21:11:09.269Z] #24 24.89 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:11:09.357Z] CC criu/cgroup.o [2019-09-26T21:11:09.452Z] ---> Running in 2a621b6a828b [2019-09-26T21:11:09.452Z] Removing intermediate container 2a621b6a828b [2019-09-26T21:11:09.452Z] ---> 51cd0e1707e0 [2019-09-26T21:11:09.452Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-26T21:11:09.452Z] ---> Running in dd938760ee18 [2019-09-26T21:11:10.028Z] #13 9.401 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:11:10.028Z] #13 9.401 Need to get 90.9 MB of archives. [2019-09-26T21:11:10.028Z] #13 9.401 After this operation, 541 MB of additional disk space will be used. [2019-09-26T21:11:10.028Z] #13 9.401 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-26T21:11:10.028Z] #13 9.407 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-26T21:11:10.028Z] #13 9.409 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-26T21:11:10.028Z] #13 9.413 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-26T21:11:10.028Z] #13 9.416 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-26T21:11:10.028Z] #13 9.419 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-26T21:11:10.028Z] #13 9.437 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-26T21:11:10.028Z] #13 9.482 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-26T21:11:10.028Z] #13 9.484 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-26T21:11:10.028Z] #13 9.487 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-26T21:11:10.171Z] CC criu/clone-noasan.o [2019-09-26T21:11:10.171Z] CC criu/config.o [2019-09-26T21:11:10.171Z] CC criu/cr-check.o [2019-09-26T21:11:10.284Z] #13 9.530 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-26T21:11:10.284Z] #13 9.536 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-26T21:11:10.284Z] #13 9.537 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-26T21:11:10.285Z] #13 9.539 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-26T21:11:10.285Z] #13 9.540 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-26T21:11:10.285Z] #13 9.542 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-26T21:11:10.285Z] #13 9.544 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-26T21:11:10.285Z] #13 9.546 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-26T21:11:10.285Z] #13 9.548 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-26T21:11:10.285Z] #13 9.550 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-26T21:11:10.285Z] #13 9.551 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-26T21:11:10.285Z] #13 9.676 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:11:10.285Z] #13 9.678 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:11:10.285Z] #13 9.680 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-26T21:11:10.285Z] #13 9.681 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-26T21:11:10.285Z] #13 9.682 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-26T21:11:10.285Z] #13 9.685 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-26T21:11:10.285Z] #13 9.688 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-26T21:11:10.285Z] #13 9.689 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-26T21:11:10.285Z] #13 9.698 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-26T21:11:10.285Z] #13 9.698 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-26T21:11:10.285Z] #13 9.702 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-26T21:11:10.285Z] #13 9.704 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-26T21:11:10.285Z] #13 9.707 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-26T21:11:10.285Z] #13 9.709 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-26T21:11:10.285Z] #13 9.711 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-26T21:11:10.285Z] #13 9.711 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-26T21:11:10.285Z] #13 9.712 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-26T21:11:10.285Z] #13 9.713 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-26T21:11:10.285Z] #13 9.718 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-26T21:11:10.285Z] #13 9.723 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-26T21:11:10.285Z] #13 9.727 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-26T21:11:10.285Z] #13 9.737 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-26T21:11:10.285Z] #13 9.741 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-26T21:11:10.462Z] Removing intermediate container dd938760ee18 [2019-09-26T21:11:10.462Z] ---> 026b35f9eedb [2019-09-26T21:11:10.462Z] Step 7/126 : ENV GO111MODULE=off [2019-09-26T21:11:10.462Z] ---> Running in b3a851740bc6 [2019-09-26T21:11:10.462Z] Removing intermediate container b3a851740bc6 [2019-09-26T21:11:10.462Z] ---> efd73af69e7c [2019-09-26T21:11:10.462Z] Step 8/126 : FROM base AS criu [2019-09-26T21:11:10.462Z] ---> efd73af69e7c [2019-09-26T21:11:10.462Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:11:10.462Z] ---> Running in d48feff0672c [2019-09-26T21:11:10.462Z] Removing intermediate container d48feff0672c [2019-09-26T21:11:10.462Z] ---> 740178940897 [2019-09-26T21:11:10.462Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-26T21:11:10.462Z] ---> Running in 0f86ff19704f [2019-09-26T21:11:10.541Z] #13 9.742 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-26T21:11:10.541Z] #13 9.744 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-26T21:11:10.541Z] #13 9.745 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-26T21:11:10.541Z] #13 9.747 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-26T21:11:10.541Z] #13 9.781 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-26T21:11:10.541Z] #13 9.786 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-26T21:11:10.541Z] #13 9.811 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-26T21:11:10.541Z] #13 9.813 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-26T21:11:10.541Z] #13 9.816 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-26T21:11:10.541Z] #13 9.820 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-26T21:11:10.541Z] #13 9.822 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-26T21:11:10.541Z] #13 9.830 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-26T21:11:10.541Z] #13 9.920 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-26T21:11:10.541Z] #13 9.941 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-26T21:11:10.541Z] #13 9.957 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-26T21:11:10.541Z] #13 9.961 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-26T21:11:10.541Z] #13 9.963 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-26T21:11:10.541Z] #13 9.971 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-26T21:11:10.541Z] #13 10.01 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-26T21:11:10.640Z] CC criu/cr-dedup.o [2019-09-26T21:11:10.640Z] CC criu/cr-dump.o [2019-09-26T21:11:10.747Z] Removing intermediate container 0f86ff19704f [2019-09-26T21:11:10.747Z] ---> 90aa0975854b [2019-09-26T21:11:10.747Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-26T21:11:10.747Z] ---> Running in 7dd043468874 [2019-09-26T21:11:10.797Z] #13 10.05 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-26T21:11:10.798Z] #13 10.05 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-26T21:11:10.798Z] #13 10.14 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-26T21:11:11.030Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:11:11.030Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:11:11.030Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:11:11.030Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:11:11.030Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:11:11.054Z] #13 10.20 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-26T21:11:11.054Z] #13 10.20 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-26T21:11:11.314Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-26T21:11:11.478Z] CC criu/cr-errno.o [2019-09-26T21:11:11.478Z] CC criu/cr-restore.o [2019-09-26T21:11:11.599Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-26T21:11:11.599Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-26T21:11:11.615Z] #13 10.75 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-26T21:11:11.870Z] #13 11.31 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:11:12.126Z] #13 11.36 Fetched 90.9 MB in 2s (32.9 MB/s) [2019-09-26T21:11:12.126Z] #13 11.40 Selecting previously unselected package bash-completion. [2019-09-26T21:11:12.126Z] #13 11.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 ... 15161 files and directories currently installed.) [2019-09-26T21:11:12.126Z] #13 11.42 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-26T21:11:12.279Z] CC criu/cr-service.o [2019-09-26T21:11:12.644Z] CC criu/crtools.o [2019-09-26T21:11:12.688Z] #13 ... [2019-09-26T21:11:12.688Z] [2019-09-26T21:11:12.688Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-26T21:11:12.688Z] #15 37.61 + rm -rf /tmp/tmp.CVZ2N8Upee [2019-09-26T21:11:12.944Z] #15 DONE 37.9s [2019-09-26T21:11:12.944Z] [2019-09-26T21:11:12.944Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:12.944Z] #13 12.14 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-26T21:11:12.944Z] #13 12.36 Selecting previously unselected package libnet1:amd64. [2019-09-26T21:11:12.944Z] #13 12.36 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-26T21:11:12.944Z] #13 12.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:11:12.944Z] #13 12.42 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-26T21:11:12.944Z] #13 12.42 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-26T21:11:13.005Z] CC criu/eventfd.o [2019-09-26T21:11:13.005Z] CC criu/eventpoll.o [2019-09-26T21:11:13.005Z] CC criu/external.o [2019-09-26T21:11:13.199Z] #13 12.43 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-26T21:11:13.199Z] #13 12.47 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-26T21:11:13.199Z] #13 12.47 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-26T21:11:13.199Z] #13 12.48 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-26T21:11:13.199Z] #13 12.53 Selecting previously unselected package libudev-dev:amd64. [2019-09-26T21:11:13.199Z] #13 12.54 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-26T21:11:13.199Z] #13 12.55 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:11:13.200Z] #13 12.61 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-26T21:11:13.200Z] #13 12.62 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:11:13.200Z] #13 12.62 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:11:13.382Z] CC criu/fault-injection.o [2019-09-26T21:11:13.382Z] CC criu/fdstore.o [2019-09-26T21:11:13.382Z] CC criu/fifo.o [2019-09-26T21:11:13.382Z] CC criu/file-ids.o [2019-09-26T21:11:13.382Z] CC criu/file-lock.o [2019-09-26T21:11:13.425Z] #24 ... [2019-09-26T21:11:13.425Z] [2019-09-26T21:11:13.425Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:11:13.425Z] #55 19.71 + cd /tmp/tmp.uVFg5ikT75/src/github.com/docker/distribution [2019-09-26T21:11:13.425Z] #55 19.71 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-26T21:11:13.425Z] #55 22.05 + GOPATH=/tmp/tmp.uVFg5ikT75/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uVFg5ikT75 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-26T21:11:13.454Z] #13 12.78 Selecting previously unselected package python3.5-minimal. [2019-09-26T21:11:13.454Z] #13 12.79 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:11:13.454Z] #13 12.79 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:11:13.627Z] Fetched 7717 kB in 2s (3159 kB/s) [2019-09-26T21:11:13.891Z] CC criu/files-ext.o [2019-09-26T21:11:13.891Z] CC criu/files-reg.o [2019-09-26T21:11:14.014Z] #13 13.13 Selecting previously unselected package python3-minimal. [2019-09-26T21:11:14.014Z] #13 13.13 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-26T21:11:14.014Z] #13 13.14 Unpacking python3-minimal (3.5.3-1) ... [2019-09-26T21:11:14.014Z] #13 13.17 Selecting previously unselected package libmpdec2:amd64. [2019-09-26T21:11:14.014Z] #13 13.17 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-26T21:11:14.014Z] #13 13.18 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-26T21:11:14.014Z] #13 13.21 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-26T21:11:14.014Z] #13 13.21 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:11:14.014Z] #13 13.22 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:11:14.014Z] #13 13.45 Selecting previously unselected package python3.5. [2019-09-26T21:11:14.014Z] #13 13.45 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:11:14.014Z] #13 13.46 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:11:14.014Z] #13 13.50 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-26T21:11:14.281Z] #13 13.50 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-26T21:11:14.281Z] #13 13.50 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-26T21:11:14.281Z] #13 13.53 Selecting previously unselected package dh-python. [2019-09-26T21:11:14.281Z] #13 13.54 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-26T21:11:14.281Z] #13 13.54 Unpacking dh-python (2.20170125) ... [2019-09-26T21:11:14.281Z] #13 13.58 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:11:14.281Z] #13 13.60 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:11:14.301Z] CC criu/files.o [2019-09-26T21:11:14.349Z] #55 ... [2019-09-26T21:11:14.349Z] [2019-09-26T21:11:14.349Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:11:14.349Z] #44 20.80 Fetched 7916 kB in 17s (465 kB/s) [2019-09-26T21:11:14.349Z] #44 20.80 Reading package lists... [2019-09-26T21:11:14.349Z] #44 27.99 Reading package lists... [2019-09-26T21:11:14.349Z] #44 ... [2019-09-26T21:11:14.349Z] [2019-09-26T21:11:14.349Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:14.349Z] #57 20.84 Fetched 7916 kB in 16s (477 kB/s) [2019-09-26T21:11:14.349Z] #57 20.84 Reading package lists... [2019-09-26T21:11:14.349Z] #57 28.35 Reading package lists... [2019-09-26T21:11:14.349Z] #57 ... [2019-09-26T21:11:14.349Z] [2019-09-26T21:11:14.349Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-26T21:11:14.349Z] #6 23.02 Fetched 7916 kB in 16s (478 kB/s) [2019-09-26T21:11:14.349Z] #6 23.02 Reading package lists... [2019-09-26T21:11:14.637Z] Reading package lists... [2019-09-26T21:11:14.671Z] CC criu/filesystems.o [2019-09-26T21:11:14.845Z] #13 14.06 Setting up python3-minimal (3.5.3-1) ... [2019-09-26T21:11:14.845Z] #13 14.25 Selecting previously unselected package python3. [2019-09-26T21:11:14.845Z] #13 14.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-09-26T21:11:14.845Z] #13 14.25 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-26T21:11:14.845Z] #13 14.26 Unpacking python3 (3.5.3-1) ... [2019-09-26T21:11:14.845Z] #13 14.29 Selecting previously unselected package pigz. [2019-09-26T21:11:14.845Z] #13 14.29 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-26T21:11:14.845Z] #13 14.29 Unpacking pigz (2.3.4-1) ... [2019-09-26T21:11:14.845Z] #13 14.33 Selecting previously unselected package libip4tc0:amd64. [2019-09-26T21:11:14.845Z] #13 14.33 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:11:15.041Z] CC criu/fsnotify.o [2019-09-26T21:11:15.100Z] #13 14.33 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:15.100Z] #13 14.37 Selecting previously unselected package libip6tc0:amd64. [2019-09-26T21:11:15.100Z] #13 14.37 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:11:15.100Z] #13 14.38 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:15.100Z] #13 14.41 Selecting previously unselected package libiptc0:amd64. [2019-09-26T21:11:15.100Z] #13 14.42 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:11:15.100Z] #13 14.42 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:15.100Z] #13 14.46 Selecting previously unselected package libxtables12:amd64. [2019-09-26T21:11:15.100Z] #13 14.46 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:11:15.318Z] #6 29.36 Reading package lists... [2019-09-26T21:11:15.318Z] #6 ... [2019-09-26T21:11:15.318Z] [2019-09-26T21:11:15.318Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-26T21:11:15.318Z] #50 21.31 + cd /tmp/tmp.XHqZAu1tmO/src/github.com/docker/libnetwork [2019-09-26T21:11:15.318Z] #50 21.31 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:11:15.318Z] #50 21.93 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-26T21:11:15.318Z] #50 ... [2019-09-26T21:11:15.318Z] [2019-09-26T21:11:15.318Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:15.318Z] #35 22.66 Fetched 7916 kB in 16s (476 kB/s) [2019-09-26T21:11:15.318Z] #35 22.66 Reading package lists... [2019-09-26T21:11:15.355Z] #13 14.46 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:15.355Z] #13 14.50 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-26T21:11:15.355Z] #13 14.50 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-26T21:11:15.355Z] #13 14.51 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-26T21:11:15.355Z] #13 14.54 Selecting previously unselected package iptables. [2019-09-26T21:11:15.355Z] #13 14.54 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:11:15.355Z] #13 14.54 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:15.355Z] #13 14.60 Selecting previously unselected package xxd. [2019-09-26T21:11:15.355Z] #13 14.60 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-26T21:11:15.355Z] #13 14.61 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:15.355Z] #13 14.65 Selecting previously unselected package vim-common. [2019-09-26T21:11:15.355Z] #13 14.65 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:11:15.355Z] #13 14.66 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:15.355Z] #13 14.70 Selecting previously unselected package bzip2. [2019-09-26T21:11:15.355Z] #13 14.70 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-26T21:11:15.355Z] #13 14.71 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-26T21:11:15.355Z] #13 14.74 Selecting previously unselected package libgpm2:amd64. [2019-09-26T21:11:15.355Z] #13 14.74 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-26T21:11:15.355Z] #13 14.74 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-26T21:11:15.355Z] #13 14.78 Selecting previously unselected package xz-utils. [2019-09-26T21:11:15.355Z] #13 14.78 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-26T21:11:15.355Z] #13 14.78 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:11:15.355Z] #13 14.83 Selecting previously unselected package aufs-tools. [2019-09-26T21:11:15.420Z] CC criu/image-desc.o [2019-09-26T21:11:15.420Z] CC criu/image.o [2019-09-26T21:11:15.420Z] CC criu/ipc_ns.o [2019-09-26T21:11:15.574Z] #35 29.84 Reading package lists... [2019-09-26T21:11:15.574Z] #35 ... [2019-09-26T21:11:15.574Z] [2019-09-26T21:11:15.574Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-26T21:11:15.574Z] #17 22.09 Fetched 7916 kB in 17s (464 kB/s) [2019-09-26T21:11:15.574Z] #17 22.09 Reading package lists... [2019-09-26T21:11:15.574Z] #17 29.11 Reading package lists... [2019-09-26T21:11:15.574Z] #17 ... [2019-09-26T21:11:15.574Z] [2019-09-26T21:11:15.574Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:15.574Z] #33 31.75 vendor/golang.org/x/crypto/internal/subtle [2019-09-26T21:11:15.574Z] #33 31.85 vendor/golang.org/x/crypto/curve25519 [2019-09-26T21:11:15.611Z] #13 14.83 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-26T21:11:15.611Z] #13 14.84 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:11:15.611Z] #13 14.88 Selecting previously unselected package liblzo2-2:amd64. [2019-09-26T21:11:15.611Z] #13 14.88 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-26T21:11:15.611Z] #13 14.89 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:11:15.611Z] #13 14.92 Selecting previously unselected package btrfs-progs. [2019-09-26T21:11:15.611Z] #13 14.92 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-26T21:11:15.611Z] #13 14.92 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:11:15.611Z] #13 15.01 Selecting previously unselected package btrfs-tools. [2019-09-26T21:11:15.611Z] #13 15.01 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-26T21:11:15.611Z] #13 15.02 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:11:15.611Z] #13 15.05 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-26T21:11:15.611Z] #13 15.05 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:11:15.611Z] #13 15.06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:11:15.611Z] #13 15.10 Selecting previously unselected package dmsetup. [2019-09-26T21:11:15.793Z] CC criu/irmap.o [2019-09-26T21:11:15.793Z] CC criu/kcmp-ids.o [2019-09-26T21:11:15.866Z] #13 15.10 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:11:15.866Z] #13 15.10 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-26T21:11:15.866Z] #13 15.15 Selecting previously unselected package libonig4:amd64. [2019-09-26T21:11:15.866Z] #13 15.15 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-26T21:11:15.866Z] #13 15.15 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:11:15.866Z] #13 15.20 Selecting previously unselected package libjq1:amd64. [2019-09-26T21:11:15.866Z] #13 15.20 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:11:15.866Z] #13 15.20 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:11:15.866Z] #13 15.24 Selecting previously unselected package jq. [2019-09-26T21:11:15.866Z] #13 15.24 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:11:15.866Z] #13 15.24 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:11:15.866Z] #13 15.28 Selecting previously unselected package libaio1:amd64. [2019-09-26T21:11:15.866Z] #13 15.28 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-26T21:11:15.866Z] #13 15.28 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-26T21:11:15.866Z] #13 15.31 Selecting previously unselected package libcap2-bin. [2019-09-26T21:11:15.866Z] #13 15.31 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-26T21:11:16.122Z] #13 15.31 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-26T21:11:16.122Z] #13 15.34 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-26T21:11:16.122Z] #13 15.35 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:11:16.122Z] #13 15.35 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:11:16.122Z] #13 15.38 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-26T21:11:16.122Z] #13 15.38 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-26T21:11:16.122Z] #13 15.39 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-26T21:11:16.122Z] #13 15.45 Selecting previously unselected package libpcre16-3:amd64. [2019-09-26T21:11:16.122Z] #13 15.45 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-26T21:11:16.122Z] #13 15.45 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-26T21:11:16.122Z] #13 15.50 Selecting previously unselected package libpcre32-3:amd64. [2019-09-26T21:11:16.122Z] #13 15.50 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-26T21:11:16.122Z] #13 15.50 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-26T21:11:16.122Z] #13 15.55 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-26T21:11:16.122Z] #13 15.55 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-26T21:11:16.122Z] #13 15.55 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-26T21:11:16.133Z] Reading package lists... [2019-09-26T21:11:16.133Z] Building dependency tree... [2019-09-26T21:11:16.133Z] Reading state information... [2019-09-26T21:11:16.133Z] The following additional packages will be installed: [2019-09-26T21:11:16.133Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-26T21:11:16.133Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-26T21:11:16.133Z] Suggested packages: [2019-09-26T21:11:16.133Z] manpages-dev python-setuptools [2019-09-26T21:11:16.172Z] CC criu/kerndat.o [2019-09-26T21:11:16.172Z] CC criu/libnetlink.o [2019-09-26T21:11:16.377Z] #13 15.63 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-26T21:11:16.377Z] #13 15.64 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-26T21:11:16.377Z] #13 15.64 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-26T21:11:16.377Z] #13 15.70 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-26T21:11:16.377Z] #13 15.70 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:11:16.377Z] #13 15.70 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-26T21:11:16.377Z] #13 15.74 Selecting previously unselected package libnl-3-200:amd64. [2019-09-26T21:11:16.377Z] #13 15.74 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-26T21:11:16.377Z] #13 15.75 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:11:16.377Z] #13 15.78 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-26T21:11:16.377Z] #13 15.79 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-26T21:11:16.377Z] #13 15.79 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:11:16.377Z] #13 15.82 Selecting previously unselected package libreadline5:amd64. [2019-09-26T21:11:16.588Z] CC criu/log.o [2019-09-26T21:11:16.588Z] CC criu/lsm.o [2019-09-26T21:11:16.588Z] CC criu/mem.o [2019-09-26T21:11:16.632Z] #13 15.82 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-26T21:11:16.632Z] #13 15.83 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-26T21:11:16.632Z] #13 15.86 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-26T21:11:16.632Z] #13 15.87 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-26T21:11:16.632Z] #13 15.87 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:11:16.753Z] The following NEW packages will be installed: [2019-09-26T21:11:16.753Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-26T21:11:16.753Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-26T21:11:16.753Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-26T21:11:16.753Z] zlib1g-dev [2019-09-26T21:11:16.753Z] 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:11:16.753Z] Need to get 3548 kB of archives. [2019-09-26T21:11:16.753Z] After this operation, 21.2 MB of additional disk space will be used. [2019-09-26T21:11:16.753Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-26T21:11:16.753Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-09-26T21:11:16.753Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-09-26T21:11:16.753Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-26T21:11:16.753Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-09-26T21:11:16.753Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-26T21:11:16.753Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-09-26T21:11:16.753Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-09-26T21:11:16.753Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-09-26T21:11:16.753Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-09-26T21:11:16.753Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-09-26T21:11:16.753Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-09-26T21:11:16.753Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-09-26T21:11:16.753Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-09-26T21:11:16.753Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-26T21:11:16.753Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-09-26T21:11:16.943Z] #13 16.12 Selecting previously unselected package net-tools. [2019-09-26T21:11:16.943Z] #13 16.13 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-26T21:11:16.943Z] #13 16.13 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:11:16.943Z] #13 16.18 Selecting previously unselected package python-pip-whl. [2019-09-26T21:11:16.943Z] #13 16.18 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:11:16.943Z] #13 16.19 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:11:16.943Z] #13 16.31 Selecting previously unselected package python3-pip. [2019-09-26T21:11:16.943Z] #13 16.31 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:11:16.943Z] #13 16.31 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:11:16.943Z] #13 16.35 Selecting previously unselected package python3-pkg-resources. [2019-09-26T21:11:16.943Z] #13 16.35 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:11:16.943Z] #13 16.36 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:11:16.943Z] #13 16.40 Selecting previously unselected package python3-setuptools. [2019-09-26T21:11:16.943Z] #13 16.40 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-26T21:11:17.033Z] CC criu/mount.o [2019-09-26T21:11:17.202Z] #13 16.40 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-26T21:11:17.202Z] #13 16.45 Selecting previously unselected package python3-wheel. [2019-09-26T21:11:17.202Z] #13 16.45 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-26T21:11:17.202Z] #13 16.46 Unpacking python3-wheel (0.29.0-2) ... [2019-09-26T21:11:17.202Z] #13 16.49 Selecting previously unselected package thin-provisioning-tools. [2019-09-26T21:11:17.202Z] #13 16.49 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-26T21:11:17.202Z] #13 16.50 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:11:17.214Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:11:17.215Z] Fetched 3548 kB in 0s (20.3 MB/s) [2019-09-26T21:11:17.215Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-26T21:11:17.215Z] (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-09-26T21:11:17.215Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-09-26T21:11:17.215Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package libnet1-dev. [2019-09-26T21:11:17.215Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-26T21:11:17.215Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-09-26T21:11:17.215Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-26T21:11:17.215Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-09-26T21:11:17.215Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-09-26T21:11:17.215Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-26T21:11:17.215Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-09-26T21:11:17.215Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-09-26T21:11:17.215Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-26T21:11:17.457Z] #13 16.57 Selecting previously unselected package vim-runtime. [2019-09-26T21:11:17.457Z] #13 16.57 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:11:17.457Z] #13 16.58 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-26T21:11:17.457Z] #13 16.59 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-26T21:11:17.457Z] #13 16.59 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:17.498Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-09-26T21:11:17.498Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-09-26T21:11:17.498Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-26T21:11:17.498Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-09-26T21:11:17.498Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-09-26T21:11:17.498Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-26T21:11:17.782Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-09-26T21:11:17.782Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-09-26T21:11:17.782Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-09-26T21:11:17.782Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-26T21:11:17.782Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-09-26T21:11:17.782Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:11:17.782Z] Selecting previously unselected package protobuf-compiler. [2019-09-26T21:11:17.782Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-09-26T21:11:17.782Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-26T21:11:17.782Z] Selecting previously unselected package python-pkg-resources. [2019-09-26T21:11:17.782Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:11:17.782Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-26T21:11:17.782Z] Selecting previously unselected package python-protobuf. [2019-09-26T21:11:17.782Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-09-26T21:11:17.782Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-26T21:11:17.843Z] CC criu/namespaces.o [2019-09-26T21:11:18.017Z] #13 17.35 Selecting previously unselected package vim. [2019-09-26T21:11:18.017Z] #13 17.35 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-26T21:11:18.017Z] #13 17.36 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:18.066Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-26T21:11:18.066Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-26T21:11:18.066Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-26T21:11:18.272Z] #13 17.48 Selecting previously unselected package xfsprogs. [2019-09-26T21:11:18.272Z] #13 17.48 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-26T21:11:18.272Z] #13 17.48 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:11:18.272Z] #13 17.59 Selecting previously unselected package zip. [2019-09-26T21:11:18.272Z] #13 17.60 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-26T21:11:18.272Z] #13 17.60 Unpacking zip (3.0-11+b1) ... [2019-09-26T21:11:18.272Z] #13 17.64 Selecting previously unselected package libapparmor-perl. [2019-09-26T21:11:18.272Z] #13 17.64 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:11:18.272Z] #13 17.65 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:11:18.272Z] #13 17.69 Selecting previously unselected package apparmor. [2019-09-26T21:11:18.272Z] #13 17.70 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:11:18.527Z] #13 17.71 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:11:18.527Z] #13 17.80 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-26T21:11:18.527Z] #13 17.80 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-26T21:11:18.527Z] #13 17.81 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:11:18.635Z] CC criu/net.o [2019-09-26T21:11:18.783Z] #13 18.07 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-26T21:11:18.783Z] #13 18.07 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-26T21:11:18.783Z] #13 18.08 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:11:19.037Z] #13 18.38 Selecting previously unselected package binutils-mingw-w64. [2019-09-26T21:11:19.037Z] #13 18.38 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-26T21:11:19.037Z] #13 18.39 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:11:19.037Z] #13 18.42 Selecting previously unselected package mingw-w64-common. [2019-09-26T21:11:19.037Z] #13 18.42 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-26T21:11:19.037Z] #13 18.42 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-26T21:11:19.081Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:11:19.081Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-26T21:11:19.081Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:19.081Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-26T21:11:19.508Z] CC criu/netfilter.o [2019-09-26T21:11:19.508Z] CC criu/page-pipe.o [2019-09-26T21:11:19.508Z] CC criu/page-xfer.o [2019-09-26T21:11:19.600Z] #13 19.07 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-26T21:11:19.600Z] #13 19.07 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-26T21:11:19.855Z] #13 19.08 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:11:19.880Z] CC criu/pagemap-cache.o [2019-09-26T21:11:19.880Z] CC criu/pagemap.o [2019-09-26T21:11:20.256Z] CC criu/parasite-syscall.o [2019-09-26T21:11:20.415Z] #13 19.82 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-26T21:11:20.563Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-09-26T21:11:20.563Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-26T21:11:20.563Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-26T21:11:20.563Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-26T21:11:20.563Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-09-26T21:11:20.563Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:11:20.563Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-26T21:11:20.563Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-26T21:11:20.563Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-26T21:11:20.563Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-26T21:11:20.563Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:20.622Z] CC criu/path.o [2019-09-26T21:11:20.622Z] CC criu/pie-util-vdso-elf32.o [2019-09-26T21:11:20.622Z] CC criu/pie-util-vdso.o [2019-09-26T21:11:20.622Z] CC criu/pie-util.o [2019-09-26T21:11:20.670Z] #13 19.82 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-26T21:11:20.670Z] #13 19.83 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:11:20.670Z] #13 19.86 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-26T21:11:20.670Z] #13 19.87 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-26T21:11:20.670Z] #13 19.87 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:11:20.824Z] #33 ... [2019-09-26T21:11:20.825Z] [2019-09-26T21:11:20.825Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-26T21:11:20.825Z] #27 36.05 + cd /tmp/tmp.NjSj7OgrO2/src/gotest.tools/gotestsum [2019-09-26T21:11:20.825Z] #27 36.05 + git checkout -q v0.3.5 [2019-09-26T21:11:20.825Z] #27 36.06 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-26T21:11:20.992Z] CC criu/pipes.o [2019-09-26T21:11:20.992Z] CC criu/plugin.o [2019-09-26T21:11:20.992Z] CC criu/proc_parse.o [2019-09-26T21:11:21.188Z] Removing intermediate container 7dd043468874 [2019-09-26T21:11:21.188Z] ---> 8208819e3d4d [2019-09-26T21:11:21.188Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-26T21:11:21.188Z] ---> Running in 9551de332c02 [2019-09-26T21:11:21.840Z] CC criu/protobuf-desc.o [2019-09-26T21:11:22.207Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:11:22.207Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:11:22.207Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:11:22.207Z]  GEN .gitid [2019-09-26T21:11:22.207Z] GEN criu/include/version.h [2019-09-26T21:11:22.207Z] GEN include/common/asm [2019-09-26T21:11:22.213Z] CC criu/protobuf.o [2019-09-26T21:11:22.666Z] CC criu/pstree.o [2019-09-26T21:11:22.666Z] CC criu/rbtree.o [2019-09-26T21:11:22.826Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-26T21:11:22.826Z] PBCC images/opts.pb-c.c [2019-09-26T21:11:22.826Z] PBCC images/sit.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-26T21:11:22.826Z] DEP images/opts.pb-c.d [2019-09-26T21:11:22.826Z] DEP images/sit.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/macvlan.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/macvlan.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/autofs.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/autofs.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/sysctl.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/sysctl.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/time.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/time.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/binfmt-misc.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/binfmt-misc.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/seccomp.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/seccomp.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/userns.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/userns.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/cgroup.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/cgroup.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/fown.pb-c.c [2019-09-26T21:11:22.826Z] PBCC images/ext-file.pb-c.c [2019-09-26T21:11:22.826Z] DEP images/fown.pb-c.d [2019-09-26T21:11:22.826Z] DEP images/ext-file.pb-c.d [2019-09-26T21:11:22.826Z] PBCC images/rpc.pb-c.c [2019-09-26T21:11:23.108Z] CC criu/rst-malloc.o [2019-09-26T21:11:23.108Z] CC criu/seccomp.o [2019-09-26T21:11:23.108Z] CC criu/seize.o [2019-09-26T21:11:23.110Z] DEP images/rpc.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/siginfo.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/siginfo.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/pagemap.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/pagemap.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/rlimit.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/rlimit.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/file-lock.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/file-lock.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/tty.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/tty.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/tun.pb-c.c [2019-09-26T21:11:23.110Z] PBCC images/netdev.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/tun.pb-c.d [2019-09-26T21:11:23.110Z] DEP images/netdev.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/vma.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/vma.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/creds.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/creds.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/utsns.pb-c.c [2019-09-26T21:11:23.110Z] DEP images/utsns.pb-c.d [2019-09-26T21:11:23.110Z] PBCC images/ipc-desc.pb-c.c [2019-09-26T21:11:23.110Z] PBCC images/ipc-sem.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/ipc-desc.pb-c.d [2019-09-26T21:11:23.395Z] DEP images/ipc-sem.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/ipc-msg.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/ipc-msg.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/ipc-shm.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/ipc-shm.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/ipc-var.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/ipc-var.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/sk-opts.pb-c.c [2019-09-26T21:11:23.395Z] PBCC images/packet-sock.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/sk-opts.pb-c.d [2019-09-26T21:11:23.395Z] DEP images/packet-sock.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/sk-netlink.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/sk-netlink.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/sk-inet.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/sk-inet.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/sk-unix.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/sk-unix.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/mm.pb-c.c [2019-09-26T21:11:23.395Z] DEP images/mm.pb-c.d [2019-09-26T21:11:23.395Z] PBCC images/timerfd.pb-c.c [2019-09-26T21:11:23.421Z] #27 ... [2019-09-26T21:11:23.421Z] [2019-09-26T21:11:23.421Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-26T21:11:23.421Z] #50 DONE 39.3s [2019-09-26T21:11:23.421Z] [2019-09-26T21:11:23.421Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:23.421Z] #57 28.35 Reading package lists... [2019-09-26T21:11:23.421Z] #57 33.98 Building dependency tree... [2019-09-26T21:11:23.421Z] #57 35.16 Reading state information... [2019-09-26T21:11:23.421Z] #57 36.77 The following additional packages will be installed: [2019-09-26T21:11:23.421Z] #57 36.77 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-26T21:11:23.421Z] #57 36.78 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-26T21:11:23.421Z] #57 36.86 Suggested packages: [2019-09-26T21:11:23.421Z] #57 36.86 manpages-dev python-setuptools [2019-09-26T21:11:23.421Z] #57 38.02 The following NEW packages will be installed: [2019-09-26T21:11:23.421Z] #57 38.02 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-26T21:11:23.421Z] #57 38.02 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-26T21:11:23.421Z] #57 38.02 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-26T21:11:23.421Z] #57 38.02 zlib1g-dev [2019-09-26T21:11:23.421Z] #57 39.12 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:11:23.421Z] #57 39.12 Need to get 3602 kB of archives. [2019-09-26T21:11:23.421Z] #57 39.12 After this operation, 18.9 MB of additional disk space will be used. [2019-09-26T21:11:23.421Z] #57 39.12 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-26T21:11:23.421Z] #57 39.12 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-26T21:11:23.421Z] #57 39.12 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-26T21:11:23.421Z] #57 39.13 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-26T21:11:23.421Z] #57 39.14 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-26T21:11:23.421Z] #57 39.15 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-26T21:11:23.421Z] #57 39.15 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-26T21:11:23.421Z] #57 39.16 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-26T21:11:23.421Z] #57 39.32 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-26T21:11:23.421Z] #57 39.36 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-26T21:11:23.421Z] #57 39.37 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-26T21:11:23.421Z] #57 39.46 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-26T21:11:23.421Z] #57 39.53 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-26T21:11:23.421Z] #57 39.54 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-26T21:11:23.421Z] #57 39.54 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-26T21:11:23.421Z] #57 39.57 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-26T21:11:23.475Z] CC criu/servicefd.o [2019-09-26T21:11:23.475Z] CC criu/shmem.o [2019-09-26T21:11:23.676Z] #57 ... [2019-09-26T21:11:23.676Z] [2019-09-26T21:11:23.676Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:23.676Z] #30 40.00 internal/reflectlite [2019-09-26T21:11:23.679Z] DEP images/timerfd.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/timer.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/timer.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/sa.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/sa.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/pipe-data.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/pipe-data.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/mnt.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/mnt.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/sk-packet.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/sk-packet.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/tcp-stream.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/tcp-stream.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/pipe.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/pipe.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/pstree.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/pstree.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/fs.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/fs.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/signalfd.pb-c.c [2019-09-26T21:11:23.679Z] DEP images/signalfd.pb-c.d [2019-09-26T21:11:23.679Z] PBCC images/fh.pb-c.c [2019-09-26T21:11:23.679Z] PBCC images/fsnotify.pb-c.c [2019-09-26T21:11:23.843Z] CC criu/sigframe.o [2019-09-26T21:11:23.843Z] CC criu/signalfd.o [2019-09-26T21:11:23.843Z] CC criu/sk-inet.o [2019-09-26T21:11:23.933Z] #30 40.03 sync [2019-09-26T21:11:23.934Z] #13 23.11 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-26T21:11:23.934Z] #13 23.11 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-26T21:11:23.934Z] #13 23.12 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:11:23.962Z] DEP images/fh.pb-c.d [2019-09-26T21:11:23.962Z] DEP images/fsnotify.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/eventpoll.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/eventpoll.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/eventfd.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/eventfd.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/remap-file-path.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/remap-file-path.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/fifo.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/fifo.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/ghost-file.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/ghost-file.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/regfile.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/regfile.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/ns.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/ns.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/fdinfo.pb-c.c [2019-09-26T21:11:23.962Z] DEP images/fdinfo.pb-c.d [2019-09-26T21:11:23.962Z] PBCC images/core-aarch64.pb-c.c [2019-09-26T21:11:23.962Z] PBCC images/core-arm.pb-c.c [2019-09-26T21:11:23.962Z] PBCC images/core-ppc64.pb-c.c [2019-09-26T21:11:24.231Z] CC criu/sk-netlink.o [2019-09-26T21:11:24.231Z] CC criu/sk-packet.o [2019-09-26T21:11:24.247Z] PBCC images/core-s390.pb-c.c [2019-09-26T21:11:24.247Z] PBCC images/core-x86.pb-c.c [2019-09-26T21:11:24.247Z] PBCC images/core.pb-c.c [2019-09-26T21:11:24.247Z] PBCC images/inventory.pb-c.c [2019-09-26T21:11:24.247Z] DEP images/core-aarch64.pb-c.d [2019-09-26T21:11:24.247Z] DEP images/core-arm.pb-c.d [2019-09-26T21:11:24.247Z] DEP images/core-ppc64.pb-c.d [2019-09-26T21:11:24.247Z] DEP images/core-s390.pb-c.d [2019-09-26T21:11:24.247Z] DEP images/core-x86.pb-c.d [2019-09-26T21:11:24.247Z] DEP images/core.pb-c.d [2019-09-26T21:11:24.247Z] DEP images/inventory.pb-c.d [2019-09-26T21:11:24.247Z] PBCC images/cpuinfo.pb-c.c [2019-09-26T21:11:24.247Z] DEP images/cpuinfo.pb-c.d [2019-09-26T21:11:24.247Z] PBCC images/stats.pb-c.c [2019-09-26T21:11:24.247Z] DEP images/stats.pb-c.d [2019-09-26T21:11:24.534Z] make[1]: Nothing to be done for 'all'. [2019-09-26T21:11:24.612Z] CC criu/sk-queue.o [2019-09-26T21:11:24.612Z] CC criu/sk-tcp.o [2019-09-26T21:11:24.818Z] CC images/stats.o [2019-09-26T21:11:24.994Z] CC criu/sk-unix.o [2019-09-26T21:11:25.101Z] CC images/core.o [2019-09-26T21:11:25.102Z] CC images/core-x86.o [2019-09-26T21:11:25.386Z] CC images/core-arm.o [2019-09-26T21:11:25.399Z] CC criu/sockets.o [2019-09-26T21:11:25.671Z] CC images/core-aarch64.o [2019-09-26T21:11:25.671Z] CC images/core-ppc64.o [2019-09-26T21:11:25.787Z] CC criu/stats.o [2019-09-26T21:11:25.787Z] CC criu/string.o [2019-09-26T21:11:25.787Z] CC criu/sysctl.o [2019-09-26T21:11:25.954Z] CC images/core-s390.o [2019-09-26T21:11:26.168Z] CC criu/sysfs_parse.o [2019-09-26T21:11:26.168Z] CC criu/timerfd.o [2019-09-26T21:11:26.168Z] CC criu/tty.o [2019-09-26T21:11:26.237Z] CC images/cpuinfo.o [2019-09-26T21:11:26.237Z] CC images/inventory.o [2019-09-26T21:11:26.237Z] CC images/fdinfo.o [2019-09-26T21:11:26.447Z] #30 ... [2019-09-26T21:11:26.447Z] [2019-09-26T21:11:26.447Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-26T21:11:26.447Z] #44 27.99 Reading package lists... [2019-09-26T21:11:26.447Z] #44 34.67 Building dependency tree... [2019-09-26T21:11:26.447Z] #44 35.77 Reading state information... [2019-09-26T21:11:26.447Z] #44 37.35 The following additional packages will be installed: [2019-09-26T21:11:26.447Z] #44 37.36 btrfs-progs liblzo2-2 [2019-09-26T21:11:26.447Z] #44 37.63 The following NEW packages will be installed: [2019-09-26T21:11:26.447Z] #44 37.66 btrfs-progs btrfs-tools liblzo2-2 [2019-09-26T21:11:26.447Z] #44 38.76 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:11:26.447Z] #44 38.76 Need to get 649 kB of archives. [2019-09-26T21:11:26.447Z] #44 38.76 After this operation, 4320 kB of additional disk space will be used. [2019-09-26T21:11:26.447Z] #44 38.76 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-26T21:11:26.447Z] #44 38.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-26T21:11:26.447Z] #44 38.80 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-26T21:11:26.447Z] #44 39.99 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:11:26.447Z] #44 40.40 Fetched 649 kB in 1s (605 kB/s) [2019-09-26T21:11:26.447Z] #44 40.57 Selecting previously unselected package liblzo2-2:amd64. [2019-09-26T21:11:26.447Z] #44 40.57 (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 ... 15091 files and directories currently installed.) [2019-09-26T21:11:26.447Z] #44 40.76 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-26T21:11:26.447Z] #44 40.80 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:11:26.447Z] #44 41.05 Selecting previously unselected package btrfs-progs. [2019-09-26T21:11:26.447Z] #44 41.06 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-26T21:11:26.447Z] #44 41.07 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:11:26.447Z] #44 41.87 Selecting previously unselected package btrfs-tools. [2019-09-26T21:11:26.447Z] #44 41.89 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-26T21:11:26.447Z] #44 41.90 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:11:26.447Z] #44 42.13 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:26.447Z] #44 42.31 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:11:26.447Z] #44 42.32 Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:11:26.447Z] #44 42.35 Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:11:26.447Z] #44 42.39 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:26.447Z] #44 DONE 42.7s [2019-09-26T21:11:26.447Z] [2019-09-26T21:11:26.447Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-26T21:11:26.447Z] #17 29.11 Reading package lists... [2019-09-26T21:11:26.447Z] #17 35.29 Building dependency tree... [2019-09-26T21:11:26.447Z] #17 36.52 Reading state information... [2019-09-26T21:11:26.447Z] #17 38.22 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-26T21:11:26.447Z] #17 38.22 The following additional packages will be installed: [2019-09-26T21:11:26.447Z] #17 38.22 libjq1 libonig4 [2019-09-26T21:11:26.447Z] #17 38.54 The following NEW packages will be installed: [2019-09-26T21:11:26.447Z] #17 38.56 jq libjq1 libonig4 [2019-09-26T21:11:26.447Z] #17 39.69 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:11:26.447Z] #17 39.69 Need to get 327 kB of archives. [2019-09-26T21:11:26.447Z] #17 39.69 After this operation, 1157 kB of additional disk space will be used. [2019-09-26T21:11:26.447Z] #17 39.69 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-26T21:11:26.447Z] #17 39.70 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-26T21:11:26.447Z] #17 39.71 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-26T21:11:26.447Z] #17 41.08 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:11:26.447Z] #17 41.29 Fetched 327 kB in 1s (311 kB/s) [2019-09-26T21:11:26.447Z] #17 41.45 Selecting previously unselected package libonig4:amd64. [2019-09-26T21:11:26.447Z] #17 41.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-26T21:11:26.447Z] #17 41.54 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-26T21:11:26.447Z] #17 41.56 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:11:26.447Z] #17 41.82 Selecting previously unselected package libjq1:amd64. [2019-09-26T21:11:26.447Z] #17 41.83 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:11:26.447Z] #17 41.84 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:11:26.447Z] #17 42.18 Selecting previously unselected package jq. [2019-09-26T21:11:26.447Z] #17 42.19 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:11:26.447Z] #17 42.19 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:11:26.447Z] #17 42.29 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:11:26.447Z] #17 42.31 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:11:26.447Z] #17 42.35 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:26.447Z] #17 42.46 Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:11:26.447Z] #17 DONE 42.7s [2019-09-26T21:11:26.447Z] [2019-09-26T21:11:26.447Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:11:26.447Z] #45 DONE 0.1s [2019-09-26T21:11:26.447Z] [2019-09-26T21:11:26.447Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-26T21:11:26.447Z] #19 DONE 0.1s [2019-09-26T21:11:26.447Z] [2019-09-26T21:11:26.447Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-26T21:11:26.447Z] #46 DONE 0.1s [2019-09-26T21:11:26.447Z] [2019-09-26T21:11:26.447Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:26.447Z] #57 41.09 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:11:26.447Z] #57 41.33 Fetched 3602 kB in 1s (2394 kB/s) [2019-09-26T21:11:26.447Z] #57 41.46 Selecting previously unselected package libnet1:amd64. [2019-09-26T21:11:26.447Z] #57 41.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-26T21:11:26.447Z] #57 41.54 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 41.55 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:11:26.447Z] #57 41.72 Selecting previously unselected package libcap-dev:amd64. [2019-09-26T21:11:26.447Z] #57 41.73 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 41.74 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-26T21:11:26.447Z] #57 41.86 Selecting previously unselected package libnet1-dev. [2019-09-26T21:11:26.447Z] #57 41.86 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 41.87 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:11:26.447Z] #57 42.18 Selecting previously unselected package libnl-3-200:amd64. [2019-09-26T21:11:26.447Z] #57 42.19 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 42.19 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:11:26.447Z] #57 42.30 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-26T21:11:26.447Z] #57 42.30 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 42.31 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-26T21:11:26.447Z] #57 42.55 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-26T21:11:26.447Z] #57 42.56 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 42.57 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:11:26.447Z] #57 42.87 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-26T21:11:26.447Z] #57 42.87 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 42.88 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-26T21:11:26.447Z] #57 43.03 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-26T21:11:26.447Z] #57 43.09 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-26T21:11:26.447Z] #57 43.11 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-26T21:11:26.447Z] #13 25.61 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:11:26.447Z] #13 25.62 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:11:26.447Z] #13 25.64 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-26T21:11:26.447Z] #13 25.65 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:11:26.447Z] #13 25.66 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:11:26.447Z] #13 25.68 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:26.447Z] #13 25.69 Processing triggers for mime-support (3.60) ... [2019-09-26T21:11:26.447Z] #13 25.71 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:26.447Z] #13 25.72 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-26T21:11:26.447Z] #13 25.73 Setting up libcap2-bin (1:2.25-1) ... [2019-09-26T21:11:26.447Z] #13 25.74 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:11:26.447Z] #13 25.75 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:11:26.447Z] #13 25.76 Setting up bash-completion (1:2.1-4.3) ... [2019-09-26T21:11:26.520Z] CC images/fown.o [2019-09-26T21:11:26.520Z] CC images/ns.o [2019-09-26T21:11:26.520Z] CC images/regfile.o [2019-09-26T21:11:26.803Z] CC images/ghost-file.o [2019-09-26T21:11:26.804Z] CC images/fifo.o [2019-09-26T21:11:26.804Z] CC images/remap-file-path.o [2019-09-26T21:11:26.804Z] CC images/eventfd.o [2019-09-26T21:11:26.958Z] CC criu/tun.o [2019-09-26T21:11:26.958Z] CC criu/uffd.o [2019-09-26T21:11:27.008Z] #13 26.33 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:11:27.008Z] #13 26.34 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:11:27.008Z] #13 26.36 Setting up zip (3.0-11+b1) ... [2019-09-26T21:11:27.008Z] #13 26.37 Setting up bzip2 (1.0.6-8.1) ... [2019-09-26T21:11:27.008Z] #13 26.38 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:11:27.008Z] #13 26.39 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:11:27.008Z] #13 26.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:27.008Z] #13 26.42 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-26T21:11:27.008Z] #13 26.43 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:27.008Z] #13 26.44 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:11:27.008Z] #57 43.54 Selecting previously unselected package libprotobuf10:amd64. [2019-09-26T21:11:27.008Z] #57 43.58 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-26T21:11:27.008Z] #57 43.61 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-26T21:11:27.087Z] CC images/eventpoll.o [2019-09-26T21:11:27.087Z] CC images/fh.o [2019-09-26T21:11:27.087Z] CC images/fsnotify.o [2019-09-26T21:11:27.263Z] #13 26.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-26T21:11:27.263Z] #13 26.46 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:11:27.263Z] #13 26.47 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:27.263Z] #13 26.48 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-26T21:11:27.263Z] #13 26.50 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-26T21:11:27.263Z] #13 26.51 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-26T21:11:27.263Z] #13 26.53 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:27.263Z] #13 26.60 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:11:27.263Z] #13 26.62 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-26T21:11:27.263Z] #13 26.63 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-26T21:11:27.263Z] #13 26.64 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:11:27.263Z] #13 26.67 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:11:27.263Z] #13 26.68 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:11:27.263Z] #13 26.69 Setting up pigz (2.3.4-1) ... [2019-09-26T21:11:27.264Z] #57 ... [2019-09-26T21:11:27.264Z] [2019-09-26T21:11:27.264Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-26T21:11:27.264Z] #6 29.36 Reading package lists... [2019-09-26T21:11:27.264Z] #6 36.14 Building dependency tree... [2019-09-26T21:11:27.264Z] #6 37.62 Reading state information... [2019-09-26T21:11:27.264Z] #6 38.88 The following additional packages will be installed: [2019-09-26T21:11:27.264Z] #6 38.90 libapparmor1 libseccomp2 [2019-09-26T21:11:27.264Z] #6 38.91 Suggested packages: [2019-09-26T21:11:27.264Z] #6 38.92 seccomp [2019-09-26T21:11:27.264Z] #6 39.17 The following NEW packages will be installed: [2019-09-26T21:11:27.264Z] #6 39.18 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-26T21:11:27.264Z] #6 40.27 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:11:27.264Z] #6 40.27 Need to get 300 kB of archives. [2019-09-26T21:11:27.264Z] #6 40.27 After this operation, 1201 kB of additional disk space will be used. [2019-09-26T21:11:27.264Z] #6 40.27 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-26T21:11:27.264Z] #6 40.27 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-26T21:11:27.264Z] #6 40.27 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-26T21:11:27.264Z] #6 40.29 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-26T21:11:27.264Z] #6 41.67 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:11:27.264Z] #6 41.88 Fetched 300 kB in 1s (272 kB/s) [2019-09-26T21:11:27.264Z] #6 42.13 Selecting previously unselected package libseccomp2:amd64. [2019-09-26T21:11:27.264Z] #6 42.13 (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 ... 15091 files and directories currently installed.) [2019-09-26T21:11:27.264Z] #6 42.15 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-26T21:11:27.264Z] #6 42.17 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:11:27.264Z] #6 42.36 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-26T21:11:27.264Z] #6 42.36 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-26T21:11:27.264Z] #6 42.38 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:11:27.264Z] #6 42.57 Selecting previously unselected package libapparmor1:amd64. [2019-09-26T21:11:27.264Z] #6 42.59 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:11:27.264Z] #6 42.64 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:11:27.264Z] #6 42.84 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-26T21:11:27.264Z] #6 42.84 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:11:27.264Z] #6 42.87 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:11:27.264Z] #6 43.41 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:27.264Z] #6 43.54 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:11:27.264Z] #6 43.58 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:11:27.264Z] #6 43.62 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-26T21:11:27.264Z] #6 43.65 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-26T21:11:27.264Z] #6 43.65 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:27.264Z] #6 DONE 44.0s [2019-09-26T21:11:27.323Z] CC criu/util.o [2019-09-26T21:11:27.371Z] CC images/signalfd.o [2019-09-26T21:11:27.371Z] CC images/fs.o [2019-09-26T21:11:27.518Z] #13 26.71 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:11:27.519Z] #13 26.72 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-26T21:11:27.519Z] #13 26.73 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:27.519Z] #13 26.75 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-26T21:11:27.519Z] #13 26.76 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:11:27.519Z] #13 26.77 Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:11:27.519Z] #13 26.78 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-26T21:11:27.519Z] #13 26.79 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-26T21:11:27.519Z] #13 26.80 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:11:27.519Z] #13 26.82 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:27.519Z] #13 26.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-26T21:11:27.519Z] #13 26.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-26T21:11:27.519Z] #13 26.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-26T21:11:27.519Z] #13 26.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-26T21:11:27.519Z] #13 26.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-26T21:11:27.519Z] #13 26.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-26T21:11:27.519Z] #13 26.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-26T21:11:27.519Z] #13 26.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-26T21:11:27.519Z] #13 26.86 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:11:27.519Z] #13 26.87 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:27.519Z] #13 26.88 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:11:27.519Z] #13 26.89 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:11:27.519Z] #13 26.90 Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:11:27.519Z] [2019-09-26T21:11:27.520Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:11:27.520Z] #40 DONE 0.2s [2019-09-26T21:11:27.520Z] [2019-09-26T21:11:27.520Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-26T21:11:27.520Z] #41 DONE 0.1s [2019-09-26T21:11:27.520Z] [2019-09-26T21:11:27.520Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:27.520Z] #35 29.84 Reading package lists... [2019-09-26T21:11:27.520Z] #35 36.47 Building dependency tree... [2019-09-26T21:11:27.520Z] #35 37.77 Reading state information... [2019-09-26T21:11:27.520Z] #35 38.97 The following additional packages will be installed: [2019-09-26T21:11:27.520Z] #35 38.99 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-26T21:11:27.520Z] #35 39.01 Suggested packages: [2019-09-26T21:11:27.520Z] #35 39.01 codeblocks eclipse ninja-build lrzip [2019-09-26T21:11:27.520Z] #35 39.01 Recommended packages: [2019-09-26T21:11:27.520Z] #35 39.01 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-26T21:11:27.520Z] #35 39.57 The following NEW packages will be installed: [2019-09-26T21:11:27.520Z] #35 39.57 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-26T21:11:27.520Z] #35 39.58 vim-common xxd [2019-09-26T21:11:27.520Z] #35 40.66 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:11:27.520Z] #35 40.66 Need to get 13.7 MB of archives. [2019-09-26T21:11:27.520Z] #35 40.66 After this operation, 57.2 MB of additional disk space will be used. [2019-09-26T21:11:27.520Z] #35 40.66 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-26T21:11:27.520Z] #35 40.78 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-26T21:11:27.520Z] #35 40.79 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-26T21:11:27.520Z] #35 41.55 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-26T21:11:27.520Z] #35 41.63 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-26T21:11:27.520Z] #35 41.72 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-26T21:11:27.520Z] #35 41.72 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-26T21:11:27.520Z] #35 41.72 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-26T21:11:27.520Z] #35 42.13 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:11:27.520Z] #35 42.15 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:11:27.520Z] #35 43.78 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:11:27.520Z] #35 43.97 Fetched 13.7 MB in 2s (5430 kB/s) [2019-09-26T21:11:27.520Z] #35 44.24 Selecting previously unselected package cmake-data. [2019-09-26T21:11:27.655Z] CC images/pstree.o [2019-09-26T21:11:27.655Z] CC images/pipe.o [2019-09-26T21:11:27.655Z] CC images/tcp-stream.o [2019-09-26T21:11:27.655Z] CC images/sk-packet.o [2019-09-26T21:11:27.692Z] CC criu/uts_ns.o [2019-09-26T21:11:27.774Z] #13 26.92 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-26T21:11:27.774Z] #13 26.93 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:11:27.775Z] #35 44.24 (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 ... 15091 files and directories currently installed.) [2019-09-26T21:11:27.775Z] #35 44.33 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-26T21:11:27.775Z] #35 44.38 Unpacking cmake-data (3.7.2-1) ... [2019-09-26T21:11:27.775Z] #35 ... [2019-09-26T21:11:27.775Z] [2019-09-26T21:11:27.775Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-26T21:11:27.946Z] CC images/mnt.o [2019-09-26T21:11:27.946Z] CC images/pipe-data.o [2019-09-26T21:11:27.946Z] CC images/sa.o [2019-09-26T21:11:27.946Z] CC images/timer.o [2019-09-26T21:11:28.061Z] CC criu/vdso.o [2019-09-26T21:11:28.061Z] LINK criu/built-in.o [2019-09-26T21:11:28.061Z] LINK criu/criu [2019-09-26T21:11:28.229Z] CC images/timerfd.o [2019-09-26T21:11:28.229Z] CC images/mm.o [2019-09-26T21:11:28.229Z] CC images/sk-opts.o [2019-09-26T21:11:28.513Z] CC images/sk-unix.o [2019-09-26T21:11:28.513Z] CC images/sk-inet.o [2019-09-26T21:11:28.513Z] CC images/tun.o [2019-09-26T21:11:28.612Z] DEP lib/c/criu.d [2019-09-26T21:11:28.613Z] CC images/rpc.pb-c.o [2019-09-26T21:11:28.613Z] CC lib/c/criu.o [2019-09-26T21:11:28.700Z] #13 27.81 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-26T21:11:28.700Z] #13 27.82 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:11:28.700Z] #13 27.83 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-09-26T21:11:28.700Z] #13 27.83 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-09-26T21:11:28.700Z] #13 27.84 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-09-26T21:11:28.700Z] #13 27.84 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-09-26T21:11:28.700Z] #13 27.84 Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:11:28.700Z] #13 27.86 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:11:28.700Z] #13 27.86 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-09-26T21:11:28.700Z] #13 27.87 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-09-26T21:11:28.700Z] #13 27.88 Setting up python3 (3.5.3-1) ... [2019-09-26T21:11:28.797Z] CC images/sk-netlink.o [2019-09-26T21:11:28.797Z] CC images/packet-sock.o [2019-09-26T21:11:28.955Z] #13 28.18 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:11:29.007Z] LINK lib/c/built-in.o [2019-09-26T21:11:29.007Z] LINK lib/c/libcriu.so [2019-09-26T21:11:29.007Z] GEN magic.py [2019-09-26T21:11:29.007Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:11:29.007Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:11:29.007Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:11:29.101Z] CC images/ipc-var.o [2019-09-26T21:11:29.101Z] CC images/ipc-desc.o [2019-09-26T21:11:29.101Z] CC images/ipc-shm.o [2019-09-26T21:11:29.101Z] CC images/ipc-msg.o [2019-09-26T21:11:29.385Z] CC images/ipc-sem.o [2019-09-26T21:11:29.385Z] CC images/utsns.o [2019-09-26T21:11:29.385Z] CC images/creds.o [2019-09-26T21:11:29.385Z] CC images/vma.o [2019-09-26T21:11:29.398Z] make[1]: Nothing to be done for 'all'. [2019-09-26T21:11:29.398Z] make[1]: 'images/built-in.o' is up to date. [2019-09-26T21:11:29.398Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-26T21:11:29.398Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-26T21:11:29.398Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-26T21:11:29.398Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-26T21:11:29.398Z] make[1]: Nothing to be done for 'all'. [2019-09-26T21:11:29.398Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:11:29.398Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.398Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.398Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.398Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.668Z] CC images/netdev.o [2019-09-26T21:11:29.668Z] CC images/tty.o [2019-09-26T21:11:29.761Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.761Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.761Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.761Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:11:29.761Z] INSTALL criu/criu [2019-09-26T21:11:29.881Z] #13 28.86 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-26T21:11:29.881Z] #13 28.90 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-26T21:11:29.881Z] #13 28.92 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:11:29.881Z] #13 28.93 Setting up python3-wheel (0.29.0-2) ... [2019-09-26T21:11:29.881Z] #13 29.10 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:11:29.881Z] #13 29.30 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:11:29.954Z] CC images/file-lock.o [2019-09-26T21:11:29.954Z] CC images/rlimit.o [2019-09-26T21:11:29.954Z] CC images/pagemap.o [2019-09-26T21:11:30.137Z] #13 29.31 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:11:30.137Z] #13 29.53 Setting up dmsetup (2:1.02.137-2) ... [2019-09-26T21:11:30.137Z] #13 29.55 Setting up python3-setuptools (33.1.1-1) ... [2019-09-26T21:11:30.237Z] CC images/siginfo.o [2019-09-26T21:11:30.237Z] CC images/rpc.o [2019-09-26T21:11:30.394Z] #13 29.75 Setting up dh-python (2.20170125) ... [2019-09-26T21:11:30.521Z] CC images/ext-file.o [2019-09-26T21:11:30.545Z] Removing intermediate container 7e36146c430d [2019-09-26T21:11:30.545Z] ---> 1dd1584bca72 [2019-09-26T21:11:30.545Z] Step 13/126 : FROM base AS registry [2019-09-26T21:11:30.545Z] ---> 4deb36ca5cfa [2019-09-26T21:11:30.545Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-26T21:11:30.652Z] #13 29.89 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-26T21:11:30.653Z] #13 29.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:30.805Z] CC images/cgroup.o [2019-09-26T21:11:30.805Z] CC images/userns.o [2019-09-26T21:11:30.908Z] #13 DONE 30.2s [2019-09-26T21:11:30.908Z] [2019-09-26T21:11:30.908Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-26T21:11:30.911Z] ---> Running in 95a64c92c3fe [2019-09-26T21:11:30.911Z] Removing intermediate container 95a64c92c3fe [2019-09-26T21:11:30.911Z] ---> a49266cca8fc [2019-09-26T21:11:30.911Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-26T21:11:31.088Z] CC images/google/protobuf/descriptor.o [2019-09-26T21:11:31.359Z] ---> Running in 5994c9a47ea7 [2019-09-26T21:11:31.359Z] Removing intermediate container 5994c9a47ea7 [2019-09-26T21:11:31.359Z] ---> 36a34ce32f73 [2019-09-26T21:11:31.359Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-26T21:11:31.359Z] ---> Running in 1d83bf3266ee [2019-09-26T21:11:31.705Z] CC images/opts.o [2019-09-26T21:11:31.705Z] CC images/seccomp.o [2019-09-26T21:11:31.705Z] CC images/binfmt-misc.o [2019-09-26T21:11:31.936Z] #42 3.695 + RM_GOPATH=0 [2019-09-26T21:11:31.936Z] #42 3.695 + TMP_GOPATH= [2019-09-26T21:11:31.936Z] #42 3.695 + : /build [2019-09-26T21:11:31.936Z] #42 3.695 + '[' -z '' ']' [2019-09-26T21:11:31.936Z] #42 3.696 ++ mktemp -d [2019-09-26T21:11:31.936Z] #42 3.699 + export GOPATH=/tmp/tmp.XENvRPZQjl [2019-09-26T21:11:31.936Z] #42 3.699 + GOPATH=/tmp/tmp.XENvRPZQjl [2019-09-26T21:11:31.936Z] #42 3.699 + RM_GOPATH=1 [2019-09-26T21:11:31.936Z] #42 3.700 ++ dirname ./install.sh [2019-09-26T21:11:31.936Z] #42 3.701 + dir=. [2019-09-26T21:11:31.936Z] #42 3.701 + bin=runc [2019-09-26T21:11:31.936Z] #42 3.701 + shift [2019-09-26T21:11:31.936Z] #42 3.701 + '[' '!' -f ./runc.installer ']' [2019-09-26T21:11:31.936Z] #42 3.701 + . ./runc.installer [2019-09-26T21:11:31.936Z] #42 3.702 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:11:31.936Z] #42 3.702 + install_runc [2019-09-26T21:11:31.936Z] #42 3.704 + uname -r [2019-09-26T21:11:31.936Z] #42 3.704 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-26T21:11:31.936Z] #42 3.712 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-26T21:11:31.936Z] #42 3.714 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-26T21:11:31.936Z] #42 3.714 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-26T21:11:31.936Z] #42 3.714 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.XENvRPZQjl/src/github.com/opencontainers/runc [2019-09-26T21:11:31.936Z] #42 3.716 Cloning into '/tmp/tmp.XENvRPZQjl/src/github.com/opencontainers/runc'... [2019-09-26T21:11:31.936Z] #42 ... [2019-09-26T21:11:31.936Z] [2019-09-26T21:11:31.936Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-26T21:11:31.936Z] #7 DONE 4.6s [2019-09-26T21:11:31.989Z] CC images/time.o [2019-09-26T21:11:31.989Z] CC images/sysctl.o [2019-09-26T21:11:31.989Z] CC images/autofs.o [2019-09-26T21:11:31.989Z] CC images/macvlan.o [2019-09-26T21:11:31.989Z] CC images/sit.o [2019-09-26T21:11:32.178Z] + mktemp -d [2019-09-26T21:11:32.178Z] + export GOPATH=/tmp/tmp.seOLQazDgw [2019-09-26T21:11:32.178Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.seOLQazDgw/src/github.com/docker/distribution [2019-09-26T21:11:32.178Z] Cloning into '/tmp/tmp.seOLQazDgw/src/github.com/docker/distribution'... [2019-09-26T21:11:32.191Z] [2019-09-26T21:11:32.192Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:32.192Z] #35 48.74 Selecting previously unselected package liblzo2-2:amd64. [2019-09-26T21:11:32.192Z] #35 48.74 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-26T21:11:32.192Z] #35 48.86 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:11:32.277Z] LINK images/built-in.o [2019-09-26T21:11:32.277Z] GEN compel/include/asm [2019-09-26T21:11:32.277Z] GEN compel/include/version.h [2019-09-26T21:11:32.277Z] touch .config [2019-09-26T21:11:32.277Z] GEN include/common/config.h [2019-09-26T21:11:32.277Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-26T21:11:32.277Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-26T21:11:32.277Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-09-26T21:11:32.277Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-09-26T21:11:32.277Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-09-26T21:11:32.277Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-09-26T21:11:32.277Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-09-26T21:11:32.277Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-26T21:11:32.277Z] DEP compel/plugins/std/infect.d [2019-09-26T21:11:32.277Z] DEP compel/plugins/std/string.d [2019-09-26T21:11:32.447Z] #35 ... [2019-09-26T21:11:32.447Z] [2019-09-26T21:11:32.447Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-26T21:11:32.447Z] #15 38.88 + cd /tmp/tmp.HzEvAz9GUV/src/github.com/go-swagger/go-swagger [2019-09-26T21:11:32.447Z] #15 38.88 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-26T21:11:32.447Z] #15 41.15 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-26T21:11:32.447Z] #15 ... [2019-09-26T21:11:32.447Z] [2019-09-26T21:11:32.447Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:32.447Z] #35 49.03 Selecting previously unselected package libicu57:amd64. [2019-09-26T21:11:32.447Z] #35 49.03 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-26T21:11:32.447Z] #35 49.04 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-26T21:11:32.560Z] DEP compel/plugins/std/log.d [2019-09-26T21:11:32.560Z] DEP compel/plugins/std/fds.d [2019-09-26T21:11:32.560Z] DEP compel/plugins/std/std.d [2019-09-26T21:11:32.560Z] DEP compel/plugins/shmem/shmem.d [2019-09-26T21:11:32.560Z] DEP compel/plugins/fds/fds.d [2019-09-26T21:11:32.560Z] CC compel/plugins/std/std.o [2019-09-26T21:11:32.793Z] #14 1.575 Collecting yamllint==1.16.0 [2019-09-26T21:11:32.844Z] CC compel/plugins/std/fds.o [2019-09-26T21:11:32.844Z] CC compel/plugins/std/log.o [2019-09-26T21:11:33.127Z] CC compel/plugins/std/string.o [2019-09-26T21:11:33.411Z] CC compel/plugins/std/infect.o [2019-09-26T21:11:33.411Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-09-26T21:11:33.411Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-09-26T21:11:33.411Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-09-26T21:11:33.411Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-09-26T21:11:33.496Z] + cd /tmp/tmp.seOLQazDgw/src/github.com/docker/distribution [2019-09-26T21:11:33.496Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-26T21:11:33.695Z] AR compel/plugins/std.lib.a [2019-09-26T21:11:33.695Z] CC compel/plugins/fds/fds.o [2019-09-26T21:11:33.695Z] AR compel/plugins/fds.lib.a [2019-09-26T21:11:33.695Z] HOSTDEP compel/src/lib/log-host.d [2019-09-26T21:11:33.695Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-26T21:11:33.695Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-09-26T21:11:33.695Z] HOSTDEP compel/src/main-host.d [2019-09-26T21:11:33.874Z] + GOPATH=/tmp/tmp.seOLQazDgw/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.seOLQazDgw go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-26T21:11:33.982Z] DEP compel/src/lib/ptrace.d [2019-09-26T21:11:33.982Z] DEP compel/src/lib/infect.d [2019-09-26T21:11:33.982Z] DEP compel/src/lib/infect-util.d [2019-09-26T21:11:33.982Z] DEP compel/src/lib/infect-rpc.d [2019-09-26T21:11:33.982Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-09-26T21:11:33.982Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-09-26T21:11:34.266Z] DEP compel/src/lib/log.d [2019-09-26T21:11:34.266Z] DEP compel/src/main.d [2019-09-26T21:11:34.266Z] DEP compel/src/lib/handle-elf.d [2019-09-26T21:11:34.266Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-09-26T21:11:34.266Z] CC compel/src/lib/log.o [2019-09-26T21:11:34.549Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-09-26T21:11:34.549Z] CC compel/arch/ppc64/src/lib/infect.o [2019-09-26T21:11:34.832Z] CC compel/src/lib/infect-rpc.o [2019-09-26T21:11:34.832Z] CC compel/src/lib/infect-util.o [2019-09-26T21:11:35.115Z] CC compel/src/lib/infect.o [2019-09-26T21:11:35.733Z] CC compel/src/lib/ptrace.o [2019-09-26T21:11:36.018Z] AR compel/libcompel.a [2019-09-26T21:11:36.018Z] HOSTCC compel/src/main-host.o [2019-09-26T21:11:36.018Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-09-26T21:11:36.302Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-26T21:11:36.302Z] HOSTCC compel/src/lib/log-host.o [2019-09-26T21:11:36.302Z] HOSTLINK compel/compel-host-bin [2019-09-26T21:11:36.588Z] DEP soccr/soccr.d [2019-09-26T21:11:36.588Z] CC soccr/soccr.o [2019-09-26T21:11:36.687Z] #35 ... [2019-09-26T21:11:36.687Z] [2019-09-26T21:11:36.687Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:36.687Z] #33 42.29 sync [2019-09-26T21:11:36.687Z] #33 42.30 internal/reflectlite [2019-09-26T21:11:36.687Z] #33 44.29 github.com/LK4D4/vndr/godl/singleflight [2019-09-26T21:11:36.687Z] #33 44.81 math/rand [2019-09-26T21:11:36.687Z] #33 45.84 internal/singleflight [2019-09-26T21:11:36.687Z] #33 46.66 sort [2019-09-26T21:11:36.687Z] #33 46.66 errors [2019-09-26T21:11:36.687Z] #33 47.16 io [2019-09-26T21:11:36.687Z] #33 48.14 strconv [2019-09-26T21:11:36.687Z] #33 49.03 bytes [2019-09-26T21:11:36.687Z] #33 51.39 bufio [2019-09-26T21:11:36.687Z] #33 ... [2019-09-26T21:11:36.687Z] [2019-09-26T21:11:36.687Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-26T21:11:36.687Z] #8 DONE 4.1s [2019-09-26T21:11:36.687Z] [2019-09-26T21:11:36.687Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:36.687Z] #20 5.357 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-26T21:11:36.687Z] #20 6.124 [2019-09-26T21:11:36.687Z] #20 6.481 ## 3.3% ### 5.5% ########## 14.7% ############# 19.4% ################## 25.7% ######################## 33.7% ############################# 41.0% ################################## 48.1% ##################################### 52.0% ######################################## 56.5% ############################################ 61.4% ################################################ 67.7% ################################################### 72.1% ########################################################### 82.1% ################################################################ 89.5% ######################################################################## 100.0% [2019-09-26T21:11:36.687Z] #20 8.613 [2019-09-26T21:11:36.687Z] #20 8.900 ######### 13.5% ################ 22.3% ########################### 38.4% #################################### 50.3% ################################################ 67.3% ############################################################ 84.2% ######################################################################## 100.0% [2019-09-26T21:11:36.687Z] #20 ... [2019-09-26T21:11:36.687Z] [2019-09-26T21:11:36.687Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:11:36.687Z] #47 3.995 + RM_GOPATH=0 [2019-09-26T21:11:36.687Z] #47 3.995 + TMP_GOPATH= [2019-09-26T21:11:36.687Z] #47 3.996 + : /build [2019-09-26T21:11:36.687Z] #47 3.996 + '[' -z '' ']' [2019-09-26T21:11:36.687Z] #47 3.999 ++ mktemp -d [2019-09-26T21:11:36.687Z] #47 4.011 + export GOPATH=/tmp/tmp.40I0tgUzJD [2019-09-26T21:11:36.687Z] #47 4.011 + GOPATH=/tmp/tmp.40I0tgUzJD [2019-09-26T21:11:36.687Z] #47 4.011 + RM_GOPATH=1 [2019-09-26T21:11:36.687Z] #47 4.012 ++ dirname ./install.sh [2019-09-26T21:11:36.687Z] #47 4.013 + dir=. [2019-09-26T21:11:36.687Z] #47 4.013 + bin=containerd [2019-09-26T21:11:36.687Z] #47 4.013 + shift [2019-09-26T21:11:36.687Z] #47 4.014 + '[' '!' -f ./containerd.installer ']' [2019-09-26T21:11:36.687Z] #47 4.014 + . ./containerd.installer [2019-09-26T21:11:36.687Z] #47 4.015 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:11:36.687Z] #47 4.016 + install_containerd [2019-09-26T21:11:36.687Z] #47 4.018 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-26T21:11:36.687Z] #47 4.018 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:11:36.687Z] #47 4.018 + git clone https://github.com/containerd/containerd.git /tmp/tmp.40I0tgUzJD/src/github.com/containerd/containerd [2019-09-26T21:11:36.687Z] #47 4.026 Cloning into '/tmp/tmp.40I0tgUzJD/src/github.com/containerd/containerd'... [2019-09-26T21:11:36.687Z] #47 ... [2019-09-26T21:11:36.687Z] [2019-09-26T21:11:36.687Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:36.687Z] #20 10.32 [2019-09-26T21:11:36.687Z] #20 ... [2019-09-26T21:11:36.687Z] [2019-09-26T21:11:36.687Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:36.687Z] #30 42.83 errors [2019-09-26T21:11:36.687Z] #30 42.83 sort [2019-09-26T21:11:36.687Z] #30 43.43 strconv [2019-09-26T21:11:36.687Z] #30 44.91 io [2019-09-26T21:11:36.687Z] #30 46.41 internal/oserror [2019-09-26T21:11:36.687Z] #30 46.58 syscall [2019-09-26T21:11:36.687Z] #30 47.99 reflect [2019-09-26T21:11:36.687Z] #30 ... [2019-09-26T21:11:36.687Z] [2019-09-26T21:11:36.687Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:36.687Z] #57 44.45 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-26T21:11:36.687Z] #57 44.45 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-26T21:11:36.687Z] #57 44.45 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-26T21:11:36.687Z] #57 44.82 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-26T21:11:36.687Z] #57 44.85 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-26T21:11:36.687Z] #57 44.86 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-26T21:11:36.687Z] #57 46.19 Selecting previously unselected package libprotoc10:amd64. [2019-09-26T21:11:36.687Z] #57 46.20 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-26T21:11:36.687Z] #57 46.21 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-26T21:11:36.687Z] #57 47.00 Selecting previously unselected package protobuf-c-compiler. [2019-09-26T21:11:36.687Z] #57 47.00 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-26T21:11:36.687Z] #57 47.03 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:11:36.687Z] #57 47.17 Selecting previously unselected package protobuf-compiler. [2019-09-26T21:11:36.687Z] #57 47.18 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-26T21:11:36.687Z] #57 47.21 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-26T21:11:36.687Z] #57 47.39 Selecting previously unselected package python-pkg-resources. [2019-09-26T21:11:36.687Z] #57 47.39 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:11:36.687Z] #57 47.40 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-26T21:11:36.687Z] #57 47.66 Selecting previously unselected package python-protobuf. [2019-09-26T21:11:36.687Z] #57 47.66 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-26T21:11:36.687Z] #57 47.66 Unpacking python-protobuf (3.0.0-9) ... [2019-09-26T21:11:36.687Z] #57 48.15 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:11:36.687Z] #57 48.29 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:11:36.688Z] #57 48.32 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-26T21:11:36.942Z] #57 ... [2019-09-26T21:11:36.942Z] [2019-09-26T21:11:36.942Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:37.205Z] AR soccr/libsoccr.a [2019-09-26T21:11:37.205Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:11:37.205Z] DEP criu/arch/ppc64/sigframe.d [2019-09-26T21:11:37.205Z] DEP criu/arch/ppc64/crtools.d [2019-09-26T21:11:37.205Z] DEP criu/arch/ppc64/cpu.d [2019-09-26T21:11:37.490Z] CC criu/arch/ppc64/cpu.o [2019-09-26T21:11:37.490Z] CC criu/arch/ppc64/crtools.o [2019-09-26T21:11:38.106Z] CC criu/arch/ppc64/sigframe.o [2019-09-26T21:11:38.106Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-09-26T21:11:38.106Z] DEP criu/arch/ppc64/misc.d [2019-09-26T21:11:38.106Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-09-26T21:11:38.106Z] DEP criu/arch/ppc64/vdso-pie.d [2019-09-26T21:11:38.106Z] DEP criu/pie/parasite-vdso.d [2019-09-26T21:11:38.390Z] DEP criu/pie/util-vdso.d [2019-09-26T21:11:38.390Z] DEP criu/pie/util.d [2019-09-26T21:11:38.390Z] CC criu/pie/util.o [2019-09-26T21:11:38.390Z] CC criu/pie/util-vdso.o [2019-09-26T21:11:38.476Z] #20 10.65 ### 5.5% ###### 8.9% ########## 14.9% ############# 18.4% ##################### 29.5% ############################ 38.9% ############################# 41.4% #################################### 51.2% ########################################## 58.3% ################################################ 67.0% #################################################### 73.1% ######################################################## 78.7% ############################################################## 86.2% ################################################################### 93.7% ######################################################################## 100.0% [2019-09-26T21:11:38.673Z] CC criu/pie/parasite-vdso.o [2019-09-26T21:11:38.958Z] CC criu/arch/ppc64/vdso-pie.o [2019-09-26T21:11:39.037Z] #20 12.71 [2019-09-26T21:11:39.241Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-09-26T21:11:39.241Z] CC criu/arch/ppc64/misc.o [2019-09-26T21:11:39.241Z] AR criu/pie/pie.lib.a [2019-09-26T21:11:39.241Z] DEP criu/pie/restorer.d [2019-09-26T21:11:39.241Z] DEP criu/arch/ppc64/restorer.d [2019-09-26T21:11:39.241Z] DEP criu/pie/parasite.d [2019-09-26T21:11:39.318Z] #14 7.894 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-26T21:11:39.318Z] #14 7.958 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-26T21:11:39.524Z] CC criu/pie/parasite.o [2019-09-26T21:11:39.807Z] LINK criu/pie/parasite.built-in.o [2019-09-26T21:11:39.883Z] #14 8.993 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-26T21:11:40.058Z] #20 13.03 # 1.9% ### 4.2% #### 6.3% ##### 8.2% ####### 10.7% ######### 13.0% ########### 15.6% ############## 19.5% [2019-09-26T21:11:40.058Z] #20 ... [2019-09-26T21:11:40.058Z] [2019-09-26T21:11:40.058Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-26T21:11:40.058Z] #9 3.536 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-26T21:11:40.058Z] #9 DONE 4.1s [2019-09-26T21:11:40.058Z] [2019-09-26T21:11:40.058Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:40.091Z] GEN criu/pie/parasite-blob.h [2019-09-26T21:11:40.091Z] CC criu/arch/ppc64/restorer.o [2019-09-26T21:11:40.091Z] CC criu/pie/restorer.o [2019-09-26T21:11:40.148Z] #14 9.342 Collecting pyyaml (from yamllint==1.16.0) [2019-09-26T21:11:41.137Z] LINK criu/pie/restorer.built-in.o [2019-09-26T21:11:41.137Z] GEN criu/pie/restorer-blob.h [2019-09-26T21:11:41.422Z] DEP criu/vdso.d [2019-09-26T21:11:41.422Z] DEP criu/uts_ns.d [2019-09-26T21:11:41.422Z] DEP criu/util.d [2019-09-26T21:11:41.422Z] DEP criu/uffd.d [2019-09-26T21:11:41.513Z] #14 10.43 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-26T21:11:41.513Z] #14 10.78 Building wheels for collected packages: pathspec, pyyaml [2019-09-26T21:11:41.705Z] DEP criu/tun.d [2019-09-26T21:11:41.705Z] DEP criu/tty.d [2019-09-26T21:11:41.705Z] DEP criu/timerfd.d [2019-09-26T21:11:41.705Z] DEP criu/sysfs_parse.d [2019-09-26T21:11:41.769Z] #14 10.78 Running setup.py bdist_wheel for pathspec: started [2019-09-26T21:11:41.769Z] #14 11.04 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-26T21:11:41.989Z] DEP criu/sysctl.d [2019-09-26T21:11:41.989Z] DEP criu/string.d [2019-09-26T21:11:41.989Z] DEP criu/stats.d [2019-09-26T21:11:41.989Z] DEP criu/sockets.d [2019-09-26T21:11:42.025Z] #14 11.04 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-26T21:11:42.025Z] #14 11.05 Running setup.py bdist_wheel for pyyaml: started [2019-09-26T21:11:42.025Z] #14 11.32 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-26T21:11:42.273Z] DEP criu/sk-unix.d [2019-09-26T21:11:42.273Z] DEP criu/sk-tcp.d [2019-09-26T21:11:42.273Z] DEP criu/sk-queue.d [2019-09-26T21:11:42.273Z] DEP criu/sk-packet.d [2019-09-26T21:11:42.280Z] #14 11.32 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-26T21:11:42.280Z] #14 11.33 Successfully built pathspec pyyaml [2019-09-26T21:11:42.280Z] #14 11.33 Installing collected packages: pathspec, pyyaml, yamllint [2019-09-26T21:11:42.280Z] #14 11.44 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-26T21:11:42.535Z] #14 DONE 11.6s [2019-09-26T21:11:42.535Z] [2019-09-26T21:11:42.535Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-26T21:11:42.556Z] DEP criu/sk-netlink.d [2019-09-26T21:11:42.556Z] DEP criu/sk-inet.d [2019-09-26T21:11:42.556Z] DEP criu/signalfd.d [2019-09-26T21:11:42.556Z] DEP criu/sigframe.d [2019-09-26T21:11:42.790Z] #16 DONE 0.2s [2019-09-26T21:11:42.790Z] [2019-09-26T21:11:42.790Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-26T21:11:42.790Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-26T21:11:42.790Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0B / 9.11MB 0.1s [2019-09-26T21:11:42.790Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-26T21:11:42.790Z] #64 ... [2019-09-26T21:11:42.790Z] [2019-09-26T21:11:42.790Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-26T21:11:42.790Z] #49 DONE 0.2s [2019-09-26T21:11:42.790Z] [2019-09-26T21:11:42.790Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-26T21:11:42.790Z] #26 DONE 0.2s [2019-09-26T21:11:42.790Z] [2019-09-26T21:11:42.790Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-26T21:11:42.790Z] #60 DONE 0.2s [2019-09-26T21:11:42.790Z] [2019-09-26T21:11:42.790Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-26T21:11:42.790Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.84MB / 9.11MB 0.2s [2019-09-26T21:11:42.840Z] DEP criu/shmem.d [2019-09-26T21:11:42.840Z] DEP criu/servicefd.d [2019-09-26T21:11:42.840Z] DEP criu/seize.d [2019-09-26T21:11:42.840Z] DEP criu/seccomp.d [2019-09-26T21:11:43.045Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 7.76MB / 9.11MB 0.3s [2019-09-26T21:11:43.045Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c [2019-09-26T21:11:43.045Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.3s done [2019-09-26T21:11:43.124Z] DEP criu/rst-malloc.d [2019-09-26T21:11:43.124Z] DEP criu/rbtree.d [2019-09-26T21:11:43.124Z] DEP criu/pstree.d [2019-09-26T21:11:43.124Z] DEP criu/protobuf.d [2019-09-26T21:11:43.124Z] GEN criu/protobuf-desc-gen.h [2019-09-26T21:11:43.392Z] #20 13.03 # 1.9% ### 4.2% #### 6.3% ##### 8.2% ####### 10.7% ######### 13.0% ########### 15.6% ############## 19.5% ############## 20.8% ################ 23.2% ################## 26.1% ###################### 31.8% ######################## 34.1% ########################## 36.9% ############################# 40.7% ################################ 44.6% ################################# 47.1% #################################### 50.8% ##################################### 52.1% ####################################### 54.2% ######################################## 56.1% ########################################## 58.4% ############################################ 61.9% ############################################### 65.4% ################################################# 68.6% ################################################### 72.0% ###################################################### 76.2% ######################################################## 78.8% ########################################################## 81.3% ############################################################ 84.7% ############################################################## 87.2% ################################################################# 91.0% ################################################################## 92.5% ################################################################### 94.1% #################################################################### 95.7% ####################################################################### 98.7% ######################################################################## 100.0% [2019-09-26T21:11:43.392Z] #20 17.20 [2019-09-26T21:11:43.605Z] #64 ... [2019-09-26T21:11:43.605Z] [2019-09-26T21:11:43.605Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-26T21:11:43.605Z] #29 DONE 1.0s [2019-09-26T21:11:43.605Z] [2019-09-26T21:11:43.605Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:11:43.605Z] #36 DONE 1.0s [2019-09-26T21:11:43.605Z] [2019-09-26T21:11:43.605Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-26T21:11:43.605Z] #23 DONE 1.0s [2019-09-26T21:11:43.748Z] DEP criu/protobuf-desc.d [2019-09-26T21:11:43.748Z] DEP criu/proc_parse.d [2019-09-26T21:11:43.748Z] DEP criu/plugin.d [2019-09-26T21:11:43.748Z] DEP criu/pipes.d [2019-09-26T21:11:43.748Z] DEP criu/pie-util.d [2019-09-26T21:11:43.860Z] [2019-09-26T21:11:43.861Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:11:43.861Z] #40 DONE 1.0s [2019-09-26T21:11:43.861Z] [2019-09-26T21:11:43.861Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-26T21:11:43.861Z] #52 DONE 1.0s [2019-09-26T21:11:43.861Z] [2019-09-26T21:11:43.861Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-26T21:11:43.861Z] #46 DONE 1.0s [2019-09-26T21:11:43.861Z] [2019-09-26T21:11:43.861Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-26T21:11:43.861Z] #32 DONE 1.1s [2019-09-26T21:11:43.861Z] [2019-09-26T21:11:43.861Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-26T21:11:43.861Z] #21 DONE 1.1s [2019-09-26T21:11:43.861Z] [2019-09-26T21:11:43.861Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-26T21:11:43.861Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0.7s done [2019-09-26T21:11:43.861Z] #64 DONE 1.1s [2019-09-26T21:11:43.861Z] [2019-09-26T21:11:43.861Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:44.032Z] DEP criu/pie-util-vdso.d [2019-09-26T21:11:44.032Z] DEP criu/pie-util-vdso-elf32.d [2019-09-26T21:11:44.032Z] DEP criu/path.d [2019-09-26T21:11:44.032Z] DEP criu/parasite-syscall.d [2019-09-26T21:11:44.116Z] #33 ... [2019-09-26T21:11:44.117Z] [2019-09-26T21:11:44.117Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-26T21:11:44.117Z] #37 DONE 0.4s [2019-09-26T21:11:44.117Z] [2019-09-26T21:11:44.117Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-26T21:11:44.117Z] #41 DONE 0.4s [2019-09-26T21:11:44.117Z] [2019-09-26T21:11:44.117Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-26T21:11:44.315Z] DEP criu/pagemap.d [2019-09-26T21:11:44.315Z] DEP criu/pagemap-cache.d [2019-09-26T21:11:44.315Z] DEP criu/page-xfer.d [2019-09-26T21:11:44.315Z] DEP criu/page-pipe.d [2019-09-26T21:11:44.315Z] DEP criu/netfilter.d [2019-09-26T21:11:44.603Z] DEP criu/net.d [2019-09-26T21:11:44.603Z] DEP criu/namespaces.d [2019-09-26T21:11:44.603Z] DEP criu/mount.d [2019-09-26T21:11:44.754Z] #20 ... [2019-09-26T21:11:44.754Z] [2019-09-26T21:11:44.754Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-26T21:11:44.754Z] #10 DONE 4.5s [2019-09-26T21:11:44.754Z] [2019-09-26T21:11:44.754Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-26T21:11:44.886Z] DEP criu/mem.d [2019-09-26T21:11:44.886Z] DEP criu/lsm.d [2019-09-26T21:11:44.886Z] DEP criu/log.d [2019-09-26T21:11:44.886Z] DEP criu/libnetlink.d [2019-09-26T21:11:45.171Z] DEP criu/kerndat.d [2019-09-26T21:11:45.171Z] DEP criu/kcmp-ids.d [2019-09-26T21:11:45.171Z] DEP criu/irmap.d [2019-09-26T21:11:45.171Z] DEP criu/ipc_ns.d [2019-09-26T21:11:45.171Z] DEP criu/image.d [2019-09-26T21:11:45.456Z] DEP criu/image-desc.d [2019-09-26T21:11:45.456Z] DEP criu/fsnotify.d [2019-09-26T21:11:45.456Z] DEP criu/filesystems.d [2019-09-26T21:11:45.456Z] DEP criu/files.d [2019-09-26T21:11:45.740Z] DEP criu/files-reg.d [2019-09-26T21:11:45.740Z] DEP criu/files-ext.d [2019-09-26T21:11:45.740Z] DEP criu/file-lock.d [2019-09-26T21:11:45.740Z] DEP criu/file-ids.d [2019-09-26T21:11:46.023Z] DEP criu/fifo.d [2019-09-26T21:11:46.023Z] DEP criu/fdstore.d [2019-09-26T21:11:46.023Z] DEP criu/fault-injection.d [2019-09-26T21:11:46.023Z] DEP criu/external.d [2019-09-26T21:11:46.023Z] DEP criu/eventpoll.d [2019-09-26T21:11:46.023Z] DEP criu/eventfd.d [2019-09-26T21:11:46.306Z] DEP criu/crtools.d [2019-09-26T21:11:46.306Z] DEP criu/cr-service.d [2019-09-26T21:11:46.306Z] DEP criu/cr-restore.d [2019-09-26T21:11:46.589Z] DEP criu/cr-errno.d [2019-09-26T21:11:46.589Z] DEP criu/cr-dump.d [2019-09-26T21:11:46.589Z] DEP criu/cr-dedup.d [2019-09-26T21:11:46.589Z] DEP criu/cr-check.d [2019-09-26T21:11:46.638Z] #11 ... [2019-09-26T21:11:46.638Z] [2019-09-26T21:11:46.638Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:46.638Z] #33 52.59 reflect [2019-09-26T21:11:46.638Z] #33 53.42 internal/oserror [2019-09-26T21:11:46.638Z] #33 53.45 syscall [2019-09-26T21:11:46.638Z] #33 ... [2019-09-26T21:11:46.638Z] [2019-09-26T21:11:46.638Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:46.638Z] #20 18.78 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-26T21:11:46.638Z] #20 19.37 [2019-09-26T21:11:46.638Z] #20 19.82 ######################################################################## 100.0% [2019-09-26T21:11:46.638Z] #20 19.96 [2019-09-26T21:11:46.638Z] #20 ... [2019-09-26T21:11:46.638Z] [2019-09-26T21:11:46.638Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:46.638Z] #57 54.14 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:11:46.639Z] #57 54.16 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-26T21:11:46.639Z] #57 54.17 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:46.639Z] #57 54.25 Setting up python-protobuf (3.0.0-9) ... [2019-09-26T21:11:46.639Z] #57 62.04 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-26T21:11:46.639Z] #57 62.08 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-26T21:11:46.639Z] #57 62.13 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:11:46.639Z] #57 62.18 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-26T21:11:46.639Z] #57 62.21 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-26T21:11:46.639Z] #57 62.24 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:11:46.639Z] #57 62.26 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-26T21:11:46.639Z] #57 62.33 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-26T21:11:46.639Z] #57 62.36 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-26T21:11:46.639Z] #57 62.41 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-26T21:11:46.639Z] #57 62.46 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:46.639Z] #57 DONE 63.2s [2019-09-26T21:11:46.639Z] [2019-09-26T21:11:46.639Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:11:46.872Z] DEP criu/config.d [2019-09-26T21:11:46.872Z] DEP criu/clone-noasan.d [2019-09-26T21:11:46.872Z] DEP criu/cgroup.d [2019-09-26T21:11:46.872Z] DEP criu/cgroup-props.d [2019-09-26T21:11:46.872Z] DEP criu/bitmap.d [2019-09-26T21:11:46.872Z] DEP criu/bfd.d [2019-09-26T21:11:47.155Z] DEP criu/autofs.d [2019-09-26T21:11:47.155Z] DEP criu/aio.d [2019-09-26T21:11:47.155Z] DEP criu/action-scripts.d [2019-09-26T21:11:47.441Z] CC criu/action-scripts.o [2019-09-26T21:11:47.441Z] CC criu/aio.o [2019-09-26T21:11:47.725Z] CC criu/autofs.o [2019-09-26T21:11:48.347Z] CC criu/bfd.o [2019-09-26T21:11:48.522Z] #58 ... [2019-09-26T21:11:48.522Z] [2019-09-26T21:11:48.522Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-26T21:11:48.522Z] #11 DONE 3.7s [2019-09-26T21:11:48.522Z] [2019-09-26T21:11:48.522Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:48.522Z] #20 21.35 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-26T21:11:48.522Z] #20 21.79 [2019-09-26T21:11:48.522Z] #20 22.08 #### 5.6% ######################################################################## 100.0% [2019-09-26T21:11:48.522Z] #20 22.41 [2019-09-26T21:11:48.631Z] CC criu/bitmap.o [2019-09-26T21:11:48.778Z] #20 ... [2019-09-26T21:11:48.778Z] [2019-09-26T21:11:48.778Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:48.778Z] #35 57.68 Selecting previously unselected package libxml2:amd64. [2019-09-26T21:11:48.778Z] #35 57.69 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-26T21:11:48.778Z] #35 57.71 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:11:48.778Z] #35 58.96 Selecting previously unselected package libarchive13:amd64. [2019-09-26T21:11:48.778Z] #35 58.96 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-26T21:11:48.778Z] #35 58.97 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-26T21:11:48.778Z] #35 59.48 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-26T21:11:48.778Z] #35 59.49 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-26T21:11:48.778Z] #35 59.50 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-26T21:11:48.778Z] #35 59.67 Selecting previously unselected package libuv1:amd64. [2019-09-26T21:11:48.778Z] #35 59.68 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-26T21:11:48.778Z] #35 59.68 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-26T21:11:48.778Z] #35 59.86 Selecting previously unselected package cmake. [2019-09-26T21:11:48.778Z] #35 59.87 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-26T21:11:48.778Z] #35 60.00 Unpacking cmake (3.7.2-1) ... [2019-09-26T21:11:48.778Z] #35 63.80 Selecting previously unselected package xxd. [2019-09-26T21:11:48.778Z] #35 63.81 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-26T21:11:48.778Z] #35 63.82 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:48.778Z] #35 63.99 Selecting previously unselected package vim-common. [2019-09-26T21:11:48.778Z] #35 63.99 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:11:48.778Z] #35 64.02 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:48.778Z] #35 64.48 Processing triggers for mime-support (3.60) ... [2019-09-26T21:11:48.778Z] #35 64.58 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:48.778Z] #35 64.59 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-26T21:11:48.778Z] #35 64.61 Setting up cmake-data (3.7.2-1) ... [2019-09-26T21:11:48.778Z] #35 64.63 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-26T21:11:48.778Z] #35 64.64 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:11:48.778Z] #35 64.65 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:48.778Z] #35 64.71 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:11:48.778Z] #35 64.72 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:11:48.778Z] #35 64.73 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-26T21:11:48.778Z] #35 64.74 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-26T21:11:48.778Z] #35 64.75 Setting up cmake (3.7.2-1) ... [2019-09-26T21:11:48.778Z] #35 64.88 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:11:48.778Z] #35 DONE 65.3s [2019-09-26T21:11:48.778Z] [2019-09-26T21:11:48.778Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:11:48.778Z] #36 DONE 0.1s [2019-09-26T21:11:48.778Z] [2019-09-26T21:11:48.778Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-26T21:11:48.915Z] CC criu/cgroup-props.o [2019-09-26T21:11:49.033Z] #37 DONE 0.1s [2019-09-26T21:11:49.033Z] [2019-09-26T21:11:49.033Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-26T21:11:49.198Z] CC criu/cgroup.o [2019-09-26T21:11:49.362Z] #42 ... [2019-09-26T21:11:49.363Z] [2019-09-26T21:11:49.363Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:49.363Z] #33 5.377 + RM_GOPATH=0 [2019-09-26T21:11:49.363Z] #33 5.377 + TMP_GOPATH= [2019-09-26T21:11:49.363Z] #33 5.377 + : /build [2019-09-26T21:11:49.363Z] #33 5.377 + '[' -z '' ']' [2019-09-26T21:11:49.363Z] #33 5.383 ++ mktemp -d [2019-09-26T21:11:49.363Z] #33 5.387 + export GOPATH=/tmp/tmp.y9dBWW77k7 [2019-09-26T21:11:49.363Z] #33 5.390 + GOPATH=/tmp/tmp.y9dBWW77k7 [2019-09-26T21:11:49.363Z] #33 5.390 + RM_GOPATH=1 [2019-09-26T21:11:49.363Z] #33 5.390 ++ dirname ./install.sh [2019-09-26T21:11:49.363Z] #33 5.392 + dir=. [2019-09-26T21:11:49.363Z] #33 5.392 + bin=vndr [2019-09-26T21:11:49.363Z] #33 5.393 + shift [2019-09-26T21:11:49.363Z] #33 5.393 + '[' '!' -f ./vndr.installer ']' [2019-09-26T21:11:49.363Z] #33 5.393 + . ./vndr.installer [2019-09-26T21:11:49.363Z] #33 5.393 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:11:49.363Z] #33 5.394 + install_vndr [2019-09-26T21:11:49.363Z] #33 5.394 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-26T21:11:49.363Z] #33 5.394 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:11:49.363Z] #33 5.394 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.y9dBWW77k7/src/github.com/LK4D4/vndr [2019-09-26T21:11:49.363Z] #33 5.396 Cloning into '/tmp/tmp.y9dBWW77k7/src/github.com/LK4D4/vndr'... [2019-09-26T21:11:49.925Z] #33 6.273 + cd /tmp/tmp.y9dBWW77k7/src/github.com/LK4D4/vndr [2019-09-26T21:11:49.925Z] #33 6.273 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:11:49.925Z] #33 6.295 + go build -buildmode=pie -v -o /build/vndr . [2019-09-26T21:11:50.397Z] #38 ... [2019-09-26T21:11:50.397Z] [2019-09-26T21:11:50.397Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:50.397Z] #30 56.37 time [2019-09-26T21:11:50.397Z] #30 63.28 internal/fmtsort [2019-09-26T21:11:50.397Z] #30 64.06 internal/poll [2019-09-26T21:11:50.397Z] #30 64.30 internal/syscall/unix [2019-09-26T21:11:50.397Z] #30 64.71 strings [2019-09-26T21:11:50.397Z] #30 ... [2019-09-26T21:11:50.397Z] [2019-09-26T21:11:50.397Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-26T21:11:50.397Z] #42 12.93 + cd /tmp/tmp.XENvRPZQjl/src/github.com/opencontainers/runc [2019-09-26T21:11:50.397Z] #42 12.93 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:11:50.397Z] #42 13.62 + '[' -z '' ']' [2019-09-26T21:11:50.397Z] #42 13.62 + target=static [2019-09-26T21:11:50.397Z] #42 13.62 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-26T21:11:50.397Z] #42 16.15 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-26T21:11:50.652Z] #42 ... [2019-09-26T21:11:50.652Z] [2019-09-26T21:11:50.652Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:50.652Z] #20 24.43 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-26T21:11:50.675Z] CC criu/clone-noasan.o [2019-09-26T21:11:50.675Z] CC criu/config.o [2019-09-26T21:11:50.907Z] #20 24.52 skipping existing 1849cc453dee [2019-09-26T21:11:50.907Z] #20 24.62 [2019-09-26T21:11:51.291Z] CC criu/cr-check.o [2019-09-26T21:11:51.814Z] #33 7.694 runtime/internal/atomic [2019-09-26T21:11:51.814Z] #33 7.729 internal/cpu [2019-09-26T21:11:51.814Z] #33 7.898 runtime/internal/sys [2019-09-26T21:11:51.814Z] #33 8.171 runtime/internal/math [2019-09-26T21:11:51.814Z] #33 8.227 internal/bytealg [2019-09-26T21:11:52.070Z] #33 8.250 internal/race [2019-09-26T21:11:52.070Z] #33 8.430 sync/atomic [2019-09-26T21:11:52.270Z] #20 ... [2019-09-26T21:11:52.270Z] [2019-09-26T21:11:52.270Z] #12 [dev 6/24] RUN ldconfig [2019-09-26T21:11:52.270Z] #12 DONE 3.7s [2019-09-26T21:11:52.270Z] [2019-09-26T21:11:52.270Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-26T21:11:52.270Z] #38 3.190 + RM_GOPATH=0 [2019-09-26T21:11:52.270Z] #38 3.190 + TMP_GOPATH= [2019-09-26T21:11:52.270Z] #38 3.190 + : /build [2019-09-26T21:11:52.270Z] #38 3.190 + '[' -z '' ']' [2019-09-26T21:11:52.270Z] #38 3.190 ++ mktemp -d [2019-09-26T21:11:52.270Z] #38 3.204 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:11:52.270Z] #38 3.204 + export GOPATH=/tmp/tmp.ZTldcHTuJG [2019-09-26T21:11:52.270Z] #38 3.204 + GOPATH=/tmp/tmp.ZTldcHTuJG [2019-09-26T21:11:52.270Z] #38 3.204 + RM_GOPATH=1 [2019-09-26T21:11:52.270Z] #38 3.204 ++ dirname ./install.sh [2019-09-26T21:11:52.270Z] #38 3.204 + dir=. [2019-09-26T21:11:52.270Z] #38 3.204 + bin=tini [2019-09-26T21:11:52.270Z] #38 3.204 + shift [2019-09-26T21:11:52.270Z] #38 3.204 + '[' '!' -f ./tini.installer ']' [2019-09-26T21:11:52.270Z] #38 3.204 + . ./tini.installer [2019-09-26T21:11:52.270Z] #38 3.204 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:11:52.270Z] #38 3.204 + install_tini [2019-09-26T21:11:52.270Z] #38 3.204 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-26T21:11:52.270Z] #38 3.204 + git clone https://github.com/krallin/tini.git /tmp/tmp.ZTldcHTuJG/tini [2019-09-26T21:11:52.270Z] #38 3.204 Cloning into '/tmp/tmp.ZTldcHTuJG/tini'... [2019-09-26T21:11:52.300Z] CC criu/cr-dedup.o [2019-09-26T21:11:52.301Z] CC criu/cr-dump.o [2019-09-26T21:11:52.633Z] #33 8.886 runtime [2019-09-26T21:11:52.633Z] #33 8.908 unicode [2019-09-26T21:11:52.633Z] #33 ... [2019-09-26T21:11:52.633Z] [2019-09-26T21:11:52.633Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:11:52.633Z] #57 6.412 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:11:52.633Z] #57 6.413 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:11:52.633Z] #57 6.454 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:11:52.633Z] #57 6.473 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:11:52.633Z] #57 6.505 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:11:52.633Z] #57 7.057 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:11:52.633Z] #57 8.570 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:11:52.633Z] #57 9.382 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:11:52.889Z] #57 ... [2019-09-26T21:11:52.889Z] [2019-09-26T21:11:52.889Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:11:52.889Z] #55 3.598 + mktemp -d [2019-09-26T21:11:52.889Z] #55 3.598 + export GOPATH=/tmp/tmp.mCxQbPs31t [2019-09-26T21:11:52.889Z] #55 3.598 + git clone https://github.com/docker/distribution.git /tmp/tmp.mCxQbPs31t/src/github.com/docker/distribution [2019-09-26T21:11:52.889Z] #55 3.598 Cloning into '/tmp/tmp.mCxQbPs31t/src/github.com/docker/distribution'... [2019-09-26T21:11:53.146Z] #55 ... [2019-09-26T21:11:53.146Z] [2019-09-26T21:11:53.146Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-26T21:11:53.146Z] #61 6.087 + RM_GOPATH=0 [2019-09-26T21:11:53.146Z] #61 6.087 + TMP_GOPATH= [2019-09-26T21:11:53.146Z] #61 6.087 + : /build/ [2019-09-26T21:11:53.146Z] #61 6.087 + '[' -z '' ']' [2019-09-26T21:11:53.146Z] #61 6.093 ++ mktemp -d [2019-09-26T21:11:53.146Z] #61 6.094 + export GOPATH=/tmp/tmp.d0GxP0WtU5 [2019-09-26T21:11:53.146Z] #61 6.094 + GOPATH=/tmp/tmp.d0GxP0WtU5 [2019-09-26T21:11:53.146Z] #61 6.094 + RM_GOPATH=1 [2019-09-26T21:11:53.146Z] #61 6.094 ++ dirname ./install.sh [2019-09-26T21:11:53.146Z] #61 6.096 + dir=. [2019-09-26T21:11:53.146Z] #61 6.096 + bin=rootlesskit [2019-09-26T21:11:53.146Z] #61 6.096 + shift [2019-09-26T21:11:53.146Z] #61 6.098 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:11:53.146Z] #61 6.098 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-26T21:11:53.146Z] #61 6.098 + . ./rootlesskit.installer [2019-09-26T21:11:53.146Z] #61 6.098 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:11:53.146Z] #61 6.098 + install_rootlesskit [2019-09-26T21:11:53.146Z] #61 6.098 + case "$1" in [2019-09-26T21:11:53.146Z] #61 6.098 + export CGO_ENABLED=0 [2019-09-26T21:11:53.146Z] #61 6.098 + CGO_ENABLED=0 [2019-09-26T21:11:53.146Z] #61 6.098 + _install_rootlesskit [2019-09-26T21:11:53.146Z] #61 6.098 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-26T21:11:53.146Z] #61 6.098 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.d0GxP0WtU5/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:11:53.146Z] #61 6.098 Cloning into '/tmp/tmp.d0GxP0WtU5/src/github.com/rootless-containers/rootlesskit'... [2019-09-26T21:11:53.146Z] #61 9.640 + cd /tmp/tmp.d0GxP0WtU5/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:11:53.146Z] #61 9.640 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:11:53.146Z] #61 9.890 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:11:53.146Z] #61 9.898 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-26T21:11:53.146Z] #61 ... [2019-09-26T21:11:53.146Z] [2019-09-26T21:11:53.146Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-26T21:11:53.146Z] #50 5.561 + RM_GOPATH=0 [2019-09-26T21:11:53.146Z] #50 5.561 + TMP_GOPATH= [2019-09-26T21:11:53.146Z] #50 5.561 + : /build [2019-09-26T21:11:53.146Z] #50 5.562 + '[' -z '' ']' [2019-09-26T21:11:53.146Z] #50 5.566 ++ mktemp -d [2019-09-26T21:11:53.146Z] #50 5.580 + export GOPATH=/tmp/tmp.T0wjiWE7bz [2019-09-26T21:11:53.146Z] #50 5.580 + GOPATH=/tmp/tmp.T0wjiWE7bz [2019-09-26T21:11:53.146Z] #50 5.580 + RM_GOPATH=1 [2019-09-26T21:11:53.146Z] #50 5.580 ++ dirname ./install.sh [2019-09-26T21:11:53.146Z] #50 5.582 + dir=. [2019-09-26T21:11:53.146Z] #50 5.584 + bin=proxy [2019-09-26T21:11:53.146Z] #50 5.584 + shift [2019-09-26T21:11:53.146Z] #50 5.585 + '[' '!' -f ./proxy.installer ']' [2019-09-26T21:11:53.146Z] #50 5.585 + . ./proxy.installer [2019-09-26T21:11:53.146Z] #50 5.588 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:11:53.146Z] #50 5.589 + install_proxy [2019-09-26T21:11:53.146Z] #50 5.590 + case "$1" in [2019-09-26T21:11:53.146Z] #50 5.590 + export CGO_ENABLED=0 [2019-09-26T21:11:53.146Z] #50 5.590 + CGO_ENABLED=0 [2019-09-26T21:11:53.146Z] #50 5.590 + _install_proxy [2019-09-26T21:11:53.146Z] #50 5.590 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-26T21:11:53.146Z] #50 5.590 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:11:53.146Z] #50 5.590 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.T0wjiWE7bz/src/github.com/docker/libnetwork [2019-09-26T21:11:53.146Z] #50 5.594 Cloning into '/tmp/tmp.T0wjiWE7bz/src/github.com/docker/libnetwork'... [2019-09-26T21:11:53.402Z] #50 ... [2019-09-26T21:11:53.402Z] [2019-09-26T21:11:53.402Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-26T21:11:53.402Z] #27 5.022 + RM_GOPATH=0 [2019-09-26T21:11:53.402Z] #27 5.022 + TMP_GOPATH= [2019-09-26T21:11:53.402Z] #27 5.023 + : /build [2019-09-26T21:11:53.402Z] #27 5.023 + '[' -z '' ']' [2019-09-26T21:11:53.402Z] #27 5.024 ++ mktemp -d [2019-09-26T21:11:53.402Z] #27 5.028 + export GOPATH=/tmp/tmp.EZlMKyonLC [2019-09-26T21:11:53.402Z] #27 5.028 + GOPATH=/tmp/tmp.EZlMKyonLC [2019-09-26T21:11:53.402Z] #27 5.028 + RM_GOPATH=1 [2019-09-26T21:11:53.402Z] #27 5.029 ++ dirname ./install.sh [2019-09-26T21:11:53.402Z] #27 5.030 + dir=. [2019-09-26T21:11:53.402Z] #27 5.033 + bin=gotestsum [2019-09-26T21:11:53.402Z] #27 5.033 + shift [2019-09-26T21:11:53.402Z] #27 5.033 + '[' '!' -f ./gotestsum.installer ']' [2019-09-26T21:11:53.402Z] #27 5.033 + . ./gotestsum.installer [2019-09-26T21:11:53.402Z] #27 5.034 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-26T21:11:53.402Z] #27 5.034 + install_gotestsum [2019-09-26T21:11:53.402Z] #27 5.035 + echo 'Installing gotestsum version v0.3.5' [2019-09-26T21:11:53.402Z] #27 5.036 Installing gotestsum version v0.3.5 [2019-09-26T21:11:53.402Z] #27 5.036 + go get -d gotest.tools/gotestsum [2019-09-26T21:11:53.402Z] #27 ... [2019-09-26T21:11:53.402Z] [2019-09-26T21:11:53.402Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-26T21:11:53.402Z] #42 5.165 + RM_GOPATH=0 [2019-09-26T21:11:53.402Z] #42 5.165 + TMP_GOPATH= [2019-09-26T21:11:53.402Z] #42 5.165 + : /build [2019-09-26T21:11:53.402Z] #42 5.165 + '[' -z '' ']' [2019-09-26T21:11:53.402Z] #42 5.165 ++ mktemp -d [2019-09-26T21:11:53.402Z] #42 5.168 + export GOPATH=/tmp/tmp.gDCTTT3gCL [2019-09-26T21:11:53.402Z] #42 5.168 + GOPATH=/tmp/tmp.gDCTTT3gCL [2019-09-26T21:11:53.402Z] #42 5.168 + RM_GOPATH=1 [2019-09-26T21:11:53.402Z] #42 5.169 ++ dirname ./install.sh [2019-09-26T21:11:53.402Z] #42 5.170 + dir=. [2019-09-26T21:11:53.402Z] #42 5.170 + bin=runc [2019-09-26T21:11:53.402Z] #42 5.170 + shift [2019-09-26T21:11:53.402Z] #42 5.170 + '[' '!' -f ./runc.installer ']' [2019-09-26T21:11:53.402Z] #42 5.170 + . ./runc.installer [2019-09-26T21:11:53.402Z] #42 5.171 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:11:53.402Z] #42 5.171 + install_runc [2019-09-26T21:11:53.402Z] #42 5.171 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-26T21:11:53.402Z] #42 5.172 + uname -r [2019-09-26T21:11:53.402Z] #42 5.174 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-26T21:11:53.402Z] #42 5.175 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-26T21:11:53.402Z] #42 5.175 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-26T21:11:53.402Z] #42 5.175 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gDCTTT3gCL/src/github.com/opencontainers/runc [2019-09-26T21:11:53.402Z] #42 5.178 Cloning into '/tmp/tmp.gDCTTT3gCL/src/github.com/opencontainers/runc'... [2019-09-26T21:11:53.633Z] #38 ... [2019-09-26T21:11:53.633Z] [2019-09-26T21:11:53.633Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:11:53.633Z] #20 26.08 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-26T21:11:53.633Z] #20 26.66 [2019-09-26T21:11:53.633Z] #20 26.85 ######################################################################## 100.0% [2019-09-26T21:11:53.633Z] #20 26.99 [2019-09-26T21:11:53.633Z] #20 27.07 Download of images into '/build' complete. [2019-09-26T21:11:53.633Z] #20 27.07 Use something like the following to load the result into a Docker daemon: [2019-09-26T21:11:53.633Z] #20 27.07 tar -cC '/build' . | docker load [2019-09-26T21:11:53.633Z] #20 DONE 27.2s [2019-09-26T21:11:53.633Z] [2019-09-26T21:11:53.633Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:53.633Z] #30 67.63 os [2019-09-26T21:11:53.633Z] #30 68.12 bytes [2019-09-26T21:11:53.658Z] #42 ... [2019-09-26T21:11:53.658Z] [2019-09-26T21:11:53.658Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-26T21:11:53.658Z] #24 5.385 + RM_GOPATH=0 [2019-09-26T21:11:53.658Z] #24 5.388 + TMP_GOPATH= [2019-09-26T21:11:53.658Z] #24 5.391 + : /build [2019-09-26T21:11:53.658Z] #24 5.391 + '[' -z '' ']' [2019-09-26T21:11:53.658Z] #24 5.395 ++ mktemp -d [2019-09-26T21:11:53.658Z] #24 5.398 + export GOPATH=/tmp/tmp.tExLerTZZG [2019-09-26T21:11:53.658Z] #24 5.398 + GOPATH=/tmp/tmp.tExLerTZZG [2019-09-26T21:11:53.658Z] #24 5.398 + RM_GOPATH=1 [2019-09-26T21:11:53.658Z] #24 5.399 ++ dirname ./install.sh [2019-09-26T21:11:53.658Z] #24 5.402 + dir=. [2019-09-26T21:11:53.658Z] #24 5.402 + bin=golangci_lint [2019-09-26T21:11:53.658Z] #24 5.402 + shift [2019-09-26T21:11:53.658Z] #24 5.403 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-26T21:11:53.658Z] #24 5.403 + . ./golangci_lint.installer [2019-09-26T21:11:53.658Z] #24 5.403 ++ : v1.17.1 [2019-09-26T21:11:53.658Z] #24 5.403 + install_golangci_lint [2019-09-26T21:11:53.658Z] #24 5.404 + echo 'Installing golangci-lint version v1.17.1' [2019-09-26T21:11:53.658Z] #24 5.404 Installing golangci-lint version v1.17.1 [2019-09-26T21:11:53.658Z] #24 5.406 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:11:53.658Z] #24 ... [2019-09-26T21:11:53.658Z] [2019-09-26T21:11:53.658Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:11:53.658Z] #47 4.660 + RM_GOPATH=0 [2019-09-26T21:11:53.658Z] #47 4.660 + TMP_GOPATH= [2019-09-26T21:11:53.658Z] #47 4.660 + : /build [2019-09-26T21:11:53.658Z] #47 4.660 + '[' -z '' ']' [2019-09-26T21:11:53.658Z] #47 4.661 ++ mktemp -d [2019-09-26T21:11:53.658Z] #47 4.673 + export GOPATH=/tmp/tmp.jBep3ld495 [2019-09-26T21:11:53.658Z] #47 4.673 + GOPATH=/tmp/tmp.jBep3ld495 [2019-09-26T21:11:53.658Z] #47 4.673 + RM_GOPATH=1 [2019-09-26T21:11:53.658Z] #47 4.678 ++ dirname ./install.sh [2019-09-26T21:11:53.658Z] #47 4.683 + dir=. [2019-09-26T21:11:53.658Z] #47 4.683 + bin=containerd [2019-09-26T21:11:53.658Z] #47 4.683 + shift [2019-09-26T21:11:53.658Z] #47 4.683 + '[' '!' -f ./containerd.installer ']' [2019-09-26T21:11:53.658Z] #47 4.684 + . ./containerd.installer [2019-09-26T21:11:53.658Z] #47 4.684 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:11:53.658Z] #47 4.684 + install_containerd [2019-09-26T21:11:53.658Z] #47 4.684 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-26T21:11:53.658Z] #47 4.684 + git clone https://github.com/containerd/containerd.git /tmp/tmp.jBep3ld495/src/github.com/containerd/containerd [2019-09-26T21:11:53.658Z] #47 4.684 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:11:53.658Z] #47 4.691 Cloning into '/tmp/tmp.jBep3ld495/src/github.com/containerd/containerd'... [2019-09-26T21:11:53.778Z] CC criu/cr-errno.o [2019-09-26T21:11:53.778Z] CC criu/cr-restore.o [2019-09-26T21:11:53.914Z] #47 ... [2019-09-26T21:11:53.914Z] [2019-09-26T21:11:53.914Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:53.914Z] #30 5.185 + RM_GOPATH=0 [2019-09-26T21:11:53.914Z] #30 5.185 + TMP_GOPATH= [2019-09-26T21:11:53.914Z] #30 5.186 + : /build [2019-09-26T21:11:53.914Z] #30 5.186 + '[' -z '' ']' [2019-09-26T21:11:53.914Z] #30 5.186 ++ mktemp -d [2019-09-26T21:11:53.914Z] #30 5.208 + export GOPATH=/tmp/tmp.lReceC656i [2019-09-26T21:11:53.914Z] #30 5.208 + GOPATH=/tmp/tmp.lReceC656i [2019-09-26T21:11:53.914Z] #30 5.209 + RM_GOPATH=1 [2019-09-26T21:11:53.914Z] #30 5.212 ++ dirname ./install.sh [2019-09-26T21:11:53.914Z] #30 5.213 + dir=. [2019-09-26T21:11:53.914Z] #30 5.213 + bin=tomlv [2019-09-26T21:11:53.914Z] #30 5.214 + shift [2019-09-26T21:11:53.914Z] #30 5.215 + '[' '!' -f ./tomlv.installer ']' [2019-09-26T21:11:53.914Z] #30 5.215 + . ./tomlv.installer [2019-09-26T21:11:53.914Z] #30 5.225 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:11:53.914Z] #30 5.230 + install_tomlv [2019-09-26T21:11:53.914Z] #30 5.230 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-26T21:11:53.914Z] #30 5.230 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:11:53.914Z] #30 5.230 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.lReceC656i/src/github.com/BurntSushi/toml [2019-09-26T21:11:53.914Z] #30 5.234 Cloning into '/tmp/tmp.lReceC656i/src/github.com/BurntSushi/toml'... [2019-09-26T21:11:53.914Z] #30 6.398 + cd /tmp/tmp.lReceC656i/src/github.com/BurntSushi/toml [2019-09-26T21:11:53.914Z] #30 6.404 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:11:53.914Z] #30 6.435 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:11:53.914Z] #30 7.159 runtime/internal/atomic [2019-09-26T21:11:53.914Z] #30 7.194 internal/cpu [2019-09-26T21:11:53.914Z] #30 7.367 runtime/internal/sys [2019-09-26T21:11:53.914Z] #30 7.549 runtime/internal/math [2019-09-26T21:11:53.914Z] #30 7.621 math/bits [2019-09-26T21:11:53.914Z] #30 7.806 internal/bytealg [2019-09-26T21:11:53.914Z] #30 8.194 math [2019-09-26T21:11:53.914Z] #30 8.546 runtime [2019-09-26T21:11:53.998Z] + dpkg --print-architecture [2019-09-26T21:11:53.998Z] + cd /tmp/tmp.seOLQazDgw/src/github.com/docker/distribution [2019-09-26T21:11:53.998Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-26T21:11:53.998Z] + GOPATH=/tmp/tmp.seOLQazDgw/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.seOLQazDgw [2019-09-26T21:11:53.998Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-26T21:11:54.171Z] #30 ... [2019-09-26T21:11:54.171Z] [2019-09-26T21:11:54.171Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-26T21:11:54.171Z] #53 5.273 + RM_GOPATH=0 [2019-09-26T21:11:54.171Z] #53 5.273 + TMP_GOPATH= [2019-09-26T21:11:54.171Z] #53 5.273 + : /build [2019-09-26T21:11:54.171Z] #53 5.273 + '[' -z '' ']' [2019-09-26T21:11:54.171Z] #53 5.285 ++ mktemp -d [2019-09-26T21:11:54.171Z] #53 5.285 + export GOPATH=/tmp/tmp.iwNOjA7Qgr [2019-09-26T21:11:54.171Z] #53 5.285 + GOPATH=/tmp/tmp.iwNOjA7Qgr [2019-09-26T21:11:54.171Z] #53 5.285 + RM_GOPATH=1 [2019-09-26T21:11:54.171Z] #53 5.289 ++ dirname ./install.sh [2019-09-26T21:11:54.171Z] #53 5.295 + dir=. [2019-09-26T21:11:54.171Z] #53 5.295 + bin=dockercli [2019-09-26T21:11:54.171Z] #53 5.296 + shift [2019-09-26T21:11:54.171Z] #53 5.296 + '[' '!' -f ./dockercli.installer ']' [2019-09-26T21:11:54.171Z] #53 5.296 + . ./dockercli.installer [2019-09-26T21:11:54.171Z] #53 5.297 ++ DOCKERCLI_CHANNEL=stable [2019-09-26T21:11:54.171Z] #53 5.297 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-26T21:11:54.172Z] #53 5.297 + install_dockercli [2019-09-26T21:11:54.172Z] #53 5.300 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-26T21:11:54.172Z] #53 5.300 Install docker/cli version 17.06.2-ce from stable [2019-09-26T21:11:54.172Z] #53 5.302 ++ uname -m [2019-09-26T21:11:54.172Z] #53 5.307 + arch=x86_64 [2019-09-26T21:11:54.172Z] #53 5.307 + '[' x86_64 '!=' x86_64 ']' [2019-09-26T21:11:54.172Z] #53 5.307 + url=https://download.docker.com/linux/static [2019-09-26T21:11:54.172Z] #53 5.308 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-26T21:11:54.172Z] #53 5.308 + tar -xz docker/docker [2019-09-26T21:11:54.172Z] #53 ... [2019-09-26T21:11:54.172Z] [2019-09-26T21:11:54.172Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-26T21:11:54.172Z] #38 4.976 + RM_GOPATH=0 [2019-09-26T21:11:54.172Z] #38 4.976 + TMP_GOPATH= [2019-09-26T21:11:54.172Z] #38 4.976 + : /build [2019-09-26T21:11:54.172Z] #38 4.976 + '[' -z '' ']' [2019-09-26T21:11:54.172Z] #38 4.978 ++ mktemp -d [2019-09-26T21:11:54.172Z] #38 4.983 + export GOPATH=/tmp/tmp.aArSj2jPjP [2019-09-26T21:11:54.172Z] #38 4.984 + GOPATH=/tmp/tmp.aArSj2jPjP [2019-09-26T21:11:54.172Z] #38 4.984 + RM_GOPATH=1 [2019-09-26T21:11:54.172Z] #38 4.986 ++ dirname ./install.sh [2019-09-26T21:11:54.172Z] #38 4.987 + dir=. [2019-09-26T21:11:54.172Z] #38 4.987 + bin=tini [2019-09-26T21:11:54.172Z] #38 4.987 + shift [2019-09-26T21:11:54.172Z] #38 4.988 + '[' '!' -f ./tini.installer ']' [2019-09-26T21:11:54.172Z] #38 4.988 + . ./tini.installer [2019-09-26T21:11:54.172Z] #38 4.988 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:11:54.172Z] #38 4.990 + install_tini [2019-09-26T21:11:54.172Z] #38 4.990 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-26T21:11:54.172Z] #38 4.991 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:11:54.172Z] #38 4.991 + git clone https://github.com/krallin/tini.git /tmp/tmp.aArSj2jPjP/tini [2019-09-26T21:11:54.172Z] #38 4.994 Cloning into '/tmp/tmp.aArSj2jPjP/tini'... [2019-09-26T21:11:54.172Z] #38 6.064 + cd /tmp/tmp.aArSj2jPjP/tini [2019-09-26T21:11:54.172Z] #38 6.064 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:11:54.172Z] #38 6.103 + cmake . [2019-09-26T21:11:54.172Z] #38 6.781 -- The C compiler identification is GNU 6.3.0 [2019-09-26T21:11:54.172Z] #38 6.844 -- Check for working C compiler: /usr/bin/cc [2019-09-26T21:11:54.172Z] #38 7.596 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-26T21:11:54.172Z] #38 7.607 -- Detecting C compiler ABI info [2019-09-26T21:11:54.172Z] #38 8.183 -- Detecting C compiler ABI info - done [2019-09-26T21:11:54.172Z] #38 8.283 -- Detecting C compile features [2019-09-26T21:11:54.172Z] #38 10.07 -- Detecting C compile features - done [2019-09-26T21:11:54.172Z] #38 10.11 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-26T21:11:54.427Z] #38 10.32 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-26T21:11:54.427Z] #38 10.44 -- Configuring done [2019-09-26T21:11:54.683Z] #38 10.48 -- Generating done [2019-09-26T21:11:54.683Z] #38 10.50 -- Build files have been written to: /tmp/tmp.aArSj2jPjP/tini [2019-09-26T21:11:54.683Z] #38 10.50 + make tini-static [2019-09-26T21:11:54.939Z] #38 10.97 Scanning dependencies of target tini-static [2019-09-26T21:11:55.195Z] #38 11.04 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-26T21:11:55.451Z] #38 ... [2019-09-26T21:11:55.451Z] [2019-09-26T21:11:55.451Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:11:55.707Z] #55 12.86 + cd /tmp/tmp.mCxQbPs31t/src/github.com/docker/distribution [2019-09-26T21:11:55.707Z] #55 12.86 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-26T21:11:55.805Z] CC criu/cr-service.o [2019-09-26T21:11:56.178Z] #30 72.36 bufio [2019-09-26T21:11:56.433Z] #30 ... [2019-09-26T21:11:56.433Z] [2019-09-26T21:11:56.433Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:11:56.433Z] #33 62.82 time [2019-09-26T21:11:56.433Z] #33 70.60 internal/fmtsort [2019-09-26T21:11:56.433Z] #33 71.03 internal/poll [2019-09-26T21:11:56.433Z] #33 71.83 internal/syscall/unix [2019-09-26T21:11:56.433Z] #33 72.55 strings [2019-09-26T21:11:56.687Z] #33 ... [2019-09-26T21:11:56.687Z] [2019-09-26T21:11:56.687Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-26T21:11:56.687Z] #38 4.660 + cd /tmp/tmp.ZTldcHTuJG/tini [2019-09-26T21:11:56.687Z] #38 4.660 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:11:56.687Z] #38 4.696 + cmake . [2019-09-26T21:11:56.687Z] #38 5.626 -- The C compiler identification is GNU 6.3.0 [2019-09-26T21:11:56.687Z] #38 5.635 -- Check for working C compiler: /usr/bin/cc [2019-09-26T21:11:56.687Z] #38 6.762 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-26T21:11:56.687Z] #38 6.767 -- Detecting C compiler ABI info [2019-09-26T21:11:56.687Z] #38 7.565 -- Detecting C compiler ABI info - done [2019-09-26T21:11:56.687Z] #38 7.607 -- Detecting C compile features [2019-09-26T21:11:56.814Z] CC criu/crtools.o [2019-09-26T21:11:57.097Z] CC criu/eventfd.o [2019-09-26T21:11:57.381Z] CC criu/eventpoll.o [2019-09-26T21:11:57.596Z] #55 ... [2019-09-26T21:11:57.596Z] [2019-09-26T21:11:57.596Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-26T21:11:57.596Z] #53 12.97 + mkdir -p /build [2019-09-26T21:11:57.596Z] #53 12.97 + mv docker/docker /build/ [2019-09-26T21:11:57.596Z] #53 12.97 + rmdir docker [2019-09-26T21:11:57.596Z] #53 DONE 13.5s [2019-09-26T21:11:57.596Z] [2019-09-26T21:11:57.596Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-26T21:11:57.596Z] #38 12.58 [100%] Linking C executable tini-static [2019-09-26T21:11:57.596Z] #38 13.19 [100%] Built target tini-static [2019-09-26T21:11:57.596Z] #38 13.30 + mkdir -p /build [2019-09-26T21:11:57.596Z] #38 13.30 + cp tini-static /build/docker-init [2019-09-26T21:11:57.596Z] #38 DONE 13.5s [2019-09-26T21:11:57.596Z] [2019-09-26T21:11:57.596Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:11:57.596Z] #30 12.63 unicode/utf8 [2019-09-26T21:11:57.596Z] #30 13.07 internal/race [2019-09-26T21:11:57.596Z] #30 13.21 sync/atomic [2019-09-26T21:11:57.596Z] #30 13.45 unicode [2019-09-26T21:11:57.666Z] CC criu/external.o [2019-09-26T21:11:57.949Z] CC criu/fault-injection.o [2019-09-26T21:11:57.949Z] CC criu/fdstore.o [2019-09-26T21:11:58.236Z] CC criu/fifo.o [2019-09-26T21:11:58.236Z] CC criu/file-ids.o [2019-09-26T21:11:58.260Z] + rm -rf /tmp/tmp.seOLQazDgw/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.seOLQazDgw [2019-09-26T21:11:58.525Z] CC criu/file-lock.o [2019-09-26T21:11:58.571Z] #38 9.697 -- Detecting C compile features - done [2019-09-26T21:11:58.571Z] #38 9.739 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-26T21:11:58.825Z] #38 9.957 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-26T21:11:58.825Z] #38 10.08 -- Configuring done [2019-09-26T21:11:59.080Z] #38 10.09 -- Generating done [2019-09-26T21:11:59.080Z] #38 10.11 -- Build files have been written to: /tmp/tmp.ZTldcHTuJG/tini [2019-09-26T21:11:59.080Z] #38 10.12 + make tini-static [2019-09-26T21:11:59.141Z] CC criu/files-ext.o [2019-09-26T21:11:59.141Z] CC criu/files-reg.o [2019-09-26T21:11:59.334Z] #38 10.59 Scanning dependencies of target tini-static [2019-09-26T21:11:59.589Z] #38 10.73 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-26T21:12:00.148Z] #38 ... [2019-09-26T21:12:00.148Z] [2019-09-26T21:12:00.148Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:00.148Z] #58 4.573 Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:12:00.148Z] #58 4.573 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:12:00.148Z] #58 7.236 fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:12:00.148Z] #58 7.335 GEN .gitid [2019-09-26T21:12:00.148Z] #58 7.419 GEN criu/include/version.h [2019-09-26T21:12:00.148Z] #58 7.563 GEN include/common/asm [2019-09-26T21:12:00.148Z] #58 10.71 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-26T21:12:00.148Z] #58 10.80 PBCC images/opts.pb-c.c [2019-09-26T21:12:00.148Z] #58 10.81 PBCC images/sit.pb-c.c [2019-09-26T21:12:00.148Z] #58 10.90 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.00 DEP images/opts.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.11 DEP images/sit.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.15 PBCC images/macvlan.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.18 DEP images/macvlan.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.24 PBCC images/autofs.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.30 DEP images/autofs.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.37 PBCC images/sysctl.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.41 DEP images/sysctl.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.45 PBCC images/time.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.47 DEP images/time.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.51 PBCC images/binfmt-misc.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.51 DEP images/binfmt-misc.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.57 PBCC images/seccomp.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.58 DEP images/seccomp.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.65 PBCC images/userns.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.68 DEP images/userns.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.80 PBCC images/cgroup.pb-c.c [2019-09-26T21:12:00.148Z] #58 11.89 DEP images/cgroup.pb-c.d [2019-09-26T21:12:00.148Z] #58 11.97 PBCC images/fown.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.00 PBCC images/ext-file.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.01 DEP images/fown.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.07 DEP images/ext-file.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.10 PBCC images/rpc.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.18 DEP images/rpc.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.32 PBCC images/siginfo.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.41 DEP images/siginfo.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.50 PBCC images/pagemap.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.57 DEP images/pagemap.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.62 PBCC images/rlimit.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.66 DEP images/rlimit.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.71 PBCC images/file-lock.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.72 DEP images/file-lock.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.81 PBCC images/tty.pb-c.c [2019-09-26T21:12:00.148Z] #58 12.84 DEP images/tty.pb-c.d [2019-09-26T21:12:00.148Z] #58 12.93 PBCC images/tun.pb-c.c [2019-09-26T21:12:00.148Z] #58 13.00 PBCC images/netdev.pb-c.c [2019-09-26T21:12:00.148Z] #58 13.05 DEP images/tun.pb-c.d [2019-09-26T21:12:00.148Z] #58 13.15 DEP images/netdev.pb-c.d [2019-09-26T21:12:00.148Z] #58 13.19 PBCC images/vma.pb-c.c [2019-09-26T21:12:00.148Z] #58 13.23 DEP images/vma.pb-c.d [2019-09-26T21:12:00.148Z] #58 13.32 PBCC images/creds.pb-c.c [2019-09-26T21:12:00.148Z] #58 13.37 DEP images/creds.pb-c.d [2019-09-26T21:12:00.148Z] #58 13.40 PBCC images/utsns.pb-c.c [2019-09-26T21:12:00.148Z] #58 13.45 DEP images/utsns.pb-c.d [2019-09-26T21:12:00.148Z] #58 13.51 PBCC images/ipc-desc.pb-c.c [2019-09-26T21:12:00.148Z] #58 13.58 PBCC images/ipc-sem.pb-c.c [2019-09-26T21:12:00.148Z] #58 13.63 DEP images/ipc-desc.pb-c.d [2019-09-26T21:12:00.148Z] #58 13.71 DEP images/ipc-sem.pb-c.d [2019-09-26T21:12:00.148Z] #58 13.77 PBCC images/ipc-msg.pb-c.c [2019-09-26T21:12:00.152Z] Removing intermediate container 1d83bf3266ee [2019-09-26T21:12:00.152Z] ---> 95b943ebac82 [2019-09-26T21:12:00.152Z] Step 17/126 : FROM base AS swagger [2019-09-26T21:12:00.152Z] ---> 4deb36ca5cfa [2019-09-26T21:12:00.152Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-26T21:12:00.152Z] ---> Running in 82167f5bec8d [2019-09-26T21:12:00.152Z] Removing intermediate container 82167f5bec8d [2019-09-26T21:12:00.152Z] ---> 77acda7b7985 [2019-09-26T21:12:00.152Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-26T21:12:00.152Z] ---> Running in b331873957f0 [2019-09-26T21:12:00.403Z] #58 13.78 DEP images/ipc-msg.pb-c.d [2019-09-26T21:12:00.403Z] #58 13.83 PBCC images/ipc-shm.pb-c.c [2019-09-26T21:12:00.403Z] #58 13.90 DEP images/ipc-shm.pb-c.d [2019-09-26T21:12:00.403Z] #58 13.98 PBCC images/ipc-var.pb-c.c [2019-09-26T21:12:00.403Z] #58 14.03 DEP images/ipc-var.pb-c.d [2019-09-26T21:12:00.516Z] + mktemp -d [2019-09-26T21:12:00.516Z] + export GOPATH=/tmp/tmp.5krGBQvzZS [2019-09-26T21:12:00.516Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.5krGBQvzZS/src/github.com/go-swagger/go-swagger [2019-09-26T21:12:00.516Z] Cloning into '/tmp/tmp.5krGBQvzZS/src/github.com/go-swagger/go-swagger'... [2019-09-26T21:12:00.615Z] CC criu/files.o [2019-09-26T21:12:00.658Z] #58 14.08 PBCC images/sk-opts.pb-c.c [2019-09-26T21:12:00.658Z] #58 14.13 PBCC images/packet-sock.pb-c.c [2019-09-26T21:12:00.864Z] #30 16.89 internal/testlog [2019-09-26T21:12:00.864Z] #30 17.11 encoding [2019-09-26T21:12:00.864Z] #30 17.18 runtime/cgo [2019-09-26T21:12:00.953Z] #58 14.21 DEP images/sk-opts.pb-c.d [2019-09-26T21:12:00.954Z] #58 14.29 DEP images/packet-sock.pb-c.d [2019-09-26T21:12:00.954Z] #58 14.38 PBCC images/sk-netlink.pb-c.c [2019-09-26T21:12:00.954Z] #58 14.41 DEP images/sk-netlink.pb-c.d [2019-09-26T21:12:00.954Z] #58 14.46 PBCC images/sk-inet.pb-c.c [2019-09-26T21:12:00.954Z] #58 14.52 DEP images/sk-inet.pb-c.d [2019-09-26T21:12:01.208Z] #58 14.65 PBCC images/sk-unix.pb-c.c [2019-09-26T21:12:01.208Z] #58 ... [2019-09-26T21:12:01.208Z] [2019-09-26T21:12:01.208Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:12:01.208Z] #47 34.84 + cd /tmp/tmp.40I0tgUzJD/src/github.com/containerd/containerd [2019-09-26T21:12:01.208Z] #47 34.85 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:12:01.626Z] CC criu/filesystems.o [2019-09-26T21:12:01.909Z] CC criu/fsnotify.o [2019-09-26T21:12:02.142Z] #47 ... [2019-09-26T21:12:02.143Z] [2019-09-26T21:12:02.143Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:02.143Z] #13 5.443 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:12:02.143Z] #13 5.445 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:12:02.143Z] #13 5.499 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:12:02.143Z] #13 5.503 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:12:02.143Z] #13 5.557 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:12:02.143Z] #13 6.308 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-26T21:12:02.143Z] #13 7.901 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-26T21:12:02.143Z] #13 8.585 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-26T21:12:02.397Z] #13 ... [2019-09-26T21:12:02.397Z] [2019-09-26T21:12:02.397Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:02.397Z] #58 14.75 DEP images/sk-unix.pb-c.d [2019-09-26T21:12:02.397Z] #58 14.83 PBCC images/mm.pb-c.c [2019-09-26T21:12:02.397Z] #58 14.86 DEP images/mm.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.00 PBCC images/timerfd.pb-c.c [2019-09-26T21:12:02.397Z] #58 15.07 DEP images/timerfd.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.17 PBCC images/timer.pb-c.c [2019-09-26T21:12:02.397Z] #58 15.22 DEP images/timer.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.27 PBCC images/sa.pb-c.c [2019-09-26T21:12:02.397Z] #58 15.30 DEP images/sa.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.36 PBCC images/pipe-data.pb-c.c [2019-09-26T21:12:02.397Z] #58 15.38 DEP images/pipe-data.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.45 PBCC images/mnt.pb-c.c [2019-09-26T21:12:02.397Z] #58 15.52 DEP images/mnt.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.58 PBCC images/sk-packet.pb-c.c [2019-09-26T21:12:02.397Z] #58 15.60 DEP images/sk-packet.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.65 PBCC images/tcp-stream.pb-c.c [2019-09-26T21:12:02.397Z] #58 ... [2019-09-26T21:12:02.397Z] [2019-09-26T21:12:02.397Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-26T21:12:02.397Z] #38 12.34 [100%] Linking C executable tini-static [2019-09-26T21:12:02.397Z] #38 12.92 [100%] Built target tini-static [2019-09-26T21:12:02.397Z] #38 12.99 + mkdir -p /build [2019-09-26T21:12:02.397Z] #38 12.99 + cp tini-static /build/docker-init [2019-09-26T21:12:02.397Z] #38 DONE 13.5s [2019-09-26T21:12:02.397Z] [2019-09-26T21:12:02.397Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:02.397Z] #58 15.77 DEP images/tcp-stream.pb-c.d [2019-09-26T21:12:02.397Z] #58 15.90 PBCC images/pipe.pb-c.c [2019-09-26T21:12:02.527Z] CC criu/image-desc.o [2019-09-26T21:12:02.527Z] CC criu/image.o [2019-09-26T21:12:02.652Z] #58 15.93 DEP images/pipe.pb-c.d [2019-09-26T21:12:02.652Z] #58 16.15 PBCC images/pstree.pb-c.c [2019-09-26T21:12:02.754Z] #30 ... [2019-09-26T21:12:02.754Z] [2019-09-26T21:12:02.754Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-26T21:12:02.754Z] #50 18.30 + cd /tmp/tmp.T0wjiWE7bz/src/github.com/docker/libnetwork [2019-09-26T21:12:02.754Z] #50 18.30 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:12:02.754Z] #50 18.87 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-26T21:12:02.907Z] #58 16.19 DEP images/pstree.pb-c.d [2019-09-26T21:12:02.907Z] #58 16.34 PBCC images/fs.pb-c.c [2019-09-26T21:12:02.907Z] #58 16.41 DEP images/fs.pb-c.d [2019-09-26T21:12:03.144Z] CC criu/ipc_ns.o [2019-09-26T21:12:03.161Z] #58 16.54 PBCC images/signalfd.pb-c.c [2019-09-26T21:12:03.161Z] #58 16.61 DEP images/signalfd.pb-c.d [2019-09-26T21:12:03.416Z] #58 16.80 PBCC images/fh.pb-c.c [2019-09-26T21:12:03.416Z] #58 16.93 PBCC images/fsnotify.pb-c.c [2019-09-26T21:12:03.672Z] #58 16.99 DEP images/fh.pb-c.d [2019-09-26T21:12:03.672Z] #58 17.12 DEP images/fsnotify.pb-c.d [2019-09-26T21:12:03.760Z] CC criu/irmap.o [2019-09-26T21:12:03.809Z] + cd /tmp/tmp.5krGBQvzZS/src/github.com/go-swagger/go-swagger [2019-09-26T21:12:03.809Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-26T21:12:03.809Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-26T21:12:03.930Z] #58 17.32 PBCC images/eventpoll.pb-c.c [2019-09-26T21:12:03.930Z] #58 17.35 DEP images/eventpoll.pb-c.d [2019-09-26T21:12:03.930Z] #58 17.39 PBCC images/eventfd.pb-c.c [2019-09-26T21:12:03.930Z] #58 17.43 DEP images/eventfd.pb-c.d [2019-09-26T21:12:03.930Z] #58 17.47 PBCC images/remap-file-path.pb-c.c [2019-09-26T21:12:04.044Z] CC criu/kcmp-ids.o [2019-09-26T21:12:04.184Z] #58 17.51 DEP images/remap-file-path.pb-c.d [2019-09-26T21:12:04.184Z] #58 17.55 PBCC images/fifo.pb-c.c [2019-09-26T21:12:04.184Z] #58 17.58 DEP images/fifo.pb-c.d [2019-09-26T21:12:04.184Z] #58 17.60 PBCC images/ghost-file.pb-c.c [2019-09-26T21:12:04.184Z] #58 17.64 DEP images/ghost-file.pb-c.d [2019-09-26T21:12:04.184Z] #58 17.72 PBCC images/regfile.pb-c.c [2019-09-26T21:12:04.327Z] CC criu/kerndat.o [2019-09-26T21:12:04.439Z] #58 17.81 DEP images/regfile.pb-c.d [2019-09-26T21:12:04.439Z] #58 17.90 PBCC images/ns.pb-c.c [2019-09-26T21:12:04.439Z] #58 17.94 DEP images/ns.pb-c.d [2019-09-26T21:12:04.694Z] #58 18.03 PBCC images/fdinfo.pb-c.c [2019-09-26T21:12:04.694Z] #58 18.14 DEP images/fdinfo.pb-c.d [2019-09-26T21:12:04.694Z] #58 18.20 PBCC images/core-aarch64.pb-c.c [2019-09-26T21:12:04.694Z] #58 18.24 PBCC images/core-arm.pb-c.c [2019-09-26T21:12:04.944Z] CC criu/libnetlink.o [2019-09-26T21:12:04.948Z] #58 18.33 PBCC images/core-ppc64.pb-c.c [2019-09-26T21:12:04.949Z] #58 18.42 PBCC images/core-s390.pb-c.c [2019-09-26T21:12:04.949Z] #58 18.46 PBCC images/core-x86.pb-c.c [2019-09-26T21:12:04.949Z] #58 18.53 PBCC images/core.pb-c.c [2019-09-26T21:12:05.203Z] #58 18.63 PBCC images/inventory.pb-c.c [2019-09-26T21:12:05.203Z] #58 18.70 DEP images/core-aarch64.pb-c.d [2019-09-26T21:12:05.203Z] #58 18.79 DEP images/core-arm.pb-c.d [2019-09-26T21:12:05.228Z] CC criu/log.o [2019-09-26T21:12:05.458Z] #58 18.86 DEP images/core-ppc64.pb-c.d [2019-09-26T21:12:05.515Z] CC criu/lsm.o [2019-09-26T21:12:05.515Z] CC criu/mem.o [2019-09-26T21:12:05.713Z] #58 18.94 DEP images/core-s390.pb-c.d [2019-09-26T21:12:05.713Z] #58 19.01 DEP images/core-x86.pb-c.d [2019-09-26T21:12:05.713Z] #58 19.11 DEP images/core.pb-c.d [2019-09-26T21:12:05.713Z] #58 19.20 DEP images/inventory.pb-c.d [2019-09-26T21:12:05.967Z] #58 19.29 PBCC images/cpuinfo.pb-c.c [2019-09-26T21:12:05.967Z] #58 19.35 DEP images/cpuinfo.pb-c.d [2019-09-26T21:12:05.967Z] #58 19.43 PBCC images/stats.pb-c.c [2019-09-26T21:12:05.967Z] #58 19.44 DEP images/stats.pb-c.d [2019-09-26T21:12:06.040Z] #50 ... [2019-09-26T21:12:06.040Z] [2019-09-26T21:12:06.040Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:06.040Z] #33 12.23 unicode/utf8 [2019-09-26T21:12:06.040Z] #33 12.66 math/bits [2019-09-26T21:12:06.040Z] #33 13.33 math [2019-09-26T21:12:06.040Z] #33 17.31 internal/testlog [2019-09-26T21:12:06.040Z] #33 17.53 encoding [2019-09-26T21:12:06.040Z] #33 17.63 unicode/utf16 [2019-09-26T21:12:06.040Z] #33 17.86 container/list [2019-09-26T21:12:06.040Z] #33 18.21 crypto/internal/subtle [2019-09-26T21:12:06.040Z] #33 18.25 crypto/subtle [2019-09-26T21:12:06.040Z] #33 18.34 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-26T21:12:06.040Z] #33 18.41 internal/nettrace [2019-09-26T21:12:06.040Z] #33 18.55 runtime/cgo [2019-09-26T21:12:06.040Z] #33 ... [2019-09-26T21:12:06.040Z] [2019-09-26T21:12:06.040Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-26T21:12:06.040Z] #24 19.93 + cd /tmp/tmp.tExLerTZZG/src/github.com/golangci/golangci-lint/ [2019-09-26T21:12:06.040Z] #24 19.93 + git checkout -q v1.17.1 [2019-09-26T21:12:06.040Z] #24 20.67 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:12:06.525Z] CC criu/mount.o [2019-09-26T21:12:06.891Z] #58 ... [2019-09-26T21:12:06.891Z] [2019-09-26T21:12:06.891Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:12:06.891Z] #30 73.16 fmt [2019-09-26T21:12:06.891Z] #30 74.36 path/filepath [2019-09-26T21:12:06.891Z] #30 76.05 io/ioutil [2019-09-26T21:12:06.891Z] #30 76.61 path [2019-09-26T21:12:06.891Z] #30 77.10 text/tabwriter [2019-09-26T21:12:06.891Z] #30 78.06 github.com/BurntSushi/toml [2019-09-26T21:12:06.891Z] #30 78.06 flag [2019-09-26T21:12:06.891Z] #30 80.78 log [2019-09-26T21:12:07.146Z] #30 83.19 github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:12:07.146Z] #30 ... [2019-09-26T21:12:07.146Z] [2019-09-26T21:12:07.146Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:12:07.146Z] #47 37.72 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-26T21:12:07.146Z] #47 37.72 + BUILDTAGS='netgo osusergo static_build' [2019-09-26T21:12:07.146Z] #47 37.72 + export EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:12:07.146Z] #47 37.72 + EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:12:07.146Z] #47 37.72 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-26T21:12:07.146Z] #47 37.72 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-26T21:12:07.146Z] #47 37.72 + '[' '' = dynamic ']' [2019-09-26T21:12:07.146Z] #47 37.72 + make [2019-09-26T21:12:07.146Z] #47 38.29 🇩 bin/ctr [2019-09-26T21:12:07.705Z] #47 ... [2019-09-26T21:12:07.705Z] [2019-09-26T21:12:07.705Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:07.705Z] #33 74.10 os [2019-09-26T21:12:07.705Z] #33 75.61 regexp/syntax [2019-09-26T21:12:07.705Z] #33 78.37 fmt [2019-09-26T21:12:07.705Z] #33 81.50 path/filepath [2019-09-26T21:12:07.705Z] #33 82.85 regexp [2019-09-26T21:12:07.705Z] #33 83.96 flag [2019-09-26T21:12:07.944Z] #24 ... [2019-09-26T21:12:07.944Z] [2019-09-26T21:12:07.944Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-26T21:12:07.944Z] #42 13.63 + cd /tmp/tmp.gDCTTT3gCL/src/github.com/opencontainers/runc [2019-09-26T21:12:07.944Z] #42 13.63 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:12:07.944Z] #42 14.26 + '[' -z '' ']' [2019-09-26T21:12:07.944Z] #42 14.26 + target=static [2019-09-26T21:12:07.944Z] #42 14.26 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-26T21:12:07.944Z] #42 16.36 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-26T21:12:07.944Z] #42 ... [2019-09-26T21:12:07.944Z] [2019-09-26T21:12:07.944Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:12:07.944Z] #55 15.25 + GOPATH=/tmp/tmp.mCxQbPs31t/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.mCxQbPs31t go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-26T21:12:07.944Z] #55 ... [2019-09-26T21:12:07.944Z] [2019-09-26T21:12:07.944Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:07.944Z] #57 19.88 Fetched 7916 kB in 14s (546 kB/s) [2019-09-26T21:12:07.944Z] #57 19.88 Reading package lists... [2019-09-26T21:12:07.960Z] #33 ... [2019-09-26T21:12:07.960Z] [2019-09-26T21:12:07.960Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:07.960Z] #58 21.10 make[1]: Nothing to be done for 'all'. [2019-09-26T21:12:09.213Z] CC criu/namespaces.o [2019-09-26T21:12:09.319Z] #58 22.72 CC images/stats.o [2019-09-26T21:12:09.878Z] #58 23.12 CC images/core.o [2019-09-26T21:12:10.223Z] CC criu/net.o [2019-09-26T21:12:10.437Z] #58 23.92 CC images/core-x86.o [2019-09-26T21:12:10.458Z] #57 24.93 Reading package lists... [2019-09-26T21:12:10.458Z] #57 ... [2019-09-26T21:12:10.458Z] [2019-09-26T21:12:10.458Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:10.458Z] #33 26.48 vendor/golang.org/x/crypto/internal/subtle [2019-09-26T21:12:10.458Z] #33 26.57 vendor/golang.org/x/crypto/curve25519 [2019-09-26T21:12:11.410Z] #58 24.64 CC images/core-arm.o [2019-09-26T21:12:11.410Z] #58 ... [2019-09-26T21:12:11.410Z] [2019-09-26T21:12:11.410Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:12:11.410Z] #30 DONE 87.6s [2019-09-26T21:12:11.410Z] [2019-09-26T21:12:11.410Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:11.410Z] #33 85.75 go/token [2019-09-26T21:12:11.410Z] #33 86.50 internal/lazyregexp [2019-09-26T21:12:11.410Z] #33 86.75 go/scanner [2019-09-26T21:12:11.410Z] #33 86.86 path [2019-09-26T21:12:11.410Z] #33 87.56 io/ioutil [2019-09-26T21:12:11.969Z] #33 88.43 net/url [2019-09-26T21:12:12.228Z] #33 88.69 go/ast [2019-09-26T21:12:12.250Z] CC criu/netfilter.o [2019-09-26T21:12:12.250Z] CC criu/page-pipe.o [2019-09-26T21:12:12.534Z] CC criu/page-xfer.o [2019-09-26T21:12:13.547Z] CC criu/pagemap-cache.o [2019-09-26T21:12:13.547Z] CC criu/pagemap.o [2019-09-26T21:12:14.155Z] #33 90.12 text/template/parse [2019-09-26T21:12:14.163Z] CC criu/parasite-syscall.o [2019-09-26T21:12:14.621Z] #33 ... [2019-09-26T21:12:14.621Z] [2019-09-26T21:12:14.621Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-26T21:12:14.621Z] #50 DONE 31.1s [2019-09-26T21:12:14.621Z] [2019-09-26T21:12:14.621Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:14.621Z] #57 24.93 Reading package lists... [2019-09-26T21:12:14.621Z] #57 29.84 Building dependency tree... [2019-09-26T21:12:14.621Z] #57 30.86 Reading state information... [2019-09-26T21:12:14.780Z] CC criu/path.o [2019-09-26T21:12:14.876Z] #57 32.23 The following additional packages will be installed: [2019-09-26T21:12:14.876Z] #57 32.24 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-26T21:12:14.876Z] #57 32.24 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-26T21:12:14.876Z] #57 32.26 Suggested packages: [2019-09-26T21:12:14.876Z] #57 32.26 manpages-dev python-setuptools [2019-09-26T21:12:15.064Z] CC criu/pie-util-vdso-elf32.o [2019-09-26T21:12:15.336Z] + rm -rf /tmp/tmp.5krGBQvzZS [2019-09-26T21:12:15.336Z] Removing intermediate container b331873957f0 [2019-09-26T21:12:15.336Z] ---> 91334e2d12db [2019-09-26T21:12:15.336Z] Step 20/126 : FROM base AS frozen-images [2019-09-26T21:12:15.336Z] ---> 4deb36ca5cfa [2019-09-26T21:12:15.336Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:12:15.336Z] ---> Using cache [2019-09-26T21:12:15.336Z] ---> 117fb4b7c7b3 [2019-09-26T21:12:15.336Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-26T21:12:15.336Z] ---> Running in a3e4c52beca3 [2019-09-26T21:12:15.336Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:12:15.336Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:12:15.336Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:12:15.336Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:12:15.336Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:12:15.336Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-26T21:12:15.348Z] CC criu/pie-util-vdso.o [2019-09-26T21:12:15.348Z] CC criu/pie-util.o [2019-09-26T21:12:15.631Z] CC criu/pipes.o [2019-09-26T21:12:15.697Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-26T21:12:15.697Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-26T21:12:15.915Z] CC criu/plugin.o [2019-09-26T21:12:16.198Z] CC criu/proc_parse.o [2019-09-26T21:12:16.240Z] #57 33.48 The following NEW packages will be installed: [2019-09-26T21:12:16.240Z] #57 33.48 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-26T21:12:16.240Z] #57 33.48 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-26T21:12:16.240Z] #57 33.48 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-26T21:12:16.240Z] #57 33.49 zlib1g-dev [2019-09-26T21:12:16.663Z] #33 ... [2019-09-26T21:12:16.663Z] [2019-09-26T21:12:16.663Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:16.663Z] #58 25.19 CC images/core-aarch64.o [2019-09-26T21:12:16.663Z] #58 25.91 CC images/core-ppc64.o [2019-09-26T21:12:16.663Z] #58 26.62 CC images/core-s390.o [2019-09-26T21:12:16.663Z] #58 27.37 CC images/cpuinfo.o [2019-09-26T21:12:16.663Z] #58 27.82 CC images/inventory.o [2019-09-26T21:12:16.663Z] #58 28.10 CC images/fdinfo.o [2019-09-26T21:12:16.663Z] #58 28.54 CC images/fown.o [2019-09-26T21:12:16.663Z] #58 28.77 CC images/ns.o [2019-09-26T21:12:16.663Z] #58 29.10 CC images/regfile.o [2019-09-26T21:12:16.663Z] #58 29.40 CC images/ghost-file.o [2019-09-26T21:12:16.663Z] #58 29.80 CC images/fifo.o [2019-09-26T21:12:16.663Z] #58 30.02 CC images/remap-file-path.o [2019-09-26T21:12:16.918Z] #58 30.28 CC images/eventfd.o [2019-09-26T21:12:17.065Z] Fetched 7668 kB in 1s (4225 kB/s) [2019-09-26T21:12:17.165Z] #57 34.57 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:12:17.165Z] #57 34.57 Need to get 3602 kB of archives. [2019-09-26T21:12:17.165Z] #57 34.57 After this operation, 18.9 MB of additional disk space will be used. [2019-09-26T21:12:17.165Z] #57 34.57 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-26T21:12:17.165Z] #57 34.57 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-26T21:12:17.165Z] #57 34.57 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-26T21:12:17.165Z] #57 34.58 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-26T21:12:17.165Z] #57 34.58 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-26T21:12:17.165Z] #57 34.59 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-26T21:12:17.165Z] #57 34.59 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-26T21:12:17.165Z] #57 34.60 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-26T21:12:17.165Z] #57 34.62 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-26T21:12:17.165Z] #57 34.67 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-26T21:12:17.217Z] #58 30.48 CC images/eventpoll.o [2019-09-26T21:12:17.421Z] #57 34.69 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-26T21:12:17.421Z] #57 34.77 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-26T21:12:17.421Z] #57 34.83 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-26T21:12:17.421Z] #57 34.84 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-26T21:12:17.421Z] #57 34.85 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-26T21:12:17.421Z] #57 34.88 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-26T21:12:17.444Z] Reading package lists... [2019-09-26T21:12:17.472Z] #58 30.86 CC images/fh.o [2019-09-26T21:12:17.472Z] #58 ... [2019-09-26T21:12:17.472Z] [2019-09-26T21:12:17.472Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:17.472Z] #33 93.84 go/parser [2019-09-26T21:12:17.806Z] Reading package lists... [2019-09-26T21:12:18.204Z] Building dependency tree... [2019-09-26T21:12:18.204Z] Reading state information... [2019-09-26T21:12:18.204Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-26T21:12:18.204Z] The following additional packages will be installed: [2019-09-26T21:12:18.204Z] libjq1 libonig4 [2019-09-26T21:12:18.204Z] The following NEW packages will be installed: [2019-09-26T21:12:18.204Z] jq libjq1 libonig4 [2019-09-26T21:12:18.204Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:12:18.204Z] Need to get 328 kB of archives. [2019-09-26T21:12:18.204Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-26T21:12:18.204Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-26T21:12:18.204Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-26T21:12:18.204Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-26T21:12:18.204Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:12:18.204Z] Fetched 328 kB in 0s (3772 kB/s) [2019-09-26T21:12:18.204Z] Selecting previously unselected package libonig4:s390x. [2019-09-26T21:12:18.204Z] (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-09-26T21:12:18.204Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-26T21:12:18.204Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-26T21:12:18.227Z] CC criu/protobuf-desc.o [2019-09-26T21:12:18.349Z] #57 35.70 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:12:18.349Z] #57 35.81 Fetched 3602 kB in 1s (2649 kB/s) [2019-09-26T21:12:18.396Z] #33 94.48 text/template [2019-09-26T21:12:18.567Z] Selecting previously unselected package libjq1:s390x. [2019-09-26T21:12:18.567Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-26T21:12:18.567Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-26T21:12:18.567Z] Selecting previously unselected package jq. [2019-09-26T21:12:18.567Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-26T21:12:18.567Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:12:18.567Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-26T21:12:18.567Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-26T21:12:18.567Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:12:18.567Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:12:18.605Z] #57 35.88 Selecting previously unselected package libnet1:amd64. [2019-09-26T21:12:18.605Z] #57 35.88 (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 ... 15091 files and directories currently installed.) [2019-09-26T21:12:18.605Z] #57 35.95 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-26T21:12:18.605Z] #57 35.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:12:18.844Z] CC criu/protobuf.o [2019-09-26T21:12:18.844Z] CC criu/pstree.o [2019-09-26T21:12:18.861Z] #57 36.07 Selecting previously unselected package libcap-dev:amd64. [2019-09-26T21:12:18.861Z] #57 36.07 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-26T21:12:18.861Z] #57 36.08 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-26T21:12:18.861Z] #57 36.19 Selecting previously unselected package libnet1-dev. [2019-09-26T21:12:18.861Z] #57 36.19 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-26T21:12:18.861Z] #57 36.20 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:12:18.947Z] Removing intermediate container a3e4c52beca3 [2019-09-26T21:12:18.947Z] ---> 17aeea078a22 [2019-09-26T21:12:18.947Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-26T21:12:19.118Z] #57 36.40 Selecting previously unselected package libnl-3-200:amd64. [2019-09-26T21:12:19.118Z] #57 36.41 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-26T21:12:19.118Z] #57 36.43 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:12:19.118Z] #57 36.56 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-26T21:12:19.118Z] #57 36.56 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-26T21:12:19.118Z] #57 36.56 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-26T21:12:19.327Z] ---> 20ff3c67e774 [2019-09-26T21:12:19.327Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-26T21:12:19.327Z] ---> Running in 446213c70fc1 [2019-09-26T21:12:19.375Z] #57 36.81 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-26T21:12:19.375Z] #57 36.81 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-26T21:12:19.375Z] #57 36.81 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:12:19.375Z] #57 36.91 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-26T21:12:19.631Z] #57 36.94 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-26T21:12:19.631Z] #57 36.95 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-26T21:12:19.855Z] CC criu/rbtree.o [2019-09-26T21:12:19.855Z] CC criu/rst-malloc.o [2019-09-26T21:12:19.887Z] #57 37.07 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-26T21:12:19.887Z] #57 37.07 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-26T21:12:19.887Z] #57 37.07 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-26T21:12:20.139Z] CC criu/seccomp.o [2019-09-26T21:12:20.143Z] #57 37.34 Selecting previously unselected package libprotobuf10:amd64. [2019-09-26T21:12:20.143Z] #57 37.34 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-26T21:12:20.143Z] #57 37.35 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-26T21:12:20.423Z] CC criu/seize.o [2019-09-26T21:12:20.705Z] #57 37.94 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-26T21:12:20.706Z] #57 37.94 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-26T21:12:20.706Z] #57 37.94 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-26T21:12:20.706Z] #57 38.15 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-26T21:12:20.706Z] #57 38.15 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-26T21:12:20.706Z] #57 38.16 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-26T21:12:20.712Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-26T21:12:20.712Z]  [2019-09-26T21:12:20.948Z] #33 ... [2019-09-26T21:12:20.948Z] [2019-09-26T21:12:20.948Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:20.948Z] #13 18.45 Fetched 7916 kB in 14s (565 kB/s) [2019-09-26T21:12:20.948Z] #13 18.45 Reading package lists... [2019-09-26T21:12:20.948Z] #13 23.93 Reading package lists... [2019-09-26T21:12:20.948Z] #13 ... [2019-09-26T21:12:20.948Z] [2019-09-26T21:12:20.948Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:20.948Z] #58 31.28 CC images/fsnotify.o [2019-09-26T21:12:20.948Z] #58 32.05 CC images/signalfd.o [2019-09-26T21:12:20.948Z] #58 32.46 CC images/fs.o [2019-09-26T21:12:20.948Z] #58 32.65 CC images/pstree.o [2019-09-26T21:12:20.948Z] #58 32.93 CC images/pipe.o [2019-09-26T21:12:20.948Z] #58 33.27 CC images/tcp-stream.o [2019-09-26T21:12:20.948Z] #58 33.58 CC images/sk-packet.o [2019-09-26T21:12:20.948Z] #58 33.97 CC images/mnt.o [2019-09-26T21:12:20.948Z] #58 34.14 CC images/pipe-data.o [2019-09-26T21:12:20.948Z] #58 34.29 CC images/sa.o [2019-09-26T21:12:21.038Z] CC criu/servicefd.o [2019-09-26T21:12:21.203Z] #58 34.63 CC images/timer.o [2019-09-26T21:12:21.332Z] CC criu/shmem.o [2019-09-26T21:12:21.468Z]  ########                 11.6% ##################      26.2% #############################         40.9% #########################################      57.6% ###################################################    72.2% ################################################################ 88.9% ######################################################################## 100.0% [2019-09-26T21:12:21.468Z]  [2019-09-26T21:12:21.633Z] #57 39.11 Selecting previously unselected package libprotoc10:amd64. [2019-09-26T21:12:21.633Z] #57 39.11 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-26T21:12:21.806Z] #58 35.04 CC images/timerfd.o [2019-09-26T21:12:21.806Z] #58 35.30 CC images/mm.o [2019-09-26T21:12:21.836Z]  #################    24.0% ################################################# 69.4% ######################################################################## 100.0% [2019-09-26T21:12:21.889Z] #57 39.12 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-26T21:12:21.949Z] CC criu/sigframe.o [2019-09-26T21:12:22.060Z] #58 35.59 CC images/sk-opts.o [2019-09-26T21:12:22.200Z]  [2019-09-26T21:12:22.232Z] CC criu/signalfd.o [2019-09-26T21:12:22.232Z] CC criu/sk-inet.o [2019-09-26T21:12:22.315Z] #58 35.79 CC images/sk-unix.o [2019-09-26T21:12:22.451Z] #57 39.59 Selecting previously unselected package protobuf-c-compiler. [2019-09-26T21:12:22.451Z] #57 39.59 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-26T21:12:22.451Z] #57 39.61 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:12:22.451Z] #57 39.72 Selecting previously unselected package protobuf-compiler. [2019-09-26T21:12:22.451Z] #57 39.72 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-26T21:12:22.451Z] #57 39.72 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-26T21:12:22.451Z] #57 39.85 Selecting previously unselected package python-pkg-resources. [2019-09-26T21:12:22.451Z] #57 ... [2019-09-26T21:12:22.451Z] [2019-09-26T21:12:22.451Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:12:22.451Z] #47 28.72 + cd /tmp/tmp.jBep3ld495/src/github.com/containerd/containerd [2019-09-26T21:12:22.451Z] #47 28.72 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:12:22.451Z] #47 30.12 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-26T21:12:22.451Z] #47 30.12 + BUILDTAGS='netgo osusergo static_build' [2019-09-26T21:12:22.451Z] #47 30.12 + export EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:12:22.451Z] #47 30.12 + EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:12:22.451Z] #47 30.12 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-26T21:12:22.451Z] #47 30.12 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-26T21:12:22.451Z] #47 30.12 + '[' '' = dynamic ']' [2019-09-26T21:12:22.451Z] #47 30.12 + make [2019-09-26T21:12:22.451Z] #47 31.23 🇩 bin/ctr [2019-09-26T21:12:22.451Z] #47 ... [2019-09-26T21:12:22.451Z] [2019-09-26T21:12:22.451Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-26T21:12:22.451Z] #27 29.66 + cd /tmp/tmp.EZlMKyonLC/src/gotest.tools/gotestsum [2019-09-26T21:12:22.451Z] #27 29.66 + git checkout -q v0.3.5 [2019-09-26T21:12:22.451Z] #27 29.69 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-26T21:12:22.570Z] #58 36.08 CC images/sk-inet.o [2019-09-26T21:12:22.633Z]  ##########  14.0% ###################### 31.9% #####################################                                     52.2% ####################################################                      72.5% ##################################################################  92.9% ######################################################################## 100.0% [2019-09-26T21:12:22.707Z] #27 ... [2019-09-26T21:12:22.707Z] [2019-09-26T21:12:22.707Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:22.707Z] #57 39.85 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:12:22.707Z] #57 39.86 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-26T21:12:22.707Z] #57 40.04 Selecting previously unselected package python-protobuf. [2019-09-26T21:12:22.707Z] #57 40.04 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-26T21:12:22.707Z] #57 40.05 Unpacking python-protobuf (3.0.0-9) ... [2019-09-26T21:12:22.963Z] #57 40.41 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:12:23.116Z]  [2019-09-26T21:12:23.128Z] #58 36.48 CC images/tun.o [2019-09-26T21:12:23.219Z] #57 40.49 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:12:23.219Z] #57 40.50 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-26T21:12:23.242Z] CC criu/sk-netlink.o [2019-09-26T21:12:23.242Z] CC criu/sk-packet.o [2019-09-26T21:12:23.383Z] #58 36.88 CC images/sk-netlink.o [2019-09-26T21:12:23.638Z] #58 37.16 CC images/packet-sock.o [2019-09-26T21:12:23.858Z] CC criu/sk-queue.o [2019-09-26T21:12:24.141Z] CC criu/sk-tcp.o [2019-09-26T21:12:24.197Z] #58 37.63 CC images/ipc-var.o [2019-09-26T21:12:24.430Z] CC criu/sk-unix.o [2019-09-26T21:12:24.452Z] #58 37.81 CC images/ipc-desc.o [2019-09-26T21:12:24.590Z]  ###                     4.4% #######               11.0% ############         17.6% ##################                                                        25.2% #######################                                                   32.7% ############################                      40.3% ##################################                  47.8% #######################################                                   55.4% #############################################                             63.0% ##################################################   70.5% ########################################################                  78.1% ############################################################# 85.7% ################################################################### 93.2% ######################################################################## 100.0% [2019-09-26T21:12:24.590Z]  [2019-09-26T21:12:24.707Z] #58 38.04 CC images/ipc-shm.o [2019-09-26T21:12:24.707Z] #58 38.29 CC images/ipc-msg.o [2019-09-26T21:12:24.955Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-26T21:12:25.268Z] #58 38.62 CC images/ipc-sem.o [2019-09-26T21:12:25.268Z] #58 38.84 CC images/utsns.o [2019-09-26T21:12:25.333Z]  [2019-09-26T21:12:25.333Z]  ######################################################################## 100.0% [2019-09-26T21:12:25.333Z]  [2019-09-26T21:12:25.770Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-26T21:12:25.874Z] #58 39.08 CC images/creds.o [2019-09-26T21:12:25.874Z] #58 39.40 CC images/vma.o [2019-09-26T21:12:25.905Z] CC criu/sockets.o [2019-09-26T21:12:26.146Z]  [2019-09-26T21:12:26.146Z]  ######################################################################## 100.0% [2019-09-26T21:12:26.146Z]  [2019-09-26T21:12:26.435Z] #58 39.64 CC images/netdev.o [2019-09-26T21:12:26.488Z] #57 ... [2019-09-26T21:12:26.488Z] [2019-09-26T21:12:26.488Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:12:26.488Z] #30 32.38 sync [2019-09-26T21:12:26.488Z] #30 32.39 internal/reflectlite [2019-09-26T21:12:26.488Z] #30 34.11 sort [2019-09-26T21:12:26.488Z] #30 34.12 errors [2019-09-26T21:12:26.488Z] #30 34.42 strconv [2019-09-26T21:12:26.488Z] #30 34.99 io [2019-09-26T21:12:26.488Z] #30 36.22 internal/oserror [2019-09-26T21:12:26.488Z] #30 36.31 syscall [2019-09-26T21:12:26.488Z] #30 36.69 reflect [2019-09-26T21:12:26.488Z] #30 41.83 time [2019-09-26T21:12:26.488Z] #30 ... [2019-09-26T21:12:26.488Z] [2019-09-26T21:12:26.488Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:26.488Z] #33 33.31 sync [2019-09-26T21:12:26.488Z] #33 33.31 internal/reflectlite [2019-09-26T21:12:26.488Z] #33 34.05 github.com/LK4D4/vndr/godl/singleflight [2019-09-26T21:12:26.488Z] #33 34.25 math/rand [2019-09-26T21:12:26.488Z] #33 35.04 internal/singleflight [2019-09-26T21:12:26.488Z] #33 35.63 sort [2019-09-26T21:12:26.488Z] #33 35.64 errors [2019-09-26T21:12:26.488Z] #33 35.92 io [2019-09-26T21:12:26.488Z] #33 36.39 strconv [2019-09-26T21:12:26.488Z] #33 37.06 bytes [2019-09-26T21:12:26.488Z] #33 38.68 bufio [2019-09-26T21:12:26.488Z] #33 39.05 reflect [2019-09-26T21:12:26.488Z] #33 39.88 internal/oserror [2019-09-26T21:12:26.488Z] #33 39.95 syscall [2019-09-26T21:12:26.488Z] #33 ... [2019-09-26T21:12:26.488Z] [2019-09-26T21:12:26.488Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:26.488Z] #57 43.81 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-26T21:12:26.488Z] #57 43.82 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-26T21:12:26.488Z] #57 43.83 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:12:26.488Z] #57 43.85 Setting up python-protobuf (3.0.0-9) ... [2019-09-26T21:12:26.584Z] CC criu/stats.o [2019-09-26T21:12:26.690Z] #58 40.01 CC images/tty.o [2019-09-26T21:12:26.870Z] CC criu/string.o [2019-09-26T21:12:26.870Z] CC criu/sysctl.o [2019-09-26T21:12:26.919Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-26T21:12:26.919Z] skipping existing b63cc5f62c21 [2019-09-26T21:12:26.919Z] [2019-09-26T21:12:27.154Z] CC criu/sysfs_parse.o [2019-09-26T21:12:27.251Z] #58 40.83 CC images/file-lock.o [2019-09-26T21:12:27.287Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-26T21:12:27.287Z]  [2019-09-26T21:12:27.442Z] CC criu/timerfd.o [2019-09-26T21:12:27.507Z] #58 41.06 CC images/rlimit.o [2019-09-26T21:12:27.507Z] #58 ... [2019-09-26T21:12:27.507Z] [2019-09-26T21:12:27.507Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:27.507Z] #13 28.64 Building dependency tree... [2019-09-26T21:12:27.507Z] #13 29.86 Reading state information... [2019-09-26T21:12:27.507Z] #13 31.25 The following additional packages will be installed: [2019-09-26T21:12:27.507Z] #13 31.25 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-26T21:12:27.507Z] #13 31.25 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-26T21:12:27.507Z] #13 31.25 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-26T21:12:27.507Z] #13 31.25 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-26T21:12:27.507Z] #13 31.25 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-26T21:12:27.507Z] #13 31.25 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-26T21:12:27.507Z] #13 31.25 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-26T21:12:27.507Z] #13 31.25 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-26T21:12:27.507Z] #13 31.26 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-26T21:12:27.507Z] #13 31.27 Suggested packages: [2019-09-26T21:12:27.507Z] #13 31.27 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-26T21:12:27.507Z] #13 31.27 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-26T21:12:27.507Z] #13 31.27 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-26T21:12:27.507Z] #13 31.27 vim-doc vim-scripts xfsdump acl attr quota [2019-09-26T21:12:27.507Z] #13 31.27 Recommended packages: [2019-09-26T21:12:27.507Z] #13 31.27 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-26T21:12:27.507Z] #13 31.27 python3-keyrings.alt python3-xdg unzip [2019-09-26T21:12:27.507Z] #13 35.55 The following NEW packages will be installed: [2019-09-26T21:12:27.507Z] #13 35.55 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-26T21:12:27.507Z] #13 35.55 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-26T21:12:27.507Z] #13 35.55 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-26T21:12:27.507Z] #13 35.55 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-26T21:12:27.507Z] #13 35.55 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-26T21:12:27.507Z] #13 35.55 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-26T21:12:27.507Z] #13 35.55 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-26T21:12:27.507Z] #13 35.55 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-26T21:12:27.507Z] #13 35.55 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-26T21:12:27.507Z] #13 35.55 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-26T21:12:27.507Z] #13 35.55 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-26T21:12:27.507Z] #13 35.55 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-26T21:12:27.507Z] #13 35.55 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-26T21:12:27.507Z] #13 35.55 xfsprogs xxd xz-utils zip [2019-09-26T21:12:27.656Z]  ######################################################################## 100.0% [2019-09-26T21:12:27.656Z]  [2019-09-26T21:12:27.656Z] Download of images into '/build' complete. [2019-09-26T21:12:27.656Z] Use something like the following to load the result into a Docker daemon: [2019-09-26T21:12:27.656Z] tar -cC '/build' . | docker load [2019-09-26T21:12:27.766Z] CC criu/tty.o [2019-09-26T21:12:27.806Z] #13 ... [2019-09-26T21:12:27.806Z] [2019-09-26T21:12:27.806Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:27.806Z] #58 41.26 CC images/pagemap.o [2019-09-26T21:12:28.061Z] #58 41.51 CC images/siginfo.o [2019-09-26T21:12:28.622Z] #58 41.88 CC images/rpc.o [2019-09-26T21:12:29.002Z] Removing intermediate container 446213c70fc1 [2019-09-26T21:12:29.002Z] ---> 8bc226b105ed [2019-09-26T21:12:29.002Z] Step 25/126 : FROM base AS cross-false [2019-09-26T21:12:29.002Z] ---> 4deb36ca5cfa [2019-09-26T21:12:29.002Z] Step 26/126 : FROM base AS cross-true [2019-09-26T21:12:29.002Z] ---> 4deb36ca5cfa [2019-09-26T21:12:29.002Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:12:29.002Z] ---> Using cache [2019-09-26T21:12:29.002Z] ---> 117fb4b7c7b3 [2019-09-26T21:12:29.002Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-26T21:12:29.002Z] ---> Running in f1e00c172e5c [2019-09-26T21:12:29.241Z] CC criu/tun.o [2019-09-26T21:12:29.525Z] CC criu/uffd.o [2019-09-26T21:12:30.307Z] Removing intermediate container f1e00c172e5c [2019-09-26T21:12:30.307Z] ---> 0151e3d1894d [2019-09-26T21:12:30.307Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-26T21:12:30.307Z] ---> Running in 5890fde8d1f0 [2019-09-26T21:12:30.535Z] CC criu/util.o [2019-09-26T21:12:30.552Z] #58 43.66 CC images/ext-file.o [2019-09-26T21:12:30.552Z] #58 43.82 CC images/cgroup.o [2019-09-26T21:12:30.655Z] #57 48.11 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-26T21:12:30.911Z] #57 48.12 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-26T21:12:30.911Z] #57 48.13 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:12:30.911Z] #57 48.15 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-26T21:12:30.911Z] #57 48.17 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-26T21:12:30.911Z] #57 48.18 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-26T21:12:30.911Z] #57 48.19 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-26T21:12:30.911Z] #57 48.20 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-26T21:12:30.911Z] #57 48.22 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-26T21:12:30.911Z] #57 48.23 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-26T21:12:30.911Z] #57 48.24 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:12:31.095Z] Removing intermediate container 5890fde8d1f0 [2019-09-26T21:12:31.095Z] ---> 80dd34c4122f [2019-09-26T21:12:31.095Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-26T21:12:31.095Z] ---> Running in 075dfd0b731c [2019-09-26T21:12:31.112Z] #58 ... [2019-09-26T21:12:31.112Z] [2019-09-26T21:12:31.112Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:31.112Z] #33 97.31 log [2019-09-26T21:12:31.112Z] #33 97.93 encoding/binary [2019-09-26T21:12:31.112Z] #33 99.43 go/doc [2019-09-26T21:12:31.112Z] #33 99.89 encoding/base64 [2019-09-26T21:12:31.112Z] #33 100.6 encoding/json [2019-09-26T21:12:31.112Z] #33 103.3 github.com/LK4D4/vndr/build [2019-09-26T21:12:31.112Z] #33 106.0 encoding/xml [2019-09-26T21:12:31.112Z] #33 107.0 compress/flate [2019-09-26T21:12:31.112Z] #33 ... [2019-09-26T21:12:31.112Z] [2019-09-26T21:12:31.112Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:31.112Z] #13 36.81 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:12:31.112Z] #13 36.81 Need to get 90.9 MB of archives. [2019-09-26T21:12:31.112Z] #13 36.81 After this operation, 541 MB of additional disk space will be used. [2019-09-26T21:12:31.112Z] #13 36.81 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-26T21:12:31.112Z] #13 36.82 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-26T21:12:31.112Z] #13 36.83 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-26T21:12:31.112Z] #13 36.83 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-26T21:12:31.112Z] #13 36.87 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-26T21:12:31.112Z] #13 36.88 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-26T21:12:31.112Z] #13 36.93 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-26T21:12:31.112Z] #13 37.10 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-26T21:12:31.112Z] #13 37.10 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-26T21:12:31.112Z] #13 37.11 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-26T21:12:31.112Z] #13 37.35 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-26T21:12:31.112Z] #13 37.39 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-26T21:12:31.112Z] #13 37.41 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-26T21:12:31.112Z] #13 37.43 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-26T21:12:31.112Z] #13 37.44 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-26T21:12:31.112Z] #13 37.45 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-26T21:12:31.112Z] #13 37.45 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-26T21:12:31.112Z] #13 37.46 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-26T21:12:31.112Z] #13 37.47 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-26T21:12:31.112Z] #13 37.48 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-26T21:12:31.112Z] #13 37.50 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-26T21:12:31.112Z] #13 37.52 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:12:31.112Z] #13 37.53 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:12:31.112Z] #13 37.54 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-26T21:12:31.112Z] #13 37.55 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-26T21:12:31.112Z] #13 37.55 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-26T21:12:31.112Z] #13 37.58 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-26T21:12:31.112Z] #13 37.59 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-26T21:12:31.112Z] #13 37.59 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-26T21:12:31.112Z] #13 37.65 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-26T21:12:31.112Z] #13 37.66 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-26T21:12:31.112Z] #13 37.66 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-26T21:12:31.112Z] #13 37.67 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-26T21:12:31.112Z] #13 37.69 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-26T21:12:31.112Z] #13 37.71 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-26T21:12:31.112Z] #13 37.72 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-26T21:12:31.112Z] #13 37.73 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-26T21:12:31.112Z] #13 37.73 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-26T21:12:31.112Z] #13 37.74 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-26T21:12:31.112Z] #13 37.79 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-26T21:12:31.112Z] #13 37.82 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-26T21:12:31.112Z] #13 37.84 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-26T21:12:31.112Z] #13 37.91 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-26T21:12:31.112Z] #13 37.94 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-26T21:12:31.112Z] #13 37.96 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-26T21:12:31.112Z] #13 37.96 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-26T21:12:31.112Z] #13 37.98 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-26T21:12:31.112Z] #13 37.99 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-26T21:12:31.112Z] #13 38.13 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-26T21:12:31.112Z] #13 38.17 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-26T21:12:31.112Z] #13 38.30 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-26T21:12:31.112Z] #13 38.31 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-26T21:12:31.112Z] #13 38.33 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-26T21:12:31.112Z] #13 38.36 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-26T21:12:31.112Z] #13 38.37 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-26T21:12:31.112Z] #13 38.41 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-26T21:12:31.112Z] #13 38.93 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-26T21:12:31.112Z] #13 39.00 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-26T21:12:31.112Z] #13 39.07 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-26T21:12:31.112Z] #13 39.09 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-26T21:12:31.112Z] #13 39.09 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-26T21:12:31.112Z] #13 39.13 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-26T21:12:31.410Z] #13 39.32 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-26T21:12:31.410Z] #13 39.54 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-26T21:12:31.475Z] #57 DONE 48.8s [2019-09-26T21:12:31.475Z] [2019-09-26T21:12:31.475Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:12:31.475Z] #30 46.00 internal/poll [2019-09-26T21:12:31.475Z] #30 46.54 internal/fmtsort [2019-09-26T21:12:31.475Z] #30 47.04 internal/syscall/unix [2019-09-26T21:12:31.475Z] #30 47.29 strings [2019-09-26T21:12:31.475Z] #30 47.81 os [2019-09-26T21:12:31.544Z] CC criu/uts_ns.o [2019-09-26T21:12:31.544Z] CC criu/vdso.o [2019-09-26T21:12:31.665Z] #13 39.55 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-26T21:12:31.828Z] LINK criu/built-in.o [2019-09-26T21:12:31.920Z] #13 39.92 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-26T21:12:32.113Z] LINK criu/criu [2019-09-26T21:12:32.176Z] #13 40.17 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-26T21:12:32.176Z] #13 40.17 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-26T21:12:32.396Z] DEP lib/c/criu.d [2019-09-26T21:12:32.396Z] CC images/rpc.pb-c.o [2019-09-26T21:12:32.444Z] Removing intermediate container 075dfd0b731c [2019-09-26T21:12:32.444Z] ---> 5e6ec5878e3a [2019-09-26T21:12:32.444Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-26T21:12:32.444Z] ---> Running in abea3a8573c1 [2019-09-26T21:12:33.019Z] CC lib/c/criu.o [2019-09-26T21:12:33.387Z] #30 49.60 bytes [2019-09-26T21:12:33.636Z] LINK lib/c/built-in.o [2019-09-26T21:12:33.636Z] LINK lib/c/libcriu.so [2019-09-26T21:12:33.730Z] Removing intermediate container abea3a8573c1 [2019-09-26T21:12:33.730Z] ---> c6d69c33c4dd [2019-09-26T21:12:33.730Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-26T21:12:33.730Z] ---> 4deb36ca5cfa [2019-09-26T21:12:33.730Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-26T21:12:33.730Z] ---> 4deb36ca5cfa [2019-09-26T21:12:33.730Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:12:33.730Z] ---> Using cache [2019-09-26T21:12:33.730Z] ---> 117fb4b7c7b3 [2019-09-26T21:12:33.730Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-26T21:12:33.730Z] ---> Running in 63c24df6e5f6 [2019-09-26T21:12:33.920Z] GEN magic.py [2019-09-26T21:12:33.920Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:12:33.920Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:12:34.094Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:12:34.205Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:12:34.460Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:12:34.461Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:12:34.461Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:12:34.461Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:12:34.461Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-26T21:12:34.461Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-26T21:12:34.461Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-26T21:12:34.503Z] make[1]: Nothing to be done for 'all'. [2019-09-26T21:12:34.689Z] #13 42.72 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-26T21:12:34.758Z] #30 51.08 bufio [2019-09-26T21:12:34.758Z] #30 51.10 fmt [2019-09-26T21:12:34.787Z] make[1]: 'images/built-in.o' is up to date. [2019-09-26T21:12:34.787Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-26T21:12:34.787Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-26T21:12:34.787Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-26T21:12:34.787Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-26T21:12:34.787Z] make[1]: Nothing to be done for 'all'. [2019-09-26T21:12:34.787Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:12:35.070Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.070Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.070Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.070Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.070Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.070Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.070Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.378Z] make[2]: Nothing to be done for 'all'. [2019-09-26T21:12:35.378Z] INSTALL criu/criu [2019-09-26T21:12:35.877Z] Fetched 7668 kB in 1s (4674 kB/s) [2019-09-26T21:12:36.125Z] #30 52.37 path/filepath [2019-09-26T21:12:36.265Z] Reading package lists... [2019-09-26T21:12:36.867Z] Removing intermediate container 9551de332c02 [2019-09-26T21:12:36.867Z] ---> b87a2da73123 [2019-09-26T21:12:36.867Z] Step 13/126 : FROM base AS registry [2019-09-26T21:12:36.867Z] ---> efd73af69e7c [2019-09-26T21:12:36.867Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-26T21:12:36.867Z] ---> Running in 27805ece411b [2019-09-26T21:12:36.867Z] Removing intermediate container 27805ece411b [2019-09-26T21:12:36.867Z] ---> 4fe43b7c168a [2019-09-26T21:12:36.867Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-26T21:12:36.867Z] ---> Running in 4cf0de258b81 [2019-09-26T21:12:36.867Z] Removing intermediate container 4cf0de258b81 [2019-09-26T21:12:36.867Z] ---> 4a395c477362 [2019-09-26T21:12:36.867Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-26T21:12:36.867Z] ---> Running in 91b2f16d3e85 [2019-09-26T21:12:37.053Z] #30 ... [2019-09-26T21:12:37.053Z] [2019-09-26T21:12:37.053Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:37.053Z] #58 3.249 Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:12:37.053Z] #58 3.249 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:12:37.053Z] #58 4.614 fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:12:37.053Z] #58 4.643 GEN .gitid [2019-09-26T21:12:37.053Z] #58 4.655 GEN criu/include/version.h [2019-09-26T21:12:37.053Z] #58 4.699 GEN include/common/asm [2019-09-26T21:12:37.060Z] Reading package lists... [2019-09-26T21:12:37.060Z] Building dependency tree... [2019-09-26T21:12:37.060Z] Reading state information... [2019-09-26T21:12:37.060Z] The following additional packages will be installed: [2019-09-26T21:12:37.060Z] libapparmor1 libseccomp2 [2019-09-26T21:12:37.060Z] Suggested packages: [2019-09-26T21:12:37.060Z] seccomp [2019-09-26T21:12:37.060Z] The following NEW packages will be installed: [2019-09-26T21:12:37.060Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-26T21:12:37.060Z] 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:12:37.060Z] Need to get 301 kB of archives. [2019-09-26T21:12:37.060Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-26T21:12:37.060Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-09-26T21:12:37.060Z] 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-09-26T21:12:37.309Z] #58 5.875 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-26T21:12:37.309Z] #58 5.969 PBCC images/opts.pb-c.c [2019-09-26T21:12:37.309Z] #58 6.001 PBCC images/sit.pb-c.c [2019-09-26T21:12:37.439Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-26T21:12:37.439Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-26T21:12:37.439Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:12:37.439Z] Fetched 301 kB in 0s (3395 kB/s) [2019-09-26T21:12:37.439Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-26T21:12:37.439Z] (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-09-26T21:12:37.439Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-26T21:12:37.439Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-26T21:12:37.439Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-26T21:12:37.439Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-26T21:12:37.439Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-26T21:12:37.439Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-26T21:12:37.439Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-26T21:12:37.439Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-26T21:12:37.439Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-26T21:12:37.439Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-26T21:12:37.439Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-26T21:12:37.439Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:12:37.439Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-26T21:12:37.439Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-26T21:12:37.439Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-26T21:12:37.439Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-26T21:12:37.439Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:12:37.487Z] + mktemp -d [2019-09-26T21:12:37.487Z] + export GOPATH=/tmp/tmp.oS0VwdHCSj [2019-09-26T21:12:37.487Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.oS0VwdHCSj/src/github.com/docker/distribution [2019-09-26T21:12:37.487Z] Cloning into '/tmp/tmp.oS0VwdHCSj/src/github.com/docker/distribution'... [2019-09-26T21:12:37.566Z] #58 6.029 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-26T21:12:37.566Z] #58 6.085 DEP images/opts.pb-c.d [2019-09-26T21:12:37.566Z] #58 6.133 DEP images/sit.pb-c.d [2019-09-26T21:12:37.566Z] #58 6.177 PBCC images/macvlan.pb-c.c [2019-09-26T21:12:37.566Z] #58 6.218 DEP images/macvlan.pb-c.d [2019-09-26T21:12:37.822Z] #58 6.270 PBCC images/autofs.pb-c.c [2019-09-26T21:12:37.822Z] #58 6.278 DEP images/autofs.pb-c.d [2019-09-26T21:12:37.822Z] #58 6.305 PBCC images/sysctl.pb-c.c [2019-09-26T21:12:37.822Z] #58 6.353 DEP images/sysctl.pb-c.d [2019-09-26T21:12:37.822Z] #58 6.396 PBCC images/time.pb-c.c [2019-09-26T21:12:37.822Z] #58 6.404 DEP images/time.pb-c.d [2019-09-26T21:12:37.822Z] #58 6.447 PBCC images/binfmt-misc.pb-c.c [2019-09-26T21:12:37.822Z] #58 6.483 DEP images/binfmt-misc.pb-c.d [2019-09-26T21:12:37.953Z] #13 45.37 debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:12:37.953Z] #13 45.54 Fetched 90.9 MB in 8s (10.2 MB/s) [2019-09-26T21:12:37.953Z] #13 45.65 Selecting previously unselected package bash-completion. [2019-09-26T21:12:37.953Z] #13 45.65 (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 ... 15161 files and directories currently installed.) [2019-09-26T21:12:37.953Z] #13 45.71 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-26T21:12:38.078Z] #58 6.546 PBCC images/seccomp.pb-c.c [2019-09-26T21:12:38.078Z] #58 6.567 DEP images/seccomp.pb-c.d [2019-09-26T21:12:38.078Z] #58 6.648 PBCC images/userns.pb-c.c [2019-09-26T21:12:38.078Z] #58 6.700 DEP images/userns.pb-c.d [2019-09-26T21:12:38.078Z] #58 6.743 PBCC images/cgroup.pb-c.c [2019-09-26T21:12:38.078Z] #58 6.770 DEP images/cgroup.pb-c.d [2019-09-26T21:12:38.078Z] #58 6.803 PBCC images/fown.pb-c.c [2019-09-26T21:12:38.078Z] #58 6.827 PBCC images/ext-file.pb-c.c [2019-09-26T21:12:38.078Z] #58 6.845 DEP images/fown.pb-c.d [2019-09-26T21:12:38.307Z] Removing intermediate container 63c24df6e5f6 [2019-09-26T21:12:38.307Z] ---> dc38462e0a53 [2019-09-26T21:12:38.307Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-26T21:12:38.307Z] ---> c6d69c33c4dd [2019-09-26T21:12:38.307Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:12:38.307Z] ---> Running in c51dd7adef4b [2019-09-26T21:12:38.307Z] Removing intermediate container c51dd7adef4b [2019-09-26T21:12:38.307Z] ---> 13417f848cbf [2019-09-26T21:12:38.307Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-26T21:12:38.307Z] ---> Running in 446cbb2d3425 [2019-09-26T21:12:38.334Z] #58 6.879 DEP images/ext-file.pb-c.d [2019-09-26T21:12:38.334Z] #58 6.919 PBCC images/rpc.pb-c.c [2019-09-26T21:12:38.334Z] #58 6.962 DEP images/rpc.pb-c.d [2019-09-26T21:12:38.590Z] #58 7.022 PBCC images/siginfo.pb-c.c [2019-09-26T21:12:38.590Z] #58 7.059 DEP images/siginfo.pb-c.d [2019-09-26T21:12:38.590Z] #58 7.113 PBCC images/pagemap.pb-c.c [2019-09-26T21:12:38.590Z] #58 7.188 DEP images/pagemap.pb-c.d [2019-09-26T21:12:38.591Z] #58 7.258 PBCC images/rlimit.pb-c.c [2019-09-26T21:12:38.847Z] #58 7.267 DEP images/rlimit.pb-c.d [2019-09-26T21:12:38.847Z] #58 7.309 PBCC images/file-lock.pb-c.c [2019-09-26T21:12:38.847Z] #58 7.341 DEP images/file-lock.pb-c.d [2019-09-26T21:12:38.847Z] #58 7.388 PBCC images/tty.pb-c.c [2019-09-26T21:12:38.847Z] #58 7.441 DEP images/tty.pb-c.d [2019-09-26T21:12:38.847Z] #58 7.473 PBCC images/tun.pb-c.c [2019-09-26T21:12:38.847Z] #58 7.521 PBCC images/netdev.pb-c.c [2019-09-26T21:12:38.847Z] #58 ... [2019-09-26T21:12:38.847Z] [2019-09-26T21:12:38.847Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:38.847Z] #33 45.18 time [2019-09-26T21:12:38.847Z] #33 49.20 internal/fmtsort [2019-09-26T21:12:38.847Z] #33 49.49 internal/poll [2019-09-26T21:12:38.847Z] #33 49.77 internal/syscall/unix [2019-09-26T21:12:38.847Z] #33 50.16 strings [2019-09-26T21:12:38.847Z] #33 51.27 os [2019-09-26T21:12:38.847Z] #33 52.25 regexp/syntax [2019-09-26T21:12:38.847Z] #33 54.47 fmt [2019-09-26T21:12:39.104Z] #33 ... [2019-09-26T21:12:39.104Z] [2019-09-26T21:12:39.104Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:39.104Z] #58 7.566 DEP images/tun.pb-c.d [2019-09-26T21:12:39.104Z] #58 7.643 DEP images/netdev.pb-c.d [2019-09-26T21:12:39.104Z] #58 7.684 PBCC images/vma.pb-c.c [2019-09-26T21:12:39.104Z] #58 7.697 DEP images/vma.pb-c.d [2019-09-26T21:12:39.104Z] #58 7.757 PBCC images/creds.pb-c.c [2019-09-26T21:12:39.193Z] Removing intermediate container 446cbb2d3425 [2019-09-26T21:12:39.193Z] ---> 57d75833c697 [2019-09-26T21:12:39.193Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-26T21:12:39.193Z] ---> dc38462e0a53 [2019-09-26T21:12:39.194Z] Step 40/126 : FROM base AS tomlv [2019-09-26T21:12:39.194Z] ---> 4deb36ca5cfa [2019-09-26T21:12:39.194Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-26T21:12:39.360Z] #58 7.764 DEP images/creds.pb-c.d [2019-09-26T21:12:39.360Z] #58 7.817 PBCC images/utsns.pb-c.c [2019-09-26T21:12:39.360Z] #58 7.853 DEP images/utsns.pb-c.d [2019-09-26T21:12:39.360Z] #58 7.926 PBCC images/ipc-desc.pb-c.c [2019-09-26T21:12:39.360Z] #58 7.937 PBCC images/ipc-sem.pb-c.c [2019-09-26T21:12:39.360Z] #58 7.969 DEP images/ipc-desc.pb-c.d [2019-09-26T21:12:39.360Z] #58 8.027 DEP images/ipc-sem.pb-c.d [2019-09-26T21:12:39.581Z] ---> Running in 5f7953459d66 [2019-09-26T21:12:39.581Z] Removing intermediate container 5f7953459d66 [2019-09-26T21:12:39.581Z] ---> 723c66a1473c [2019-09-26T21:12:39.581Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:12:39.617Z] #58 8.082 PBCC images/ipc-msg.pb-c.c [2019-09-26T21:12:39.617Z] #58 8.134 DEP images/ipc-msg.pb-c.d [2019-09-26T21:12:39.617Z] #58 8.173 PBCC images/ipc-shm.pb-c.c [2019-09-26T21:12:39.617Z] #58 8.225 DEP images/ipc-shm.pb-c.d [2019-09-26T21:12:39.617Z] #58 8.258 PBCC images/ipc-var.pb-c.c [2019-09-26T21:12:39.617Z] #58 8.281 DEP images/ipc-var.pb-c.d [2019-09-26T21:12:39.617Z] #58 8.346 PBCC images/sk-opts.pb-c.c [2019-09-26T21:12:39.617Z] #58 8.377 PBCC images/packet-sock.pb-c.c [2019-09-26T21:12:39.873Z] #58 8.389 DEP images/sk-opts.pb-c.d [2019-09-26T21:12:39.873Z] #58 8.463 DEP images/packet-sock.pb-c.d [2019-09-26T21:12:39.873Z] #58 8.520 PBCC images/sk-netlink.pb-c.c [2019-09-26T21:12:39.973Z] ---> 214ba189b9d3 [2019-09-26T21:12:39.973Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:12:39.973Z] ---> a98fc35b2689 [2019-09-26T21:12:39.973Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:12:39.973Z] ---> Running in 9d140cb29c99 [2019-09-26T21:12:40.130Z] #58 8.533 DEP images/sk-netlink.pb-c.d [2019-09-26T21:12:40.130Z] #58 8.562 PBCC images/sk-inet.pb-c.c [2019-09-26T21:12:40.130Z] #58 8.608 DEP images/sk-inet.pb-c.d [2019-09-26T21:12:40.130Z] #58 8.655 PBCC images/sk-unix.pb-c.c [2019-09-26T21:12:40.130Z] #58 8.691 DEP images/sk-unix.pb-c.d [2019-09-26T21:12:40.130Z] #58 8.733 PBCC images/mm.pb-c.c [2019-09-26T21:12:40.130Z] #58 8.771 DEP images/mm.pb-c.d [2019-09-26T21:12:40.130Z] #58 8.831 PBCC images/timerfd.pb-c.c [2019-09-26T21:12:40.130Z] #58 8.897 DEP images/timerfd.pb-c.d [2019-09-26T21:12:40.174Z] + cd /tmp/tmp.oS0VwdHCSj/src/github.com/docker/distribution [2019-09-26T21:12:40.174Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-26T21:12:40.386Z] #58 8.981 PBCC images/timer.pb-c.c [2019-09-26T21:12:40.386Z] #58 9.045 DEP images/timer.pb-c.d [2019-09-26T21:12:40.461Z] + GOPATH=/tmp/tmp.oS0VwdHCSj/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.oS0VwdHCSj go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-26T21:12:40.642Z] #58 9.100 PBCC images/sa.pb-c.c [2019-09-26T21:12:40.642Z] #58 9.124 DEP images/sa.pb-c.d [2019-09-26T21:12:40.642Z] #58 9.189 PBCC images/pipe-data.pb-c.c [2019-09-26T21:12:40.642Z] #58 9.222 DEP images/pipe-data.pb-c.d [2019-09-26T21:12:40.642Z] #58 9.270 PBCC images/mnt.pb-c.c [2019-09-26T21:12:40.642Z] #58 9.313 DEP images/mnt.pb-c.d [2019-09-26T21:12:40.781Z] + RM_GOPATH=0 [2019-09-26T21:12:40.781Z] + TMP_GOPATH= [2019-09-26T21:12:40.781Z] + : /build [2019-09-26T21:12:40.781Z] + '[' -z '' ']' [2019-09-26T21:12:40.781Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:12:40.781Z] ++ mktemp -d [2019-09-26T21:12:40.781Z] + export GOPATH=/tmp/tmp.whQ1O1155t [2019-09-26T21:12:40.781Z] + GOPATH=/tmp/tmp.whQ1O1155t [2019-09-26T21:12:40.781Z] + RM_GOPATH=1 [2019-09-26T21:12:40.781Z] ++ dirname ./install.sh [2019-09-26T21:12:40.781Z] + dir=. [2019-09-26T21:12:40.781Z] + bin=tomlv [2019-09-26T21:12:40.781Z] + shift [2019-09-26T21:12:40.781Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-26T21:12:40.781Z] + . ./tomlv.installer [2019-09-26T21:12:40.781Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:12:40.781Z] + install_tomlv [2019-09-26T21:12:40.781Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-26T21:12:40.781Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.whQ1O1155t/src/github.com/BurntSushi/toml [2019-09-26T21:12:40.781Z] Cloning into '/tmp/tmp.whQ1O1155t/src/github.com/BurntSushi/toml'... [2019-09-26T21:12:40.781Z] + cd /tmp/tmp.whQ1O1155t/src/github.com/BurntSushi/toml [2019-09-26T21:12:40.781Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:12:40.781Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:12:40.781Z] runtime/internal/atomic [2019-09-26T21:12:40.781Z] internal/cpu [2019-09-26T21:12:40.781Z] runtime/internal/sys [2019-09-26T21:12:40.781Z] runtime/internal/math [2019-09-26T21:12:40.781Z] math/bits [2019-09-26T21:12:40.898Z] #58 9.350 PBCC images/sk-packet.pb-c.c [2019-09-26T21:12:40.898Z] #58 9.384 DEP images/sk-packet.pb-c.d [2019-09-26T21:12:40.898Z] #58 9.432 PBCC images/tcp-stream.pb-c.c [2019-09-26T21:12:40.898Z] #58 9.467 DEP images/tcp-stream.pb-c.d [2019-09-26T21:12:40.898Z] #58 9.521 PBCC images/pipe.pb-c.c [2019-09-26T21:12:40.898Z] #58 9.576 DEP images/pipe.pb-c.d [2019-09-26T21:12:41.155Z] #58 9.630 PBCC images/pstree.pb-c.c [2019-09-26T21:12:41.155Z] #58 9.669 DEP images/pstree.pb-c.d [2019-09-26T21:12:41.155Z] #58 9.695 PBCC images/fs.pb-c.c [2019-09-26T21:12:41.155Z] #58 9.726 DEP images/fs.pb-c.d [2019-09-26T21:12:41.155Z] #58 9.782 PBCC images/signalfd.pb-c.c [2019-09-26T21:12:41.159Z] internal/bytealg [2019-09-26T21:12:41.159Z] math [2019-09-26T21:12:41.159Z] runtime [2019-09-26T21:12:41.216Z] #13 ... [2019-09-26T21:12:41.216Z] [2019-09-26T21:12:41.216Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-26T21:12:41.216Z] #61 108.6 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:12:41.216Z] #61 108.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-26T21:12:41.216Z] #61 DONE 117.1s [2019-09-26T21:12:41.216Z] [2019-09-26T21:12:41.216Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-26T21:12:41.216Z] #62 DONE 0.1s [2019-09-26T21:12:41.216Z] [2019-09-26T21:12:41.216Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:41.216Z] #58 44.58 CC images/userns.o [2019-09-26T21:12:41.216Z] #58 44.93 CC images/google/protobuf/descriptor.o [2019-09-26T21:12:41.216Z] #58 47.09 CC images/opts.o [2019-09-26T21:12:41.216Z] #58 47.43 CC images/seccomp.o [2019-09-26T21:12:41.216Z] #58 47.82 CC images/binfmt-misc.o [2019-09-26T21:12:41.216Z] #58 48.12 CC images/time.o [2019-09-26T21:12:41.216Z] #58 48.43 CC images/sysctl.o [2019-09-26T21:12:41.216Z] #58 48.74 CC images/autofs.o [2019-09-26T21:12:41.216Z] #58 48.97 CC images/macvlan.o [2019-09-26T21:12:41.216Z] #58 49.19 CC images/sit.o [2019-09-26T21:12:41.216Z] #58 49.56 LINK images/built-in.o [2019-09-26T21:12:41.216Z] #58 49.70 GEN compel/include/asm [2019-09-26T21:12:41.216Z] #58 49.71 GEN compel/include/version.h [2019-09-26T21:12:41.216Z] #58 49.75 touch .config [2019-09-26T21:12:41.216Z] #58 49.76 GEN include/common/config.h [2019-09-26T21:12:41.216Z] #58 49.86 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-26T21:12:41.216Z] #58 49.92 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-26T21:12:41.216Z] #58 49.94 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-26T21:12:41.216Z] #58 49.96 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-26T21:12:41.216Z] #58 49.97 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-26T21:12:41.216Z] #58 50.03 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-26T21:12:41.216Z] #58 50.07 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-26T21:12:41.216Z] #58 50.11 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-26T21:12:41.216Z] #58 50.11 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-26T21:12:41.216Z] #58 50.15 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-26T21:12:41.216Z] #58 50.17 DEP compel/plugins/std/infect.d [2019-09-26T21:12:41.216Z] #58 50.41 DEP compel/plugins/std/string.d [2019-09-26T21:12:41.216Z] #58 50.51 DEP compel/plugins/std/log.d [2019-09-26T21:12:41.216Z] #58 50.59 DEP compel/plugins/std/fds.d [2019-09-26T21:12:41.216Z] #58 50.73 DEP compel/plugins/std/std.d [2019-09-26T21:12:41.216Z] #58 50.90 DEP compel/plugins/shmem/shmem.d [2019-09-26T21:12:41.216Z] #58 50.99 DEP compel/plugins/fds/fds.d [2019-09-26T21:12:41.216Z] #58 51.21 CC compel/plugins/std/std.o [2019-09-26T21:12:41.216Z] #58 51.59 CC compel/plugins/std/fds.o [2019-09-26T21:12:41.216Z] #58 52.17 CC compel/plugins/std/log.o [2019-09-26T21:12:41.216Z] #58 53.42 CC compel/plugins/std/string.o [2019-09-26T21:12:41.216Z] #58 54.18 CC compel/plugins/std/infect.o [2019-09-26T21:12:41.411Z] #58 9.845 DEP images/signalfd.pb-c.d [2019-09-26T21:12:41.411Z] #58 9.923 PBCC images/fh.pb-c.c [2019-09-26T21:12:41.411Z] #58 9.978 PBCC images/fsnotify.pb-c.c [2019-09-26T21:12:41.411Z] #58 10.03 DEP images/fh.pb-c.d [2019-09-26T21:12:41.411Z] #58 10.06 DEP images/fsnotify.pb-c.d [2019-09-26T21:12:41.411Z] #58 10.10 PBCC images/eventpoll.pb-c.c [2019-09-26T21:12:41.667Z] #58 10.12 DEP images/eventpoll.pb-c.d [2019-09-26T21:12:41.667Z] #58 10.14 PBCC images/eventfd.pb-c.c [2019-09-26T21:12:41.667Z] #58 10.16 DEP images/eventfd.pb-c.d [2019-09-26T21:12:41.667Z] #58 10.18 PBCC images/remap-file-path.pb-c.c [2019-09-26T21:12:41.667Z] #58 10.20 DEP images/remap-file-path.pb-c.d [2019-09-26T21:12:41.667Z] #58 10.22 PBCC images/fifo.pb-c.c [2019-09-26T21:12:41.667Z] #58 10.23 DEP images/fifo.pb-c.d [2019-09-26T21:12:41.667Z] #58 10.25 PBCC images/ghost-file.pb-c.c [2019-09-26T21:12:41.667Z] #58 10.31 DEP images/ghost-file.pb-c.d [2019-09-26T21:12:41.672Z] unicode/utf8 [2019-09-26T21:12:41.672Z] internal/race [2019-09-26T21:12:41.672Z] sync/atomic [2019-09-26T21:12:41.672Z] unicode [2019-09-26T21:12:41.777Z] #58 55.05 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-26T21:12:41.777Z] #58 55.11 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-26T21:12:41.777Z] #58 55.18 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-26T21:12:41.777Z] #58 55.30 AR compel/plugins/std.lib.a [2019-09-26T21:12:41.923Z] #58 10.33 PBCC images/regfile.pb-c.c [2019-09-26T21:12:41.923Z] #58 10.36 DEP images/regfile.pb-c.d [2019-09-26T21:12:41.923Z] #58 10.44 PBCC images/ns.pb-c.c [2019-09-26T21:12:41.923Z] #58 10.47 DEP images/ns.pb-c.d [2019-09-26T21:12:41.923Z] #58 10.51 PBCC images/fdinfo.pb-c.c [2019-09-26T21:12:41.923Z] #58 10.56 DEP images/fdinfo.pb-c.d [2019-09-26T21:12:41.923Z] #58 10.61 PBCC images/core-aarch64.pb-c.c [2019-09-26T21:12:41.923Z] #58 10.65 PBCC images/core-arm.pb-c.c [2019-09-26T21:12:41.923Z] #58 10.68 PBCC images/core-ppc64.pb-c.c [2019-09-26T21:12:42.033Z] #58 55.38 CC compel/plugins/fds/fds.o [2019-09-26T21:12:42.033Z] #58 ... [2019-09-26T21:12:42.033Z] [2019-09-26T21:12:42.033Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:42.033Z] #13 49.86 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-26T21:12:42.139Z] internal/testlog [2019-09-26T21:12:42.139Z] encoding [2019-09-26T21:12:42.139Z] runtime/cgo [2019-09-26T21:12:42.179Z] #58 10.71 PBCC images/core-s390.pb-c.c [2019-09-26T21:12:42.179Z] #58 10.73 PBCC images/core-x86.pb-c.c [2019-09-26T21:12:42.179Z] #58 10.76 PBCC images/core.pb-c.c [2019-09-26T21:12:42.179Z] #58 10.80 PBCC images/inventory.pb-c.c [2019-09-26T21:12:42.179Z] #58 10.83 DEP images/core-aarch64.pb-c.d [2019-09-26T21:12:42.179Z] #58 10.86 DEP images/core-arm.pb-c.d [2019-09-26T21:12:42.179Z] #58 10.90 DEP images/core-ppc64.pb-c.d [2019-09-26T21:12:42.179Z] #58 10.94 DEP images/core-s390.pb-c.d [2019-09-26T21:12:42.435Z] #58 10.99 DEP images/core-x86.pb-c.d [2019-09-26T21:12:42.435Z] #58 11.04 DEP images/core.pb-c.d [2019-09-26T21:12:42.435Z] #58 11.07 DEP images/inventory.pb-c.d [2019-09-26T21:12:42.435Z] #58 11.11 PBCC images/cpuinfo.pb-c.c [2019-09-26T21:12:42.435Z] #58 11.15 DEP images/cpuinfo.pb-c.d [2019-09-26T21:12:42.594Z] #13 50.42 Selecting previously unselected package libnet1:amd64. [2019-09-26T21:12:42.594Z] #13 50.43 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-26T21:12:42.594Z] #13 50.44 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:12:42.594Z] #13 50.60 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-26T21:12:42.594Z] #13 50.61 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-26T21:12:42.594Z] #13 50.61 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-26T21:12:42.691Z] #58 11.18 PBCC images/stats.pb-c.c [2019-09-26T21:12:42.691Z] #58 11.21 DEP images/stats.pb-c.d [2019-09-26T21:12:42.850Z] #13 50.68 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-26T21:12:42.850Z] #13 50.68 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-26T21:12:42.850Z] #13 50.69 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-26T21:12:42.850Z] #13 50.83 Selecting previously unselected package libudev-dev:amd64. [2019-09-26T21:12:42.850Z] #13 50.83 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-26T21:12:42.850Z] #13 50.85 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:12:43.105Z] #13 51.01 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-26T21:12:43.105Z] #13 51.04 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:12:43.105Z] #13 51.05 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:12:43.443Z] internal/reflectlite [2019-09-26T21:12:43.443Z] sync [2019-09-26T21:12:43.667Z] #13 51.70 Selecting previously unselected package python3.5-minimal. [2019-09-26T21:12:43.667Z] #13 ... [2019-09-26T21:12:43.667Z] [2019-09-26T21:12:43.667Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:43.667Z] #33 110.0 hash [2019-09-26T21:12:43.667Z] #33 110.2 hash/crc32 [2019-09-26T21:12:43.667Z] #33 110.7 compress/gzip [2019-09-26T21:12:43.667Z] #33 111.6 context [2019-09-26T21:12:43.667Z] #33 112.0 crypto/cipher [2019-09-26T21:12:43.667Z] #33 112.6 math/big [2019-09-26T21:12:43.667Z] #33 113.5 crypto/aes [2019-09-26T21:12:43.667Z] #33 114.8 crypto [2019-09-26T21:12:43.667Z] #33 115.1 crypto/des [2019-09-26T21:12:43.667Z] #33 115.9 crypto/internal/randutil [2019-09-26T21:12:43.667Z] #33 116.0 crypto/sha512 [2019-09-26T21:12:43.667Z] #33 117.3 crypto/ed25519/internal/edwards25519 [2019-09-26T21:12:43.667Z] #33 119.6 crypto/hmac [2019-09-26T21:12:43.667Z] #33 119.8 crypto/md5 [2019-09-26T21:12:43.840Z] errors [2019-09-26T21:12:43.840Z] sort [2019-09-26T21:12:43.840Z] strconv [2019-09-26T21:12:43.840Z] io [2019-09-26T21:12:43.840Z] internal/oserror [2019-09-26T21:12:43.840Z] syscall [2019-09-26T21:12:43.840Z] reflect [2019-09-26T21:12:43.922Z] #33 ... [2019-09-26T21:12:43.922Z] [2019-09-26T21:12:43.922Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:43.922Z] #13 51.70 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:12:43.922Z] #13 51.71 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:12:44.057Z] #58 12.58 make[1]: Nothing to be done for 'all'. [2019-09-26T21:12:44.718Z] time [2019-09-26T21:12:44.718Z] internal/poll [2019-09-26T21:12:45.148Z] internal/fmtsort [2019-09-26T21:12:45.148Z] internal/syscall/unix [2019-09-26T21:12:45.148Z] strings [2019-09-26T21:12:45.148Z] os [2019-09-26T21:12:45.285Z] #13 53.04 Selecting previously unselected package python3-minimal. [2019-09-26T21:12:45.286Z] #13 53.04 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-26T21:12:45.286Z] #13 53.05 Unpacking python3-minimal (3.5.3-1) ... [2019-09-26T21:12:45.286Z] #13 53.20 Selecting previously unselected package libmpdec2:amd64. [2019-09-26T21:12:45.286Z] #13 53.21 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-26T21:12:45.286Z] #13 53.21 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-26T21:12:45.286Z] #13 53.32 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-26T21:12:45.286Z] #13 53.32 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:12:45.286Z] #13 53.33 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:12:45.423Z] #58 13.85 CC images/stats.o [2019-09-26T21:12:45.538Z] bytes [2019-09-26T21:12:45.538Z] fmt [2019-09-26T21:12:45.538Z] bufio [2019-09-26T21:12:45.680Z] #58 14.31 CC images/core.o [2019-09-26T21:12:45.916Z] path/filepath [2019-09-26T21:12:45.916Z] io/ioutil [2019-09-26T21:12:45.916Z] flag [2019-09-26T21:12:45.916Z] github.com/BurntSushi/toml [2019-09-26T21:12:45.916Z] log [2019-09-26T21:12:45.916Z] path [2019-09-26T21:12:45.916Z] text/tabwriter [2019-09-26T21:12:45.936Z] #58 ... [2019-09-26T21:12:45.936Z] [2019-09-26T21:12:45.936Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-26T21:12:45.936Z] #30 53.52 io/ioutil [2019-09-26T21:12:45.936Z] #30 54.01 path [2019-09-26T21:12:45.936Z] #30 54.44 text/tabwriter [2019-09-26T21:12:45.936Z] #30 55.14 github.com/BurntSushi/toml [2019-09-26T21:12:45.936Z] #30 55.15 flag [2019-09-26T21:12:45.936Z] #30 56.53 log [2019-09-26T21:12:45.936Z] #30 58.63 github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:12:45.936Z] #30 DONE 62.4s [2019-09-26T21:12:45.936Z] [2019-09-26T21:12:45.936Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:45.936Z] #33 55.86 path/filepath [2019-09-26T21:12:45.936Z] #33 56.93 regexp [2019-09-26T21:12:45.936Z] #33 58.69 flag [2019-09-26T21:12:45.936Z] #33 59.77 go/token [2019-09-26T21:12:45.936Z] #33 60.59 go/scanner [2019-09-26T21:12:45.936Z] #33 60.67 internal/lazyregexp [2019-09-26T21:12:45.936Z] #33 61.05 path [2019-09-26T21:12:45.936Z] #33 61.54 go/ast [2019-09-26T21:12:45.936Z] #33 61.61 io/ioutil [2019-09-26T21:12:45.936Z] #33 62.17 net/url [2019-09-26T21:12:46.303Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:12:46.498Z] #33 ... [2019-09-26T21:12:46.498Z] [2019-09-26T21:12:46.498Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:46.498Z] #58 15.08 CC images/core-x86.o [2019-09-26T21:12:47.061Z] #58 15.77 CC images/core-arm.o [2019-09-26T21:12:47.172Z] #13 55.17 Selecting previously unselected package python3.5. [2019-09-26T21:12:47.427Z] #13 55.17 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-26T21:12:47.427Z] #13 55.18 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:12:47.427Z] #13 55.38 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-26T21:12:47.427Z] #13 55.39 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-26T21:12:47.427Z] #13 55.41 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-26T21:12:47.427Z] #13 55.47 Selecting previously unselected package dh-python. [2019-09-26T21:12:47.623Z] #58 16.12 CC images/core-aarch64.o [2019-09-26T21:12:47.681Z] #13 55.48 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-26T21:12:47.681Z] #13 55.48 Unpacking dh-python (2.20170125) ... [2019-09-26T21:12:47.681Z] #13 55.68 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:12:47.681Z] #13 55.69 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:12:47.879Z] #58 16.38 CC images/core-ppc64.o [2019-09-26T21:12:48.198Z] Removing intermediate container 9d140cb29c99 [2019-09-26T21:12:48.198Z] ---> 1d981de8fc4f [2019-09-26T21:12:48.198Z] Step 45/126 : FROM base AS vndr [2019-09-26T21:12:48.198Z] ---> 4deb36ca5cfa [2019-09-26T21:12:48.198Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-26T21:12:48.198Z] ---> Running in d8d2e05a546a [2019-09-26T21:12:48.198Z] Removing intermediate container d8d2e05a546a [2019-09-26T21:12:48.198Z] ---> 068a82d8a84d [2019-09-26T21:12:48.198Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:12:48.198Z] ---> 47734aae882e [2019-09-26T21:12:48.198Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:12:48.441Z] #58 16.95 CC images/core-s390.o [2019-09-26T21:12:48.567Z] ---> 9a373313234d [2019-09-26T21:12:48.567Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:12:48.567Z] ---> Running in 1bc13775d64d [2019-09-26T21:12:48.937Z] + RM_GOPATH=0 [2019-09-26T21:12:48.937Z] + TMP_GOPATH= [2019-09-26T21:12:48.937Z] + : /build [2019-09-26T21:12:48.937Z] + '[' -z '' ']' [2019-09-26T21:12:48.937Z] ++ mktemp -d [2019-09-26T21:12:48.937Z] + export GOPATH=/tmp/tmp.N7LtmNNQ26 [2019-09-26T21:12:48.937Z] + GOPATH=/tmp/tmp.N7LtmNNQ26 [2019-09-26T21:12:48.937Z] + RM_GOPATH=1 [2019-09-26T21:12:48.937Z] ++ dirname ./install.sh [2019-09-26T21:12:48.937Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:12:48.937Z] + dir=. [2019-09-26T21:12:48.937Z] + bin=vndr [2019-09-26T21:12:48.937Z] + shift [2019-09-26T21:12:48.937Z] + '[' '!' -f ./vndr.installer ']' [2019-09-26T21:12:48.937Z] + . ./vndr.installer [2019-09-26T21:12:48.937Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:12:48.937Z] + install_vndr [2019-09-26T21:12:48.937Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-26T21:12:48.937Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.N7LtmNNQ26/src/github.com/LK4D4/vndr [2019-09-26T21:12:48.937Z] Cloning into '/tmp/tmp.N7LtmNNQ26/src/github.com/LK4D4/vndr'... [2019-09-26T21:12:49.003Z] #58 17.46 CC images/cpuinfo.o [2019-09-26T21:12:49.259Z] #58 17.80 CC images/inventory.o [2019-09-26T21:12:49.306Z] + cd /tmp/tmp.N7LtmNNQ26/src/github.com/LK4D4/vndr [2019-09-26T21:12:49.306Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:12:49.306Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-26T21:12:49.306Z] internal/cpu [2019-09-26T21:12:49.306Z] runtime/internal/atomic [2019-09-26T21:12:49.306Z] runtime/internal/sys [2019-09-26T21:12:49.306Z] runtime/internal/math [2019-09-26T21:12:49.306Z] internal/bytealg [2019-09-26T21:12:49.306Z] internal/race [2019-09-26T21:12:49.306Z] sync/atomic [2019-09-26T21:12:49.306Z] unicode [2019-09-26T21:12:49.306Z] runtime [2019-09-26T21:12:49.515Z] #58 18.09 CC images/fdinfo.o [2019-09-26T21:12:49.694Z] unicode/utf8 [2019-09-26T21:12:49.694Z] math/bits [2019-09-26T21:12:49.694Z] math [2019-09-26T21:12:49.771Z] #58 18.46 CC images/fown.o [2019-09-26T21:12:50.027Z] #58 18.70 CC images/ns.o [2019-09-26T21:12:50.090Z] internal/testlog [2019-09-26T21:12:50.090Z] encoding [2019-09-26T21:12:50.090Z] unicode/utf16 [2019-09-26T21:12:50.090Z] container/list [2019-09-26T21:12:50.090Z] crypto/internal/subtle [2019-09-26T21:12:50.090Z] crypto/subtle [2019-09-26T21:12:50.090Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-26T21:12:50.090Z] internal/nettrace [2019-09-26T21:12:50.090Z] runtime/cgo [2019-09-26T21:12:50.590Z] #58 18.92 CC images/regfile.o [2019-09-26T21:12:50.590Z] #58 19.09 CC images/ghost-file.o [2019-09-26T21:12:50.846Z] #58 19.43 CC images/fifo.o [2019-09-26T21:12:50.971Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-26T21:12:51.102Z] #58 19.63 CC images/remap-file-path.o [2019-09-26T21:12:51.358Z] #58 19.86 CC images/eventfd.o [2019-09-26T21:12:51.358Z] #58 20.03 CC images/eventpoll.o [2019-09-26T21:12:51.614Z] #58 20.29 CC images/fh.o [2019-09-26T21:12:51.834Z] internal/reflectlite [2019-09-26T21:12:51.834Z] sync [2019-09-26T21:12:51.834Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-26T21:12:51.834Z] math/rand [2019-09-26T21:12:51.834Z] internal/singleflight [2019-09-26T21:12:51.834Z] errors [2019-09-26T21:12:51.834Z] sort [2019-09-26T21:12:51.834Z] io [2019-09-26T21:12:51.834Z] strconv [2019-09-26T21:12:51.834Z] bytes [2019-09-26T21:12:51.870Z] #58 20.55 CC images/fsnotify.o [2019-09-26T21:12:51.880Z] #13 59.40 Setting up python3-minimal (3.5.3-1) ... [2019-09-26T21:12:52.244Z] bufio [2019-09-26T21:12:52.244Z] reflect [2019-09-26T21:12:52.244Z] internal/oserror [2019-09-26T21:12:52.244Z] syscall [2019-09-26T21:12:52.433Z] #58 21.12 CC images/signalfd.o [2019-09-26T21:12:52.440Z] #13 ... [2019-09-26T21:12:52.440Z] [2019-09-26T21:12:52.440Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:52.440Z] #58 55.67 AR compel/plugins/fds.lib.a [2019-09-26T21:12:52.440Z] #58 55.74 HOSTDEP compel/src/lib/log-host.d [2019-09-26T21:12:52.440Z] #58 55.87 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-26T21:12:52.440Z] #58 56.05 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-26T21:12:52.440Z] #58 56.16 HOSTDEP compel/src/main-host.d [2019-09-26T21:12:52.440Z] #58 56.30 DEP compel/src/lib/ptrace.d [2019-09-26T21:12:52.440Z] #58 56.42 DEP compel/src/lib/infect.d [2019-09-26T21:12:52.440Z] #58 56.64 DEP compel/src/lib/infect-util.d [2019-09-26T21:12:52.440Z] #58 56.79 DEP compel/src/lib/infect-rpc.d [2019-09-26T21:12:52.440Z] #58 56.93 DEP compel/arch/x86/src/lib/infect.d [2019-09-26T21:12:52.440Z] #58 57.09 DEP compel/arch/x86/src/lib/cpu.d [2019-09-26T21:12:52.440Z] #58 57.23 DEP compel/src/lib/log.d [2019-09-26T21:12:52.440Z] #58 57.37 DEP compel/src/main.d [2019-09-26T21:12:52.440Z] #58 57.51 DEP compel/src/lib/handle-elf.d [2019-09-26T21:12:52.440Z] #58 57.72 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-26T21:12:52.440Z] #58 57.96 CC compel/src/lib/log.o [2019-09-26T21:12:52.440Z] #58 58.28 CC compel/arch/x86/src/lib/cpu.o [2019-09-26T21:12:52.440Z] #58 59.26 CC compel/arch/x86/src/lib/infect.o [2019-09-26T21:12:52.440Z] #58 60.21 CC compel/src/lib/infect-rpc.o [2019-09-26T21:12:52.440Z] #58 60.54 CC compel/src/lib/infect-util.o [2019-09-26T21:12:52.440Z] #58 60.85 CC compel/src/lib/infect.o [2019-09-26T21:12:52.440Z] #58 63.68 CC compel/src/lib/ptrace.o [2019-09-26T21:12:52.440Z] #58 64.12 AR compel/libcompel.a [2019-09-26T21:12:52.440Z] #58 64.21 HOSTCC compel/src/main-host.o [2019-09-26T21:12:52.440Z] #58 64.64 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-26T21:12:52.440Z] #58 64.89 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-26T21:12:52.440Z] #58 65.32 HOSTCC compel/src/lib/log-host.o [2019-09-26T21:12:52.440Z] #58 65.51 HOSTLINK compel/compel-host-bin [2019-09-26T21:12:52.440Z] #58 65.83 DEP soccr/soccr.d [2019-09-26T21:12:52.651Z] time [2019-09-26T21:12:52.692Z] #58 21.37 CC images/fs.o [2019-09-26T21:12:52.738Z] #58 66.00 CC soccr/soccr.o [2019-09-26T21:12:52.738Z] #58 ... [2019-09-26T21:12:52.738Z] [2019-09-26T21:12:52.738Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:52.738Z] #13 60.77 Selecting previously unselected package python3. [2019-09-26T21:12:52.953Z] #58 21.62 CC images/pstree.o [2019-09-26T21:12:52.992Z] #13 60.77 (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 ... 16747 files and directories currently installed.) [2019-09-26T21:12:52.992Z] #13 60.86 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-26T21:12:52.992Z] #13 60.88 Unpacking python3 (3.5.3-1) ... [2019-09-26T21:12:52.992Z] #13 61.01 Selecting previously unselected package pigz. [2019-09-26T21:12:52.992Z] #13 61.01 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-26T21:12:52.992Z] #13 61.02 Unpacking pigz (2.3.4-1) ... [2019-09-26T21:12:53.063Z] internal/fmtsort [2019-09-26T21:12:53.063Z] internal/syscall/unix [2019-09-26T21:12:53.063Z] strings [2019-09-26T21:12:53.063Z] internal/poll [2019-09-26T21:12:53.209Z] #58 21.81 CC images/pipe.o [2019-09-26T21:12:53.247Z] #13 61.12 Selecting previously unselected package libip4tc0:amd64. [2019-09-26T21:12:53.247Z] #13 61.13 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:12:53.247Z] #13 61.14 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:12:53.247Z] #13 61.23 Selecting previously unselected package libip6tc0:amd64. [2019-09-26T21:12:53.247Z] #13 61.24 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:12:53.247Z] #13 61.25 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:12:53.247Z] #13 61.33 Selecting previously unselected package libiptc0:amd64. [2019-09-26T21:12:53.451Z] regexp/syntax [2019-09-26T21:12:53.451Z] os [2019-09-26T21:12:53.464Z] #58 22.05 CC images/tcp-stream.o [2019-09-26T21:12:53.502Z] #13 61.34 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:12:53.502Z] #13 61.35 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:12:53.502Z] #13 61.49 Selecting previously unselected package libxtables12:amd64. [2019-09-26T21:12:53.502Z] #13 61.49 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:12:53.502Z] #13 61.50 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:12:53.719Z] #58 22.32 CC images/sk-packet.o [2019-09-26T21:12:53.756Z] #13 61.60 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-26T21:12:53.757Z] #13 61.62 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-26T21:12:53.757Z] #13 61.63 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-26T21:12:53.757Z] #13 61.73 Selecting previously unselected package iptables. [2019-09-26T21:12:53.757Z] #13 61.73 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-26T21:12:53.757Z] #13 61.74 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:12:53.858Z] fmt [2019-09-26T21:12:53.858Z] path/filepath [2019-09-26T21:12:53.858Z] regexp [2019-09-26T21:12:53.975Z] #58 22.53 CC images/mnt.o [2019-09-26T21:12:53.975Z] #58 22.73 CC images/pipe-data.o [2019-09-26T21:12:54.011Z] #13 62.13 Selecting previously unselected package xxd. [2019-09-26T21:12:54.266Z] #13 62.14 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-26T21:12:54.266Z] #13 62.15 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:12:54.266Z] #13 ... [2019-09-26T21:12:54.266Z] [2019-09-26T21:12:54.266Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:54.266Z] #33 120.5 crypto/rc4 [2019-09-26T21:12:54.266Z] #33 120.8 crypto/sha1 [2019-09-26T21:12:54.266Z] #33 121.8 crypto/rand [2019-09-26T21:12:54.266Z] #33 121.8 crypto/elliptic [2019-09-26T21:12:54.266Z] #33 122.5 encoding/asn1 [2019-09-26T21:12:54.266Z] #33 124.6 crypto/ed25519 [2019-09-26T21:12:54.266Z] #33 124.8 crypto/rsa [2019-09-26T21:12:54.266Z] #33 125.1 crypto/ecdsa [2019-09-26T21:12:54.266Z] #33 125.9 crypto/sha256 [2019-09-26T21:12:54.266Z] #33 126.2 crypto/dsa [2019-09-26T21:12:54.266Z] #33 126.5 encoding/hex [2019-09-26T21:12:54.266Z] #33 127.0 encoding/pem [2019-09-26T21:12:54.266Z] #33 127.1 crypto/x509/pkix [2019-09-26T21:12:54.266Z] #33 127.4 vendor/golang.org/x/crypto/cryptobyte [2019-09-26T21:12:54.266Z] #33 127.8 vendor/golang.org/x/net/dns/dnsmessage [2019-09-26T21:12:54.266Z] #33 129.3 vendor/golang.org/x/crypto/internal/chacha20 [2019-09-26T21:12:54.266Z] #33 129.8 vendor/golang.org/x/crypto/poly1305 [2019-09-26T21:12:54.266Z] #33 130.2 vendor/golang.org/x/sys/cpu [2019-09-26T21:12:54.266Z] #33 130.5 vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-26T21:12:54.266Z] #33 ... [2019-09-26T21:12:54.266Z] [2019-09-26T21:12:54.266Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:12:54.266Z] #13 62.29 Selecting previously unselected package vim-common. [2019-09-26T21:12:54.266Z] #13 62.31 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:12:54.266Z] #13 62.32 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:12:54.316Z] flag [2019-09-26T21:12:54.316Z] go/token [2019-09-26T21:12:54.316Z] go/scanner [2019-09-26T21:12:54.316Z] internal/lazyregexp [2019-09-26T21:12:54.316Z] path [2019-09-26T21:12:54.316Z] go/ast [2019-09-26T21:12:54.316Z] io/ioutil [2019-09-26T21:12:54.316Z] net/url [2019-09-26T21:12:54.520Z] #13 62.52 Selecting previously unselected package bzip2. [2019-09-26T21:12:54.520Z] #13 62.54 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-26T21:12:54.520Z] #13 62.54 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-26T21:12:54.535Z] #58 22.90 CC images/sa.o [2019-09-26T21:12:54.535Z] #58 23.14 CC images/timer.o [2019-09-26T21:12:54.765Z] text/template/parse [2019-09-26T21:12:54.765Z] go/parser [2019-09-26T21:12:54.775Z] #13 62.67 Selecting previously unselected package libgpm2:amd64. [2019-09-26T21:12:54.775Z] #13 62.67 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-26T21:12:54.775Z] #13 62.67 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-26T21:12:54.775Z] #13 62.78 Selecting previously unselected package xz-utils. [2019-09-26T21:12:54.775Z] #13 62.80 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-26T21:12:54.775Z] #13 62.80 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:12:54.790Z] #58 23.49 CC images/timerfd.o [2019-09-26T21:12:55.031Z] #13 63.02 Selecting previously unselected package aufs-tools. [2019-09-26T21:12:55.046Z] #58 23.68 CC images/mm.o [2019-09-26T21:12:55.256Z] text/template [2019-09-26T21:12:55.256Z] log [2019-09-26T21:12:55.256Z] encoding/binary [2019-09-26T21:12:55.256Z] encoding/base64 [2019-09-26T21:12:55.287Z] #13 63.03 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-26T21:12:55.287Z] #13 63.04 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:12:55.287Z] #13 63.25 Selecting previously unselected package liblzo2-2:amd64. [2019-09-26T21:12:55.287Z] #13 63.26 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-26T21:12:55.287Z] #13 63.27 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:12:55.542Z] #13 63.41 Selecting previously unselected package btrfs-progs. [2019-09-26T21:12:55.542Z] #13 63.44 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-26T21:12:55.542Z] #13 63.44 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:12:55.606Z] #58 24.02 CC images/sk-opts.o [2019-09-26T21:12:55.644Z] encoding/json [2019-09-26T21:12:55.645Z] go/doc [2019-09-26T21:12:55.861Z] #58 24.30 CC images/sk-unix.o [2019-09-26T21:12:56.047Z] github.com/LK4D4/vndr/build [2019-09-26T21:12:56.047Z] encoding/xml [2019-09-26T21:12:56.047Z] compress/flate [2019-09-26T21:12:56.116Z] #58 24.55 CC images/sk-inet.o [2019-09-26T21:12:56.191Z] #13 64.02 Selecting previously unselected package btrfs-tools. [2019-09-26T21:12:56.191Z] #13 64.03 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-26T21:12:56.191Z] #13 64.03 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:12:56.191Z] #13 64.13 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-26T21:12:56.191Z] #13 64.14 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:12:56.191Z] #13 64.14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:12:56.371Z] #58 24.87 CC images/tun.o [2019-09-26T21:12:56.462Z] hash [2019-09-26T21:12:56.462Z] hash/crc32 [2019-09-26T21:12:56.462Z] context [2019-09-26T21:12:56.462Z] compress/gzip [2019-09-26T21:12:56.462Z] crypto/cipher [2019-09-26T21:12:56.462Z] math/big [2019-09-26T21:12:56.488Z] #13 64.34 Selecting previously unselected package dmsetup. [2019-09-26T21:12:56.488Z] #13 64.35 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:12:56.488Z] #13 64.36 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-26T21:12:56.488Z] #13 64.50 Selecting previously unselected package libonig4:amd64. [2019-09-26T21:12:56.488Z] #13 64.50 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-26T21:12:56.488Z] #13 64.51 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:12:56.627Z] #58 25.19 CC images/sk-netlink.o [2019-09-26T21:12:56.744Z] #13 64.68 Selecting previously unselected package libjq1:amd64. [2019-09-26T21:12:56.744Z] #13 64.68 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:12:56.744Z] #13 64.70 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:12:56.882Z] #58 25.43 CC images/packet-sock.o [2019-09-26T21:12:56.999Z] #13 64.87 Selecting previously unselected package jq. [2019-09-26T21:12:56.999Z] #13 64.87 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-26T21:12:56.999Z] #13 64.88 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:12:56.999Z] #13 65.00 Selecting previously unselected package libaio1:amd64. [2019-09-26T21:12:56.999Z] #13 65.01 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-26T21:12:56.999Z] #13 65.01 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-26T21:12:56.999Z] #13 65.07 Selecting previously unselected package libcap2-bin. [2019-09-26T21:12:57.049Z] crypto/aes [2019-09-26T21:12:57.049Z] crypto [2019-09-26T21:12:57.049Z] crypto/des [2019-09-26T21:12:57.137Z] #58 25.79 CC images/ipc-var.o [2019-09-26T21:12:57.255Z] #13 65.10 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-26T21:12:57.255Z] #13 65.10 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-26T21:12:57.255Z] #13 65.20 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-26T21:12:57.255Z] #13 65.20 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:12:57.255Z] #13 65.21 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:12:57.392Z] #58 25.93 CC images/ipc-desc.o [2019-09-26T21:12:57.511Z] #13 65.30 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-26T21:12:57.511Z] #13 65.32 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-26T21:12:57.511Z] #13 65.33 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-26T21:12:57.591Z] crypto/internal/randutil [2019-09-26T21:12:57.591Z] crypto/sha512 [2019-09-26T21:12:57.591Z] crypto/ed25519/internal/edwards25519 [2019-09-26T21:12:57.648Z] #58 26.12 CC images/ipc-shm.o [2019-09-26T21:12:57.648Z] #58 ... [2019-09-26T21:12:57.648Z] [2019-09-26T21:12:57.648Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:12:57.648Z] #33 63.86 text/template/parse [2019-09-26T21:12:57.648Z] #33 65.89 go/parser [2019-09-26T21:12:57.648Z] #33 67.18 text/template [2019-09-26T21:12:57.648Z] #33 68.70 log [2019-09-26T21:12:57.648Z] #33 69.17 encoding/binary [2019-09-26T21:12:57.648Z] #33 70.55 encoding/base64 [2019-09-26T21:12:57.648Z] #33 71.09 encoding/json [2019-09-26T21:12:57.648Z] #33 71.54 go/doc [2019-09-26T21:12:57.648Z] #33 ... [2019-09-26T21:12:57.648Z] [2019-09-26T21:12:57.648Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:12:57.648Z] #58 26.29 CC images/ipc-msg.o [2019-09-26T21:12:57.766Z] #13 65.66 Selecting previously unselected package libpcre16-3:amd64. [2019-09-26T21:12:57.767Z] #13 65.67 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-26T21:12:57.767Z] #13 65.68 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-26T21:12:57.903Z] #58 26.58 CC images/ipc-sem.o [2019-09-26T21:12:58.009Z] crypto/hmac [2019-09-26T21:12:58.009Z] crypto/md5 [2019-09-26T21:12:58.009Z] crypto/rc4 [2019-09-26T21:12:58.009Z] crypto/sha1 [2019-09-26T21:12:58.009Z] crypto/sha256 [2019-09-26T21:12:58.009Z] crypto/rand [2019-09-26T21:12:58.009Z] crypto/elliptic [2019-09-26T21:12:58.009Z] encoding/asn1 [2019-09-26T21:12:58.022Z] #13 65.87 Selecting previously unselected package libpcre32-3:amd64. [2019-09-26T21:12:58.022Z] #13 65.87 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-26T21:12:58.022Z] #13 65.87 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-26T21:12:58.158Z] #58 26.80 CC images/utsns.o [2019-09-26T21:12:58.278Z] #13 66.04 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-26T21:12:58.278Z] #13 66.06 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-26T21:12:58.278Z] #13 66.06 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-26T21:12:58.414Z] #58 26.95 CC images/creds.o [2019-09-26T21:12:58.414Z] #58 27.13 CC images/vma.o [2019-09-26T21:12:58.444Z] crypto/ed25519 [2019-09-26T21:12:58.444Z] crypto/rsa [2019-09-26T21:12:58.444Z] crypto/ecdsa [2019-09-26T21:12:58.534Z] #13 66.58 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-26T21:12:58.669Z] #58 27.27 CC images/netdev.o [2019-09-26T21:12:58.789Z] #13 66.59 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-26T21:12:58.789Z] #13 66.59 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-26T21:12:58.789Z] #13 66.86 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-26T21:12:58.873Z] crypto/dsa [2019-09-26T21:12:58.873Z] encoding/hex [2019-09-26T21:12:58.873Z] encoding/pem [2019-09-26T21:12:58.873Z] crypto/x509/pkix [2019-09-26T21:12:58.873Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-26T21:12:58.873Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-26T21:12:58.873Z] vendor/golang.org/x/sys/cpu [2019-09-26T21:12:58.924Z] #58 27.56 CC images/tty.o [2019-09-26T21:12:59.045Z] #13 66.87 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-26T21:12:59.045Z] #13 66.88 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-26T21:12:59.045Z] #13 67.02 Selecting previously unselected package libnl-3-200:amd64. [2019-09-26T21:12:59.045Z] #13 67.02 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-26T21:12:59.045Z] #13 67.03 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:12:59.291Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-26T21:12:59.291Z] net [2019-09-26T21:12:59.291Z] vendor/golang.org/x/crypto/poly1305 [2019-09-26T21:12:59.291Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-26T21:12:59.291Z] vendor/golang.org/x/crypto/curve25519 [2019-09-26T21:12:59.291Z] vendor/golang.org/x/crypto/hkdf [2019-09-26T21:12:59.291Z] vendor/golang.org/x/text/transform [2019-09-26T21:12:59.291Z] vendor/golang.org/x/text/unicode/bidi [2019-09-26T21:12:59.300Z] #13 67.18 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-26T21:12:59.300Z] #13 67.18 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-26T21:12:59.300Z] #13 67.19 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:12:59.300Z] #13 67.28 Selecting previously unselected package libreadline5:amd64. [2019-09-26T21:12:59.300Z] #13 67.28 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-26T21:12:59.300Z] #13 67.29 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-26T21:12:59.486Z] #58 28.13 CC images/file-lock.o [2019-09-26T21:12:59.724Z] vendor/golang.org/x/text/secure/bidirule [2019-09-26T21:12:59.724Z] vendor/golang.org/x/text/unicode/norm [2019-09-26T21:12:59.742Z] #58 28.29 CC images/rlimit.o [2019-09-26T21:12:59.861Z] #13 67.74 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-26T21:12:59.861Z] #13 67.74 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-26T21:12:59.861Z] #13 67.75 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:12:59.998Z] #58 28.57 CC images/pagemap.o [2019-09-26T21:13:00.155Z] vendor/golang.org/x/net/idna [2019-09-26T21:13:00.254Z] #58 28.81 CC images/siginfo.o [2019-09-26T21:13:00.510Z] #58 29.02 CC images/rpc.o [2019-09-26T21:13:00.647Z] vendor/golang.org/x/net/http2/hpack [2019-09-26T21:13:01.162Z] mime [2019-09-26T21:13:01.439Z] #58 30.12 CC images/ext-file.o [2019-09-26T21:13:01.642Z] mime/quotedprintable [2019-09-26T21:13:01.642Z] net/http/internal [2019-09-26T21:13:01.642Z] os/exec [2019-09-26T21:13:01.695Z] #58 30.35 CC images/cgroup.o [2019-09-26T21:13:01.747Z] #13 69.59 Selecting previously unselected package net-tools. [2019-09-26T21:13:01.747Z] #13 69.63 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-26T21:13:01.747Z] #13 69.64 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:13:02.003Z] #13 69.95 Selecting previously unselected package python-pip-whl. [2019-09-26T21:13:02.003Z] #13 69.95 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:13:02.003Z] #13 69.96 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:13:02.081Z] crypto/x509 [2019-09-26T21:13:02.082Z] net/textproto [2019-09-26T21:13:02.082Z] vendor/golang.org/x/net/http/httpguts [2019-09-26T21:13:02.082Z] vendor/golang.org/x/net/http/httpproxy [2019-09-26T21:13:02.257Z] #58 30.91 CC images/userns.o [2019-09-26T21:13:02.513Z] #58 31.13 CC images/google/protobuf/descriptor.o [2019-09-26T21:13:02.528Z] mime/multipart [2019-09-26T21:13:02.528Z] crypto/tls [2019-09-26T21:13:02.929Z] #13 70.69 Selecting previously unselected package python3-pip. [2019-09-26T21:13:02.930Z] #13 70.70 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:13:02.930Z] #13 70.71 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:13:03.184Z] #13 70.96 Selecting previously unselected package python3-pkg-resources. [2019-09-26T21:13:03.184Z] #13 70.96 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:13:03.184Z] #13 70.97 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:13:03.184Z] #13 71.14 Selecting previously unselected package python3-setuptools. [2019-09-26T21:13:03.184Z] #13 71.15 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-26T21:13:03.184Z] #13 71.16 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-26T21:13:03.439Z] #13 71.42 Selecting previously unselected package python3-wheel. [2019-09-26T21:13:03.439Z] #13 71.42 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-26T21:13:03.439Z] #13 71.42 Unpacking python3-wheel (0.29.0-2) ... [2019-09-26T21:13:03.694Z] #13 71.56 Selecting previously unselected package thin-provisioning-tools. [2019-09-26T21:13:03.694Z] #13 71.56 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-26T21:13:03.694Z] #13 71.57 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:13:03.878Z] #58 32.57 CC images/opts.o [2019-09-26T21:13:03.900Z] net/http/httptrace [2019-09-26T21:13:03.900Z] net/http [2019-09-26T21:13:03.949Z] #13 71.90 Selecting previously unselected package vim-runtime. [2019-09-26T21:13:03.949Z] #13 71.91 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:13:03.949Z] #13 71.93 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-26T21:13:03.949Z] #13 71.96 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-26T21:13:03.949Z] #13 71.97 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:13:04.134Z] #58 32.76 CC images/seccomp.o [2019-09-26T21:13:04.204Z] #13 ... [2019-09-26T21:13:04.204Z] [2019-09-26T21:13:04.204Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:04.204Z] #58 67.69 AR soccr/libsoccr.a [2019-09-26T21:13:04.204Z] #58 67.72 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:13:04.204Z] #58 68.03 DEP criu/arch/x86/sigframe.d [2019-09-26T21:13:04.204Z] #58 68.14 DEP criu/arch/x86/sigaction_compat.d [2019-09-26T21:13:04.204Z] #58 68.26 DEP criu/arch/x86/kerndat.d [2019-09-26T21:13:04.204Z] #58 68.40 DEP criu/arch/x86/crtools.d [2019-09-26T21:13:04.204Z] #58 68.59 DEP criu/arch/x86/cpu.d [2019-09-26T21:13:04.204Z] #58 68.73 CC criu/arch/x86/cpu.o [2019-09-26T21:13:04.204Z] #58 69.52 CC criu/arch/x86/crtools.o [2019-09-26T21:13:04.204Z] #58 71.09 CC criu/arch/x86/kerndat.o [2019-09-26T21:13:04.204Z] #58 71.69 CC criu/arch/x86/sigaction_compat.o [2019-09-26T21:13:04.204Z] #58 71.99 CC criu/arch/x86/sigframe.o [2019-09-26T21:13:04.204Z] #58 72.28 LINK criu/arch/x86/crtools.built-in.o [2019-09-26T21:13:04.204Z] #58 72.37 DEP criu/pie/util-vdso-elf32.d [2019-09-26T21:13:04.204Z] #58 72.56 DEP criu/arch/x86/vdso-pie.d [2019-09-26T21:13:04.204Z] #58 72.66 DEP criu/pie/parasite-vdso.d [2019-09-26T21:13:04.204Z] #58 72.93 DEP criu/pie/util-vdso.d [2019-09-26T21:13:04.204Z] #58 73.01 DEP criu/pie/util.d [2019-09-26T21:13:04.204Z] #58 73.25 CC criu/pie/util.o [2019-09-26T21:13:04.204Z] #58 73.68 CC criu/pie/util-vdso.o [2019-09-26T21:13:04.204Z] #58 74.56 CC criu/pie/parasite-vdso.o [2019-09-26T21:13:04.204Z] #58 75.83 CC criu/arch/x86/vdso-pie.o [2019-09-26T21:13:04.204Z] #58 76.25 CC criu/pie/util-vdso-elf32.o [2019-09-26T21:13:04.204Z] #58 77.03 AR criu/pie/pie.lib.a [2019-09-26T21:13:04.204Z] #58 77.10 DEP criu/pie/restorer.d [2019-09-26T21:13:04.204Z] #58 77.39 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-26T21:13:04.204Z] #58 77.49 DEP criu/arch/x86/restorer_unmap.d [2019-09-26T21:13:04.204Z] #58 77.51 DEP criu/arch/x86/restorer.d [2019-09-26T21:13:04.502Z] #58 77.77 DEP criu/pie/parasite.d [2019-09-26T21:13:04.697Z] #58 33.04 CC images/binfmt-misc.o [2019-09-26T21:13:04.697Z] #58 33.21 CC images/time.o [2019-09-26T21:13:04.697Z] #58 33.43 CC images/sysctl.o [2019-09-26T21:13:04.758Z] #58 78.14 CC criu/pie/parasite.o [2019-09-26T21:13:04.954Z] #58 33.62 CC images/autofs.o [2019-09-26T21:13:05.210Z] #58 33.85 CC images/macvlan.o [2019-09-26T21:13:05.466Z] #58 34.05 CC images/sit.o [2019-09-26T21:13:05.683Z] #58 ... [2019-09-26T21:13:05.683Z] [2019-09-26T21:13:05.683Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:05.683Z] #33 132.1 vendor/golang.org/x/crypto/hkdf [2019-09-26T21:13:05.683Z] #33 132.1 net [2019-09-26T21:13:05.683Z] #33 132.3 vendor/golang.org/x/text/transform [2019-09-26T21:13:05.683Z] #33 133.1 vendor/golang.org/x/text/unicode/bidi [2019-09-26T21:13:05.683Z] #33 135.2 vendor/golang.org/x/text/secure/bidirule [2019-09-26T21:13:05.683Z] #33 135.5 vendor/golang.org/x/text/unicode/norm [2019-09-26T21:13:05.683Z] #33 139.1 vendor/golang.org/x/net/idna [2019-09-26T21:13:05.683Z] #33 141.8 vendor/golang.org/x/net/http2/hpack [2019-09-26T21:13:05.722Z] #58 34.32 LINK images/built-in.o [2019-09-26T21:13:05.809Z] github.com/LK4D4/vndr/godl [2019-09-26T21:13:05.809Z] github.com/LK4D4/vndr [2019-09-26T21:13:05.978Z] #58 34.46 GEN compel/include/asm [2019-09-26T21:13:05.978Z] #58 34.46 GEN compel/include/version.h [2019-09-26T21:13:05.978Z] #58 34.47 touch .config [2019-09-26T21:13:05.978Z] #58 34.48 GEN include/common/config.h [2019-09-26T21:13:05.978Z] #58 34.57 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-26T21:13:05.978Z] #58 34.59 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-26T21:13:05.978Z] #58 34.62 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-26T21:13:05.978Z] #58 34.66 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-26T21:13:05.978Z] #58 34.69 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-26T21:13:06.234Z] #58 34.73 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-26T21:13:06.234Z] #58 34.76 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-26T21:13:06.234Z] #58 34.79 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-26T21:13:06.234Z] #58 34.81 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-26T21:13:06.234Z] #58 34.84 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-26T21:13:06.234Z] #58 34.84 DEP compel/plugins/std/infect.d [2019-09-26T21:13:06.234Z] #58 34.93 DEP compel/plugins/std/string.d [2019-09-26T21:13:06.242Z] #33 ... [2019-09-26T21:13:06.242Z] [2019-09-26T21:13:06.242Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:06.242Z] #58 79.50 LINK criu/pie/parasite.built-in.o [2019-09-26T21:13:06.242Z] #58 79.54 GEN criu/pie/parasite-blob.h [2019-09-26T21:13:06.242Z] #58 79.57 CC criu/arch/x86/restorer.o [2019-09-26T21:13:06.491Z] #58 35.01 DEP compel/plugins/std/log.d [2019-09-26T21:13:06.491Z] #58 35.15 DEP compel/plugins/std/fds.d [2019-09-26T21:13:06.747Z] #58 35.30 DEP compel/plugins/std/std.d [2019-09-26T21:13:06.747Z] #58 35.43 DEP compel/plugins/shmem/shmem.d [2019-09-26T21:13:07.004Z] #58 35.57 DEP compel/plugins/fds/fds.d [2019-09-26T21:13:07.171Z] #58 80.46 CC criu/arch/x86/restorer_unmap.o [2019-09-26T21:13:07.171Z] #58 80.55 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-26T21:13:07.380Z] #58 ... [2019-09-26T21:13:07.380Z] [2019-09-26T21:13:07.380Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-26T21:13:07.380Z] #61 78.47 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:13:07.380Z] #61 78.47 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-26T21:13:07.380Z] #61 DONE 84.4s [2019-09-26T21:13:07.380Z] [2019-09-26T21:13:07.380Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:07.380Z] #58 35.80 CC compel/plugins/std/std.o [2019-09-26T21:13:07.380Z] #58 ... [2019-09-26T21:13:07.380Z] [2019-09-26T21:13:07.380Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-26T21:13:07.380Z] #62 DONE 0.1s [2019-09-26T21:13:07.380Z] [2019-09-26T21:13:07.380Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:07.380Z] #33 74.18 github.com/LK4D4/vndr/build [2019-09-26T21:13:07.380Z] #33 75.30 encoding/xml [2019-09-26T21:13:07.380Z] #33 76.85 compress/flate [2019-09-26T21:13:07.380Z] #33 79.10 hash [2019-09-26T21:13:07.380Z] #33 79.27 hash/crc32 [2019-09-26T21:13:07.380Z] #33 79.71 compress/gzip [2019-09-26T21:13:07.380Z] #33 80.18 context [2019-09-26T21:13:07.380Z] #33 80.29 crypto/cipher [2019-09-26T21:13:07.380Z] #33 80.87 math/big [2019-09-26T21:13:07.380Z] #33 81.41 crypto/aes [2019-09-26T21:13:07.380Z] #33 82.27 crypto [2019-09-26T21:13:07.380Z] #33 82.48 crypto/des [2019-09-26T21:13:07.380Z] #33 82.83 crypto/internal/randutil [2019-09-26T21:13:07.380Z] #33 82.89 crypto/sha512 [2019-09-26T21:13:07.637Z] #33 84.01 crypto/ed25519/internal/edwards25519 [2019-09-26T21:13:07.637Z] #33 ... [2019-09-26T21:13:07.637Z] [2019-09-26T21:13:07.637Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:07.637Z] #58 36.22 CC compel/plugins/std/fds.o [2019-09-26T21:13:07.731Z] #58 80.98 CC criu/pie/restorer.o [2019-09-26T21:13:08.343Z] Removing intermediate container 1bc13775d64d [2019-09-26T21:13:08.343Z] ---> 0f396012ec7f [2019-09-26T21:13:08.343Z] Step 50/126 : FROM dev-base AS containerd [2019-09-26T21:13:08.343Z] ---> 4deb36ca5cfa [2019-09-26T21:13:08.343Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:13:08.343Z] ---> Using cache [2019-09-26T21:13:08.343Z] ---> 117fb4b7c7b3 [2019-09-26T21:13:08.343Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-26T21:13:08.566Z] #58 37.08 CC compel/plugins/std/log.o [2019-09-26T21:13:08.708Z] ---> Running in f15543e12652 [2019-09-26T21:13:09.072Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:13:09.072Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:13:09.072Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:13:09.072Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:13:09.477Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:13:09.477Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-26T21:13:09.477Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-26T21:13:09.478Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-26T21:13:09.495Z] #58 37.93 CC compel/plugins/std/string.o [2019-09-26T21:13:09.751Z] #58 38.43 CC compel/plugins/std/infect.o [2019-09-26T21:13:10.313Z] #58 38.78 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-26T21:13:10.313Z] #58 38.83 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-26T21:13:10.313Z] #58 38.88 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-26T21:13:10.313Z] #58 38.93 AR compel/plugins/std.lib.a [2019-09-26T21:13:10.313Z] #58 38.99 CC compel/plugins/fds/fds.o [2019-09-26T21:13:10.569Z] #58 39.28 AR compel/plugins/fds.lib.a [2019-09-26T21:13:10.826Z] #58 39.31 HOSTDEP compel/src/lib/log-host.d [2019-09-26T21:13:10.826Z] #58 39.39 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-26T21:13:10.826Z] #58 39.51 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-26T21:13:10.850Z] Fetched 7668 kB in 1s (4545 kB/s) [2019-09-26T21:13:11.082Z] #58 39.60 HOSTDEP compel/src/main-host.d [2019-09-26T21:13:11.082Z] #58 39.71 DEP compel/src/lib/ptrace.d [2019-09-26T21:13:11.082Z] #58 39.79 DEP compel/src/lib/infect.d [2019-09-26T21:13:11.263Z] Reading package lists... [2019-09-26T21:13:11.338Z] #58 39.90 DEP compel/src/lib/infect-util.d [2019-09-26T21:13:11.338Z] #58 40.00 DEP compel/src/lib/infect-rpc.d [2019-09-26T21:13:11.690Z] #58 40.12 DEP compel/arch/x86/src/lib/infect.d [2019-09-26T21:13:11.690Z] #58 40.28 DEP compel/arch/x86/src/lib/cpu.d [2019-09-26T21:13:11.946Z] #58 40.45 DEP compel/src/lib/log.d [2019-09-26T21:13:11.946Z] #58 40.57 DEP compel/src/main.d [2019-09-26T21:13:11.946Z] #58 40.64 DEP compel/src/lib/handle-elf.d [2019-09-26T21:13:12.020Z] #58 84.77 LINK criu/pie/restorer.built-in.o [2019-09-26T21:13:12.020Z] #58 84.79 GEN criu/pie/restorer-blob.h [2019-09-26T21:13:12.020Z] #58 84.88 DEP criu/vdso.d [2019-09-26T21:13:12.020Z] #58 85.12 DEP criu/vdso-compat.d [2019-09-26T21:13:12.020Z] #58 85.36 DEP criu/uts_ns.d [2019-09-26T21:13:12.020Z] #58 ... [2019-09-26T21:13:12.020Z] [2019-09-26T21:13:12.020Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:13:12.020Z] #13 77.33 Selecting previously unselected package vim. [2019-09-26T21:13:12.020Z] #13 77.34 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-26T21:13:12.020Z] #13 77.35 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:13:12.020Z] #13 77.97 Selecting previously unselected package xfsprogs. [2019-09-26T21:13:12.020Z] #13 77.98 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-26T21:13:12.020Z] #13 77.98 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:13:12.020Z] #13 78.58 Selecting previously unselected package zip. [2019-09-26T21:13:12.020Z] #13 78.59 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-26T21:13:12.020Z] #13 78.60 Unpacking zip (3.0-11+b1) ... [2019-09-26T21:13:12.020Z] #13 78.94 Selecting previously unselected package libapparmor-perl. [2019-09-26T21:13:12.020Z] #13 78.94 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:13:12.020Z] #13 78.95 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:13:12.020Z] #13 79.12 Selecting previously unselected package apparmor. [2019-09-26T21:13:12.020Z] #13 79.13 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-26T21:13:12.020Z] #13 79.20 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:13:12.020Z] #13 79.74 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-26T21:13:12.020Z] #13 79.78 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-26T21:13:12.020Z] #13 79.79 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:13:12.043Z] Reading package lists... [2019-09-26T21:13:12.043Z] Building dependency tree... [2019-09-26T21:13:12.043Z] Reading state information... [2019-09-26T21:13:12.043Z] The following additional packages will be installed: [2019-09-26T21:13:12.043Z] btrfs-progs liblzo2-2 [2019-09-26T21:13:12.043Z] The following NEW packages will be installed: [2019-09-26T21:13:12.043Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-26T21:13:12.043Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:13:12.043Z] Need to get 668 kB of archives. [2019-09-26T21:13:12.043Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-26T21:13:12.043Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-26T21:13:12.201Z] #58 40.83 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-26T21:13:12.436Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-26T21:13:12.436Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-26T21:13:12.436Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:13:12.436Z] Fetched 668 kB in 0s (6230 kB/s) [2019-09-26T21:13:12.436Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-26T21:13:12.436Z] (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-09-26T21:13:12.436Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-26T21:13:12.436Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-26T21:13:12.436Z] Selecting previously unselected package btrfs-progs. [2019-09-26T21:13:12.436Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-26T21:13:12.436Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:13:12.436Z] Selecting previously unselected package btrfs-tools. [2019-09-26T21:13:12.436Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-26T21:13:12.436Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:13:12.436Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:13:12.436Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-26T21:13:12.436Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:13:12.436Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:13:12.457Z] #58 40.98 CC compel/src/lib/log.o [2019-09-26T21:13:12.712Z] #58 41.22 CC compel/arch/x86/src/lib/cpu.o [2019-09-26T21:13:12.803Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:13:13.170Z] Removing intermediate container f15543e12652 [2019-09-26T21:13:13.170Z] ---> a2f44a7410e0 [2019-09-26T21:13:13.170Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-26T21:13:13.274Z] #58 41.91 CC compel/arch/x86/src/lib/infect.o [2019-09-26T21:13:13.561Z] ---> Running in dbf2fb159fad [2019-09-26T21:13:13.561Z] Removing intermediate container dbf2fb159fad [2019-09-26T21:13:13.561Z] ---> db1e6cf4358e [2019-09-26T21:13:13.561Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:13:13.678Z] #13 81.51 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-26T21:13:13.678Z] #13 81.53 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-26T21:13:13.678Z] #13 81.54 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:13:13.972Z] ---> 86ad1c331ed4 [2019-09-26T21:13:13.972Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:13:14.200Z] #58 42.63 CC compel/src/lib/infect-rpc.o [2019-09-26T21:13:14.363Z] ---> 2c38f65a1d32 [2019-09-26T21:13:14.363Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:13:14.455Z] #58 42.96 CC compel/src/lib/infect-util.o [2019-09-26T21:13:14.711Z] #58 43.20 CC compel/src/lib/infect.o [2019-09-26T21:13:14.748Z] ---> Running in adbbed0bfda6 [2019-09-26T21:13:15.125Z] + RM_GOPATH=0 [2019-09-26T21:13:15.125Z] + TMP_GOPATH= [2019-09-26T21:13:15.125Z] + : /build [2019-09-26T21:13:15.125Z] + '[' -z '' ']' [2019-09-26T21:13:15.125Z] ++ mktemp -d [2019-09-26T21:13:15.125Z] + export GOPATH=/tmp/tmp.93tEUGUxId [2019-09-26T21:13:15.125Z] + GOPATH=/tmp/tmp.93tEUGUxId [2019-09-26T21:13:15.125Z] + RM_GOPATH=1 [2019-09-26T21:13:15.125Z] ++ dirname ./install.sh [2019-09-26T21:13:15.125Z] + dir=. [2019-09-26T21:13:15.125Z] + bin=containerd [2019-09-26T21:13:15.125Z] + shift [2019-09-26T21:13:15.125Z] + '[' '!' -f ./containerd.installer ']' [2019-09-26T21:13:15.125Z] + . ./containerd.installer [2019-09-26T21:13:15.125Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:13:15.125Z] + install_containerd [2019-09-26T21:13:15.125Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-26T21:13:15.125Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.93tEUGUxId/src/github.com/containerd/containerd [2019-09-26T21:13:15.125Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:13:15.125Z] Cloning into '/tmp/tmp.93tEUGUxId/src/github.com/containerd/containerd'... [2019-09-26T21:13:16.188Z] #13 83.58 Selecting previously unselected package binutils-mingw-w64. [2019-09-26T21:13:16.188Z] #13 83.61 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-26T21:13:16.188Z] #13 83.61 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:13:16.188Z] #13 83.76 Selecting previously unselected package mingw-w64-common. [2019-09-26T21:13:16.188Z] #13 83.78 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-26T21:13:16.188Z] #13 83.79 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-26T21:13:16.597Z] #58 45.18 CC compel/src/lib/ptrace.o [2019-09-26T21:13:16.747Z] #13 ... [2019-09-26T21:13:16.747Z] [2019-09-26T21:13:16.747Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:16.747Z] #33 142.9 mime [2019-09-26T21:13:16.747Z] #33 144.6 mime/quotedprintable [2019-09-26T21:13:16.747Z] #33 145.0 net/http/internal [2019-09-26T21:13:16.747Z] #33 145.3 os/exec [2019-09-26T21:13:16.747Z] #33 151.1 net/textproto [2019-09-26T21:13:16.747Z] #33 151.2 crypto/x509 [2019-09-26T21:13:16.747Z] #33 152.4 vendor/golang.org/x/net/http/httpguts [2019-09-26T21:13:16.747Z] #33 152.7 vendor/golang.org/x/net/http/httpproxy [2019-09-26T21:13:16.747Z] #33 ... [2019-09-26T21:13:16.747Z] [2019-09-26T21:13:16.747Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:16.747Z] #58 85.65 DEP criu/util.d [2019-09-26T21:13:16.747Z] #58 85.92 DEP criu/uffd.d [2019-09-26T21:13:16.747Z] #58 86.18 DEP criu/tun.d [2019-09-26T21:13:16.747Z] #58 86.40 DEP criu/tty.d [2019-09-26T21:13:16.747Z] #58 86.74 DEP criu/timerfd.d [2019-09-26T21:13:16.747Z] #58 86.94 DEP criu/sysfs_parse.d [2019-09-26T21:13:16.747Z] #58 87.13 DEP criu/sysctl.d [2019-09-26T21:13:16.747Z] #58 87.34 DEP criu/string.d [2019-09-26T21:13:16.747Z] #58 87.43 DEP criu/stats.d [2019-09-26T21:13:16.747Z] #58 87.66 DEP criu/sockets.d [2019-09-26T21:13:16.747Z] #58 87.88 DEP criu/sk-unix.d [2019-09-26T21:13:16.747Z] #58 88.14 DEP criu/sk-tcp.d [2019-09-26T21:13:16.747Z] #58 88.35 DEP criu/sk-queue.d [2019-09-26T21:13:16.747Z] #58 88.53 DEP criu/sk-packet.d [2019-09-26T21:13:16.747Z] #58 88.79 DEP criu/sk-netlink.d [2019-09-26T21:13:16.747Z] #58 89.07 DEP criu/sk-inet.d [2019-09-26T21:13:16.747Z] #58 89.28 DEP criu/signalfd.d [2019-09-26T21:13:16.747Z] #58 89.54 DEP criu/sigframe.d [2019-09-26T21:13:16.747Z] #58 89.69 DEP criu/shmem.d [2019-09-26T21:13:16.747Z] #58 89.97 DEP criu/servicefd.d [2019-09-26T21:13:16.852Z] #58 45.53 AR compel/libcompel.a [2019-09-26T21:13:16.852Z] #58 45.62 HOSTCC compel/src/main-host.o [2019-09-26T21:13:17.002Z] #58 90.25 DEP criu/seize.d [2019-09-26T21:13:17.002Z] #58 90.51 DEP criu/seccomp.d [2019-09-26T21:13:17.257Z] #58 90.72 DEP criu/rst-malloc.d [2019-09-26T21:13:17.413Z] #58 45.96 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-26T21:13:17.511Z] #58 90.81 DEP criu/rbtree.d [2019-09-26T21:13:17.511Z] #58 90.90 DEP criu/pstree.d [2019-09-26T21:13:17.668Z] #58 46.15 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-26T21:13:17.767Z] #58 91.21 DEP criu/protobuf.d [2019-09-26T21:13:17.924Z] #58 46.51 HOSTCC compel/src/lib/log-host.o [2019-09-26T21:13:18.022Z] #58 91.49 GEN criu/protobuf-desc-gen.h [2019-09-26T21:13:18.181Z] #58 46.68 HOSTLINK compel/compel-host-bin [2019-09-26T21:13:18.181Z] #58 46.92 DEP soccr/soccr.d [2019-09-26T21:13:18.377Z] + cd /tmp/tmp.93tEUGUxId/src/github.com/containerd/containerd [2019-09-26T21:13:18.377Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:13:18.437Z] #58 47.06 CC soccr/soccr.o [2019-09-26T21:13:18.743Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-26T21:13:18.744Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-26T21:13:18.744Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:13:18.744Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:13:18.744Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-26T21:13:18.744Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-26T21:13:18.744Z] + '[' '' = dynamic ']' [2019-09-26T21:13:18.744Z] + make [2019-09-26T21:13:18.744Z] 🇩 bin/ctr [2019-09-26T21:13:19.719Z] + dpkg --print-architecture [2019-09-26T21:13:19.719Z] + cd /tmp/tmp.oS0VwdHCSj/src/github.com/docker/distribution [2019-09-26T21:13:19.719Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-26T21:13:19.719Z] + GOPATH=/tmp/tmp.oS0VwdHCSj/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.oS0VwdHCSj [2019-09-26T21:13:19.719Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-26T21:13:19.801Z] #58 48.17 AR soccr/libsoccr.a [2019-09-26T21:13:19.801Z] #58 48.20 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:13:19.801Z] #58 ... [2019-09-26T21:13:19.801Z] [2019-09-26T21:13:19.801Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:19.801Z] #33 85.92 crypto/hmac [2019-09-26T21:13:19.801Z] #33 86.04 crypto/md5 [2019-09-26T21:13:19.801Z] #33 86.59 crypto/rc4 [2019-09-26T21:13:19.801Z] #33 86.72 crypto/sha1 [2019-09-26T21:13:19.801Z] #33 87.37 crypto/sha256 [2019-09-26T21:13:19.801Z] #33 88.05 encoding/hex [2019-09-26T21:13:19.801Z] #33 88.39 encoding/pem [2019-09-26T21:13:19.801Z] #33 88.55 crypto/rand [2019-09-26T21:13:19.801Z] #33 88.76 crypto/elliptic [2019-09-26T21:13:19.801Z] #33 89.09 encoding/asn1 [2019-09-26T21:13:19.801Z] #33 90.80 crypto/ed25519 [2019-09-26T21:13:19.801Z] #33 91.04 crypto/ecdsa [2019-09-26T21:13:19.801Z] #33 91.14 crypto/rsa [2019-09-26T21:13:19.801Z] #33 91.58 crypto/dsa [2019-09-26T21:13:19.801Z] #33 91.88 crypto/x509/pkix [2019-09-26T21:13:19.801Z] #33 92.29 vendor/golang.org/x/crypto/cryptobyte [2019-09-26T21:13:19.801Z] #33 92.31 vendor/golang.org/x/net/dns/dnsmessage [2019-09-26T21:13:19.801Z] #33 93.66 vendor/golang.org/x/crypto/internal/chacha20 [2019-09-26T21:13:19.801Z] #33 94.24 vendor/golang.org/x/crypto/poly1305 [2019-09-26T21:13:19.801Z] #33 94.49 vendor/golang.org/x/sys/cpu [2019-09-26T21:13:19.801Z] #33 94.78 vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-26T21:13:19.801Z] #33 95.59 net [2019-09-26T21:13:19.801Z] #33 95.96 vendor/golang.org/x/crypto/hkdf [2019-09-26T21:13:19.801Z] #33 96.07 vendor/golang.org/x/text/transform [2019-09-26T21:13:19.801Z] #33 ... [2019-09-26T21:13:19.801Z] [2019-09-26T21:13:19.801Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:19.801Z] #58 48.47 DEP criu/arch/x86/sigframe.d [2019-09-26T21:13:19.910Z] #58 93.30 DEP criu/protobuf-desc.d [2019-09-26T21:13:20.056Z] #58 48.61 DEP criu/arch/x86/sigaction_compat.d [2019-09-26T21:13:20.056Z] #58 48.70 DEP criu/arch/x86/kerndat.d [2019-09-26T21:13:20.056Z] #58 48.80 DEP criu/arch/x86/crtools.d [2019-09-26T21:13:20.165Z] #58 93.44 DEP criu/proc_parse.d [2019-09-26T21:13:20.420Z] #58 93.71 DEP criu/plugin.d [2019-09-26T21:13:20.420Z] #58 93.89 DEP criu/pipes.d [2019-09-26T21:13:20.617Z] #58 48.96 DEP criu/arch/x86/cpu.d [2019-09-26T21:13:20.617Z] #58 49.11 CC criu/arch/x86/cpu.o [2019-09-26T21:13:20.675Z] #58 94.14 DEP criu/pie-util.d [2019-09-26T21:13:20.675Z] #58 ... [2019-09-26T21:13:20.675Z] [2019-09-26T21:13:20.675Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:13:20.675Z] #13 88.55 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-26T21:13:20.675Z] #13 88.59 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-26T21:13:20.675Z] #13 88.59 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:13:21.177Z] #58 49.71 CC criu/arch/x86/crtools.o [2019-09-26T21:13:22.541Z] #58 50.90 CC criu/arch/x86/kerndat.o [2019-09-26T21:13:22.795Z] #58 51.42 CC criu/arch/x86/sigaction_compat.o [2019-09-26T21:13:23.051Z] #58 51.67 CC criu/arch/x86/sigframe.o [2019-09-26T21:13:23.306Z] #58 52.00 LINK criu/arch/x86/crtools.built-in.o [2019-09-26T21:13:23.306Z] #58 52.07 DEP criu/pie/util-vdso-elf32.d [2019-09-26T21:13:23.867Z] #58 52.23 DEP criu/arch/x86/vdso-pie.d [2019-09-26T21:13:23.867Z] #58 52.35 DEP criu/pie/parasite-vdso.d [2019-09-26T21:13:24.122Z] #58 52.51 DEP criu/pie/util-vdso.d [2019-09-26T21:13:24.122Z] #58 52.60 DEP criu/pie/util.d [2019-09-26T21:13:24.378Z] #58 52.81 CC criu/pie/util.o [2019-09-26T21:13:24.633Z] #58 53.12 CC criu/pie/util-vdso.o [2019-09-26T21:13:25.194Z] #58 53.67 CC criu/pie/parasite-vdso.o [2019-09-26T21:13:25.224Z] + rm -rf /tmp/tmp.oS0VwdHCSj/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.oS0VwdHCSj [2019-09-26T21:13:25.995Z] #13 93.57 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-26T21:13:25.995Z] #13 93.61 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-26T21:13:25.995Z] #13 93.62 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:13:25.995Z] #13 93.76 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-26T21:13:25.995Z] #13 93.79 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-26T21:13:25.995Z] #13 93.80 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:13:26.119Z] #58 54.73 CC criu/arch/x86/vdso-pie.o [2019-09-26T21:13:26.680Z] #58 55.05 CC criu/pie/util-vdso-elf32.o [2019-09-26T21:13:26.935Z] #58 55.61 AR criu/pie/pie.lib.a [2019-09-26T21:13:27.191Z] #58 55.67 DEP criu/pie/restorer.d [2019-09-26T21:13:27.191Z] #58 55.90 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-26T21:13:27.356Z] #13 ... [2019-09-26T21:13:27.356Z] [2019-09-26T21:13:27.356Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:27.356Z] #33 153.3 mime/multipart [2019-09-26T21:13:27.356Z] #33 155.5 crypto/tls [2019-09-26T21:13:27.356Z] #33 162.3 net/http/httptrace [2019-09-26T21:13:27.356Z] #33 162.5 net/http [2019-09-26T21:13:27.356Z] #33 ... [2019-09-26T21:13:27.356Z] [2019-09-26T21:13:27.356Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:27.356Z] #58 94.28 DEP criu/pie-util-vdso.d [2019-09-26T21:13:27.356Z] #58 94.44 DEP criu/pie-util-vdso-elf32.d [2019-09-26T21:13:27.356Z] #58 94.57 DEP criu/path.d [2019-09-26T21:13:27.356Z] #58 94.84 DEP criu/parasite-syscall.d [2019-09-26T21:13:27.356Z] #58 95.11 DEP criu/pagemap.d [2019-09-26T21:13:27.356Z] #58 95.27 DEP criu/pagemap-cache.d [2019-09-26T21:13:27.356Z] #58 95.56 DEP criu/page-xfer.d [2019-09-26T21:13:27.356Z] #58 95.78 DEP criu/page-pipe.d [2019-09-26T21:13:27.356Z] #58 95.91 DEP criu/netfilter.d [2019-09-26T21:13:27.356Z] #58 96.09 DEP criu/net.d [2019-09-26T21:13:27.356Z] #58 96.40 DEP criu/namespaces.d [2019-09-26T21:13:27.356Z] #58 96.69 DEP criu/mount.d [2019-09-26T21:13:27.356Z] #58 96.96 DEP criu/mem.d [2019-09-26T21:13:27.356Z] #58 97.19 DEP criu/lsm.d [2019-09-26T21:13:27.356Z] #58 97.35 DEP criu/log.d [2019-09-26T21:13:27.356Z] #58 97.51 DEP criu/libnetlink.d [2019-09-26T21:13:27.356Z] #58 97.73 DEP criu/kerndat.d [2019-09-26T21:13:27.356Z] #58 97.95 DEP criu/kcmp-ids.d [2019-09-26T21:13:27.356Z] #58 98.06 DEP criu/irmap.d [2019-09-26T21:13:27.356Z] #58 98.25 DEP criu/ipc_ns.d [2019-09-26T21:13:27.356Z] #58 98.54 DEP criu/image.d [2019-09-26T21:13:27.356Z] #58 98.70 DEP criu/image-desc.d [2019-09-26T21:13:27.356Z] #58 98.83 DEP criu/fsnotify.d [2019-09-26T21:13:27.356Z] #58 99.14 DEP criu/filesystems.d [2019-09-26T21:13:27.356Z] #58 99.34 DEP criu/files.d [2019-09-26T21:13:27.356Z] #58 99.63 DEP criu/files-reg.d [2019-09-26T21:13:27.356Z] #58 99.86 DEP criu/files-ext.d [2019-09-26T21:13:27.356Z] #58 100.0 DEP criu/file-lock.d [2019-09-26T21:13:27.356Z] #58 100.2 DEP criu/file-ids.d [2019-09-26T21:13:27.356Z] #58 100.4 DEP criu/fifo.d [2019-09-26T21:13:27.356Z] #58 100.6 DEP criu/fdstore.d [2019-09-26T21:13:27.356Z] #58 100.7 DEP criu/fault-injection.d [2019-09-26T21:13:27.356Z] #58 ... [2019-09-26T21:13:27.356Z] [2019-09-26T21:13:27.356Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-26T21:13:27.356Z] #27 DONE 163.5s [2019-09-26T21:13:27.356Z] [2019-09-26T21:13:27.356Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:27.356Z] #58 100.7 DEP criu/external.d [2019-09-26T21:13:27.446Z] #58 56.04 DEP criu/arch/x86/restorer_unmap.d [2019-09-26T21:13:27.446Z] #58 56.07 DEP criu/arch/x86/restorer.d [2019-09-26T21:13:27.611Z] #58 101.0 DEP criu/eventpoll.d [2019-09-26T21:13:27.702Z] #58 56.28 DEP criu/pie/parasite.d [2019-09-26T21:13:27.866Z] #58 101.3 DEP criu/eventfd.d [2019-09-26T21:13:27.918Z] Removing intermediate container 91b2f16d3e85 [2019-09-26T21:13:27.918Z] ---> 3a55c793ed89 [2019-09-26T21:13:27.918Z] Step 17/126 : FROM base AS swagger [2019-09-26T21:13:27.918Z] ---> efd73af69e7c [2019-09-26T21:13:27.918Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-26T21:13:27.918Z] ---> Running in 41825867e9b2 [2019-09-26T21:13:27.918Z] Removing intermediate container 41825867e9b2 [2019-09-26T21:13:27.918Z] ---> d4e449556448 [2019-09-26T21:13:27.918Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-26T21:13:27.918Z] ---> Running in 11f96ca87e82 [2019-09-26T21:13:27.918Z] + mktemp -d [2019-09-26T21:13:27.918Z] + export GOPATH=/tmp/tmp.GZDAE1AYtD [2019-09-26T21:13:27.918Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.GZDAE1AYtD/src/github.com/go-swagger/go-swagger [2019-09-26T21:13:27.918Z] Cloning into '/tmp/tmp.GZDAE1AYtD/src/github.com/go-swagger/go-swagger'... [2019-09-26T21:13:27.957Z] #58 56.53 CC criu/pie/parasite.o [2019-09-26T21:13:28.121Z] #58 101.7 DEP criu/crtools.d [2019-09-26T21:13:28.725Z] #58 102.1 DEP criu/cr-service.d [2019-09-26T21:13:28.882Z] #58 57.60 LINK criu/pie/parasite.built-in.o [2019-09-26T21:13:28.981Z] #58 102.4 DEP criu/cr-restore.d [2019-09-26T21:13:29.137Z] #58 57.61 GEN criu/pie/parasite-blob.h [2019-09-26T21:13:29.138Z] #58 57.62 CC criu/arch/x86/restorer.o [2019-09-26T21:13:29.540Z] #58 102.7 DEP criu/cr-errno.d [2019-09-26T21:13:29.540Z] #58 102.8 DEP criu/cr-dump.d [2019-09-26T21:13:29.540Z] #58 103.0 DEP criu/cr-dedup.d [2019-09-26T21:13:29.540Z] #58 103.1 DEP criu/cr-check.d [2019-09-26T21:13:29.701Z] #58 58.05 CC criu/arch/x86/restorer_unmap.o [2019-09-26T21:13:29.701Z] #58 58.08 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-26T21:13:29.837Z] #58 103.4 DEP criu/config.d [2019-09-26T21:13:29.956Z] #58 58.41 CC criu/pie/restorer.o [2019-09-26T21:13:30.092Z] #58 103.6 DEP criu/clone-noasan.d [2019-09-26T21:13:30.092Z] #58 103.7 DEP criu/cgroup.d [2019-09-26T21:13:30.517Z] #58 ... [2019-09-26T21:13:30.517Z] [2019-09-26T21:13:30.517Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:30.517Z] #33 96.65 vendor/golang.org/x/text/unicode/bidi [2019-09-26T21:13:30.517Z] #33 97.97 vendor/golang.org/x/text/secure/bidirule [2019-09-26T21:13:30.517Z] #33 98.27 vendor/golang.org/x/text/unicode/norm [2019-09-26T21:13:30.517Z] #33 101.5 vendor/golang.org/x/net/idna [2019-09-26T21:13:30.517Z] #33 103.6 vendor/golang.org/x/net/http2/hpack [2019-09-26T21:13:30.517Z] #33 104.3 mime [2019-09-26T21:13:30.517Z] #33 105.8 mime/quotedprintable [2019-09-26T21:13:30.517Z] #33 106.2 net/http/internal [2019-09-26T21:13:30.517Z] #33 106.4 os/exec [2019-09-26T21:13:30.695Z] #58 103.9 DEP criu/cgroup-props.d [2019-09-26T21:13:30.695Z] #58 104.0 DEP criu/bitmap.d [2019-09-26T21:13:30.695Z] #58 104.1 DEP criu/bfd.d [2019-09-26T21:13:30.695Z] #58 104.2 DEP criu/autofs.d [2019-09-26T21:13:30.950Z] #58 104.4 DEP criu/aio.d [2019-09-26T21:13:31.205Z] #58 104.6 DEP criu/action-scripts.d [2019-09-26T21:13:31.503Z] #58 ... [2019-09-26T21:13:31.503Z] [2019-09-26T21:13:31.503Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-26T21:13:31.503Z] #15 167.7 + rm -rf /tmp/tmp.HzEvAz9GUV [2019-09-26T21:13:31.503Z] #15 DONE 168.2s [2019-09-26T21:13:31.503Z] [2019-09-26T21:13:31.503Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:31.503Z] #58 104.9 CC criu/action-scripts.o [2019-09-26T21:13:32.404Z] #33 ... [2019-09-26T21:13:32.404Z] [2019-09-26T21:13:32.404Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:32.404Z] #58 60.77 LINK criu/pie/restorer.built-in.o [2019-09-26T21:13:32.404Z] #58 60.79 GEN criu/pie/restorer-blob.h [2019-09-26T21:13:32.404Z] #58 60.84 DEP criu/vdso.d [2019-09-26T21:13:32.404Z] #58 60.99 DEP criu/vdso-compat.d [2019-09-26T21:13:32.404Z] #58 61.13 DEP criu/uts_ns.d [2019-09-26T21:13:32.597Z] #58 106.0 CC criu/aio.o [2019-09-26T21:13:32.659Z] #58 61.28 DEP criu/util.d [2019-09-26T21:13:32.914Z] #58 61.49 DEP criu/uffd.d [2019-09-26T21:13:33.156Z] #58 106.7 CC criu/autofs.o [2019-09-26T21:13:33.170Z] #58 61.68 DEP criu/tun.d [2019-09-26T21:13:33.428Z] #58 61.89 DEP criu/tty.d [2019-09-26T21:13:33.428Z] #58 62.05 DEP criu/timerfd.d [2019-09-26T21:13:33.684Z] #58 62.32 DEP criu/sysfs_parse.d [2019-09-26T21:13:33.961Z] #58 62.55 DEP criu/sysctl.d [2019-09-26T21:13:34.243Z] #58 62.68 DEP criu/string.d [2019-09-26T21:13:34.243Z] #58 62.76 DEP criu/stats.d [2019-09-26T21:13:34.243Z] #58 62.91 DEP criu/sockets.d [2019-09-26T21:13:34.499Z] #58 63.17 DEP criu/sk-unix.d [2019-09-26T21:13:34.749Z] + cd /tmp/tmp.GZDAE1AYtD/src/github.com/go-swagger/go-swagger [2019-09-26T21:13:34.749Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-26T21:13:34.755Z] #58 63.41 DEP criu/sk-tcp.d [2019-09-26T21:13:35.010Z] #58 63.57 DEP criu/sk-queue.d [2019-09-26T21:13:35.082Z] #58 108.6 CC criu/bfd.o [2019-09-26T21:13:35.266Z] #58 63.73 DEP criu/sk-packet.d [2019-09-26T21:13:35.266Z] #58 63.93 DEP criu/sk-netlink.d [2019-09-26T21:13:35.374Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-26T21:13:35.522Z] #58 64.11 DEP criu/sk-inet.d [2019-09-26T21:13:35.727Z] #58 109.2 CC criu/bitmap.o [2019-09-26T21:13:35.777Z] #58 64.27 DEP criu/signalfd.d [2019-09-26T21:13:35.777Z] #58 64.39 DEP criu/sigframe.d [2019-09-26T21:13:35.982Z] #58 109.4 CC criu/cgroup-props.o [2019-09-26T21:13:36.032Z] #58 64.51 DEP criu/shmem.d [2019-09-26T21:13:36.033Z] #58 64.68 DEP criu/servicefd.d [2019-09-26T21:13:36.288Z] #58 64.88 DEP criu/seize.d [2019-09-26T21:13:36.544Z] #58 65.11 DEP criu/seccomp.d [2019-09-26T21:13:36.800Z] #58 65.33 DEP criu/rst-malloc.d [2019-09-26T21:13:36.800Z] #58 65.42 DEP criu/rbtree.d [2019-09-26T21:13:36.800Z] #58 65.47 DEP criu/pstree.d [2019-09-26T21:13:37.055Z] #58 65.60 DEP criu/protobuf.d [2019-09-26T21:13:37.055Z] #58 65.73 GEN criu/protobuf-desc-gen.h [2019-09-26T21:13:37.346Z] #58 110.4 CC criu/cgroup.o [2019-09-26T21:13:38.419Z] #58 67.06 DEP criu/protobuf-desc.d [2019-09-26T21:13:38.419Z] #58 67.17 DEP criu/proc_parse.d [2019-09-26T21:13:38.674Z] #58 67.27 DEP criu/plugin.d [2019-09-26T21:13:38.674Z] #58 67.35 DEP criu/pipes.d [2019-09-26T21:13:38.929Z] #58 67.49 DEP criu/pie-util.d [2019-09-26T21:13:39.185Z] #58 67.64 DEP criu/pie-util-vdso.d [2019-09-26T21:13:39.185Z] #58 67.80 DEP criu/pie-util-vdso-elf32.d [2019-09-26T21:13:39.441Z] #58 67.90 DEP criu/path.d [2019-09-26T21:13:39.441Z] #58 68.01 DEP criu/parasite-syscall.d [2019-09-26T21:13:39.696Z] #58 68.20 DEP criu/pagemap.d [2019-09-26T21:13:39.696Z] #58 68.44 DEP criu/pagemap-cache.d [2019-09-26T21:13:39.859Z] #58 ... [2019-09-26T21:13:39.859Z] [2019-09-26T21:13:39.859Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:39.859Z] #33 175.9 github.com/LK4D4/vndr/godl [2019-09-26T21:13:39.952Z] #58 68.55 DEP criu/page-xfer.d [2019-09-26T21:13:39.952Z] #58 68.69 DEP criu/page-pipe.d [2019-09-26T21:13:40.114Z] #33 176.5 github.com/LK4D4/vndr [2019-09-26T21:13:40.207Z] #58 68.83 DEP criu/netfilter.d [2019-09-26T21:13:40.207Z] #58 68.96 DEP criu/net.d [2019-09-26T21:13:40.768Z] #58 69.28 DEP criu/namespaces.d [2019-09-26T21:13:41.024Z] #58 69.49 DEP criu/mount.d [2019-09-26T21:13:41.024Z] #58 69.68 DEP criu/mem.d [2019-09-26T21:13:41.280Z] #58 69.88 DEP criu/lsm.d [2019-09-26T21:13:41.537Z] #58 70.00 DEP criu/log.d [2019-09-26T21:13:41.537Z] #58 70.11 DEP criu/libnetlink.d [2019-09-26T21:13:41.793Z] #58 ... [2019-09-26T21:13:41.793Z] [2019-09-26T21:13:41.793Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-26T21:13:41.793Z] #27 DONE 118.9s [2019-09-26T21:13:41.793Z] [2019-09-26T21:13:41.793Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:41.793Z] #58 70.31 DEP criu/kerndat.d [2019-09-26T21:13:41.793Z] #58 ... [2019-09-26T21:13:41.793Z] [2019-09-26T21:13:41.793Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:41.793Z] #33 109.5 crypto/x509 [2019-09-26T21:13:41.793Z] #33 109.5 net/textproto [2019-09-26T21:13:41.793Z] #33 110.3 vendor/golang.org/x/net/http/httpguts [2019-09-26T21:13:41.793Z] #33 110.7 vendor/golang.org/x/net/http/httpproxy [2019-09-26T21:13:41.793Z] #33 111.2 mime/multipart [2019-09-26T21:13:41.793Z] #33 113.0 crypto/tls [2019-09-26T21:13:42.049Z] #33 ... [2019-09-26T21:13:42.049Z] [2019-09-26T21:13:42.049Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:42.049Z] #58 70.65 DEP criu/kcmp-ids.d [2019-09-26T21:13:42.305Z] #58 70.73 DEP criu/irmap.d [2019-09-26T21:13:42.305Z] #58 70.96 DEP criu/ipc_ns.d [2019-09-26T21:13:42.563Z] #58 71.21 DEP criu/image.d [2019-09-26T21:13:42.819Z] #58 71.42 DEP criu/image-desc.d [2019-09-26T21:13:42.819Z] #58 71.50 DEP criu/fsnotify.d [2019-09-26T21:13:43.075Z] #58 71.62 DEP criu/filesystems.d [2019-09-26T21:13:43.331Z] #58 71.80 DEP criu/files.d [2019-09-26T21:13:43.331Z] #58 71.95 DEP criu/files-reg.d [2019-09-26T21:13:43.587Z] #58 72.14 DEP criu/files-ext.d [2019-09-26T21:13:43.843Z] #58 72.30 DEP criu/file-lock.d [2019-09-26T21:13:43.843Z] #58 72.50 DEP criu/file-ids.d [2019-09-26T21:13:44.100Z] #58 72.65 DEP criu/fifo.d [2019-09-26T21:13:44.356Z] #58 72.78 DEP criu/fdstore.d [2019-09-26T21:13:44.356Z] #58 72.91 DEP criu/fault-injection.d [2019-09-26T21:13:44.356Z] #58 72.95 DEP criu/external.d [2019-09-26T21:13:44.613Z] #58 73.09 DEP criu/eventpoll.d [2019-09-26T21:13:44.613Z] #58 73.22 DEP criu/eventfd.d [2019-09-26T21:13:44.613Z] #58 73.34 DEP criu/crtools.d [2019-09-26T21:13:45.175Z] #58 73.53 DEP criu/cr-service.d [2019-09-26T21:13:45.175Z] #58 73.75 DEP criu/cr-restore.d [2019-09-26T21:13:45.355Z] #33 ... [2019-09-26T21:13:45.355Z] [2019-09-26T21:13:45.355Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:13:45.355Z] #13 112.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-26T21:13:45.355Z] #13 112.6 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-26T21:13:45.355Z] #13 112.6 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:13:45.431Z] #58 74.05 DEP criu/cr-errno.d [2019-09-26T21:13:45.688Z] #58 74.07 DEP criu/cr-dump.d [2019-09-26T21:13:45.688Z] #58 74.33 DEP criu/cr-dedup.d [2019-09-26T21:13:45.944Z] #58 74.54 DEP criu/cr-check.d [2019-09-26T21:13:46.200Z] #58 74.78 DEP criu/config.d [2019-09-26T21:13:46.200Z] #58 74.91 DEP criu/clone-noasan.d [2019-09-26T21:13:46.457Z] #58 74.97 DEP criu/cgroup.d [2019-09-26T21:13:46.457Z] #58 75.16 DEP criu/cgroup-props.d [2019-09-26T21:13:46.713Z] #58 75.23 DEP criu/bitmap.d [2019-09-26T21:13:46.713Z] #58 75.25 DEP criu/bfd.d [2019-09-26T21:13:46.713Z] #58 75.39 DEP criu/autofs.d [2019-09-26T21:13:46.969Z] #58 75.56 DEP criu/aio.d [2019-09-26T21:13:47.225Z] #58 75.69 DEP criu/action-scripts.d [2019-09-26T21:13:47.469Z] 🇩 bin/containerd [2019-09-26T21:13:47.481Z] #58 75.95 CC criu/action-scripts.o [2019-09-26T21:13:47.737Z] #58 76.47 CC criu/aio.o [2019-09-26T21:13:48.299Z] #58 76.88 CC criu/autofs.o [2019-09-26T21:13:48.831Z] #13 ... [2019-09-26T21:13:48.831Z] [2019-09-26T21:13:48.831Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:48.831Z] #33 DONE 185.0s [2019-09-26T21:13:48.831Z] [2019-09-26T21:13:48.832Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:48.832Z] #58 113.5 CC criu/clone-noasan.o [2019-09-26T21:13:48.832Z] #58 113.8 CC criu/config.o [2019-09-26T21:13:48.832Z] #58 115.4 CC criu/cr-check.o [2019-09-26T21:13:48.832Z] #58 117.1 CC criu/cr-dedup.o [2019-09-26T21:13:48.832Z] #58 117.6 CC criu/cr-dump.o [2019-09-26T21:13:48.832Z] #58 119.7 CC criu/cr-errno.o [2019-09-26T21:13:48.832Z] #58 119.8 CC criu/cr-restore.o [2019-09-26T21:13:49.668Z] #58 78.18 CC criu/bfd.o [2019-09-26T21:13:49.923Z] #58 78.62 CC criu/bitmap.o [2019-09-26T21:13:50.179Z] #58 78.75 CC criu/cgroup-props.o [2019-09-26T21:13:50.739Z] #58 79.39 CC criu/cgroup.o [2019-09-26T21:13:51.558Z] #58 124.6 CC criu/cr-service.o [2019-09-26T21:13:52.612Z] #58 126.1 CC criu/crtools.o [2019-09-26T21:13:52.626Z] #58 ... [2019-09-26T21:13:52.626Z] [2019-09-26T21:13:52.626Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:52.626Z] #33 118.6 net/http/httptrace [2019-09-26T21:13:52.626Z] #33 119.0 net/http [2019-09-26T21:13:52.626Z] #33 127.6 github.com/LK4D4/vndr/godl [2019-09-26T21:13:52.626Z] #33 128.1 github.com/LK4D4/vndr [2019-09-26T21:13:53.187Z] #33 ... [2019-09-26T21:13:53.187Z] [2019-09-26T21:13:53.187Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:53.187Z] #58 81.83 CC criu/clone-noasan.o [2019-09-26T21:13:53.187Z] #58 81.93 CC criu/config.o [2019-09-26T21:13:53.582Z] #58 126.9 CC criu/eventfd.o [2019-09-26T21:13:53.880Z] #58 127.3 CC criu/eventpoll.o [2019-09-26T21:13:54.553Z] #58 83.20 CC criu/cr-check.o [2019-09-26T21:13:55.020Z] #58 128.2 CC criu/external.o [2019-09-26T21:13:55.021Z] #58 128.6 CC criu/fault-injection.o [2019-09-26T21:13:55.276Z] #58 128.7 CC criu/fdstore.o [2019-09-26T21:13:55.572Z] #58 129.1 CC criu/fifo.o [2019-09-26T21:13:56.176Z] #58 129.5 CC criu/file-ids.o [2019-09-26T21:13:56.441Z] #58 84.72 CC criu/cr-dedup.o [2019-09-26T21:13:56.476Z] #58 129.8 CC criu/file-lock.o [2019-09-26T21:13:56.696Z] #58 85.15 CC criu/cr-dump.o [2019-09-26T21:13:57.208Z] #58 130.8 CC criu/files-ext.o [2019-09-26T21:13:57.506Z] #58 ... [2019-09-26T21:13:57.506Z] [2019-09-26T21:13:57.506Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:13:57.506Z] #13 125.4 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:13:57.506Z] #13 125.4 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:13:57.506Z] #13 125.4 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-26T21:13:57.506Z] #13 125.4 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:13:57.506Z] #13 125.5 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-26T21:13:57.506Z] #13 125.5 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:13:57.506Z] #13 125.5 Processing triggers for mime-support (3.60) ... [2019-09-26T21:13:57.776Z] + rm -rf /tmp/tmp.GZDAE1AYtD [2019-09-26T21:13:57.776Z] Removing intermediate container 11f96ca87e82 [2019-09-26T21:13:57.776Z] ---> fad10970aa94 [2019-09-26T21:13:57.776Z] Step 20/126 : FROM base AS frozen-images [2019-09-26T21:13:57.776Z] ---> efd73af69e7c [2019-09-26T21:13:57.776Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:13:57.776Z] ---> Using cache [2019-09-26T21:13:57.777Z] ---> 740178940897 [2019-09-26T21:13:57.777Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-26T21:13:57.777Z] ---> Running in 5a5cda5fa8d7 [2019-09-26T21:13:57.777Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:13:57.777Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:13:57.777Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:13:57.777Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:13:57.777Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:13:57.777Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-26T21:13:57.777Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-26T21:13:57.777Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-26T21:13:57.805Z] #13 125.6 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:13:57.805Z] #13 125.6 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-26T21:13:57.805Z] #13 125.6 Setting up libcap2-bin (1:2.25-1) ... [2019-09-26T21:13:57.805Z] #13 125.6 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:13:57.805Z] #13 125.6 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:13:57.805Z] #13 125.6 Setting up bash-completion (1:2.1-4.3) ... [2019-09-26T21:13:58.394Z] Fetched 7717 kB in 2s (3041 kB/s) [2019-09-26T21:13:58.584Z] #58 ... [2019-09-26T21:13:58.584Z] [2019-09-26T21:13:58.584Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-26T21:13:58.584Z] #33 DONE 134.6s [2019-09-26T21:13:58.584Z] [2019-09-26T21:13:58.584Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:13:58.584Z] #47 ... [2019-09-26T21:13:58.584Z] [2019-09-26T21:13:58.584Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:13:58.584Z] #58 87.19 CC criu/cr-errno.o [2019-09-26T21:13:58.584Z] #58 87.25 CC criu/cr-restore.o [2019-09-26T21:13:59.871Z] Reading package lists... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up zip (3.0-11+b1) ... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up bzip2 (1.0.6-8.1) ... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-26T21:14:00.546Z] #13 128.2 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-26T21:14:00.546Z] #13 128.2 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:14:00.546Z] #13 128.3 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:14:00.546Z] #13 128.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-26T21:14:00.546Z] #13 128.3 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:14:00.546Z] #13 128.3 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:14:00.546Z] #13 128.3 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-26T21:14:00.546Z] #13 128.3 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-26T21:14:00.546Z] #13 128.3 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-26T21:14:00.546Z] #13 128.4 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:14:00.802Z] #13 128.8 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:14:00.802Z] #13 128.8 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-26T21:14:00.802Z] #13 128.8 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-26T21:14:00.802Z] #13 128.8 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-26T21:14:00.802Z] #13 128.8 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:14:00.802Z] #13 128.8 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-26T21:14:00.802Z] #13 128.8 Setting up pigz (2.3.4-1) ... [2019-09-26T21:14:00.802Z] #13 128.9 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:14:00.802Z] #13 128.9 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-26T21:14:00.802Z] #13 128.9 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:14:00.802Z] #13 128.9 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-26T21:14:00.882Z] Reading package lists... [2019-09-26T21:14:00.882Z] Building dependency tree... [2019-09-26T21:14:00.882Z] Reading state information... [2019-09-26T21:14:01.101Z] #13 128.9 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-26T21:14:01.101Z] #13 128.9 Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:14:01.101Z] #13 128.9 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-26T21:14:01.101Z] #13 128.9 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-26T21:14:01.101Z] #13 128.9 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:14:01.101Z] #13 128.9 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:14:01.101Z] #13 128.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-26T21:14:01.101Z] #13 128.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-26T21:14:01.101Z] #13 129.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-26T21:14:01.101Z] #13 129.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-26T21:14:01.101Z] #13 129.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-26T21:14:01.101Z] #13 129.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-26T21:14:01.101Z] #13 129.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-26T21:14:01.101Z] #13 129.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-26T21:14:01.101Z] #13 129.0 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-26T21:14:01.101Z] #13 129.0 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-26T21:14:01.101Z] #13 129.0 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:14:01.101Z] #13 129.0 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:14:01.101Z] #13 129.0 Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:14:01.101Z] #13 129.1 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-26T21:14:01.101Z] #13 129.1 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:14:01.165Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-26T21:14:01.165Z] The following additional packages will be installed: [2019-09-26T21:14:01.165Z] libjq1 libonig4 [2019-09-26T21:14:01.165Z] The following NEW packages will be installed: [2019-09-26T21:14:01.165Z] jq libjq1 libonig4 [2019-09-26T21:14:01.165Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:14:01.165Z] Need to get 310 kB of archives. [2019-09-26T21:14:01.165Z] After this operation, 1267 kB of additional disk space will be used. [2019-09-26T21:14:01.165Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-26T21:14:01.165Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-26T21:14:01.165Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-26T21:14:01.450Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:14:01.450Z] Fetched 310 kB in 0s (3576 kB/s) [2019-09-26T21:14:01.450Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-26T21:14:01.450Z] (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-09-26T21:14:01.450Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-09-26T21:14:01.450Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-26T21:14:01.450Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-26T21:14:01.450Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-26T21:14:01.450Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-26T21:14:01.741Z] Selecting previously unselected package jq. [2019-09-26T21:14:01.741Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-26T21:14:01.741Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:14:01.741Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-26T21:14:01.741Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-26T21:14:01.741Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:14:01.741Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:14:02.031Z] Removing intermediate container 5a5cda5fa8d7 [2019-09-26T21:14:02.031Z] ---> b0090b544f09 [2019-09-26T21:14:02.031Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-26T21:14:02.316Z] ---> 6334d5fbe00c [2019-09-26T21:14:02.316Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-26T21:14:02.316Z] ---> Running in 1f6015f1d03c [2019-09-26T21:14:02.748Z] #58 90.87 CC criu/cr-service.o [2019-09-26T21:14:03.328Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-26T21:14:03.612Z]  [2019-09-26T21:14:03.675Z] #58 92.07 CC criu/crtools.o [2019-09-26T21:14:04.236Z] #58 92.67 CC criu/eventfd.o [2019-09-26T21:14:04.237Z] #58 93.00 CC criu/eventpoll.o [2019-09-26T21:14:04.466Z]  ###  4.5% ############                              16.9% ###########################   37.8% ######################################                      54.0% ####################################################      73.2% ################################################################### 94.4% ######################################################################## 100.0% [2019-09-26T21:14:04.466Z]  [2019-09-26T21:14:05.050Z]  ####################    28.6% ##################################################################  91.9% ######################################################################## 100.0% [2019-09-26T21:14:05.050Z]  [2019-09-26T21:14:05.164Z] #58 ... [2019-09-26T21:14:05.164Z] [2019-09-26T21:14:05.164Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-26T21:14:05.164Z] #42 138.9 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-26T21:14:05.164Z] #42 140.8 + mkdir -p /build [2019-09-26T21:14:05.164Z] #42 140.8 + cp runc /build/runc [2019-09-26T21:14:05.164Z] #42 DONE 141.1s [2019-09-26T21:14:05.164Z] [2019-09-26T21:14:05.164Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:05.164Z] #58 93.86 CC criu/external.o [2019-09-26T21:14:05.619Z]  ########### 15.6% #############################                              40.5% #############################################         63.7% ##############################################################       86.9% ######################################################################## 100.0% [2019-09-26T21:14:05.726Z] #58 94.43 CC criu/fault-injection.o [2019-09-26T21:14:05.904Z]  [2019-09-26T21:14:05.982Z] #58 94.65 CC criu/fdstore.o [2019-09-26T21:14:06.514Z] #13 133.8 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-26T21:14:06.514Z] #13 133.8 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:14:06.514Z] #13 133.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-26T21:14:06.514Z] #13 133.8 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-09-26T21:14:06.514Z] #13 133.8 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-09-26T21:14:06.514Z] #13 133.8 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-09-26T21:14:06.514Z] #13 133.8 Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:14:06.514Z] #13 133.8 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:14:06.514Z] #13 133.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-26T21:14:06.514Z] #13 133.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-26T21:14:06.514Z] #13 133.8 Setting up python3 (3.5.3-1) ... [2019-09-26T21:14:06.544Z] #58 94.97 CC criu/fifo.o [2019-09-26T21:14:06.800Z] #58 95.24 CC criu/file-ids.o [2019-09-26T21:14:06.800Z] #58 95.45 CC criu/file-lock.o [2019-09-26T21:14:07.329Z]  ###                                   5.5% ######### 13.5% ################           23.0% #####################      30.2% ############################         39.2% ##################################      48.1% #########################################     57.0% ##############################################   65.1% #################################################### 73.1% ##########################################################           81.3% ################################################################ 89.0% ###################################################################   94.2% ######################################################################## 100.0% [2019-09-26T21:14:07.329Z]  [2019-09-26T21:14:07.622Z] 🇩 bin/containerd-stress [2019-09-26T21:14:07.728Z] #58 96.05 CC criu/files-ext.o [2019-09-26T21:14:07.728Z] #58 96.37 CC criu/files-reg.o [2019-09-26T21:14:07.964Z] #13 135.7 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:14:07.964Z] #13 ... [2019-09-26T21:14:07.964Z] [2019-09-26T21:14:07.964Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:07.964Z] #58 131.2 CC criu/files-reg.o [2019-09-26T21:14:07.964Z] #58 133.4 CC criu/files.o [2019-09-26T21:14:07.964Z] #58 135.6 CC criu/filesystems.o [2019-09-26T21:14:07.964Z] #58 136.5 CC criu/fsnotify.o [2019-09-26T21:14:07.964Z] #58 137.7 CC criu/image-desc.o [2019-09-26T21:14:07.964Z] #58 137.9 CC criu/image.o [2019-09-26T21:14:07.964Z] #58 138.8 CC criu/ipc_ns.o [2019-09-26T21:14:07.964Z] #58 140.0 CC criu/irmap.o [2019-09-26T21:14:07.964Z] #58 140.7 CC criu/kcmp-ids.o [2019-09-26T21:14:07.964Z] #58 141.1 CC criu/kerndat.o [2019-09-26T21:14:08.352Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-26T21:14:08.352Z]  [2019-09-26T21:14:08.352Z]  ######################################################################## 100.0% [2019-09-26T21:14:08.636Z]  [2019-09-26T21:14:09.093Z] #58 97.71 CC criu/files.o [2019-09-26T21:14:09.149Z] #58 142.4 CC criu/libnetlink.o [2019-09-26T21:14:09.149Z] #58 ... [2019-09-26T21:14:09.149Z] [2019-09-26T21:14:09.149Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:14:09.149Z] #13 136.9 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-26T21:14:09.149Z] #13 137.1 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-26T21:14:09.255Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-26T21:14:09.404Z] #13 137.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:14:09.405Z] #13 137.2 Setting up python3-wheel (0.29.0-2) ... [2019-09-26T21:14:09.489Z] 🇩 bin/containerd-shim [2019-09-26T21:14:09.539Z]  [2019-09-26T21:14:09.540Z]  ######################################################################## 100.0% [2019-09-26T21:14:09.540Z]  [2019-09-26T21:14:10.414Z] #13 138.1 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:14:10.460Z] #58 98.98 CC criu/filesystems.o [2019-09-26T21:14:11.019Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-26T21:14:11.019Z] skipping existing c8c2d4a6b2e3 [2019-09-26T21:14:11.019Z] [2019-09-26T21:14:11.022Z] #58 99.39 CC criu/fsnotify.o [2019-09-26T21:14:11.302Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-26T21:14:11.384Z] #13 139.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-26T21:14:11.385Z] #13 139.2 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:14:11.584Z] #58 100.1 CC criu/image-desc.o [2019-09-26T21:14:11.584Z] #58 100.2 CC criu/image.o [2019-09-26T21:14:11.586Z]  [2019-09-26T21:14:11.869Z]  ######################################################################## 100.0% [2019-09-26T21:14:11.869Z]  [2019-09-26T21:14:11.869Z] Download of images into '/build' complete. [2019-09-26T21:14:11.869Z] Use something like the following to load the result into a Docker daemon: [2019-09-26T21:14:11.869Z] tar -cC '/build' . | docker load [2019-09-26T21:14:12.396Z] #13 140.3 Setting up dmsetup (2:1.02.137-2) ... [2019-09-26T21:14:12.512Z] #58 100.9 CC criu/ipc_ns.o [2019-09-26T21:14:12.695Z] #13 ... [2019-09-26T21:14:12.695Z] [2019-09-26T21:14:12.695Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-26T21:14:12.695Z] #42 161.7 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-26T21:14:12.695Z] #42 163.9 + mkdir -p /build [2019-09-26T21:14:12.695Z] #42 163.9 + cp runc /build/runc [2019-09-26T21:14:12.695Z] #42 DONE 164.9s [2019-09-26T21:14:12.695Z] [2019-09-26T21:14:12.695Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-26T21:14:12.695Z] #13 140.5 Setting up python3-setuptools (33.1.1-1) ... [2019-09-26T21:14:13.074Z] #58 101.7 CC criu/irmap.o [2019-09-26T21:14:13.636Z] #58 102.1 CC criu/kcmp-ids.o [2019-09-26T21:14:13.636Z] #58 102.3 CC criu/kerndat.o [2019-09-26T21:14:14.357Z] #13 141.9 Setting up dh-python (2.20170125) ... [2019-09-26T21:14:14.555Z] Removing intermediate container 1f6015f1d03c [2019-09-26T21:14:14.555Z] ---> b756b5505012 [2019-09-26T21:14:14.555Z] Step 25/126 : FROM base AS cross-false [2019-09-26T21:14:14.555Z] ---> efd73af69e7c [2019-09-26T21:14:14.555Z] Step 26/126 : FROM base AS cross-true [2019-09-26T21:14:14.555Z] ---> efd73af69e7c [2019-09-26T21:14:14.555Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:14:14.555Z] ---> Using cache [2019-09-26T21:14:14.555Z] ---> 740178940897 [2019-09-26T21:14:14.555Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-26T21:14:14.555Z] ---> Running in a903c3f0e2e4 [2019-09-26T21:14:14.563Z] #58 103.0 CC criu/libnetlink.o [2019-09-26T21:14:14.820Z] #58 103.3 CC criu/log.o [2019-09-26T21:14:14.960Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-26T21:14:15.005Z] #13 142.7 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-26T21:14:15.005Z] #13 142.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:14:15.005Z] #13 DONE 143.1s [2019-09-26T21:14:15.005Z] [2019-09-26T21:14:15.005Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:15.005Z] #58 142.8 CC criu/log.o [2019-09-26T21:14:15.005Z] #58 143.5 CC criu/lsm.o [2019-09-26T21:14:15.005Z] #58 144.0 CC criu/mem.o [2019-09-26T21:14:15.005Z] #58 145.6 CC criu/mount.o [2019-09-26T21:14:15.129Z] #58 103.8 CC criu/lsm.o [2019-09-26T21:14:15.174Z] Removing intermediate container a903c3f0e2e4 [2019-09-26T21:14:15.175Z] ---> 6b21a8de9d7b [2019-09-26T21:14:15.175Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-26T21:14:15.175Z] ---> Running in c623df378e0c [2019-09-26T21:14:15.301Z] #58 ... [2019-09-26T21:14:15.301Z] [2019-09-26T21:14:15.301Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-26T21:14:15.692Z] #58 104.2 CC criu/mem.o [2019-09-26T21:14:16.198Z] Removing intermediate container c623df378e0c [2019-09-26T21:14:16.198Z] ---> fac3c34da8c6 [2019-09-26T21:14:16.198Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-26T21:14:16.198Z] ---> Running in b83b9fc97f8c [2019-09-26T21:14:16.619Z] #58 105.3 CC criu/mount.o [2019-09-26T21:14:16.814Z] Removing intermediate container b83b9fc97f8c [2019-09-26T21:14:16.814Z] ---> a958983f7951 [2019-09-26T21:14:16.814Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-26T21:14:16.814Z] ---> Running in 5c86e11a0967 [2019-09-26T21:14:17.437Z] Removing intermediate container 5c86e11a0967 [2019-09-26T21:14:17.437Z] ---> f3aa8ec95232 [2019-09-26T21:14:17.437Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-26T21:14:17.437Z] ---> efd73af69e7c [2019-09-26T21:14:17.437Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-26T21:14:17.437Z] ---> efd73af69e7c [2019-09-26T21:14:17.437Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:14:17.437Z] ---> Using cache [2019-09-26T21:14:17.437Z] ---> 740178940897 [2019-09-26T21:14:17.437Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-26T21:14:17.437Z] ---> Running in eee557422a37 [2019-09-26T21:14:17.590Z] 🇩 binaries [2019-09-26T21:14:17.590Z] + mkdir -p /build [2019-09-26T21:14:17.590Z] + cp bin/containerd /build/containerd [2019-09-26T21:14:17.590Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-26T21:14:17.590Z] + cp bin/ctr /build/ctr [2019-09-26T21:14:17.721Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:14:18.005Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:14:18.005Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:14:18.005Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:14:18.005Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:14:18.292Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-26T21:14:18.578Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-26T21:14:18.578Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-26T21:14:19.131Z] #58 107.9 CC criu/namespaces.o [2019-09-26T21:14:20.494Z] #58 109.1 CC criu/net.o [2019-09-26T21:14:20.605Z] Fetched 7717 kB in 2s (2944 kB/s) [2019-09-26T21:14:20.872Z] Removing intermediate container adbbed0bfda6 [2019-09-26T21:14:20.872Z] ---> 4eaca95337d8 [2019-09-26T21:14:20.872Z] Step 57/126 : FROM dev-base AS proxy [2019-09-26T21:14:20.872Z] ---> 4deb36ca5cfa [2019-09-26T21:14:20.872Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-26T21:14:20.872Z] ---> Running in 3300e49b626d [2019-09-26T21:14:20.872Z] Removing intermediate container 3300e49b626d [2019-09-26T21:14:20.872Z] ---> bccd261182cf [2019-09-26T21:14:20.872Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:14:21.241Z] ---> 91d34e87e233 [2019-09-26T21:14:21.241Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:14:21.241Z] ---> 47bb1023cfb6 [2019-09-26T21:14:21.241Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:14:21.241Z] ---> Running in 4426205259ae [2019-09-26T21:14:21.623Z] Reading package lists... [2019-09-26T21:14:21.925Z] #14 5.799 Collecting yamllint==1.16.0 [2019-09-26T21:14:21.925Z] #14 ... [2019-09-26T21:14:21.925Z] [2019-09-26T21:14:21.925Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:21.925Z] #58 150.0 CC criu/namespaces.o [2019-09-26T21:14:21.925Z] #58 151.5 CC criu/net.o [2019-09-26T21:14:21.925Z] #58 154.4 CC criu/netfilter.o [2019-09-26T21:14:21.925Z] #58 154.7 CC criu/page-pipe.o [2019-09-26T21:14:21.925Z] #58 155.1 CC criu/page-xfer.o [2019-09-26T21:14:22.041Z] + RM_GOPATH=0 [2019-09-26T21:14:22.041Z] + TMP_GOPATH= [2019-09-26T21:14:22.041Z] + : /build [2019-09-26T21:14:22.041Z] + '[' -z '' ']' [2019-09-26T21:14:22.041Z] ++ mktemp -d [2019-09-26T21:14:22.041Z] + export GOPATH=/tmp/tmp.ETk4RFS0eR [2019-09-26T21:14:22.041Z] + GOPATH=/tmp/tmp.ETk4RFS0eR [2019-09-26T21:14:22.041Z] + RM_GOPATH=1 [2019-09-26T21:14:22.041Z] ++ dirname ./install.sh [2019-09-26T21:14:22.041Z] + dir=. [2019-09-26T21:14:22.041Z] + bin=proxy [2019-09-26T21:14:22.041Z] + shift [2019-09-26T21:14:22.041Z] + '[' '!' -f ./proxy.installer ']' [2019-09-26T21:14:22.041Z] + . ./proxy.installer [2019-09-26T21:14:22.041Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:14:22.041Z] + install_proxy [2019-09-26T21:14:22.041Z] + case "$1" in [2019-09-26T21:14:22.041Z] + export CGO_ENABLED=0 [2019-09-26T21:14:22.041Z] + CGO_ENABLED=0 [2019-09-26T21:14:22.041Z] + _install_proxy [2019-09-26T21:14:22.041Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-26T21:14:22.041Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:14:22.041Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ETk4RFS0eR/src/github.com/docker/libnetwork [2019-09-26T21:14:22.041Z] Cloning into '/tmp/tmp.ETk4RFS0eR/src/github.com/docker/libnetwork'... [2019-09-26T21:14:22.529Z] #58 155.9 CC criu/pagemap-cache.o [2019-09-26T21:14:22.639Z] Reading package lists... [2019-09-26T21:14:22.829Z] #58 156.2 CC criu/pagemap.o [2019-09-26T21:14:22.924Z] Building dependency tree... [2019-09-26T21:14:22.924Z] Reading state information... [2019-09-26T21:14:23.009Z] #58 111.2 CC criu/netfilter.o [2019-09-26T21:14:23.009Z] #58 111.4 CC criu/page-pipe.o [2019-09-26T21:14:23.210Z] The following additional packages will be installed: [2019-09-26T21:14:23.210Z] libapparmor1 libseccomp2 [2019-09-26T21:14:23.210Z] Suggested packages: [2019-09-26T21:14:23.210Z] seccomp [2019-09-26T21:14:23.210Z] The following NEW packages will be installed: [2019-09-26T21:14:23.210Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-26T21:14:23.210Z] 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:14:23.210Z] Need to get 296 kB of archives. [2019-09-26T21:14:23.210Z] After this operation, 1346 kB of additional disk space will be used. [2019-09-26T21:14:23.210Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-09-26T21:14:23.210Z] 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-09-26T21:14:23.210Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-09-26T21:14:23.210Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-09-26T21:14:23.388Z] + cd /tmp/tmp.ETk4RFS0eR/src/github.com/docker/libnetwork [2019-09-26T21:14:23.388Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:14:23.473Z] #58 156.8 CC criu/parasite-syscall.o [2019-09-26T21:14:23.494Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:14:23.494Z] Fetched 296 kB in 0s (3635 kB/s) [2019-09-26T21:14:23.494Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-09-26T21:14:23.494Z] (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-09-26T21:14:23.494Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-26T21:14:23.494Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-26T21:14:23.494Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-09-26T21:14:23.494Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-26T21:14:23.494Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-26T21:14:23.494Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-09-26T21:14:23.494Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-26T21:14:23.494Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-26T21:14:23.571Z] #58 112.0 CC criu/page-xfer.o [2019-09-26T21:14:23.779Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-09-26T21:14:23.780Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-26T21:14:23.780Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-26T21:14:23.780Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:14:23.780Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-26T21:14:23.780Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-26T21:14:23.780Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-26T21:14:23.780Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-26T21:14:23.780Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:14:23.790Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-26T21:14:24.063Z] Removing intermediate container eee557422a37 [2019-09-26T21:14:24.063Z] ---> d3cbd0457ab3 [2019-09-26T21:14:24.063Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-26T21:14:24.063Z] ---> f3aa8ec95232 [2019-09-26T21:14:24.063Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:14:24.117Z] #58 157.4 CC criu/path.o [2019-09-26T21:14:24.133Z] #58 112.8 CC criu/pagemap-cache.o [2019-09-26T21:14:24.349Z] ---> Running in ccce6f1cd696 [2019-09-26T21:14:24.349Z] Removing intermediate container ccce6f1cd696 [2019-09-26T21:14:24.349Z] ---> 7fff71987eb1 [2019-09-26T21:14:24.349Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-26T21:14:24.349Z] ---> Running in 623aa1b65cec [2019-09-26T21:14:24.389Z] #58 113.0 CC criu/pagemap.o [2019-09-26T21:14:24.417Z] #58 157.7 CC criu/pie-util-vdso-elf32.o [2019-09-26T21:14:24.717Z] #58 158.0 CC criu/pie-util-vdso.o [2019-09-26T21:14:24.966Z] Removing intermediate container 623aa1b65cec [2019-09-26T21:14:24.966Z] ---> af746e03a5a9 [2019-09-26T21:14:24.966Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-26T21:14:24.966Z] ---> d3cbd0457ab3 [2019-09-26T21:14:24.966Z] Step 40/126 : FROM base AS tomlv [2019-09-26T21:14:24.966Z] ---> efd73af69e7c [2019-09-26T21:14:24.966Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-26T21:14:24.966Z] ---> Running in 7b8987920830 [2019-09-26T21:14:25.057Z] #58 158.5 CC criu/pie-util.o [2019-09-26T21:14:25.057Z] #58 158.7 CC criu/pipes.o [2019-09-26T21:14:25.250Z] Removing intermediate container 7b8987920830 [2019-09-26T21:14:25.250Z] ---> 07e7b5d0268a [2019-09-26T21:14:25.250Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:14:25.250Z] ---> 8d999cdbe4b7 [2019-09-26T21:14:25.250Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:14:25.318Z] #58 113.7 CC criu/parasite-syscall.o [2019-09-26T21:14:25.534Z] ---> 05da9e58681d [2019-09-26T21:14:25.534Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:14:25.534Z] ---> Running in f0c95686b700 [2019-09-26T21:14:25.817Z] + RM_GOPATH=0 [2019-09-26T21:14:25.817Z] + TMP_GOPATH= [2019-09-26T21:14:25.817Z] + : /build [2019-09-26T21:14:25.817Z] + '[' -z '' ']' [2019-09-26T21:14:25.817Z] ++ mktemp -d [2019-09-26T21:14:25.817Z] + export GOPATH=/tmp/tmp.HSKq8F1wZW [2019-09-26T21:14:25.817Z] + GOPATH=/tmp/tmp.HSKq8F1wZW [2019-09-26T21:14:25.817Z] + RM_GOPATH=1 [2019-09-26T21:14:25.817Z] ++ dirname ./install.sh [2019-09-26T21:14:25.817Z] + dir=. [2019-09-26T21:14:25.817Z] + bin=tomlv [2019-09-26T21:14:25.817Z] + shift [2019-09-26T21:14:25.817Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-26T21:14:25.817Z] + . ./tomlv.installer [2019-09-26T21:14:25.817Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:14:25.817Z] + install_tomlv [2019-09-26T21:14:25.817Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:14:25.817Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-26T21:14:25.817Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.HSKq8F1wZW/src/github.com/BurntSushi/toml [2019-09-26T21:14:25.817Z] Cloning into '/tmp/tmp.HSKq8F1wZW/src/github.com/BurntSushi/toml'... [2019-09-26T21:14:25.880Z] #58 114.3 CC criu/path.o [2019-09-26T21:14:26.101Z] + cd /tmp/tmp.HSKq8F1wZW/src/github.com/BurntSushi/toml [2019-09-26T21:14:26.101Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-26T21:14:26.101Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:14:26.137Z] #58 114.6 CC criu/pie-util-vdso-elf32.o [2019-09-26T21:14:26.153Z] #58 159.3 CC criu/plugin.o [2019-09-26T21:14:26.153Z] #58 159.7 CC criu/proc_parse.o [2019-09-26T21:14:26.281Z] Removing intermediate container 4426205259ae [2019-09-26T21:14:26.281Z] ---> cf5ab4bee592 [2019-09-26T21:14:26.281Z] Step 62/126 : FROM base AS golangci_lint [2019-09-26T21:14:26.281Z] ---> 4deb36ca5cfa [2019-09-26T21:14:26.281Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-26T21:14:26.281Z] ---> Running in 5ab19b6caa73 [2019-09-26T21:14:26.389Z] runtime/internal/sys [2019-09-26T21:14:26.389Z] internal/cpu [2019-09-26T21:14:26.389Z] math/bits [2019-09-26T21:14:26.389Z] runtime/internal/atomic [2019-09-26T21:14:26.389Z] runtime/internal/math [2019-09-26T21:14:26.389Z] unicode/utf8 [2019-09-26T21:14:26.389Z] internal/race [2019-09-26T21:14:26.389Z] sync/atomic [2019-09-26T21:14:26.389Z] internal/bytealg [2019-09-26T21:14:26.389Z] math [2019-09-26T21:14:26.389Z] unicode [2019-09-26T21:14:26.389Z] internal/testlog [2019-09-26T21:14:26.389Z] encoding [2019-09-26T21:14:26.393Z] #58 114.9 CC criu/pie-util-vdso.o [2019-09-26T21:14:26.649Z] #58 115.2 CC criu/pie-util.o [2019-09-26T21:14:26.649Z] #58 115.4 CC criu/pipes.o [2019-09-26T21:14:26.679Z] runtime [2019-09-26T21:14:26.679Z] runtime/cgo [2019-09-26T21:14:26.702Z] Removing intermediate container 5ab19b6caa73 [2019-09-26T21:14:26.702Z] ---> aaa500859344 [2019-09-26T21:14:26.702Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:14:26.702Z] ---> 415e76b815d5 [2019-09-26T21:14:26.702Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:14:27.125Z] ---> c8a5aafff7ae [2019-09-26T21:14:27.125Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:14:27.125Z] ---> Running in 18b4b298359e [2019-09-26T21:14:27.211Z] #58 115.9 CC criu/plugin.o [2019-09-26T21:14:27.531Z] + RM_GOPATH=0 [2019-09-26T21:14:27.531Z] + TMP_GOPATH= [2019-09-26T21:14:27.531Z] + : /build [2019-09-26T21:14:27.531Z] + '[' -z '' ']' [2019-09-26T21:14:27.531Z] ++ mktemp -d [2019-09-26T21:14:27.531Z] + export GOPATH=/tmp/tmp.HHSXJ1BfTf [2019-09-26T21:14:27.531Z] + GOPATH=/tmp/tmp.HHSXJ1BfTf [2019-09-26T21:14:27.531Z] + RM_GOPATH=1 [2019-09-26T21:14:27.531Z] ++ dirname ./install.sh [2019-09-26T21:14:27.531Z] + dir=. [2019-09-26T21:14:27.531Z] + bin=golangci_lint [2019-09-26T21:14:27.531Z] + shift [2019-09-26T21:14:27.531Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-26T21:14:27.531Z] + . ./golangci_lint.installer [2019-09-26T21:14:27.531Z] ++ : v1.17.1 [2019-09-26T21:14:27.531Z] + install_golangci_lint [2019-09-26T21:14:27.531Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-26T21:14:27.531Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:14:27.531Z] Installing golangci-lint version v1.17.1 [2019-09-26T21:14:27.729Z] #58 ... [2019-09-26T21:14:27.730Z] [2019-09-26T21:14:27.730Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:14:27.730Z] #55 224.0 + dpkg --print-architecture [2019-09-26T21:14:27.730Z] #55 224.1 + cd /tmp/tmp.uVFg5ikT75/src/github.com/docker/distribution [2019-09-26T21:14:27.730Z] #55 224.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-26T21:14:27.730Z] #55 224.3 + GOPATH=/tmp/tmp.uVFg5ikT75/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uVFg5ikT75 [2019-09-26T21:14:27.730Z] #55 224.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-26T21:14:27.774Z] #58 116.3 CC criu/proc_parse.o [2019-09-26T21:14:29.412Z] + cd /tmp/tmp.HHSXJ1BfTf/src/github.com/golangci/golangci-lint/ [2019-09-26T21:14:29.412Z] + git checkout -q v1.17.1 [2019-09-26T21:14:29.412Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:14:29.664Z] #58 118.2 CC criu/protobuf-desc.o [2019-09-26T21:14:29.665Z] #58 ... [2019-09-26T21:14:29.665Z] [2019-09-26T21:14:29.665Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:14:29.921Z] #55 167.1 + dpkg --print-architecture [2019-09-26T21:14:29.921Z] #55 167.1 + cd /tmp/tmp.mCxQbPs31t/src/github.com/docker/distribution [2019-09-26T21:14:29.921Z] #55 167.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-26T21:14:30.177Z] #55 167.4 + GOPATH=/tmp/tmp.mCxQbPs31t/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.mCxQbPs31t [2019-09-26T21:14:30.177Z] #55 167.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-26T21:14:31.093Z] internal/reflectlite [2019-09-26T21:14:31.093Z] sync [2019-09-26T21:14:31.093Z] errors [2019-09-26T21:14:31.093Z] sort [2019-09-26T21:14:31.093Z] internal/oserror [2019-09-26T21:14:31.093Z] io [2019-09-26T21:14:31.093Z] strconv [2019-09-26T21:14:31.093Z] syscall [2019-09-26T21:14:31.384Z] bytes [2019-09-26T21:14:31.384Z] strings [2019-09-26T21:14:31.673Z] bufio [2019-09-26T21:14:31.961Z] reflect [2019-09-26T21:14:31.961Z] path [2019-09-26T21:14:32.246Z] text/tabwriter [2019-09-26T21:14:32.531Z] internal/syscall/unix [2019-09-26T21:14:32.531Z] time [2019-09-26T21:14:33.151Z] internal/poll [2019-09-26T21:14:33.436Z] os [2019-09-26T21:14:33.436Z] internal/fmtsort [2019-09-26T21:14:33.722Z] path/filepath [2019-09-26T21:14:33.722Z] fmt [2019-09-26T21:14:34.007Z] io/ioutil [2019-09-26T21:14:34.296Z] log [2019-09-26T21:14:34.296Z] flag [2019-09-26T21:14:34.296Z] github.com/BurntSushi/toml [2019-09-26T21:14:35.309Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-26T21:14:36.787Z] Removing intermediate container f0c95686b700 [2019-09-26T21:14:36.787Z] ---> 1993cf6f468a [2019-09-26T21:14:36.787Z] Step 45/126 : FROM base AS vndr [2019-09-26T21:14:36.787Z] ---> efd73af69e7c [2019-09-26T21:14:36.787Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-26T21:14:36.787Z] ---> Running in e141533572b6 [2019-09-26T21:14:36.787Z] Removing intermediate container e141533572b6 [2019-09-26T21:14:36.787Z] ---> 04000a08312a [2019-09-26T21:14:36.787Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:14:37.086Z] ---> c4c4b61d6ca1 [2019-09-26T21:14:37.086Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:14:37.086Z] ---> f856882d3cf2 [2019-09-26T21:14:37.086Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:14:37.086Z] ---> Running in be4ab75a8b5d [2019-09-26T21:14:37.705Z] + RM_GOPATH=0 [2019-09-26T21:14:37.705Z] + TMP_GOPATH= [2019-09-26T21:14:37.705Z] + : /build [2019-09-26T21:14:37.705Z] + '[' -z '' ']' [2019-09-26T21:14:37.705Z] ++ mktemp -d [2019-09-26T21:14:37.705Z] + export GOPATH=/tmp/tmp.JPsq0pT6Rp [2019-09-26T21:14:37.705Z] + GOPATH=/tmp/tmp.JPsq0pT6Rp [2019-09-26T21:14:37.705Z] + RM_GOPATH=1 [2019-09-26T21:14:37.705Z] ++ dirname ./install.sh [2019-09-26T21:14:37.705Z] + dir=. [2019-09-26T21:14:37.705Z] + bin=vndr [2019-09-26T21:14:37.705Z] + shift [2019-09-26T21:14:37.705Z] + '[' '!' -f ./vndr.installer ']' [2019-09-26T21:14:37.705Z] + . ./vndr.installer [2019-09-26T21:14:37.705Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:14:37.705Z] + install_vndr [2019-09-26T21:14:37.705Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:14:37.705Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-26T21:14:37.705Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.JPsq0pT6Rp/src/github.com/LK4D4/vndr [2019-09-26T21:14:37.705Z] Cloning into '/tmp/tmp.JPsq0pT6Rp/src/github.com/LK4D4/vndr'... [2019-09-26T21:14:37.991Z] + cd /tmp/tmp.JPsq0pT6Rp/src/github.com/LK4D4/vndr [2019-09-26T21:14:37.991Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-26T21:14:37.991Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-26T21:14:37.991Z] internal/cpu [2019-09-26T21:14:37.991Z] runtime/internal/sys [2019-09-26T21:14:37.991Z] internal/race [2019-09-26T21:14:37.991Z] runtime/internal/atomic [2019-09-26T21:14:37.991Z] sync/atomic [2019-09-26T21:14:37.991Z] runtime/internal/math [2019-09-26T21:14:37.991Z] unicode [2019-09-26T21:14:38.141Z] #55 ... [2019-09-26T21:14:38.141Z] [2019-09-26T21:14:38.141Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-26T21:14:38.141Z] #14 12.54 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-26T21:14:38.141Z] #14 12.87 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-26T21:14:38.141Z] #14 13.98 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-26T21:14:38.141Z] #14 15.25 Collecting pyyaml (from yamllint==1.16.0) [2019-09-26T21:14:38.141Z] #14 16.40 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-26T21:14:38.141Z] #14 17.97 Building wheels for collected packages: pathspec, pyyaml [2019-09-26T21:14:38.141Z] #14 17.97 Running setup.py bdist_wheel for pathspec: started [2019-09-26T21:14:38.141Z] #14 18.95 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-26T21:14:38.141Z] #14 18.95 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-26T21:14:38.141Z] #14 18.97 Running setup.py bdist_wheel for pyyaml: started [2019-09-26T21:14:38.141Z] #14 20.09 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-26T21:14:38.141Z] #14 20.10 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-26T21:14:38.141Z] #14 20.14 Successfully built pathspec pyyaml [2019-09-26T21:14:38.141Z] #14 20.15 Installing collected packages: pathspec, pyyaml, yamllint [2019-09-26T21:14:38.141Z] #14 20.50 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-26T21:14:38.141Z] #14 DONE 21.6s [2019-09-26T21:14:38.141Z] [2019-09-26T21:14:38.141Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:38.141Z] #58 162.0 CC criu/protobuf-desc.o [2019-09-26T21:14:38.141Z] #58 162.7 CC criu/protobuf.o [2019-09-26T21:14:38.141Z] #58 163.2 CC criu/pstree.o [2019-09-26T21:14:38.141Z] #58 164.4 CC criu/rbtree.o [2019-09-26T21:14:38.141Z] #58 164.6 CC criu/rst-malloc.o [2019-09-26T21:14:38.141Z] #58 164.9 CC criu/seccomp.o [2019-09-26T21:14:38.141Z] #58 165.6 CC criu/seize.o [2019-09-26T21:14:38.141Z] #58 166.5 CC criu/servicefd.o [2019-09-26T21:14:38.141Z] #58 167.0 CC criu/shmem.o [2019-09-26T21:14:38.141Z] #58 167.9 CC criu/sigframe.o [2019-09-26T21:14:38.141Z] #58 168.2 CC criu/signalfd.o [2019-09-26T21:14:38.141Z] #58 168.6 CC criu/sk-inet.o [2019-09-26T21:14:38.141Z] #58 169.6 CC criu/sk-netlink.o [2019-09-26T21:14:38.141Z] #58 170.2 CC criu/sk-packet.o [2019-09-26T21:14:38.141Z] #58 ... [2019-09-26T21:14:38.141Z] [2019-09-26T21:14:38.141Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-26T21:14:38.141Z] #16 DONE 0.3s [2019-09-26T21:14:38.141Z] [2019-09-26T21:14:38.141Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-26T21:14:38.279Z] internal/bytealg [2019-09-26T21:14:38.279Z] unicode/utf8 [2019-09-26T21:14:38.279Z] math/bits [2019-09-26T21:14:38.279Z] internal/testlog [2019-09-26T21:14:38.279Z] math [2019-09-26T21:14:38.279Z] encoding [2019-09-26T21:14:38.279Z] runtime [2019-09-26T21:14:38.279Z] unicode/utf16 [2019-09-26T21:14:38.569Z] container/list [2019-09-26T21:14:38.569Z] crypto/internal/subtle [2019-09-26T21:14:38.569Z] crypto/subtle [2019-09-26T21:14:38.702Z] #21 DONE 1.5s [2019-09-26T21:14:38.702Z] [2019-09-26T21:14:38.702Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:38.702Z] #58 170.8 CC criu/sk-queue.o [2019-09-26T21:14:38.702Z] #58 171.3 CC criu/sk-tcp.o [2019-09-26T21:14:38.702Z] #58 171.7 CC criu/sk-unix.o [2019-09-26T21:14:38.856Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-26T21:14:38.856Z] internal/nettrace [2019-09-26T21:14:38.856Z] runtime/cgo [2019-09-26T21:14:38.856Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-26T21:14:40.073Z] #58 173.4 CC criu/sockets.o [2019-09-26T21:14:40.124Z] #55 ... [2019-09-26T21:14:40.124Z] [2019-09-26T21:14:40.124Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:40.124Z] #58 118.8 CC criu/protobuf.o [2019-09-26T21:14:40.124Z] #58 119.1 CC criu/pstree.o [2019-09-26T21:14:40.124Z] #58 120.0 CC criu/rbtree.o [2019-09-26T21:14:40.124Z] #58 120.3 CC criu/rst-malloc.o [2019-09-26T21:14:40.124Z] #58 120.5 CC criu/seccomp.o [2019-09-26T21:14:40.124Z] #58 121.1 CC criu/seize.o [2019-09-26T21:14:40.124Z] #58 121.8 CC criu/servicefd.o [2019-09-26T21:14:40.124Z] #58 122.2 CC criu/shmem.o [2019-09-26T21:14:40.124Z] #58 122.9 CC criu/sigframe.o [2019-09-26T21:14:40.124Z] #58 123.1 CC criu/signalfd.o [2019-09-26T21:14:40.124Z] #58 123.4 CC criu/sk-inet.o [2019-09-26T21:14:40.124Z] #58 124.2 CC criu/sk-netlink.o [2019-09-26T21:14:40.124Z] #58 124.6 CC criu/sk-packet.o [2019-09-26T21:14:40.124Z] #58 125.1 CC criu/sk-queue.o [2019-09-26T21:14:40.124Z] #58 125.5 CC criu/sk-tcp.o [2019-09-26T21:14:40.124Z] #58 125.9 CC criu/sk-unix.o [2019-09-26T21:14:40.124Z] #58 127.3 CC criu/sockets.o [2019-09-26T21:14:40.124Z] #58 127.9 CC criu/stats.o [2019-09-26T21:14:40.124Z] #58 128.1 CC criu/string.o [2019-09-26T21:14:40.124Z] #58 128.2 CC criu/sysctl.o [2019-09-26T21:14:40.381Z] #58 128.8 CC criu/sysfs_parse.o [2019-09-26T21:14:40.634Z] #58 174.1 CC criu/stats.o [2019-09-26T21:14:40.637Z] #58 129.2 CC criu/timerfd.o [2019-09-26T21:14:40.889Z] #58 174.4 CC criu/string.o [2019-09-26T21:14:40.889Z] #58 174.5 CC criu/sysctl.o [2019-09-26T21:14:40.893Z] #58 129.6 CC criu/tty.o [2019-09-26T21:14:41.816Z] #58 175.1 CC criu/sysfs_parse.o [2019-09-26T21:14:42.072Z] #58 175.5 CC criu/timerfd.o [2019-09-26T21:14:42.328Z] internal/reflectlite [2019-09-26T21:14:42.328Z] sync [2019-09-26T21:14:42.615Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-26T21:14:42.615Z] math/rand [2019-09-26T21:14:42.615Z] internal/singleflight [2019-09-26T21:14:42.632Z] #58 175.9 CC criu/tty.o [2019-09-26T21:14:42.784Z] #58 131.3 CC criu/tun.o [2019-09-26T21:14:42.902Z] errors [2019-09-26T21:14:42.902Z] sort [2019-09-26T21:14:42.902Z] io [2019-09-26T21:14:42.902Z] internal/oserror [2019-09-26T21:14:42.902Z] strconv [2019-09-26T21:14:42.902Z] syscall [2019-09-26T21:14:42.902Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-26T21:14:43.189Z] bytes [2019-09-26T21:14:43.346Z] #58 131.9 CC criu/uffd.o [2019-09-26T21:14:43.477Z] bufio [2019-09-26T21:14:43.765Z] reflect [2019-09-26T21:14:43.997Z] #58 177.5 CC criu/tun.o [2019-09-26T21:14:44.052Z] strings [2019-09-26T21:14:44.052Z] hash [2019-09-26T21:14:44.275Z] #58 132.8 CC criu/util.o [2019-09-26T21:14:44.353Z] hash/crc32 [2019-09-26T21:14:44.639Z] time [2019-09-26T21:14:44.639Z] internal/syscall/unix [2019-09-26T21:14:44.639Z] regexp/syntax [2019-09-26T21:14:44.639Z] path [2019-09-26T21:14:44.927Z] crypto [2019-09-26T21:14:44.927Z] crypto/internal/randutil [2019-09-26T21:14:44.927Z] crypto/hmac [2019-09-26T21:14:44.966Z] #58 178.1 CC criu/uffd.o [2019-09-26T21:14:45.229Z] crypto/rc4 [2019-09-26T21:14:45.229Z] vendor/golang.org/x/crypto/hkdf [2019-09-26T21:14:45.229Z] vendor/golang.org/x/text/transform [2019-09-26T21:14:45.652Z] #58 134.0 CC criu/uts_ns.o [2019-09-26T21:14:45.652Z] #58 134.2 CC criu/vdso-compat.o [2019-09-26T21:14:45.854Z] regexp [2019-09-26T21:14:45.854Z] context [2019-09-26T21:14:45.854Z] internal/poll [2019-09-26T21:14:45.893Z] #58 179.3 CC criu/util.o [2019-09-26T21:14:45.908Z] #58 134.4 CC criu/vdso.o [2019-09-26T21:14:46.142Z] os [2019-09-26T21:14:46.429Z] internal/fmtsort [2019-09-26T21:14:46.429Z] encoding/binary [2019-09-26T21:14:46.715Z] encoding/base64 [2019-09-26T21:14:46.716Z] crypto/sha512 [2019-09-26T21:14:46.716Z] crypto/cipher [2019-09-26T21:14:46.716Z] fmt [2019-09-26T21:14:46.837Z] #58 135.2 LINK criu/built-in.o [2019-09-26T21:14:46.837Z] #58 135.3 LINK criu/criu [2019-09-26T21:14:46.903Z] #58 180.5 CC criu/uts_ns.o [2019-09-26T21:14:47.001Z] path/filepath [2019-09-26T21:14:47.002Z] internal/lazyregexp [2019-09-26T21:14:47.002Z] crypto/ed25519/internal/edwards25519 [2019-09-26T21:14:47.002Z] crypto/aes [2019-09-26T21:14:47.093Z] #58 135.7 DEP lib/c/criu.d [2019-09-26T21:14:47.093Z] #58 135.8 CC images/rpc.pb-c.o [2019-09-26T21:14:47.158Z] #58 180.7 CC criu/vdso-compat.o [2019-09-26T21:14:47.292Z] io/ioutil [2019-09-26T21:14:47.292Z] crypto/des [2019-09-26T21:14:47.292Z] crypto/md5 [2019-09-26T21:14:47.414Z] #58 180.8 CC criu/vdso.o [2019-09-26T21:14:47.579Z] crypto/sha1 [2019-09-26T21:14:47.579Z] crypto/sha256 [2019-09-26T21:14:47.579Z] encoding/pem [2019-09-26T21:14:47.579Z] net [2019-09-26T21:14:47.655Z] #58 136.4 CC lib/c/criu.o [2019-09-26T21:14:47.865Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-26T21:14:47.865Z] vendor/golang.org/x/crypto/poly1305 [2019-09-26T21:14:47.865Z] vendor/golang.org/x/crypto/curve25519 [2019-09-26T21:14:47.865Z] flag [2019-09-26T21:14:47.865Z] go/token [2019-09-26T21:14:48.152Z] net/url [2019-09-26T21:14:48.152Z] go/scanner [2019-09-26T21:14:48.339Z] #58 181.6 LINK criu/built-in.o [2019-09-26T21:14:48.339Z] #58 181.7 LINK criu/criu [2019-09-26T21:14:48.439Z] text/template/parse [2019-09-26T21:14:48.439Z] log [2019-09-26T21:14:48.439Z] go/ast [2019-09-26T21:14:48.727Z] encoding/json [2019-09-26T21:14:48.900Z] #58 182.1 DEP lib/c/criu.d [2019-09-26T21:14:48.900Z] #58 182.2 CC images/rpc.pb-c.o [2019-09-26T21:14:48.900Z] #58 ... [2019-09-26T21:14:48.900Z] [2019-09-26T21:14:48.900Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:14:48.900Z] #55 245.4 + rm -rf /tmp/tmp.uVFg5ikT75/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uVFg5ikT75 [2019-09-26T21:14:49.021Z] #58 137.4 LINK lib/c/built-in.o [2019-09-26T21:14:49.021Z] #58 137.4 LINK lib/c/libcriu.so [2019-09-26T21:14:49.021Z] #58 ... [2019-09-26T21:14:49.021Z] [2019-09-26T21:14:49.021Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-26T21:14:49.021Z] #55 186.3 + rm -rf /tmp/tmp.mCxQbPs31t/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.mCxQbPs31t [2019-09-26T21:14:49.355Z] text/template [2019-09-26T21:14:49.827Z] #55 DONE 246.3s [2019-09-26T21:14:49.827Z] [2019-09-26T21:14:49.827Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:49.827Z] #58 182.8 CC lib/c/criu.o [2019-09-26T21:14:49.950Z] #55 DONE 187.1s [2019-09-26T21:14:49.950Z] [2019-09-26T21:14:49.950Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-26T21:14:49.950Z] #58 137.6 GEN magic.py [2019-09-26T21:14:49.950Z] #58 137.7 Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:14:49.950Z] #58 137.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:14:49.950Z] #58 138.2 fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:14:49.978Z] go/parser [2019-09-26T21:14:49.978Z] encoding/xml [2019-09-26T21:14:50.387Z] #58 183.7 LINK lib/c/built-in.o [2019-09-26T21:14:50.388Z] #58 183.8 LINK lib/c/libcriu.so [2019-09-26T21:14:50.388Z] #58 184.0 GEN magic.py [2019-09-26T21:14:50.627Z] go/doc [2019-09-26T21:14:50.646Z] #58 184.1 Note: Building without setproctitle() and strlcpy() support. [2019-09-26T21:14:50.646Z] #58 184.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-26T21:14:50.878Z] #58 139.1 make[1]: Nothing to be done for 'all'. [2019-09-26T21:14:50.913Z] compress/flate [2019-09-26T21:14:51.206Z] #58 184.8 fatal: Not a git repository (or any of the parent directories): .git [2019-09-26T21:14:51.807Z] #58 140.2 make[1]: 'images/built-in.o' is up to date. [2019-09-26T21:14:51.807Z] #58 140.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-26T21:14:51.807Z] #58 140.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-26T21:14:51.807Z] #58 140.3 make[1]: 'compel/libcompel.a' is up to date. [2019-09-26T21:14:51.807Z] #58 140.3 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-26T21:14:51.807Z] #58 140.4 make[1]: Nothing to be done for 'all'. [2019-09-26T21:14:51.807Z] #58 140.4 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:14:51.937Z] compress/gzip [2019-09-26T21:14:51.937Z] github.com/LK4D4/vndr/build [2019-09-26T21:14:51.937Z] math/big [2019-09-26T21:14:51.937Z] encoding/hex [2019-09-26T21:14:52.063Z] #58 140.5 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.063Z] #58 140.5 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.063Z] #58 140.6 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.063Z] #58 140.6 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.063Z] #58 140.7 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.063Z] #58 140.7 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.063Z] #58 140.7 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.132Z] #58 185.5 make[1]: Nothing to be done for 'all'. [2019-09-26T21:14:52.225Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-26T21:14:52.225Z] vendor/golang.org/x/text/unicode/bidi [2019-09-26T21:14:52.319Z] #58 140.8 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.319Z] #58 140.8 INSTALL criu/criu [2019-09-26T21:14:52.388Z] #58 185.9 make[1]: 'images/built-in.o' is up to date. [2019-09-26T21:14:52.388Z] #58 186.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-26T21:14:52.388Z] #58 186.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-26T21:14:52.575Z] #58 DONE 141.0s [2019-09-26T21:14:52.575Z] [2019-09-26T21:14:52.575Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-26T21:14:52.644Z] #58 186.0 make[1]: 'compel/libcompel.a' is up to date. [2019-09-26T21:14:52.644Z] #58 186.0 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-26T21:14:52.644Z] #58 186.0 make[1]: Nothing to be done for 'all'. [2019-09-26T21:14:52.644Z] #58 186.1 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-26T21:14:52.644Z] #58 186.2 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.644Z] #58 186.2 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.853Z] vendor/golang.org/x/text/unicode/norm [2019-09-26T21:14:52.900Z] #58 186.3 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.900Z] #58 186.3 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.900Z] #58 186.4 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.900Z] #58 186.4 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:52.900Z] #58 186.4 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:53.141Z] vendor/golang.org/x/text/secure/bidirule [2019-09-26T21:14:53.141Z] vendor/golang.org/x/net/http2/hpack [2019-09-26T21:14:53.196Z] #58 186.5 make[2]: Nothing to be done for 'all'. [2019-09-26T21:14:53.196Z] #58 186.5 INSTALL criu/criu [2019-09-26T21:14:53.196Z] #58 DONE 186.7s [2019-09-26T21:14:53.196Z] [2019-09-26T21:14:53.196Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:14:53.768Z] mime [2019-09-26T21:14:54.056Z] crypto/rand [2019-09-26T21:14:54.344Z] crypto/elliptic [2019-09-26T21:14:54.344Z] encoding/asn1 [2019-09-26T21:14:54.344Z] crypto/ed25519 [2019-09-26T21:14:54.344Z] crypto/rsa [2019-09-26T21:14:54.633Z] crypto/dsa [2019-09-26T21:14:54.633Z] vendor/golang.org/x/net/idna [2019-09-26T21:14:54.924Z] net/textproto [2019-09-26T21:14:54.924Z] mime/quotedprintable [2019-09-26T21:14:55.212Z] net/http/internal [2019-09-26T21:14:55.212Z] crypto/ecdsa [2019-09-26T21:14:55.212Z] crypto/x509/pkix [2019-09-26T21:14:55.212Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-26T21:14:55.499Z] mime/multipart [2019-09-26T21:14:55.499Z] os/exec [2019-09-26T21:14:55.499Z] vendor/golang.org/x/net/http/httpguts [2019-09-26T21:14:55.499Z] vendor/golang.org/x/net/http/httpproxy [2019-09-26T21:14:55.785Z] crypto/x509 [2019-09-26T21:14:56.809Z] crypto/tls [2019-09-26T21:14:58.842Z] net/http/httptrace [2019-09-26T21:14:58.842Z] net/http [2019-09-26T21:15:02.310Z] github.com/LK4D4/vndr/godl [2019-09-26T21:15:02.310Z] github.com/LK4D4/vndr [2019-09-26T21:15:04.053Z] Removing intermediate container 18b4b298359e [2019-09-26T21:15:04.053Z] ---> 2552df0a8db5 [2019-09-26T21:15:04.053Z] Step 67/126 : FROM base AS gotestsum [2019-09-26T21:15:04.053Z] ---> 4deb36ca5cfa [2019-09-26T21:15:04.053Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-26T21:15:04.053Z] ---> Running in 5e6b0a6b5c17 [2019-09-26T21:15:04.053Z] Removing intermediate container 5e6b0a6b5c17 [2019-09-26T21:15:04.053Z] ---> 5e19dcc8ee21 [2019-09-26T21:15:04.053Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:15:04.053Z] ---> 6436da8628ce [2019-09-26T21:15:04.053Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:15:04.053Z] ---> df0282589fe6 [2019-09-26T21:15:04.053Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:15:04.053Z] ---> Running in 0f15a632d724 [2019-09-26T21:15:04.053Z] + RM_GOPATH=0 [2019-09-26T21:15:04.053Z] + TMP_GOPATH= [2019-09-26T21:15:04.053Z] + : /build [2019-09-26T21:15:04.053Z] + '[' -z '' ']' [2019-09-26T21:15:04.053Z] ++ mktemp -d [2019-09-26T21:15:04.053Z] Installing gotestsum version v0.3.5 [2019-09-26T21:15:04.053Z] + export GOPATH=/tmp/tmp.xiRcfZMLiV [2019-09-26T21:15:04.053Z] + GOPATH=/tmp/tmp.xiRcfZMLiV [2019-09-26T21:15:04.053Z] + RM_GOPATH=1 [2019-09-26T21:15:04.053Z] ++ dirname ./install.sh [2019-09-26T21:15:04.053Z] + dir=. [2019-09-26T21:15:04.053Z] + bin=gotestsum [2019-09-26T21:15:04.053Z] + shift [2019-09-26T21:15:04.053Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-26T21:15:04.053Z] + . ./gotestsum.installer [2019-09-26T21:15:04.053Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-26T21:15:04.053Z] + install_gotestsum [2019-09-26T21:15:04.053Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-26T21:15:04.053Z] + go get -d gotest.tools/gotestsum [2019-09-26T21:15:04.746Z] #24 ... [2019-09-26T21:15:04.746Z] [2019-09-26T21:15:04.746Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:04.746Z] #47 199.5 🇩 bin/containerd [2019-09-26T21:15:06.713Z] Removing intermediate container be4ab75a8b5d [2019-09-26T21:15:06.713Z] ---> 4accea6e7744 [2019-09-26T21:15:06.713Z] Step 50/126 : FROM dev-base AS containerd [2019-09-26T21:15:06.713Z] ---> efd73af69e7c [2019-09-26T21:15:06.713Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:15:06.713Z] ---> Using cache [2019-09-26T21:15:06.713Z] ---> 740178940897 [2019-09-26T21:15:06.713Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-26T21:15:06.713Z] ---> Running in 800beb301feb [2019-09-26T21:15:06.713Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:15:06.713Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:15:06.713Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:15:06.713Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:15:06.713Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:15:06.713Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-26T21:15:06.998Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-26T21:15:07.266Z] #47 ... [2019-09-26T21:15:07.266Z] [2019-09-26T21:15:07.266Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-26T21:15:07.266Z] #24 DONE 203.6s [2019-09-26T21:15:07.285Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-26T21:15:07.522Z] [2019-09-26T21:15:07.522Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:08.226Z] + cd /tmp/tmp.xiRcfZMLiV/src/gotest.tools/gotestsum [2019-09-26T21:15:08.226Z] + git checkout -q v0.3.5 [2019-09-26T21:15:08.226Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-26T21:15:08.451Z] #47 ... [2019-09-26T21:15:08.451Z] [2019-09-26T21:15:08.451Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-26T21:15:08.707Z] #25 DONE 0.2s [2019-09-26T21:15:08.707Z] [2019-09-26T21:15:08.707Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:08.707Z] #47 ... [2019-09-26T21:15:08.707Z] [2019-09-26T21:15:08.707Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-26T21:15:08.707Z] #28 DONE 0.1s [2019-09-26T21:15:08.963Z] [2019-09-26T21:15:08.963Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-26T21:15:08.963Z] #31 DONE 0.1s [2019-09-26T21:15:08.963Z] [2019-09-26T21:15:08.963Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:08.963Z] #47 ... [2019-09-26T21:15:08.963Z] [2019-09-26T21:15:08.963Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-26T21:15:09.220Z] #34 DONE 0.2s [2019-09-26T21:15:09.220Z] [2019-09-26T21:15:09.220Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-26T21:15:09.220Z] #39 DONE 0.1s [2019-09-26T21:15:09.220Z] [2019-09-26T21:15:09.220Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:09.220Z] #47 ... [2019-09-26T21:15:09.220Z] [2019-09-26T21:15:09.220Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-26T21:15:09.220Z] #43 DONE 0.1s [2019-09-26T21:15:09.311Z] Fetched 7717 kB in 2s (3131 kB/s) [2019-09-26T21:15:09.476Z] [2019-09-26T21:15:09.476Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:10.320Z] Reading package lists... [2019-09-26T21:15:11.315Z] #47 223.1 🇩 bin/containerd [2019-09-26T21:15:11.315Z] #47 ... [2019-09-26T21:15:11.315Z] [2019-09-26T21:15:11.315Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-26T21:15:11.315Z] #24 DONE 266.4s [2019-09-26T21:15:11.315Z] [2019-09-26T21:15:11.315Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:11.331Z] Reading package lists... [2019-09-26T21:15:11.613Z] Building dependency tree... [2019-09-26T21:15:11.613Z] Reading state information... [2019-09-26T21:15:11.614Z] The following additional packages will be installed: [2019-09-26T21:15:11.614Z] btrfs-progs liblzo2-2 [2019-09-26T21:15:11.614Z] The following NEW packages will be installed: [2019-09-26T21:15:11.614Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-26T21:15:11.897Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:15:11.897Z] Need to get 588 kB of archives. [2019-09-26T21:15:11.897Z] After this operation, 5005 kB of additional disk space will be used. [2019-09-26T21:15:11.897Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-26T21:15:11.897Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-26T21:15:11.897Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-26T21:15:11.897Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:15:11.918Z] #47 ... [2019-09-26T21:15:11.918Z] [2019-09-26T21:15:11.918Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-26T21:15:11.918Z] #25 DONE 0.6s [2019-09-26T21:15:12.174Z] [2019-09-26T21:15:12.174Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-26T21:15:12.174Z] #28 DONE 0.1s [2019-09-26T21:15:12.174Z] [2019-09-26T21:15:12.174Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-26T21:15:12.174Z] #31 DONE 0.1s [2019-09-26T21:15:12.174Z] [2019-09-26T21:15:12.174Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:12.180Z] Fetched 588 kB in 0s (5896 kB/s) [2019-09-26T21:15:12.180Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-26T21:15:12.180Z] (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-09-26T21:15:12.180Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-26T21:15:12.180Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-26T21:15:12.180Z] Selecting previously unselected package btrfs-progs. [2019-09-26T21:15:12.180Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-26T21:15:12.180Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:15:12.180Z] Selecting previously unselected package btrfs-tools. [2019-09-26T21:15:12.180Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-26T21:15:12.180Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:15:12.180Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:15:12.180Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-26T21:15:12.180Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:15:12.180Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:15:12.180Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:15:12.430Z] #47 ... [2019-09-26T21:15:12.430Z] [2019-09-26T21:15:12.430Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-26T21:15:12.430Z] #34 DONE 0.3s [2019-09-26T21:15:12.685Z] [2019-09-26T21:15:12.685Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-26T21:15:12.685Z] #39 DONE 0.1s [2019-09-26T21:15:12.685Z] [2019-09-26T21:15:12.685Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-26T21:15:12.796Z] Removing intermediate container 800beb301feb [2019-09-26T21:15:12.796Z] ---> a7ca6f23d6a8 [2019-09-26T21:15:12.796Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-26T21:15:12.796Z] ---> Running in c937631118ee [2019-09-26T21:15:12.796Z] Removing intermediate container c937631118ee [2019-09-26T21:15:12.796Z] ---> 7a656f842577 [2019-09-26T21:15:12.796Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:15:12.941Z] #43 DONE 0.3s [2019-09-26T21:15:12.941Z] [2019-09-26T21:15:12.941Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-26T21:15:13.080Z] ---> 9e4be43e7a6f [2019-09-26T21:15:13.080Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:15:13.080Z] ---> ffbc73f61b31 [2019-09-26T21:15:13.080Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:15:13.363Z] ---> Running in 2be2bd102f88 [2019-09-26T21:15:13.649Z] + RM_GOPATH=0 [2019-09-26T21:15:13.650Z] + TMP_GOPATH= [2019-09-26T21:15:13.650Z] + : /build [2019-09-26T21:15:13.650Z] + '[' -z '' ']' [2019-09-26T21:15:13.650Z] ++ mktemp -d [2019-09-26T21:15:13.650Z] + export GOPATH=/tmp/tmp.ECqAHPiOQf [2019-09-26T21:15:13.650Z] + GOPATH=/tmp/tmp.ECqAHPiOQf [2019-09-26T21:15:13.650Z] + RM_GOPATH=1 [2019-09-26T21:15:13.650Z] ++ dirname ./install.sh [2019-09-26T21:15:13.650Z] + dir=. [2019-09-26T21:15:13.650Z] + bin=containerd [2019-09-26T21:15:13.650Z] + shift [2019-09-26T21:15:13.650Z] + '[' '!' -f ./containerd.installer ']' [2019-09-26T21:15:13.650Z] + . ./containerd.installer [2019-09-26T21:15:13.650Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:15:13.650Z] + install_containerd [2019-09-26T21:15:13.650Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-26T21:15:13.650Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.ECqAHPiOQf/src/github.com/containerd/containerd [2019-09-26T21:15:13.650Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:15:13.650Z] Cloning into '/tmp/tmp.ECqAHPiOQf/src/github.com/containerd/containerd'... [2019-09-26T21:15:19.718Z] Removing intermediate container 0f15a632d724 [2019-09-26T21:15:19.718Z] ---> 2a097263edb0 [2019-09-26T21:15:19.718Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-26T21:15:19.718Z] ---> 4deb36ca5cfa [2019-09-26T21:15:19.718Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-26T21:15:19.718Z] ---> Running in 4ee45f9cfe30 [2019-09-26T21:15:19.718Z] Removing intermediate container 4ee45f9cfe30 [2019-09-26T21:15:19.718Z] ---> f208ce9d9ed6 [2019-09-26T21:15:19.718Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:15:19.718Z] ---> e2aa70447bff [2019-09-26T21:15:19.718Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:15:20.079Z] ---> 0fd92c408ceb [2019-09-26T21:15:20.079Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:15:20.079Z] ---> Running in 2a41e1cf0665 [2019-09-26T21:15:20.485Z] + cd /tmp/tmp.ECqAHPiOQf/src/github.com/containerd/containerd [2019-09-26T21:15:20.485Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-26T21:15:20.485Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-26T21:15:20.485Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-26T21:15:20.485Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:15:20.485Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-26T21:15:20.485Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-26T21:15:20.485Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-26T21:15:20.485Z] + '[' '' = dynamic ']' [2019-09-26T21:15:20.485Z] + make [2019-09-26T21:15:20.485Z] 🇩 bin/ctr [2019-09-26T21:15:20.860Z] + RM_GOPATH=0 [2019-09-26T21:15:20.860Z] + TMP_GOPATH= [2019-09-26T21:15:20.860Z] + : /build [2019-09-26T21:15:20.860Z] + '[' -z '' ']' [2019-09-26T21:15:20.860Z] ++ mktemp -d [2019-09-26T21:15:20.860Z] + export GOPATH=/tmp/tmp.LsALzZlcAp [2019-09-26T21:15:20.860Z] + GOPATH=/tmp/tmp.LsALzZlcAp [2019-09-26T21:15:20.860Z] + RM_GOPATH=1 [2019-09-26T21:15:20.860Z] ++ dirname ./install.sh [2019-09-26T21:15:20.860Z] + dir=. [2019-09-26T21:15:20.860Z] + bin=dockercli [2019-09-26T21:15:20.860Z] + shift [2019-09-26T21:15:20.860Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-26T21:15:20.860Z] + . ./dockercli.installer [2019-09-26T21:15:20.860Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-26T21:15:20.860Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-26T21:15:20.860Z] + install_dockercli [2019-09-26T21:15:20.860Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-26T21:15:20.860Z] ++ uname -m [2019-09-26T21:15:20.861Z] Install docker/cli version 17.06.2-ce from stable [2019-09-26T21:15:20.861Z] + arch=s390x [2019-09-26T21:15:20.861Z] + '[' s390x '!=' x86_64 ']' [2019-09-26T21:15:20.861Z] + '[' s390x '!=' s390x ']' [2019-09-26T21:15:20.861Z] + url=https://download.docker.com/linux/static [2019-09-26T21:15:20.861Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-26T21:15:20.861Z] + tar -xz docker/docker [2019-09-26T21:15:21.724Z] + mkdir -p /build [2019-09-26T21:15:21.724Z] + mv docker/docker /build/ [2019-09-26T21:15:21.724Z] + rmdir docker [2019-09-26T21:15:22.525Z] Removing intermediate container 2a41e1cf0665 [2019-09-26T21:15:22.525Z] ---> fdadae7509bd [2019-09-26T21:15:22.525Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-26T21:15:22.525Z] ---> dc38462e0a53 [2019-09-26T21:15:22.525Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-26T21:15:22.525Z] ---> Running in 0e9f46a92228 [2019-09-26T21:15:22.525Z] Removing intermediate container 0e9f46a92228 [2019-09-26T21:15:22.525Z] ---> 3a33fafa4374 [2019-09-26T21:15:22.525Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:15:22.889Z] ---> ccba0be69182 [2019-09-26T21:15:22.889Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:15:23.257Z] ---> 7d0cdd65f372 [2019-09-26T21:15:23.257Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:15:23.257Z] ---> Running in 30a385ee7919 [2019-09-26T21:15:23.641Z] + RM_GOPATH=0 [2019-09-26T21:15:23.641Z] + TMP_GOPATH= [2019-09-26T21:15:23.641Z] + : /build [2019-09-26T21:15:23.641Z] + '[' -z '' ']' [2019-09-26T21:15:23.641Z] ++ mktemp -d [2019-09-26T21:15:23.641Z] + export GOPATH=/tmp/tmp.OtSOJqQf9D [2019-09-26T21:15:23.641Z] + GOPATH=/tmp/tmp.OtSOJqQf9D [2019-09-26T21:15:23.641Z] + RM_GOPATH=1 [2019-09-26T21:15:23.641Z] ++ dirname ./install.sh [2019-09-26T21:15:23.641Z] + dir=. [2019-09-26T21:15:23.641Z] + bin=runc [2019-09-26T21:15:23.641Z] + shift [2019-09-26T21:15:23.641Z] + '[' '!' -f ./runc.installer ']' [2019-09-26T21:15:23.641Z] + . ./runc.installer [2019-09-26T21:15:23.641Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:15:23.641Z] + install_runc [2019-09-26T21:15:23.641Z] + uname -r [2019-09-26T21:15:23.641Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-26T21:15:23.641Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-26T21:15:23.641Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-26T21:15:23.641Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OtSOJqQf9D/src/github.com/opencontainers/runc [2019-09-26T21:15:23.641Z] Cloning into '/tmp/tmp.OtSOJqQf9D/src/github.com/opencontainers/runc'... [2019-09-26T21:15:23.641Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-26T21:15:24.995Z] + cd /tmp/tmp.OtSOJqQf9D/src/github.com/opencontainers/runc [2019-09-26T21:15:24.995Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:15:24.995Z] + '[' -z '' ']' [2019-09-26T21:15:24.995Z] + target=static [2019-09-26T21:15:24.995Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-26T21:15:24.995Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-26T21:15:27.522Z] #47 222.8 🇩 bin/containerd-stress [2019-09-26T21:15:27.777Z] #47 224.2 🇩 bin/containerd-shim [2019-09-26T21:15:34.317Z] #47 229.9 🇩 bin/containerd-shim-runc-v1 [2019-09-26T21:15:34.866Z] #47 245.4 🇩 bin/containerd-stress [2019-09-26T21:15:34.866Z] #47 247.0 🇩 bin/containerd-shim [2019-09-26T21:15:36.207Z] #47 232.3 🇩 binaries [2019-09-26T21:15:36.207Z] #47 232.3 + mkdir -p /build [2019-09-26T21:15:36.207Z] #47 232.3 + cp bin/containerd /build/containerd [2019-09-26T21:15:36.207Z] #47 232.4 + cp bin/containerd-shim /build/containerd-shim [2019-09-26T21:15:36.207Z] #47 232.4 + cp bin/ctr /build/ctr [2019-09-26T21:15:36.463Z] #47 DONE 232.9s [2019-09-26T21:15:37.406Z] [2019-09-26T21:15:37.406Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-26T21:15:37.967Z] #48 DONE 0.4s [2019-09-26T21:15:37.967Z] [2019-09-26T21:15:37.967Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-26T21:15:37.967Z] #51 DONE 0.1s [2019-09-26T21:15:38.222Z] [2019-09-26T21:15:38.223Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-26T21:15:38.223Z] #54 DONE 0.2s [2019-09-26T21:15:38.223Z] [2019-09-26T21:15:38.223Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-26T21:15:38.782Z] #56 DONE 0.4s [2019-09-26T21:15:38.782Z] [2019-09-26T21:15:38.782Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-26T21:15:39.038Z] #59 DONE 0.1s [2019-09-26T21:15:39.038Z] [2019-09-26T21:15:39.038Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-26T21:15:39.038Z] #63 DONE 0.2s [2019-09-26T21:15:39.038Z] [2019-09-26T21:15:39.038Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-26T21:15:39.065Z] #47 252.7 🇩 bin/containerd-shim-runc-v1 [2019-09-26T21:15:39.075Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-26T21:15:39.075Z] + mkdir -p /build [2019-09-26T21:15:39.075Z] + cp runc /build/runc [2019-09-26T21:15:39.293Z] #65 DONE 0.3s [2019-09-26T21:15:39.293Z] [2019-09-26T21:15:39.293Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-26T21:15:39.293Z] #66 DONE 0.0s [2019-09-26T21:15:39.293Z] [2019-09-26T21:15:39.293Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-26T21:15:39.860Z] Removing intermediate container 30a385ee7919 [2019-09-26T21:15:39.860Z] ---> 9a4a1981abd6 [2019-09-26T21:15:39.860Z] Step 82/126 : FROM dev-base AS tini [2019-09-26T21:15:39.860Z] ---> 4deb36ca5cfa [2019-09-26T21:15:39.860Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:15:39.860Z] ---> Using cache [2019-09-26T21:15:39.860Z] ---> 117fb4b7c7b3 [2019-09-26T21:15:39.860Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-26T21:15:40.219Z] #67 DONE 0.9s [2019-09-26T21:15:40.252Z] ---> Running in b9c5dec89405 [2019-09-26T21:15:40.474Z] [2019-09-26T21:15:40.474Z] #68 exporting to image [2019-09-26T21:15:40.474Z] #68 exporting layers [2019-09-26T21:15:40.620Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:15:40.621Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:15:40.621Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:15:40.621Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:15:40.621Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:15:41.008Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-26T21:15:41.008Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-26T21:15:41.008Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-26T21:15:41.617Z] #47 255.3 🇩 binaries [2019-09-26T21:15:41.617Z] #47 255.3 + mkdir -p /build [2019-09-26T21:15:41.617Z] #47 255.3 + cp bin/containerd /build/containerd [2019-09-26T21:15:41.617Z] #47 255.3 + cp bin/containerd-shim /build/containerd-shim [2019-09-26T21:15:41.617Z] #47 255.3 + cp bin/ctr /build/ctr [2019-09-26T21:15:42.344Z] Fetched 7668 kB in 1s (4459 kB/s) [2019-09-26T21:15:42.624Z] #47 DONE 256.3s [2019-09-26T21:15:42.731Z] Reading package lists... [2019-09-26T21:15:43.539Z] Reading package lists... [2019-09-26T21:15:43.539Z] Building dependency tree... [2019-09-26T21:15:43.539Z] Reading state information... [2019-09-26T21:15:43.539Z] The following additional packages will be installed: [2019-09-26T21:15:43.539Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-26T21:15:43.539Z] Suggested packages: [2019-09-26T21:15:43.539Z] codeblocks eclipse ninja-build lrzip [2019-09-26T21:15:43.539Z] Recommended packages: [2019-09-26T21:15:43.539Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-26T21:15:43.539Z] The following NEW packages will be installed: [2019-09-26T21:15:43.539Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-26T21:15:43.539Z] vim-common xxd [2019-09-26T21:15:43.539Z] 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:15:43.539Z] Need to get 13.2 MB of archives. [2019-09-26T21:15:43.539Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-26T21:15:43.539Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-26T21:15:43.634Z] [2019-09-26T21:15:43.634Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-26T21:15:43.928Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-26T21:15:43.928Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-26T21:15:43.928Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-09-26T21:15:43.928Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-26T21:15:43.928Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-26T21:15:43.928Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-26T21:15:43.928Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-26T21:15:43.928Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:15:43.928Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:15:43.928Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:15:43.928Z] Fetched 13.2 MB in 0s (41.1 MB/s) [2019-09-26T21:15:43.928Z] Selecting previously unselected package cmake-data. [2019-09-26T21:15:43.928Z] (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-09-26T21:15:43.928Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-26T21:15:43.928Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-26T21:15:44.195Z] #48 DONE 0.7s [2019-09-26T21:15:44.195Z] [2019-09-26T21:15:44.195Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-26T21:15:44.301Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-26T21:15:44.301Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-26T21:15:44.301Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-26T21:15:44.301Z] Selecting previously unselected package libicu57:s390x. [2019-09-26T21:15:44.301Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-26T21:15:44.535Z] #51 DONE 0.1s [2019-09-26T21:15:44.535Z] [2019-09-26T21:15:44.535Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-26T21:15:44.535Z] #54 DONE 0.2s [2019-09-26T21:15:44.535Z] [2019-09-26T21:15:44.535Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-26T21:15:44.690Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-26T21:15:44.790Z] #56 DONE 0.3s [2019-09-26T21:15:44.790Z] [2019-09-26T21:15:44.790Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-26T21:15:44.790Z] #59 DONE 0.1s [2019-09-26T21:15:45.087Z] [2019-09-26T21:15:45.087Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-26T21:15:45.087Z] #63 DONE 0.2s [2019-09-26T21:15:45.087Z] [2019-09-26T21:15:45.087Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-26T21:15:45.427Z] #65 DONE 0.4s [2019-09-26T21:15:45.427Z] [2019-09-26T21:15:45.427Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-26T21:15:45.427Z] #66 DONE 0.0s [2019-09-26T21:15:45.427Z] [2019-09-26T21:15:45.427Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-26T21:15:45.569Z] Selecting previously unselected package libxml2:s390x. [2019-09-26T21:15:45.569Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-26T21:15:45.569Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:15:45.569Z] Selecting previously unselected package libarchive13:s390x. [2019-09-26T21:15:45.569Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-26T21:15:45.569Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-26T21:15:45.569Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-26T21:15:45.569Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-26T21:15:45.569Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-26T21:15:45.569Z] Selecting previously unselected package libuv1:s390x. [2019-09-26T21:15:45.569Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-26T21:15:45.569Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-26T21:15:45.569Z] Selecting previously unselected package cmake. [2019-09-26T21:15:45.569Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-26T21:15:45.569Z] Unpacking cmake (3.7.2-1) ... [2019-09-26T21:15:45.941Z] Selecting previously unselected package xxd. [2019-09-26T21:15:45.941Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-26T21:15:45.941Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:15:45.941Z] Selecting previously unselected package vim-common. [2019-09-26T21:15:45.941Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:15:45.941Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:15:45.941Z] Processing triggers for mime-support (3.60) ... [2019-09-26T21:15:45.941Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:15:45.941Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-26T21:15:45.941Z] Setting up cmake-data (3.7.2-1) ... [2019-09-26T21:15:45.941Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-26T21:15:45.941Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:15:45.941Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:15:45.941Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:15:45.941Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-26T21:15:46.309Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-26T21:15:46.309Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-26T21:15:46.309Z] Setting up cmake (3.7.2-1) ... [2019-09-26T21:15:46.309Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:15:46.567Z] #67 DONE 1.0s [2019-09-26T21:15:46.567Z] [2019-09-26T21:15:46.567Z] #68 exporting to image [2019-09-26T21:15:46.567Z] #68 exporting layers [2019-09-26T21:15:47.105Z] Removing intermediate container b9c5dec89405 [2019-09-26T21:15:47.105Z] ---> e94817e97a50 [2019-09-26T21:15:47.105Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:15:47.469Z] ---> 822babb653d6 [2019-09-26T21:15:47.469Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-26T21:15:47.469Z] ---> Running in 562aa4f5f467 [2019-09-26T21:15:47.469Z] Removing intermediate container 562aa4f5f467 [2019-09-26T21:15:47.469Z] ---> c0d6e854b055 [2019-09-26T21:15:47.469Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:15:47.868Z] ---> aaf6d8598f13 [2019-09-26T21:15:47.868Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:15:47.868Z] ---> Running in 7833787cb53c [2019-09-26T21:15:48.323Z] + RM_GOPATH=0 [2019-09-26T21:15:48.323Z] + TMP_GOPATH= [2019-09-26T21:15:48.323Z] + : /build [2019-09-26T21:15:48.323Z] + '[' -z '' ']' [2019-09-26T21:15:48.323Z] ++ mktemp -d [2019-09-26T21:15:48.323Z] + export GOPATH=/tmp/tmp.puK97i2GMb [2019-09-26T21:15:48.323Z] + GOPATH=/tmp/tmp.puK97i2GMb [2019-09-26T21:15:48.323Z] + RM_GOPATH=1 [2019-09-26T21:15:48.323Z] ++ dirname ./install.sh [2019-09-26T21:15:48.323Z] + dir=. [2019-09-26T21:15:48.323Z] + bin=tini [2019-09-26T21:15:48.323Z] + shift [2019-09-26T21:15:48.323Z] + '[' '!' -f ./tini.installer ']' [2019-09-26T21:15:48.323Z] + . ./tini.installer [2019-09-26T21:15:48.323Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:15:48.323Z] + install_tini [2019-09-26T21:15:48.323Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-26T21:15:48.323Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.puK97i2GMb/tini [2019-09-26T21:15:48.323Z] Cloning into '/tmp/tmp.puK97i2GMb/tini'... [2019-09-26T21:15:48.323Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:15:48.758Z] + cd /tmp/tmp.puK97i2GMb/tini [2019-09-26T21:15:48.758Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:15:48.758Z] + cmake . [2019-09-26T21:15:48.758Z] -- The C compiler identification is GNU 6.3.0 [2019-09-26T21:15:48.758Z] -- Check for working C compiler: /usr/bin/cc [2019-09-26T21:15:48.758Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-26T21:15:48.758Z] -- Detecting C compiler ABI info [2019-09-26T21:15:48.758Z] -- Detecting C compiler ABI info - done [2019-09-26T21:15:48.758Z] -- Detecting C compile features [2019-09-26T21:15:49.138Z] -- Detecting C compile features - done [2019-09-26T21:15:49.138Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-26T21:15:49.138Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-26T21:15:49.138Z] -- Configuring done [2019-09-26T21:15:49.138Z] -- Generating done [2019-09-26T21:15:49.138Z] -- Build files have been written to: /tmp/tmp.puK97i2GMb/tini [2019-09-26T21:15:49.138Z] + make tini-static [2019-09-26T21:15:49.138Z] Scanning dependencies of target tini-static [2019-09-26T21:15:49.138Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-26T21:15:49.138Z] [100%] Linking C executable tini-static [2019-09-26T21:15:49.498Z] [100%] Built target tini-static [2019-09-26T21:15:49.498Z] + mkdir -p /build [2019-09-26T21:15:49.498Z] + cp tini-static /build/docker-init [2019-09-26T21:15:49.872Z] Removing intermediate container 7833787cb53c [2019-09-26T21:15:49.872Z] ---> 8d040804cf96 [2019-09-26T21:15:49.872Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-26T21:15:49.872Z] ---> 4deb36ca5cfa [2019-09-26T21:15:49.872Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-26T21:15:49.872Z] ---> Running in fd479545f1dd [2019-09-26T21:15:50.239Z] Removing intermediate container fd479545f1dd [2019-09-26T21:15:50.239Z] ---> 182daa05a2c3 [2019-09-26T21:15:50.239Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:15:50.419Z] #68 exporting layers 10.3s done [2019-09-26T21:15:50.420Z] #68 writing image sha256:30f0e0fd82623e9be0081bc7e389ec5a5ab7e23e8ec2a41ff70b9c06531170bf done [2019-09-26T21:15:50.420Z] #68 naming to docker.io/library/docker:023b072288eab3c9e768d4aeeb917f27f06034c7 done [2019-09-26T21:15:50.420Z] #68 DONE 10.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-26T21:15:50.627Z] ---> 5d2f1b1f2981 [2019-09-26T21:15:50.627Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:15:50.627Z] ---> fcd62a8be588 [2019-09-26T21:15:50.627Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:15:50.627Z] ---> Running in 2211fd8d05b4 [2019-09-26T21:15:50.753Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39994/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/validate/default [2019-09-26T21:15:51.094Z] + RM_GOPATH=0 [2019-09-26T21:15:51.094Z] + TMP_GOPATH= [2019-09-26T21:15:51.094Z] + : /build/ [2019-09-26T21:15:51.094Z] + '[' -z '' ']' [2019-09-26T21:15:51.094Z] ++ mktemp -d [2019-09-26T21:15:51.094Z] + export GOPATH=/tmp/tmp.sOmpvlb8A6 [2019-09-26T21:15:51.094Z] + GOPATH=/tmp/tmp.sOmpvlb8A6 [2019-09-26T21:15:51.094Z] + RM_GOPATH=1 [2019-09-26T21:15:51.094Z] ++ dirname ./install.sh [2019-09-26T21:15:51.094Z] + dir=. [2019-09-26T21:15:51.094Z] + bin=rootlesskit [2019-09-26T21:15:51.094Z] + shift [2019-09-26T21:15:51.094Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-26T21:15:51.094Z] + . ./rootlesskit.installer [2019-09-26T21:15:51.094Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:15:51.094Z] + install_rootlesskit [2019-09-26T21:15:51.094Z] + case "$1" in [2019-09-26T21:15:51.094Z] + export CGO_ENABLED=0 [2019-09-26T21:15:51.094Z] + CGO_ENABLED=0 [2019-09-26T21:15:51.094Z] + _install_rootlesskit [2019-09-26T21:15:51.094Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-26T21:15:51.094Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.sOmpvlb8A6/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:15:51.094Z] Cloning into '/tmp/tmp.sOmpvlb8A6/src/github.com/rootless-containers/rootlesskit'... [2019-09-26T21:15:51.094Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:15:51.681Z] Congratulations! All commits are properly signed with the DCO! [2019-09-26T21:15:51.896Z] + cd /tmp/tmp.sOmpvlb8A6/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:15:51.897Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:15:51.897Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:15:51.897Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-26T21:15:51.937Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-09-26T21:15:51.937Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-09-26T21:15:51.937Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-09-26T21:15:58.598Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:15:58.598Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-26T21:15:58.809Z] #68 exporting layers 11.1s done [2019-09-26T21:15:58.809Z] #68 writing image sha256:8e51d105f33774df84d555269021dea6b1df6a0184569e395a8fc02938ef0d32 done [2019-09-26T21:15:58.809Z] #68 naming to docker.io/library/docker:023b072288eab3c9e768d4aeeb917f27f06034c7 done [2019-09-26T21:15:58.809Z] #68 DONE 11.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-26T21:15:59.808Z] [2019-09-26T21:15:59.808Z] Removing bundles/ [2019-09-26T21:15:59.808Z] [2019-09-26T21:15:59.808Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-26T21:15:59.808Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:15:59.808Z] GOOS="" GOARCH="" GOARM="" [2019-09-26T21:16:00.029Z] Running on azwin-2-8aa2e0 in d:\jenkins\workspace\moby_PR-39994 [Pipeline] { [Pipeline] ws [2019-09-26T21:16:00.049Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-26T21:16:00.565Z] Removing intermediate container 2211fd8d05b4 [2019-09-26T21:16:00.565Z] ---> abd7d770593a [2019-09-26T21:16:00.565Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-26T21:16:00.928Z] ---> 41f788cfe958 [2019-09-26T21:16:00.928Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-26T21:16:00.928Z] ---> dc38462e0a53 [2019-09-26T21:16:00.928Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:16:00.928Z] ---> Running in 3ac20c3b2fbf [2019-09-26T21:16:00.928Z] Removing intermediate container 3ac20c3b2fbf [2019-09-26T21:16:00.928Z] ---> b474bd73c3dc [2019-09-26T21:16:00.928Z] Step 97/126 : RUN groupadd -r docker [2019-09-26T21:16:01.313Z] ---> Running in a861b67db3a4 [2019-09-26T21:16:02.099Z] Removing intermediate container a861b67db3a4 [2019-09-26T21:16:02.099Z] ---> a817fc1e5358 [2019-09-26T21:16:02.099Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-26T21:16:02.480Z] ---> Running in 8e56aaf02617 [2019-09-26T21:16:03.363Z] Removing intermediate container 8e56aaf02617 [2019-09-26T21:16:03.363Z] ---> f64a40dae4dd [2019-09-26T21:16:03.363Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-26T21:16:03.363Z] ---> Running in 23254f38dc0e [2019-09-26T21:16:04.170Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-26T21:16:04.535Z] Removing intermediate container 23254f38dc0e [2019-09-26T21:16:04.535Z] ---> d60ddc9cd942 [2019-09-26T21:16:04.535Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-26T21:16:04.535Z] ---> Running in a305dd36b391 [2019-09-26T21:16:05.807Z] Removing intermediate container a305dd36b391 [2019-09-26T21:16:05.807Z] ---> a9818cf819b2 [2019-09-26T21:16:05.807Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-26T21:16:05.807Z] ---> Running in 32431170192d [2019-09-26T21:16:06.611Z] Removing intermediate container 32431170192d [2019-09-26T21:16:06.611Z] ---> 0cb87f38c7cf [2019-09-26T21:16:06.611Z] Step 102/126 : RUN ldconfig [2019-09-26T21:16:06.611Z] ---> Running in 010556acd115 [2019-09-26T21:16:07.859Z] Removing intermediate container 010556acd115 [2019-09-26T21:16:07.859Z] ---> 4a96369a3d24 [2019-09-26T21:16:07.859Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-26T21:16:07.859Z] ---> Running in 4d2add5ab950 [2019-09-26T21:16:08.226Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:16:08.226Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:16:08.620Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:16:08.620Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:16:08.620Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:16:08.620Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-26T21:16:08.620Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-26T21:16:08.620Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-26T21:16:09.951Z] Fetched 7668 kB in 1s (4776 kB/s) [2019-09-26T21:16:10.321Z] Reading package lists... [2019-09-26T21:16:11.068Z] Reading package lists... [2019-09-26T21:16:11.068Z] Building dependency tree... [2019-09-26T21:16:11.068Z] Reading state information... [2019-09-26T21:16:11.068Z] The following additional packages will be installed: [2019-09-26T21:16:11.068Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-26T21:16:11.068Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-26T21:16:11.068Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-26T21:16:11.068Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-26T21:16:11.068Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-26T21:16:11.068Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-26T21:16:11.068Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-26T21:16:11.068Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-26T21:16:11.068Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-26T21:16:11.068Z] Suggested packages: [2019-09-26T21:16:11.068Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-26T21:16:11.068Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-26T21:16:11.068Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-26T21:16:11.068Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-26T21:16:11.068Z] Recommended packages: [2019-09-26T21:16:11.068Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-26T21:16:11.068Z] python3-keyrings.alt python3-xdg unzip [2019-09-26T21:16:11.886Z] The following NEW packages will be installed: [2019-09-26T21:16:11.886Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-26T21:16:11.886Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-26T21:16:11.886Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-26T21:16:11.886Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-26T21:16:11.886Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-26T21:16:11.886Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-26T21:16:11.886Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-26T21:16:11.886Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-26T21:16:11.886Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-26T21:16:11.886Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-26T21:16:11.886Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-26T21:16:11.886Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-26T21:16:11.886Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-26T21:16:11.886Z] xfsprogs xxd xz-utils zip [2019-09-26T21:16:11.886Z] 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:16:11.886Z] Need to get 88.2 MB of archives. [2019-09-26T21:16:11.886Z] After this operation, 565 MB of additional disk space will be used. [2019-09-26T21:16:11.886Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-26T21:16:11.886Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-26T21:16:11.886Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-26T21:16:11.886Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-26T21:16:11.886Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-26T21:16:11.886Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-09-26T21:16:11.886Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-09-26T21:16:12.318Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-26T21:16:12.318Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-26T21:16:12.318Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-09-26T21:16:12.318Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-26T21:16:12.318Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-26T21:16:12.318Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-26T21:16:12.318Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-26T21:16:12.318Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-26T21:16:12.318Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-26T21:16:12.318Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-26T21:16:12.318Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-26T21:16:12.318Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-26T21:16:12.318Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-26T21:16:12.318Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-26T21:16:12.318Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:16:12.318Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:16:12.318Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-26T21:16:12.318Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-09-26T21:16:12.318Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-09-26T21:16:12.318Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-26T21:16:12.318Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-26T21:16:12.318Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-26T21:16:12.318Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-26T21:16:12.318Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-09-26T21:16:12.318Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-26T21:16:12.318Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-26T21:16:12.318Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-26T21:16:12.318Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-26T21:16:12.318Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-26T21:16:12.318Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-26T21:16:12.318Z] 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-09-26T21:16:12.318Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-26T21:16:12.318Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-26T21:16:12.318Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-26T21:16:12.318Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-26T21:16:12.318Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-26T21:16:12.318Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-09-26T21:16:12.318Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-26T21:16:12.318Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-26T21:16:12.319Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-26T21:16:12.319Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-26T21:16:12.319Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-26T21:16:12.319Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-26T21:16:12.319Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-26T21:16:12.319Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-26T21:16:12.319Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-26T21:16:12.319Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-26T21:16:12.319Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-09-26T21:16:12.319Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-26T21:16:12.319Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-26T21:16:12.319Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-26T21:16:12.319Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-26T21:16:12.319Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-09-26T21:16:12.319Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-26T21:16:12.319Z] 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-09-26T21:16:12.319Z] 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-09-26T21:16:12.319Z] 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-09-26T21:16:12.319Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-26T21:16:12.319Z] 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-09-26T21:16:12.319Z] 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-09-26T21:16:12.734Z] 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-09-26T21:16:12.734Z] 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-09-26T21:16:13.104Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:16:13.104Z] Fetched 88.2 MB in 1s (76.2 MB/s) [2019-09-26T21:16:13.104Z] Selecting previously unselected package bash-completion. [2019-09-26T21:16:13.104Z] (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-09-26T21:16:13.104Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-26T21:16:13.882Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-26T21:16:13.882Z] Selecting previously unselected package libnet1:s390x. [2019-09-26T21:16:13.882Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-26T21:16:13.882Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-26T21:16:13.882Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-26T21:16:13.882Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-26T21:16:13.882Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-26T21:16:13.882Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-26T21:16:13.882Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-26T21:16:13.882Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-26T21:16:13.882Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-26T21:16:13.882Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-26T21:16:13.882Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-26T21:16:13.882Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-26T21:16:13.882Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-26T21:16:13.882Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-26T21:16:13.882Z] Selecting previously unselected package python3.5-minimal. [2019-09-26T21:16:13.882Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-26T21:16:13.882Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:16:14.265Z] Selecting previously unselected package python3-minimal. [2019-09-26T21:16:14.265Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-26T21:16:14.265Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-26T21:16:14.265Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-26T21:16:14.265Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-26T21:16:14.265Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-26T21:16:14.265Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-26T21:16:14.265Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-26T21:16:14.265Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-26T21:16:14.635Z] Selecting previously unselected package python3.5. [2019-09-26T21:16:14.635Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-26T21:16:14.635Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:16:14.635Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-26T21:16:14.635Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-26T21:16:14.635Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-26T21:16:14.635Z] Selecting previously unselected package dh-python. [2019-09-26T21:16:14.635Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-26T21:16:14.635Z] Unpacking dh-python (2.20170125) ... [2019-09-26T21:16:14.635Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-26T21:16:14.635Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:16:15.524Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-26T21:16:15.524Z] Selecting previously unselected package python3. [2019-09-26T21:16:15.524Z] (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-09-26T21:16:15.524Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-26T21:16:15.524Z] Unpacking python3 (3.5.3-1) ... [2019-09-26T21:16:15.524Z] Selecting previously unselected package pigz. [2019-09-26T21:16:15.524Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-26T21:16:15.524Z] Unpacking pigz (2.3.4-1) ... [2019-09-26T21:16:15.524Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-26T21:16:15.524Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-26T21:16:15.524Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:15.524Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-26T21:16:15.524Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-26T21:16:15.524Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:15.524Z] Selecting previously unselected package libiptc0:s390x. [2019-09-26T21:16:15.524Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-26T21:16:15.524Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:15.524Z] Selecting previously unselected package libxtables12:s390x. [2019-09-26T21:16:15.524Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-26T21:16:15.524Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:15.524Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-26T21:16:15.524Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-26T21:16:15.524Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package iptables. [2019-09-26T21:16:15.910Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package xxd. [2019-09-26T21:16:15.910Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package vim-common. [2019-09-26T21:16:15.910Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:16:15.910Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package bzip2. [2019-09-26T21:16:15.910Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package libgpm2:s390x. [2019-09-26T21:16:15.910Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package xz-utils. [2019-09-26T21:16:15.910Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package aufs-tools. [2019-09-26T21:16:15.910Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-26T21:16:15.910Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-26T21:16:15.910Z] Selecting previously unselected package btrfs-progs. [2019-09-26T21:16:15.910Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-26T21:16:15.910Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package btrfs-tools. [2019-09-26T21:16:16.304Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-26T21:16:16.304Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package dmsetup. [2019-09-26T21:16:16.304Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package libonig4:s390x. [2019-09-26T21:16:16.304Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package libjq1:s390x. [2019-09-26T21:16:16.304Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package jq. [2019-09-26T21:16:16.304Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package libaio1:s390x. [2019-09-26T21:16:16.304Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package libcap2-bin. [2019-09-26T21:16:16.304Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-26T21:16:16.304Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-26T21:16:16.304Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-26T21:16:16.304Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-26T21:16:16.683Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-26T21:16:16.683Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-26T21:16:16.683Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-26T21:16:16.683Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-26T21:16:16.683Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-26T21:16:16.683Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-26T21:16:16.683Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-26T21:16:16.683Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-26T21:16:16.683Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-26T21:16:16.683Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-26T21:16:16.683Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-26T21:16:16.683Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-26T21:16:16.683Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-26T21:16:16.683Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-26T21:16:16.683Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-26T21:16:16.683Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-26T21:16:16.683Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-26T21:16:16.683Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-26T21:16:16.683Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-26T21:16:16.683Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-26T21:16:16.683Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-26T21:16:17.061Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-26T21:16:17.062Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-26T21:16:17.062Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-26T21:16:17.062Z] Selecting previously unselected package libreadline5:s390x. [2019-09-26T21:16:17.062Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-26T21:16:17.062Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-26T21:16:17.062Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-26T21:16:17.062Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-26T21:16:17.062Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-26T21:16:17.062Z] Selecting previously unselected package net-tools. [2019-09-26T21:16:17.062Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-26T21:16:17.062Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:16:17.283Z] 🇩 bin/containerd [2019-09-26T21:16:17.446Z] Selecting previously unselected package python-pip-whl. [2019-09-26T21:16:17.446Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:16:17.446Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:16:17.446Z] Selecting previously unselected package python3-pip. [2019-09-26T21:16:17.446Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:16:17.446Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:16:17.446Z] Selecting previously unselected package python3-pkg-resources. [2019-09-26T21:16:17.446Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:16:17.446Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:16:17.446Z] Selecting previously unselected package python3-setuptools. [2019-09-26T21:16:17.446Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-26T21:16:17.446Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-26T21:16:17.831Z] Selecting previously unselected package python3-wheel. [2019-09-26T21:16:17.831Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-26T21:16:17.831Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-26T21:16:17.831Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-26T21:16:17.831Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-26T21:16:17.831Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:16:17.831Z] Selecting previously unselected package vim-runtime. [2019-09-26T21:16:17.831Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:16:17.831Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-26T21:16:17.831Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-26T21:16:17.831Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:18.439Z] INFO [loader] Go packages loading at mode load types and syntax took 25.17123573s [2019-09-26T21:16:18.681Z] Selecting previously unselected package vim. [2019-09-26T21:16:18.681Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-26T21:16:18.681Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:18.681Z] Selecting previously unselected package xfsprogs. [2019-09-26T21:16:18.681Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-26T21:16:18.681Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:16:19.044Z] Selecting previously unselected package zip. [2019-09-26T21:16:19.044Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-26T21:16:19.044Z] Unpacking zip (3.0-11+b1) ... [2019-09-26T21:16:19.044Z] Selecting previously unselected package libapparmor-perl. [2019-09-26T21:16:19.044Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-26T21:16:19.044Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:16:19.044Z] Selecting previously unselected package apparmor. [2019-09-26T21:16:19.044Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-26T21:16:19.044Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:16:19.416Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-26T21:16:19.416Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-26T21:16:19.416Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:16:19.783Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-26T21:16:19.783Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-26T21:16:19.783Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:16:20.173Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-26T21:16:20.173Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-26T21:16:20.173Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:16:20.173Z] Selecting previously unselected package mingw-w64-common. [2019-09-26T21:16:20.173Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-26T21:16:20.173Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-26T21:16:20.987Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-26T21:16:20.987Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-26T21:16:20.987Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:16:21.837Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-26T21:16:21.837Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-26T21:16:21.837Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:16:21.837Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-26T21:16:21.837Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-26T21:16:21.837Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:16:22.626Z] INFO [loader] SSA repr building timing: packages building 312.86997ms, total 5.130083469s [2019-09-26T21:16:25.022Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-26T21:16:25.022Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-26T21:16:25.022Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:16:26.053Z] using credential docker-jenkins-github-credentials [2019-09-26T21:16:26.129Z] Cloning the remote Git repository [2019-09-26T21:16:26.129Z] Cloning with configured refspecs honoured and without tags [2019-09-26T21:16:26.414Z] Cloning repository https://github.com/moby/moby.git [2019-09-26T21:16:26.790Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-26T21:16:28.182Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:16:28.182Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:16:28.182Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-26T21:16:28.182Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:16:28.182Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-26T21:16:28.182Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:28.182Z] Processing triggers for mime-support (3.60) ... [2019-09-26T21:16:28.182Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:28.182Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-26T21:16:28.182Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-26T21:16:28.182Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:16:28.182Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:16:28.182Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-26T21:16:28.182Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-26T21:16:28.182Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-26T21:16:28.557Z] Setting up zip (3.0-11+b1) ... [2019-09-26T21:16:28.557Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-26T21:16:28.557Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:16:28.557Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-26T21:16:28.557Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:16:28.557Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-26T21:16:28.557Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:28.557Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:16:28.557Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-26T21:16:28.557Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:16:28.557Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:28.557Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-26T21:16:28.557Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-26T21:16:28.557Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-26T21:16:28.557Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:28.557Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-26T21:16:28.557Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-26T21:16:28.557Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-26T21:16:28.557Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-26T21:16:28.557Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:16:28.557Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-26T21:16:28.557Z] Setting up pigz (2.3.4-1) ... [2019-09-26T21:16:28.557Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:16:28.557Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-26T21:16:28.557Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:28.557Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-26T21:16:28.557Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-26T21:16:28.557Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:16:28.557Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-26T21:16:28.557Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-26T21:16:28.557Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:16:28.557Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:16:28.557Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-26T21:16:28.557Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-26T21:16:28.557Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-26T21:16:29.009Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-26T21:16:29.009Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-26T21:16:29.009Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-26T21:16:29.009Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-26T21:16:29.009Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-26T21:16:29.009Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-26T21:16:29.009Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:29.009Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:16:29.009Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:16:29.009Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:16:29.009Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-26T21:16:29.009Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:16:29.836Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-26T21:16:29.836Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:16:29.836Z] 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-09-26T21:16:29.836Z] 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-09-26T21:16:29.836Z] 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-09-26T21:16:29.836Z] 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-09-26T21:16:29.836Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:16:29.836Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:16:29.836Z] 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-09-26T21:16:29.836Z] 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-09-26T21:16:29.836Z] Setting up python3 (3.5.3-1) ... [2019-09-26T21:16:29.492Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:16:29.492Z] > git --version # timeout=10 [2019-09-26T21:16:29.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:16:29.542Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:16:30.204Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:16:31.008Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-26T21:16:31.008Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-26T21:16:31.008Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-26T21:16:31.008Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-26T21:16:31.008Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:16:31.386Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-26T21:16:31.386Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:16:31.802Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-26T21:16:31.802Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-26T21:16:31.802Z] Setting up dh-python (2.20170125) ... [2019-09-26T21:16:31.802Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-26T21:16:31.802Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:16:36.968Z] Removing intermediate container 4d2add5ab950 [2019-09-26T21:16:36.968Z] ---> 5f4e53691c4f [2019-09-26T21:16:36.968Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-26T21:16:36.968Z] ---> Running in 8ca97467abf8 [2019-09-26T21:16:38.263Z] Collecting yamllint==1.16.0 [2019-09-26T21:16:38.263Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-26T21:16:38.263Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-26T21:16:38.263Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-26T21:16:39.050Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-26T21:16:39.050Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-26T21:16:39.050Z] Building wheels for collected packages: pyyaml, pathspec [2019-09-26T21:16:39.050Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-26T21:16:39.415Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-26T21:16:39.415Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-26T21:16:39.415Z] Running setup.py bdist_wheel for pathspec: started [2019-09-26T21:16:39.817Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-26T21:16:39.817Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-26T21:16:39.817Z] Successfully built pyyaml pathspec [2019-09-26T21:16:39.817Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-09-26T21:16:39.817Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-26T21:16:40.665Z] Removing intermediate container 8ca97467abf8 [2019-09-26T21:16:40.665Z] ---> a78953eb0450 [2019-09-26T21:16:40.665Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-26T21:16:41.472Z] ---> e425e826532f [2019-09-26T21:16:41.472Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-26T21:16:42.756Z] ---> 0fe7b108f779 [2019-09-26T21:16:42.756Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-26T21:16:43.636Z] ---> cbe42d95f4a0 [2019-09-26T21:16:43.636Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-26T21:16:43.636Z] ---> 56cd60451a41 [2019-09-26T21:16:43.636Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-26T21:16:44.015Z] ---> f6606e744af1 [2019-09-26T21:16:44.015Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-26T21:16:44.382Z] ---> 4d2d410fa3d8 [2019-09-26T21:16:44.382Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-26T21:16:44.748Z] ---> 527ef89c440a [2019-09-26T21:16:44.748Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-26T21:16:45.115Z] ---> 683d9fffb74b [2019-09-26T21:16:45.115Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-26T21:16:45.482Z] ---> 1c6e5a517f04 [2019-09-26T21:16:45.483Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-26T21:16:45.904Z] ---> cda8d1d7daf9 [2019-09-26T21:16:45.904Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-26T21:16:46.325Z] ---> 70a80c5fe6cf [2019-09-26T21:16:46.325Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-26T21:16:47.305Z] ---> 5efaa06d51ab [2019-09-26T21:16:47.305Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-26T21:16:47.305Z] ---> 5d1620fdef22 [2019-09-26T21:16:47.305Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-26T21:16:47.677Z] ---> e045aedf3c9b [2019-09-26T21:16:47.677Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-26T21:16:47.717Z] Fetching without tags [2019-09-26T21:16:48.050Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-26T21:16:48.050Z] bad55c542dc9: Pulling fs layer [2019-09-26T21:16:48.391Z] Merging remotes/origin/master commit b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 into PR head commit 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:16:48.423Z] bad55c542dc9: Verifying Checksum [2019-09-26T21:16:48.423Z] bad55c542dc9: Download complete [2019-09-26T21:16:47.277Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:16:47.441Z] > git config --add remote.origin.fetch +refs/pull/39994/head:refs/remotes/origin/PR-39994 # timeout=10 [2019-09-26T21:16:47.494Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-26T21:16:47.617Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-26T21:16:47.741Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-26T21:16:47.741Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-26T21:16:47.742Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39994/head:refs/remotes/origin/PR-39994 +refs/heads/master:refs/remotes/origin/master [2019-09-26T21:16:48.486Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:16:48.529Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:16:48.801Z] bad55c542dc9: Pull complete [2019-09-26T21:16:48.801Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-26T21:16:48.801Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-26T21:16:49.316Z] ---> 5923dcdfa9a2 [2019-09-26T21:16:49.316Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-26T21:16:49.316Z] ---> Running in c7973dd7a0b9 [2019-09-26T21:16:49.316Z] Removing intermediate container c7973dd7a0b9 [2019-09-26T21:16:49.316Z] ---> a86fc8ff0495 [2019-09-26T21:16:49.316Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-26T21:16:49.316Z] ---> Running in 10b157293ba8 [2019-09-26T21:16:49.684Z] Removing intermediate container 10b157293ba8 [2019-09-26T21:16:49.684Z] ---> a990d0fef8a0 [2019-09-26T21:16:49.684Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-26T21:16:49.684Z] ---> Running in b1360634cc51 [2019-09-26T21:16:49.684Z] Removing intermediate container b1360634cc51 [2019-09-26T21:16:49.684Z] ---> 1469ea1b303f [2019-09-26T21:16:49.684Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-26T21:16:49.684Z] ---> Running in 1662091c4fb3 [2019-09-26T21:16:49.888Z] 🇩 bin/containerd-stress [2019-09-26T21:16:49.888Z] 🇩 bin/containerd-shim [2019-09-26T21:16:50.046Z] Removing intermediate container 1662091c4fb3 [2019-09-26T21:16:50.046Z] ---> f42d0f81da86 [2019-09-26T21:16:50.046Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-26T21:16:50.046Z] ---> Running in afca4ae99e8a [2019-09-26T21:16:50.429Z] Removing intermediate container afca4ae99e8a [2019-09-26T21:16:50.429Z] ---> fb6cc69eb237 [2019-09-26T21:16:50.429Z] Step 125/126 : FROM dev AS final [2019-09-26T21:16:50.429Z] ---> fb6cc69eb237 [2019-09-26T21:16:50.429Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-26T21:16:51.727Z] Merge succeeded, producing 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:16:51.728Z] Checking out Revision 023b072288eab3c9e768d4aeeb917f27f06034c7 (PR-39994) [2019-09-26T21:16:51.198Z] > git merge b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 # timeout=10 [2019-09-26T21:16:51.514Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-26T21:16:51.750Z] > git config core.sparsecheckout # timeout=10 [2019-09-26T21:16:51.800Z] > git checkout -f 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:16:52.901Z] ---> 0aaa1c8b78dc [2019-09-26T21:16:52.901Z] Successfully built 0aaa1c8b78dc [2019-09-26T21:16:52.901Z] Successfully tagged docker:023b072288eab3c9e768d4aeeb917f27f06034c7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-26T21:16:53.765Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/test/unit [2019-09-26T21:16:56.392Z] ? github.com/docker/docker/api [no test files] [2019-09-26T21:16:58.314Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-26T21:17:01.383Z] Commit message: "homedir: add cgo or osusergo buildtag constraints for unix" [2019-09-26T21:17:01.806Z] 🇩 binaries [2019-09-26T21:17:01.806Z] + mkdir -p /build [2019-09-26T21:17:01.806Z] + cp bin/containerd /build/containerd [2019-09-26T21:17:01.806Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-26T21:17:01.806Z] + cp bin/ctr /build/ctr [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-26T21:17:04.547Z] + docker version [2019-09-26T21:17:08.132Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2019-09-26T21:17:08.635Z] Removing intermediate container 2be2bd102f88 [2019-09-26T21:17:08.635Z] ---> 40fcef6dbfa8 [2019-09-26T21:17:08.635Z] Step 57/126 : FROM dev-base AS proxy [2019-09-26T21:17:08.635Z] ---> efd73af69e7c [2019-09-26T21:17:08.635Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-26T21:17:08.635Z] ---> Running in f5f1d05d7c0b [2019-09-26T21:17:08.635Z] Removing intermediate container f5f1d05d7c0b [2019-09-26T21:17:08.635Z] ---> b899ea6faa05 [2019-09-26T21:17:08.635Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:17:08.635Z] ---> 6338a4d6caec [2019-09-26T21:17:08.635Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:17:08.635Z] ---> 36e7214bcd64 [2019-09-26T21:17:08.635Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:17:08.635Z] ---> Running in 9c0f0b408254 [2019-09-26T21:17:08.635Z] + RM_GOPATH=0 [2019-09-26T21:17:08.635Z] + TMP_GOPATH= [2019-09-26T21:17:08.635Z] + : /build [2019-09-26T21:17:08.635Z] + '[' -z '' ']' [2019-09-26T21:17:08.635Z] ++ mktemp -d [2019-09-26T21:17:08.635Z] + export GOPATH=/tmp/tmp.of43RfqvEj [2019-09-26T21:17:08.635Z] + GOPATH=/tmp/tmp.of43RfqvEj [2019-09-26T21:17:08.635Z] + RM_GOPATH=1 [2019-09-26T21:17:08.635Z] ++ dirname ./install.sh [2019-09-26T21:17:08.635Z] + dir=. [2019-09-26T21:17:08.635Z] + bin=proxy [2019-09-26T21:17:08.635Z] + shift [2019-09-26T21:17:08.635Z] + '[' '!' -f ./proxy.installer ']' [2019-09-26T21:17:08.635Z] + . ./proxy.installer [2019-09-26T21:17:08.635Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:17:08.635Z] + install_proxy [2019-09-26T21:17:08.635Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:17:08.635Z] + case "$1" in [2019-09-26T21:17:08.635Z] + export CGO_ENABLED=0 [2019-09-26T21:17:08.635Z] + CGO_ENABLED=0 [2019-09-26T21:17:08.635Z] + _install_proxy [2019-09-26T21:17:08.635Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-26T21:17:08.635Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.of43RfqvEj/src/github.com/docker/libnetwork [2019-09-26T21:17:08.635Z] Cloning into '/tmp/tmp.of43RfqvEj/src/github.com/docker/libnetwork'... [2019-09-26T21:17:11.349Z] + cd /tmp/tmp.of43RfqvEj/src/github.com/docker/libnetwork [2019-09-26T21:17:11.349Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-26T21:17:11.349Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-26T21:17:15.753Z] Removing intermediate container 9c0f0b408254 [2019-09-26T21:17:15.753Z] ---> eb694bb01b75 [2019-09-26T21:17:15.753Z] Step 62/126 : FROM base AS golangci_lint [2019-09-26T21:17:15.753Z] ---> efd73af69e7c [2019-09-26T21:17:15.753Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-26T21:17:15.753Z] ---> Running in f41496c8509d [2019-09-26T21:17:15.753Z] Removing intermediate container f41496c8509d [2019-09-26T21:17:15.753Z] ---> 93f2486cbfb5 [2019-09-26T21:17:15.753Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:17:15.753Z] ---> c07154fae1ca [2019-09-26T21:17:15.753Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:17:15.753Z] ---> 494fb177e916 [2019-09-26T21:17:15.753Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:17:15.753Z] ---> Running in 5cbf0b56ac50 [2019-09-26T21:17:15.753Z] + RM_GOPATH=0 [2019-09-26T21:17:15.753Z] + TMP_GOPATH= [2019-09-26T21:17:15.753Z] + : /build [2019-09-26T21:17:15.753Z] + '[' -z '' ']' [2019-09-26T21:17:15.753Z] ++ mktemp -d [2019-09-26T21:17:15.753Z] + export GOPATH=/tmp/tmp.5nwVK31k7G [2019-09-26T21:17:15.753Z] + GOPATH=/tmp/tmp.5nwVK31k7G [2019-09-26T21:17:15.753Z] + RM_GOPATH=1 [2019-09-26T21:17:15.753Z] ++ dirname ./install.sh [2019-09-26T21:17:15.753Z] + dir=. [2019-09-26T21:17:15.753Z] + bin=golangci_lint [2019-09-26T21:17:15.753Z] + shift [2019-09-26T21:17:15.753Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-26T21:17:15.753Z] + . ./golangci_lint.installer [2019-09-26T21:17:15.753Z] ++ : v1.17.1 [2019-09-26T21:17:15.753Z] + install_golangci_lint [2019-09-26T21:17:15.753Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-26T21:17:15.753Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:17:15.753Z] Installing golangci-lint version v1.17.1 [2019-09-26T21:17:19.256Z] + cd /tmp/tmp.5nwVK31k7G/src/github.com/golangci/golangci-lint/ [2019-09-26T21:17:19.256Z] + git checkout -q v1.17.1 [2019-09-26T21:17:19.256Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-26T21:17:21.228Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:17:21.228Z] [2019-09-26T21:17:21.228Z] [2019-09-26T21:17:21.228Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-26T21:17:21.228Z] [2019-09-26T21:17:21.228Z] [2019-09-26T21:17:21.228Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-26T21:17:21.228Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-26T21:17:21.228Z] PKG_CONFIG=pkg-config [2019-09-26T21:17:21.228Z] GOLANG_VERSION=1.13 [2019-09-26T21:17:21.228Z] HOSTNAME=2248e4726aa4 [2019-09-26T21:17:21.228Z] KEEPBUNDLE=1 [2019-09-26T21:17:21.228Z] container=docker [2019-09-26T21:17:21.228Z] TEST_SKIP_INTEGRATION=1 [2019-09-26T21:17:21.228Z] GO111MODULE=off [2019-09-26T21:17:21.228Z] GOPATH=/go [2019-09-26T21:17:21.228Z] PWD=/go/src/github.com/docker/docker [2019-09-26T21:17:21.228Z] HOME=/root [2019-09-26T21:17:21.228Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-26T21:17:21.228Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-26T21:17:21.228Z] DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:17:21.228Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-26T21:17:21.228Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-26T21:17:21.228Z] TERM=xterm [2019-09-26T21:17:21.228Z] DEST=bundles/test-integration [2019-09-26T21:17:21.228Z] SHLVL=1 [2019-09-26T21:17:21.228Z] TIMEOUT=120m [2019-09-26T21:17:21.228Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-26T21:17:21.228Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-26T21:17:21.228Z] DOCKER_PKG=github.com/docker/docker [2019-09-26T21:17:21.228Z] TESTDEBUG=0 [2019-09-26T21:17:21.228Z] _=/usr/bin/env [2019-09-26T21:17:21.228Z] Building test suite binary ./integration-cli/test.main [2019-09-26T21:17:21.228Z] No new tests added to integration. [2019-09-26T21:17:21.228Z] [2019-09-26T21:17:21.228Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-26T21:17:21.228Z] PKG_CONFIG=pkg-config [2019-09-26T21:17:21.228Z] GOLANG_VERSION=1.13 [2019-09-26T21:17:21.228Z] HOSTNAME=5e502d98e073 [2019-09-26T21:17:21.228Z] KEEPBUNDLE=1 [2019-09-26T21:17:21.228Z] container=docker [2019-09-26T21:17:21.228Z] TEST_SKIP_INTEGRATION=1 [2019-09-26T21:17:21.228Z] GO111MODULE=off [2019-09-26T21:17:21.228Z] GOPATH=/go [2019-09-26T21:17:21.228Z] PWD=/go/src/github.com/docker/docker [2019-09-26T21:17:21.228Z] HOME=/root [2019-09-26T21:17:21.228Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-26T21:17:21.228Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-26T21:17:21.228Z] DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:17:21.228Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-26T21:17:21.228Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-26T21:17:21.228Z] TERM=xterm [2019-09-26T21:17:21.228Z] DEST=bundles/test-integration [2019-09-26T21:17:21.228Z] SHLVL=1 [2019-09-26T21:17:21.228Z] TIMEOUT=120m [2019-09-26T21:17:21.228Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-26T21:17:21.228Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-26T21:17:21.228Z] DOCKER_PKG=github.com/docker/docker [2019-09-26T21:17:21.228Z] TESTDEBUG=0 [2019-09-26T21:17:21.228Z] _=/usr/bin/env [2019-09-26T21:17:21.228Z] Building test suite binary ./integration-cli/test.main [2019-09-26T21:17:21.525Z] PKG_CONFIG=pkg-config [2019-09-26T21:17:21.525Z] GOLANG_VERSION=1.13 [2019-09-26T21:17:21.525Z] HOSTNAME=c4462d84bef9 [2019-09-26T21:17:21.525Z] KEEPBUNDLE=1 [2019-09-26T21:17:21.525Z] container=docker [2019-09-26T21:17:21.525Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-26T21:17:21.525Z] GO111MODULE=off [2019-09-26T21:17:21.525Z] GOPATH=/go [2019-09-26T21:17:21.525Z] PWD=/go/src/github.com/docker/docker [2019-09-26T21:17:21.525Z] HOME=/root [2019-09-26T21:17:21.525Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-26T21:17:21.525Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-26T21:17:21.525Z] DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:17:21.525Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-26T21:17:21.525Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-26T21:17:21.525Z] TERM=xterm [2019-09-26T21:17:21.525Z] DEST=bundles/test-integration [2019-09-26T21:17:21.525Z] SHLVL=1 [2019-09-26T21:17:21.525Z] TIMEOUT=120m [2019-09-26T21:17:21.525Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-26T21:17:21.525Z] DOCKER_PKG=github.com/docker/docker [2019-09-26T21:17:21.525Z] TESTDEBUG=0 [2019-09-26T21:17:21.525Z] _=/usr/bin/env [2019-09-26T21:17:21.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-26T21:17:25.652Z] Client: Docker Engine - Enterprise [2019-09-26T21:17:25.652Z] Version: 19.03.2 [2019-09-26T21:17:25.652Z] API version: 1.40 [2019-09-26T21:17:25.652Z] Go version: go1.12.8 [2019-09-26T21:17:25.652Z] Git commit: c92ab06ed9 [2019-09-26T21:17:25.652Z] Built: 09/03/2019 16:38:11 [2019-09-26T21:17:25.652Z] OS/Arch: windows/amd64 [2019-09-26T21:17:25.652Z] Experimental: false [2019-09-26T21:17:25.652Z] [2019-09-26T21:17:25.652Z] Server: Docker Engine - Enterprise [2019-09-26T21:17:25.652Z] Engine: [2019-09-26T21:17:25.652Z] Version: 19.03.2 [2019-09-26T21:17:25.652Z] API version: 1.40 (minimum version 1.24) [2019-09-26T21:17:25.652Z] Go version: go1.12.8 [2019-09-26T21:17:25.652Z] Git commit: c92ab06ed9 [2019-09-26T21:17:25.652Z] Built: 09/03/2019 16:35:47 [2019-09-26T21:17:25.652Z] OS/Arch: windows/amd64 [2019-09-26T21:17:25.652Z] Experimental: true [Pipeline] sh [2019-09-26T21:17:27.182Z] + docker info [2019-09-26T21:17:43.998Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:19335806 Name:quota Decls:[0xc017e0f180 0xc017e0f200 0xc017e0f280 0xc017e0f300 0xc01bc96390 0xc01bc964e0] Scope:scope 0xc00d805840 { [2019-09-26T21:17:43.998Z] var ErrQuotaNotSupported [2019-09-26T21:17:43.998Z] type errQuotaNotSupported [2019-09-26T21:17:43.998Z] } [2019-09-26T21:17:43.998Z] Imports:[0xc01bc96210] Unresolved:[errdefs nil string] Comments:[0xc01bc39d20 0xc01bc39ea0]} [2019-09-26T21:17:58.835Z] INFO [runner] worker.2 took 1m36.486204189s with stages: golint: 1m14.111784279s, gosec: 12.455981594s, gofmt: 4.097117144s, ineffassign: 2.661857893s, misspell: 1.991685576s, varcheck: 462.711053ms, deadcode: 373.450355ms, unconvert: 174.074193ms, structcheck: 157.477827ms, typecheck: 6.672µs [2019-09-26T21:18:02.098Z] INFO [runner] worker.1 took 1m39.253091285s with stages: megacheck: 46.965035292s, govet: 26.362904946s, goimports: 25.925123648s [2019-09-26T21:18:02.099Z] INFO [runner] Workers idle times: #2: 2.756753476s [2019-09-26T21:18:02.099Z] INFO [runner] Issues before processing: 1972, after processing: 0 [2019-09-26T21:18:02.099Z] INFO [runner] processing took 515.820968ms with stages: exclude: 193.721294ms, identifier_marker: 114.095823ms, autogenerated_exclude: 76.212363ms, skip_dirs: 50.401086ms, filename_unadjuster: 45.241436ms, nolint: 22.894358ms, cgo: 6.574175ms, path_prettifier: 5.450119ms, exclude-rules: 1.204929ms, diff: 4.514µs, max_same_issues: 3.617µs, source_code: 3.333µs, path_shortener: 3.3µs, skip_files: 2.83µs, uniq_by_line: 2.731µs, max_from_linter: 2.599µs, max_per_file_from_linter: 2.461µs [2019-09-26T21:18:02.099Z] INFO File cache stats: 1436 entries of total size 6.8MiB [2019-09-26T21:18:02.099Z] INFO Memory: 175 samples, avg is 1333.6MB, max is 5381.6MB [2019-09-26T21:18:02.099Z] INFO Execution took 2m9.672625727s [2019-09-26T21:18:02.099Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-26T21:18:02.099Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-26T21:18:02.099Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-26T21:18:02.099Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-26T21:18:02.099Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-26T21:18:03.780Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/make.sh dynbinary-daemon test-docker-py [2019-09-26T21:18:04.706Z] [2019-09-26T21:18:04.706Z] Removing bundles/ [2019-09-26T21:18:04.706Z] [2019-09-26T21:18:04.706Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-26T21:18:04.706Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:18:04.706Z] GOOS="" GOARCH="" GOARM="" [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 95.2% of statements [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-26T21:18:07.144Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-26T21:18:07.144Z] ok github.com/docker/docker/builder/dockerignore 0.004s coverage: 96.8% of statements [2019-09-26T21:18:08.435Z] ok github.com/docker/docker/builder/fscache 0.121s coverage: 69.2% of statements [2019-09-26T21:18:09.458Z] ok github.com/docker/docker/builder/dockerfile 1.082s coverage: 46.6% of statements [2019-09-26T21:18:11.334Z] ok github.com/docker/docker/builder/remotecontext 0.275s coverage: 13.6% of statements [2019-09-26T21:18:11.703Z] ok github.com/docker/docker/builder/remotecontext/git 0.817s coverage: 85.1% of statements [2019-09-26T21:18:11.703Z] ? github.com/docker/docker/cli [no test files] [2019-09-26T21:18:11.703Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-26T21:18:11.703Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2019-09-26T21:18:16.020Z] ok github.com/docker/docker/client 0.194s coverage: 75.8% of statements [2019-09-26T21:18:27.543Z] Removing intermediate container 5cbf0b56ac50 [2019-09-26T21:18:27.543Z] ---> 13834672f7b0 [2019-09-26T21:18:27.543Z] Step 67/126 : FROM base AS gotestsum [2019-09-26T21:18:27.543Z] ---> efd73af69e7c [2019-09-26T21:18:27.543Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-26T21:18:27.543Z] ---> Running in 9ebf56cdf081 [2019-09-26T21:18:27.543Z] Removing intermediate container 9ebf56cdf081 [2019-09-26T21:18:27.543Z] ---> e979be7d414e [2019-09-26T21:18:27.543Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:18:27.543Z] ---> cd48e13c866a [2019-09-26T21:18:27.543Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:18:27.543Z] ---> 8281209595ff [2019-09-26T21:18:27.543Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:18:27.543Z] ---> Running in fa1ef9b9d484 [2019-09-26T21:18:27.543Z] + RM_GOPATH=0 [2019-09-26T21:18:27.543Z] + TMP_GOPATH= [2019-09-26T21:18:27.543Z] + : /build [2019-09-26T21:18:27.543Z] + '[' -z '' ']' [2019-09-26T21:18:27.543Z] ++ mktemp -d [2019-09-26T21:18:27.543Z] + export GOPATH=/tmp/tmp.BcrHEu5Qin [2019-09-26T21:18:27.543Z] + GOPATH=/tmp/tmp.BcrHEu5Qin [2019-09-26T21:18:27.543Z] + RM_GOPATH=1 [2019-09-26T21:18:27.543Z] ++ dirname ./install.sh [2019-09-26T21:18:27.543Z] Installing gotestsum version v0.3.5 [2019-09-26T21:18:27.543Z] + dir=. [2019-09-26T21:18:27.543Z] + bin=gotestsum [2019-09-26T21:18:27.543Z] + shift [2019-09-26T21:18:27.543Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-26T21:18:27.543Z] + . ./gotestsum.installer [2019-09-26T21:18:27.543Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-26T21:18:27.543Z] + install_gotestsum [2019-09-26T21:18:27.543Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-26T21:18:27.543Z] + go get -d gotest.tools/gotestsum [2019-09-26T21:18:27.543Z] + cd /tmp/tmp.BcrHEu5Qin/src/gotest.tools/gotestsum [2019-09-26T21:18:27.543Z] + git checkout -q v0.3.5 [2019-09-26T21:18:27.543Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-26T21:18:39.294Z] Client: [2019-09-26T21:18:39.294Z] Debug Mode: false [2019-09-26T21:18:39.294Z] Plugins: [2019-09-26T21:18:39.294Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-26T21:18:39.294Z] [2019-09-26T21:18:39.294Z] Server: [2019-09-26T21:18:39.294Z] Containers: 0 [2019-09-26T21:18:39.294Z] Running: 0 [2019-09-26T21:18:39.294Z] Paused: 0 [2019-09-26T21:18:39.294Z] Stopped: 0 [2019-09-26T21:18:39.294Z] Images: 0 [2019-09-26T21:18:39.294Z] Server Version: 19.03.2 [2019-09-26T21:18:39.294Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-26T21:18:39.294Z] Windows: [2019-09-26T21:18:39.294Z] LCOW: [2019-09-26T21:18:39.294Z] Logging Driver: json-file [2019-09-26T21:18:39.294Z] Plugins: [2019-09-26T21:18:39.294Z] Volume: local [2019-09-26T21:18:39.294Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-26T21:18:39.294Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-26T21:18:39.294Z] Swarm: inactive [2019-09-26T21:18:39.294Z] Default Isolation: process [2019-09-26T21:18:39.294Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-26T21:18:39.294Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-26T21:18:39.294Z] OSType: windows [2019-09-26T21:18:39.294Z] Architecture: x86_64 [2019-09-26T21:18:39.294Z] CPUs: 4 [2019-09-26T21:18:39.294Z] Total Memory: 32GiB [2019-09-26T21:18:39.294Z] Name: azwin-2-8aa2e0 [2019-09-26T21:18:39.294Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-26T21:18:39.294Z] Docker Root Dir: D:\docker [2019-09-26T21:18:39.294Z] Debug Mode: false [2019-09-26T21:18:39.294Z] Registry: https://index.docker.io/v1/ [2019-09-26T21:18:39.294Z] Labels: [2019-09-26T21:18:39.294Z] Experimental: true [2019-09-26T21:18:39.294Z] Insecure Registries: [2019-09-26T21:18:39.294Z] 10.0.0.4:5000 [2019-09-26T21:18:39.294Z] 127.0.0.0/8 [2019-09-26T21:18:39.294Z] Registry Mirrors: [2019-09-26T21:18:39.294Z] http://10.0.0.4:5000/ [2019-09-26T21:18:39.294Z] Live Restore Enabled: false [2019-09-26T21:18:39.294Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-26T21:18:44.789Z] ok github.com/docker/docker/cmd/dockerd 0.042s coverage: 30.1% of statements [2019-09-26T21:18:46.126Z] ok github.com/docker/docker/container 0.124s coverage: 35.3% of statements [2019-09-26T21:18:46.126Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-26T21:18:46.126Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-26T21:18:46.126Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-26T21:18:46.126Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-26T21:18:50.124Z] Removing intermediate container fa1ef9b9d484 [2019-09-26T21:18:50.124Z] ---> 224b5da5451e [2019-09-26T21:18:50.124Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-26T21:18:50.124Z] ---> efd73af69e7c [2019-09-26T21:18:50.124Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-26T21:18:50.124Z] ---> Running in d520a2c0d851 [2019-09-26T21:18:50.124Z] Removing intermediate container d520a2c0d851 [2019-09-26T21:18:50.124Z] ---> 96662cbb7a25 [2019-09-26T21:18:50.124Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:18:50.124Z] ---> dce0bc066f90 [2019-09-26T21:18:50.124Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:18:50.124Z] ---> f1e24b52864a [2019-09-26T21:18:50.124Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:18:50.124Z] ---> Running in ab28b9442686 [2019-09-26T21:18:50.124Z] + RM_GOPATH=0 [2019-09-26T21:18:50.124Z] + TMP_GOPATH= [2019-09-26T21:18:50.124Z] + : /build [2019-09-26T21:18:50.124Z] + '[' -z '' ']' [2019-09-26T21:18:50.124Z] ++ mktemp -d [2019-09-26T21:18:50.124Z] + export GOPATH=/tmp/tmp.XbqZzBX1lP [2019-09-26T21:18:50.124Z] + GOPATH=/tmp/tmp.XbqZzBX1lP [2019-09-26T21:18:50.124Z] + RM_GOPATH=1 [2019-09-26T21:18:50.124Z] ++ dirname ./install.sh [2019-09-26T21:18:50.124Z] + dir=. [2019-09-26T21:18:50.124Z] + bin=dockercli [2019-09-26T21:18:50.124Z] + shift [2019-09-26T21:18:50.124Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-26T21:18:50.124Z] + . ./dockercli.installer [2019-09-26T21:18:50.124Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-26T21:18:50.124Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-26T21:18:50.124Z] + install_dockercli [2019-09-26T21:18:50.124Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-26T21:18:50.124Z] ++ uname -m [2019-09-26T21:18:50.124Z] Install docker/cli version 17.06.2-ce from stable [2019-09-26T21:18:50.124Z] + arch=ppc64le [2019-09-26T21:18:50.124Z] + '[' ppc64le '!=' x86_64 ']' [2019-09-26T21:18:50.124Z] + '[' ppc64le '!=' s390x ']' [2019-09-26T21:18:50.124Z] + '[' ppc64le '!=' armhf ']' [2019-09-26T21:18:50.124Z] + build_dockercli [2019-09-26T21:18:50.124Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.XbqZzBX1lP/tmp/docker-ce [2019-09-26T21:18:50.124Z] Cloning into '/tmp/tmp.XbqZzBX1lP/tmp/docker-ce'... [2019-09-26T21:18:54.333Z] ok github.com/docker/docker/daemon/cluster 0.039s coverage: 0.5% of statements [2019-09-26T21:18:55.627Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-26T21:18:57.520Z] ok github.com/docker/docker/daemon/cluster/convert 0.032s coverage: 35.8% of statements [2019-09-26T21:19:05.150Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-09-26T21:19:05.150Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-0e863242\powershellScript.ps1'; exit $LASTEXITCODE; [2019-09-26T21:19:05.150Z] ---------------------------------------------------------------------------- [2019-09-26T21:19:05.150Z] [2019-09-26T21:19:05.150Z] INFO: executeCI.ps1 starting at Thu Sep 26 21:19:03 CUT 2019 [2019-09-26T21:19:05.150Z] [2019-09-26T21:19:05.150Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-26T21:19:05.150Z] INFO: Running git version 2.23.0.windows.1 [2019-09-26T21:19:05.150Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-26T21:19:05.150Z] INFO: Environment variables: [2019-09-26T21:19:05.150Z] [2019-09-26T21:19:05.150Z] Name Value [2019-09-26T21:19:05.150Z] ---- ----- [2019-09-26T21:19:05.150Z] ALLUSERSPROFILE C:\ProgramData [2019-09-26T21:19:05.150Z] amd64 true [2019-09-26T21:19:05.150Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-26T21:19:05.150Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-26T21:19:05.150Z] BRANCH_NAME PR-39994 [2019-09-26T21:19:05.150Z] BUILD_DISPLAY_NAME #2 [2019-09-26T21:19:05.150Z] BUILD_ID 2 [2019-09-26T21:19:05.150Z] BUILD_NUMBER 2 [2019-09-26T21:19:05.150Z] BUILD_TAG jenkins-moby-PR-39994-2 [2019-09-26T21:19:05.150Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39994/2/ [2019-09-26T21:19:05.150Z] CHANGE_AUTHOR tiborvass [2019-09-26T21:19:05.150Z] CHANGE_AUTHOR_DISPLAY_NAME Tibor Vass [2019-09-26T21:19:05.150Z] CHANGE_BRANCH homedir-buildtags [2019-09-26T21:19:05.150Z] CHANGE_FORK tiborvass [2019-09-26T21:19:05.150Z] CHANGE_ID 39994 [2019-09-26T21:19:05.150Z] CHANGE_TARGET master [2019-09-26T21:19:05.150Z] CHANGE_TITLE homedir: add cgo or osusergo buildtag constraints for unix [2019-09-26T21:19:05.150Z] CHANGE_URL https://github.com/moby/moby/pull/39994 [2019-09-26T21:19:05.150Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-26T21:19:05.150Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-26T21:19:05.150Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-26T21:19:05.150Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-26T21:19:05.150Z] COMPUTERNAME azwin-2-8aa2e0 [2019-09-26T21:19:05.150Z] ComSpec C:\windows\system32\cmd.exe [2019-09-26T21:19:05.150Z] ConfigSequenceNumber 0 [2019-09-26T21:19:05.150Z] DOCKER_BUILDKIT 0 [2019-09-26T21:19:05.150Z] DOCKER_DUT_DEBUG 1 [2019-09-26T21:19:05.150Z] DOCKER_EXPERIMENTAL 1 [2019-09-26T21:19:05.150Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-26T21:19:05.150Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-26T21:19:05.150Z] EXECUTOR_NUMBER 0 [2019-09-26T21:19:05.150Z] FQDN azwin-2-8aa2e0.westus.cloudapp.azure.com [2019-09-26T21:19:05.150Z] GIT_BRANCH PR-39994 [2019-09-26T21:19:05.150Z] GIT_COMMIT 023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:19:05.150Z] GIT_URL https://github.com/moby/moby.git [2019-09-26T21:19:05.150Z] HUDSON_COOKIE 7d059d37-eb99-4ce1-a576-f1b0f291462d [2019-09-26T21:19:05.150Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-26T21:19:05.150Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-26T21:19:05.150Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-26T21:19:05.150Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-26T21:19:05.150Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-26T21:19:05.150Z] JENKINS_NODE_COOKIE 33378379-cd09-4ec6-8078-cc1e30d54635 [2019-09-26T21:19:05.150Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-26T21:19:05.150Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-26T21:19:05.150Z] JOB_BASE_NAME PR-39994 [2019-09-26T21:19:05.150Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39994/display/redirect [2019-09-26T21:19:05.150Z] JOB_NAME moby/PR-39994 [2019-09-26T21:19:05.150Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39994/ [2019-09-26T21:19:05.150Z] library.jps.version master [2019-09-26T21:19:05.150Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-26T21:19:05.150Z] NODE_LABELS amd64 azure azwin-2-8aa2e0 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-26T21:19:05.150Z] NODE_NAME azwin-2-8aa2e0 [2019-09-26T21:19:05.150Z] NUMBER_OF_PROCESSORS 4 [2019-09-26T21:19:05.150Z] OS Windows_NT [2019-09-26T21:19:05.150Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-26T21:19:05.150Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-26T21:19:05.150Z] ppc64le true [2019-09-26T21:19:05.150Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-26T21:19:05.150Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-26T21:19:05.150Z] PROCESSOR_LEVEL 6 [2019-09-26T21:19:05.151Z] PROCESSOR_REVISION 4f01 [2019-09-26T21:19:05.151Z] ProgramData C:\ProgramData [2019-09-26T21:19:05.151Z] ProgramFiles C:\Program Files [2019-09-26T21:19:05.151Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-26T21:19:05.151Z] ProgramW6432 C:\Program Files [2019-09-26T21:19:05.151Z] PROMPT $P$G [2019-09-26T21:19:05.151Z] PSExecutionPolicyPreference Bypass [2019-09-26T21:19:05.151Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-26T21:19:05.151Z] PUBLIC C:\Users\Public [2019-09-26T21:19:05.151Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39994/2/display/redirect?page=changes [2019-09-26T21:19:05.151Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39994/2/display/redirect [2019-09-26T21:19:05.151Z] s390x true [2019-09-26T21:19:05.151Z] skip_dco false [2019-09-26T21:19:05.151Z] SKIP_VALIDATION_TESTS 1 [2019-09-26T21:19:05.151Z] SOURCES_DRIVE d [2019-09-26T21:19:05.151Z] SOURCES_SUBDIR gopath [2019-09-26T21:19:05.151Z] STAGE_NAME Run tests [2019-09-26T21:19:05.151Z] SystemDrive C: [2019-09-26T21:19:05.151Z] SystemRoot C:\windows [2019-09-26T21:19:05.151Z] TEMP C:\windows\TEMP [2019-09-26T21:19:05.151Z] TESTDEBUG 0 [2019-09-26T21:19:05.151Z] TESTRUN_DRIVE d [2019-09-26T21:19:05.151Z] TESTRUN_SUBDIR CI [2019-09-26T21:19:05.151Z] TIMEOUT 120m [2019-09-26T21:19:05.151Z] TMP C:\windows\TEMP [2019-09-26T21:19:05.151Z] unit_validate true [2019-09-26T21:19:05.151Z] USERDOMAIN WORKGROUP [2019-09-26T21:19:05.151Z] USERNAME azwin-2-8aa2e0$ [2019-09-26T21:19:05.151Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-26T21:19:05.151Z] windir C:\windows [2019-09-26T21:19:05.151Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-26T21:19:05.151Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-26T21:19:05.151Z] windowsRS1 false [2019-09-26T21:19:05.151Z] windowsRS5 true [2019-09-26T21:19:05.151Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-26T21:19:05.151Z] [2019-09-26T21:19:05.151Z] [2019-09-26T21:19:05.151Z] [2019-09-26T21:19:05.414Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.6% of statements [2019-09-26T21:19:06.769Z] ok github.com/docker/docker/daemon 12.267s coverage: 17.6% of statements [2019-09-26T21:19:06.769Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-26T21:19:06.769Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-26T21:19:06.769Z] ok github.com/docker/docker/daemon/config 0.061s coverage: 84.6% of statements [2019-09-26T21:19:07.335Z] INFO: Sources under d:\gopath\... [2019-09-26T21:19:07.335Z] INFO: Test run under d:\CI\... [2019-09-26T21:19:07.335Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-26T21:19:07.335Z] INFO: docker/docker repository was found [2019-09-26T21:19:07.636Z] ok github.com/docker/docker/daemon/discovery 0.023s coverage: 30.0% of statements [2019-09-26T21:19:07.636Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2019-09-26T21:19:07.636Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-26T21:19:07.636Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-26T21:19:07.794Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-09-26T21:19:09.324Z] ltsc2019: Pulling from windows/servercore [2019-09-26T21:19:09.699Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2019-09-26T21:19:11.599Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2019-09-26T21:19:12.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-26T21:19:12.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-26T21:19:12.897Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.232s coverage: 57.9% of statements [2019-09-26T21:19:15.111Z] 65014b3c3121: Pulling fs layer [2019-09-26T21:19:15.111Z] 2945147eda09: Pulling fs layer [2019-09-26T21:19:15.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-26T21:19:17.121Z] + cd /tmp/tmp.XbqZzBX1lP/tmp/docker-ce [2019-09-26T21:19:17.121Z] + git checkout -q v17.06.2-ce [2019-09-26T21:19:17.121Z] + mkdir -p /tmp/tmp.XbqZzBX1lP/src/github.com/docker [2019-09-26T21:19:17.121Z] + mv components/cli /tmp/tmp.XbqZzBX1lP/src/github.com/docker/cli [2019-09-26T21:19:17.121Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-09-26T21:19:19.194Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.390s coverage: 46.2% of statements [2019-09-26T21:19:21.675Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.873s coverage: 51.0% of statements [2019-09-26T21:19:21.675Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.808s coverage: 72.5% of statements [2019-09-26T21:19:21.675Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-26T21:19:24.212Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.535s coverage: 76.1% of statements [2019-09-26T21:19:25.139Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2019-09-26T21:19:25.960Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2019-09-26T21:19:27.376Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:19:27.376Z] [2019-09-26T21:19:27.376Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-26T21:19:27.376Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-26T21:19:27.376Z] Using test binary docker [2019-09-26T21:19:27.376Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-26T21:19:27.376Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-26T21:19:27.376Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-26T21:19:27.376Z] Warning failed to create cache: (null) [2019-09-26T21:19:27.376Z] . [2019-09-26T21:19:27.376Z] INFO: Waiting for daemon to start... [2019-09-26T21:19:27.376Z] Starting dockerd [2019-09-26T21:19:27.376Z] . [2019-09-26T21:19:27.376Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-26T21:19:28.487Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2019-09-26T21:19:28.874Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-09-26T21:19:29.275Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.379s coverage: 57.0% of statements [2019-09-26T21:19:29.275Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-26T21:19:29.275Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-26T21:19:29.275Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-26T21:19:29.275Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-26T21:19:29.904Z] 2945147eda09: Download complete [2019-09-26T21:19:30.577Z] ok github.com/docker/docker/daemon/logger 0.212s coverage: 42.7% of statements [2019-09-26T21:19:31.432Z] ok github.com/docker/docker/daemon/logger/awslogs 0.097s coverage: 77.8% of statements [2019-09-26T21:19:31.432Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-26T21:19:31.432Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-26T21:19:31.882Z] ok github.com/docker/docker/daemon/logger/gelf 0.025s coverage: 68.2% of statements [2019-09-26T21:19:32.750Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 26.2% of statements [2019-09-26T21:19:33.145Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.004s coverage: 62.1% of statements [2019-09-26T21:19:33.558Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 88.3% of statements [2019-09-26T21:19:34.404Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 74.7% of statements [2019-09-26T21:19:34.405Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-26T21:19:34.843Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.029s coverage: 20.0% of statements [2019-09-26T21:19:36.729Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-09-26T21:19:37.102Z] ok github.com/docker/docker/daemon/logger/templates 0.014s coverage: 8.3% of statements [2019-09-26T21:19:37.929Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-26T21:19:38.355Z] ok github.com/docker/docker/daemon/logger/splunk 1.678s coverage: 84.5% of statements [2019-09-26T21:19:38.355Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-26T21:19:38.355Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-26T21:19:40.263Z] ok github.com/docker/docker/distribution/metadata 0.062s coverage: 48.2% of statements [2019-09-26T21:19:40.655Z] ok github.com/docker/docker/distribution 0.325s coverage: 22.4% of statements [2019-09-26T21:19:40.655Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-26T21:19:42.093Z] ok github.com/docker/docker/errdefs 0.008s coverage: 49.4% of statements [2019-09-26T21:19:43.386Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2019-09-26T21:19:43.769Z] ok github.com/docker/docker/distribution/xfer 2.017s coverage: 85.1% of statements [2019-09-26T21:19:43.769Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-26T21:19:44.572Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2019-09-26T21:19:44.572Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-26T21:19:45.520Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2019-09-26T21:19:45.521Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-26T21:19:46.364Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2019-09-26T21:19:47.170Z] ok github.com/docker/docker/opts 0.020s coverage: 66.9% of statements [2019-09-26T21:19:47.556Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-26T21:19:49.502Z] ok github.com/docker/docker/pkg/archive 0.480s coverage: 77.0% of statements [2019-09-26T21:19:50.776Z] ok github.com/docker/docker/pkg/authorization 0.456s coverage: 68.3% of statements [2019-09-26T21:19:51.172Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-26T21:19:51.628Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-09-26T21:19:54.132Z] ok github.com/docker/docker/layer 7.665s coverage: 68.8% of statements [2019-09-26T21:19:54.132Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-26T21:19:54.132Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-26T21:19:54.132Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-26T21:19:54.132Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-26T21:19:54.132Z] ? github.com/docker/docker/oci [no test files] [2019-09-26T21:19:54.132Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-26T21:19:54.521Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-09-26T21:19:54.921Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-09-26T21:19:55.346Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2019-09-26T21:19:55.817Z] ok github.com/docker/docker/pkg/chrootarchive 3.473s coverage: 43.2% of statements [2019-09-26T21:19:55.817Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-26T21:19:55.817Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-26T21:19:56.700Z] ok github.com/docker/docker/pkg/discovery/memory 0.025s coverage: 92.3% of statements [2019-09-26T21:19:57.073Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-09-26T21:19:57.910Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2019-09-26T21:19:58.820Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2019-09-26T21:19:59.835Z] 65014b3c3121: Verifying Checksum [2019-09-26T21:19:59.835Z] 65014b3c3121: Download complete [2019-09-26T21:20:00.134Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 89.5% of statements [2019-09-26T21:20:00.134Z] ok github.com/docker/docker/pkg/discovery/kv 3.134s coverage: 84.1% of statements [2019-09-26T21:20:00.539Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-09-26T21:20:00.928Z] ok github.com/docker/docker/pkg/fsutils 0.510s coverage: 85.1% of statements [2019-09-26T21:20:01.772Z] ok github.com/docker/docker/pkg/idtools 0.310s coverage: 70.1% of statements [2019-09-26T21:20:02.185Z] ok github.com/docker/docker/pkg/ioutils 0.520s coverage: 70.6% of statements [2019-09-26T21:20:02.579Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2019-09-26T21:20:02.966Z] ok github.com/docker/docker/pkg/locker 0.046s coverage: 88.9% of statements [2019-09-26T21:20:02.966Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2019-09-26T21:20:02.966Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-26T21:20:03.351Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-09-26T21:20:03.736Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-09-26T21:20:04.136Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-09-26T21:20:04.511Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2019-09-26T21:20:05.068Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-09-26T21:20:05.068Z] ok github.com/docker/docker/pkg/mount 1.267s coverage: 69.6% of statements [2019-09-26T21:20:05.068Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-26T21:20:05.068Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-26T21:20:05.068Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-26T21:20:05.877Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2019-09-26T21:20:06.690Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-26T21:20:07.085Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-26T21:20:07.467Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-26T21:20:08.795Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 73.9% of statements [2019-09-26T21:20:09.173Z] ok github.com/docker/docker/pkg/reexec 0.005s coverage: 82.4% of statements [2019-09-26T21:20:12.379Z] ok github.com/docker/docker/pkg/signal 2.475s coverage: 61.0% of statements [2019-09-26T21:20:12.379Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-26T21:20:12.764Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2019-09-26T21:20:13.158Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-26T21:20:13.557Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-09-26T21:20:13.920Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-09-26T21:20:13.944Z] + return [2019-09-26T21:20:14.719Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 36.9% of statements [2019-09-26T21:20:15.246Z] ok github.com/docker/docker/pkg/tailfile 0.074s coverage: 88.6% of statements [2019-09-26T21:20:16.052Z] ok github.com/docker/docker/pkg/tarsum 0.036s coverage: 89.3% of statements [2019-09-26T21:20:16.455Z] ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements [2019-09-26T21:20:16.837Z] testing: warning: no tests to run [2019-09-26T21:20:16.837Z] coverage: [no statements] [2019-09-26T21:20:16.837Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-09-26T21:20:17.215Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2019-09-26T21:20:17.215Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-26T21:20:17.595Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-26T21:20:19.458Z] Removing intermediate container ab28b9442686 [2019-09-26T21:20:19.458Z] ---> 0e82eb9a9c59 [2019-09-26T21:20:19.458Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-26T21:20:19.458Z] ---> d3cbd0457ab3 [2019-09-26T21:20:19.458Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-26T21:20:19.458Z] ---> Running in 84fa6a378213 [2019-09-26T21:20:19.743Z] Removing intermediate container 84fa6a378213 [2019-09-26T21:20:19.743Z] ---> 39759719d6ff [2019-09-26T21:20:19.743Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:20:19.743Z] ---> eaa97abeaacf [2019-09-26T21:20:19.743Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:20:20.029Z] ---> 4031dc41cecb [2019-09-26T21:20:20.030Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:20:20.030Z] ---> Running in aa350ff50873 [2019-09-26T21:20:20.244Z] ok github.com/docker/docker/plugin 0.550s coverage: 27.1% of statements [2019-09-26T21:20:20.313Z] + RM_GOPATH=0 [2019-09-26T21:20:20.313Z] + TMP_GOPATH= [2019-09-26T21:20:20.313Z] + : /build [2019-09-26T21:20:20.313Z] + '[' -z '' ']' [2019-09-26T21:20:20.313Z] ++ mktemp -d [2019-09-26T21:20:20.313Z] + export GOPATH=/tmp/tmp.ddKPtmWrfk [2019-09-26T21:20:20.313Z] + GOPATH=/tmp/tmp.ddKPtmWrfk [2019-09-26T21:20:20.313Z] + RM_GOPATH=1 [2019-09-26T21:20:20.313Z] ++ dirname ./install.sh [2019-09-26T21:20:20.313Z] + dir=. [2019-09-26T21:20:20.313Z] + bin=runc [2019-09-26T21:20:20.313Z] + shift [2019-09-26T21:20:20.313Z] + '[' '!' -f ./runc.installer ']' [2019-09-26T21:20:20.313Z] + . ./runc.installer [2019-09-26T21:20:20.313Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:20:20.313Z] + install_runc [2019-09-26T21:20:20.313Z] + uname -r [2019-09-26T21:20:20.313Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-26T21:20:20.313Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-26T21:20:20.313Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-26T21:20:20.313Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-26T21:20:20.313Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ddKPtmWrfk/src/github.com/opencontainers/runc [2019-09-26T21:20:20.313Z] Cloning into '/tmp/tmp.ddKPtmWrfk/src/github.com/opencontainers/runc'... [2019-09-26T21:20:20.640Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2019-09-26T21:20:21.972Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 76.2% of statements [2019-09-26T21:20:21.972Z] ok github.com/docker/docker/reference 0.008s coverage: 84.4% of statements [2019-09-26T21:20:22.368Z] + cd /tmp/tmp.ddKPtmWrfk/src/github.com/opencontainers/runc [2019-09-26T21:20:22.368Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-26T21:20:22.368Z] + '[' -z '' ']' [2019-09-26T21:20:22.368Z] + target=static [2019-09-26T21:20:22.368Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-26T21:20:22.653Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-26T21:20:23.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-26T21:20:24.012Z] ok github.com/docker/docker/registry 0.159s coverage: 56.3% of statements [2019-09-26T21:20:24.394Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-26T21:20:24.795Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2019-09-26T21:20:24.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-26T21:20:25.757Z] ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements [2019-09-26T21:20:26.144Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2019-09-26T21:20:28.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-26T21:20:28.649Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2019-09-26T21:20:30.079Z] ok github.com/docker/docker/volume/local 0.048s coverage: 73.0% of statements [2019-09-26T21:20:30.469Z] ok github.com/docker/docker/volume/mounts 0.022s coverage: 67.0% of statements [2019-09-26T21:20:30.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-26T21:20:31.731Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.0% of statements [2019-09-26T21:20:32.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-26T21:20:34.992Z] sha256:ad384394cc321cce834f4366e1145b64cc23670bfb8b7241fdb614f0bdefb4d8 [2019-09-26T21:20:34.992Z] INFO: Starting docker-py tests... [2019-09-26T21:20:34.992Z] ============================= test session starts ============================== [2019-09-26T21:20:34.992Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-26T21:20:34.992Z] rootdir: /src, inifile: pytest.ini [2019-09-26T21:20:34.992Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-26T21:20:34.992Z] collected 385 items / 6 deselected [2019-09-26T21:20:34.992Z] [2019-09-26T21:20:36.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-26T21:20:39.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-26T21:20:41.067Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.6% of statements [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/rootless [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/volume [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-26T21:20:41.067Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === Skipped [2019-09-26T21:20:41.067Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-26T21:20:41.067Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-26T21:20:41.067Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:73: No driver to put! [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-26T21:20:41.067Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-26T21:20:41.067Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-26T21:20:41.067Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:20:41.067Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-26T21:20:41.067Z] graphtest_unix.go:73: No driver to put! [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-26T21:20:41.067Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-26T21:20:41.067Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] [2019-09-26T21:20:41.067Z] DONE 2115 tests, 20 skipped in 224.876s Post stage [Pipeline] junit [2019-09-26T21:20:41.202Z] Recording test results [2019-09-26T21:20:43.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-26T21:20:46.677Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/make.sh dynbinary test-integration [2019-09-26T21:20:47.051Z] [2019-09-26T21:20:47.051Z] Removing bundles/ [2019-09-26T21:20:47.051Z] [2019-09-26T21:20:47.051Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-26T21:20:47.051Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:20:47.051Z] GOOS="" GOARCH="" GOARM="" [2019-09-26T21:20:49.686Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-26T21:20:49.686Z] + mkdir -p /build [2019-09-26T21:20:49.686Z] + cp runc /build/runc [2019-09-26T21:20:49.686Z] Removing intermediate container aa350ff50873 [2019-09-26T21:20:49.686Z] ---> 75d8e0fc2cb6 [2019-09-26T21:20:49.686Z] Step 82/126 : FROM dev-base AS tini [2019-09-26T21:20:49.686Z] ---> efd73af69e7c [2019-09-26T21:20:49.686Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:20:49.686Z] ---> Using cache [2019-09-26T21:20:49.686Z] ---> 740178940897 [2019-09-26T21:20:49.686Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-26T21:20:49.686Z] ---> Running in 11c27ac418f0 [2019-09-26T21:20:49.686Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:20:49.686Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:20:49.686Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:20:49.686Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:20:49.686Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:20:49.686Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-26T21:20:49.686Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-26T21:20:49.686Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-26T21:20:50.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-26T21:20:51.161Z] Fetched 7717 kB in 2s (3042 kB/s) [2019-09-26T21:20:52.173Z] Reading package lists... [2019-09-26T21:20:53.469Z] Reading package lists... [2019-09-26T21:20:53.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-26T21:20:53.759Z] Building dependency tree... [2019-09-26T21:20:53.759Z] Reading state information... [2019-09-26T21:20:53.759Z] The following additional packages will be installed: [2019-09-26T21:20:53.759Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-26T21:20:53.759Z] Suggested packages: [2019-09-26T21:20:53.759Z] codeblocks eclipse ninja-build lrzip [2019-09-26T21:20:53.759Z] Recommended packages: [2019-09-26T21:20:53.759Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-26T21:20:54.058Z] The following NEW packages will be installed: [2019-09-26T21:20:54.058Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-26T21:20:54.058Z] vim-common xxd [2019-09-26T21:20:54.058Z] 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:20:54.058Z] Need to get 13.4 MB of archives. [2019-09-26T21:20:54.058Z] After this operation, 60.4 MB of additional disk space will be used. [2019-09-26T21:20:54.058Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-09-26T21:20:54.058Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-26T21:20:54.058Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-09-26T21:20:54.347Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-09-26T21:20:54.347Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-09-26T21:20:54.347Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-09-26T21:20:54.347Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-09-26T21:20:54.347Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-09-26T21:20:54.347Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:20:54.347Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:20:54.632Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:20:54.632Z] Fetched 13.4 MB in 0s (37.0 MB/s) [2019-09-26T21:20:54.632Z] Selecting previously unselected package cmake-data. [2019-09-26T21:20:54.632Z] (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-09-26T21:20:54.632Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-26T21:20:54.632Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-26T21:20:55.250Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-26T21:20:55.250Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-26T21:20:55.250Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-26T21:20:55.250Z] Selecting previously unselected package libicu57:ppc64el. [2019-09-26T21:20:55.250Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-09-26T21:20:55.250Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-26T21:20:56.731Z] Selecting previously unselected package libxml2:ppc64el. [2019-09-26T21:20:56.732Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-09-26T21:20:56.732Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:20:56.732Z] Selecting previously unselected package libarchive13:ppc64el. [2019-09-26T21:20:56.732Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-09-26T21:20:56.732Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-26T21:20:56.732Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-09-26T21:20:56.732Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-09-26T21:20:56.732Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-26T21:20:56.732Z] Selecting previously unselected package libuv1:ppc64el. [2019-09-26T21:20:56.732Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-09-26T21:20:56.732Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-09-26T21:20:56.732Z] Selecting previously unselected package cmake. [2019-09-26T21:20:56.732Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-09-26T21:20:56.732Z] Unpacking cmake (3.7.2-1) ... [2019-09-26T21:20:56.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-26T21:20:57.017Z] Selecting previously unselected package xxd. [2019-09-26T21:20:57.017Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-26T21:20:57.017Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:20:57.300Z] Selecting previously unselected package vim-common. [2019-09-26T21:20:57.300Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:20:57.300Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:20:57.300Z] Processing triggers for mime-support (3.60) ... [2019-09-26T21:20:57.300Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:20:57.300Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-09-26T21:20:57.300Z] Setting up cmake-data (3.7.2-1) ... [2019-09-26T21:20:57.300Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-26T21:20:57.300Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-26T21:20:57.300Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:20:57.300Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:20:57.300Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-26T21:20:57.300Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-26T21:20:57.300Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-26T21:20:57.300Z] Setting up cmake (3.7.2-1) ... [2019-09-26T21:20:57.300Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:20:59.335Z] Removing intermediate container 11c27ac418f0 [2019-09-26T21:20:59.335Z] ---> de9cc85bb866 [2019-09-26T21:20:59.335Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:20:59.335Z] ---> 2411fe669368 [2019-09-26T21:20:59.335Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-26T21:20:59.335Z] ---> Running in 4b8e74cedcf3 [2019-09-26T21:20:59.335Z] Removing intermediate container 4b8e74cedcf3 [2019-09-26T21:20:59.335Z] ---> eb61605b2d32 [2019-09-26T21:20:59.335Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:20:59.620Z] ---> 013787f37854 [2019-09-26T21:20:59.620Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:20:59.620Z] ---> Running in e1134fafc641 [2019-09-26T21:20:59.903Z] + RM_GOPATH=0 [2019-09-26T21:20:59.904Z] + TMP_GOPATH= [2019-09-26T21:20:59.904Z] + : /build [2019-09-26T21:20:59.904Z] + '[' -z '' ']' [2019-09-26T21:20:59.904Z] ++ mktemp -d [2019-09-26T21:20:59.904Z] + export GOPATH=/tmp/tmp.5h97hq2Mzm [2019-09-26T21:20:59.904Z] + GOPATH=/tmp/tmp.5h97hq2Mzm [2019-09-26T21:20:59.904Z] + RM_GOPATH=1 [2019-09-26T21:20:59.904Z] ++ dirname ./install.sh [2019-09-26T21:20:59.904Z] + dir=. [2019-09-26T21:20:59.904Z] + bin=tini [2019-09-26T21:20:59.904Z] + shift [2019-09-26T21:20:59.904Z] + '[' '!' -f ./tini.installer ']' [2019-09-26T21:20:59.904Z] + . ./tini.installer [2019-09-26T21:20:59.904Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:20:59.904Z] + install_tini [2019-09-26T21:20:59.904Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-26T21:20:59.904Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.5h97hq2Mzm/tini [2019-09-26T21:20:59.904Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:20:59.904Z] Cloning into '/tmp/tmp.5h97hq2Mzm/tini'... [2019-09-26T21:21:00.192Z] + cd /tmp/tmp.5h97hq2Mzm/tini [2019-09-26T21:21:00.192Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-26T21:21:00.192Z] + cmake . [2019-09-26T21:21:00.475Z] -- The C compiler identification is GNU 6.3.0 [2019-09-26T21:21:00.475Z] -- Check for working C compiler: /usr/bin/cc [2019-09-26T21:21:00.475Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-26T21:21:00.475Z] -- Detecting C compiler ABI info [2019-09-26T21:21:00.714Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-26T21:21:00.714Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-26T21:21:00.759Z] -- Detecting C compiler ABI info - done [2019-09-26T21:21:00.759Z] -- Detecting C compile features [2019-09-26T21:21:01.043Z] -- Detecting C compile features - done [2019-09-26T21:21:01.043Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-26T21:21:01.043Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-26T21:21:01.326Z] -- Configuring done [2019-09-26T21:21:01.326Z] -- Generating done [2019-09-26T21:21:01.326Z] -- Build files have been written to: /tmp/tmp.5h97hq2Mzm/tini [2019-09-26T21:21:01.326Z] + make tini-static [2019-09-26T21:21:01.326Z] Scanning dependencies of target tini-static [2019-09-26T21:21:01.326Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-26T21:21:01.942Z] [100%] Linking C executable tini-static [2019-09-26T21:21:01.942Z] [100%] Built target tini-static [2019-09-26T21:21:01.942Z] + mkdir -p /build [2019-09-26T21:21:01.942Z] + cp tini-static /build/docker-init [2019-09-26T21:21:02.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-26T21:21:02.227Z] Removing intermediate container e1134fafc641 [2019-09-26T21:21:02.227Z] ---> 140927fcd4a4 [2019-09-26T21:21:02.227Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-26T21:21:02.227Z] ---> efd73af69e7c [2019-09-26T21:21:02.227Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-26T21:21:02.513Z] ---> Running in 46cd0c31433c [2019-09-26T21:21:02.513Z] Removing intermediate container 46cd0c31433c [2019-09-26T21:21:02.513Z] ---> 9b2e4c9e963f [2019-09-26T21:21:02.513Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:21:02.513Z] ---> 5e9caa05d1e4 [2019-09-26T21:21:02.513Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-26T21:21:02.797Z] ---> ef056239c471 [2019-09-26T21:21:02.797Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-26T21:21:02.797Z] ---> Running in 8d7342097c42 [2019-09-26T21:21:03.080Z] + RM_GOPATH=0 [2019-09-26T21:21:03.080Z] + TMP_GOPATH= [2019-09-26T21:21:03.080Z] + : /build/ [2019-09-26T21:21:03.080Z] + '[' -z '' ']' [2019-09-26T21:21:03.080Z] ++ mktemp -d [2019-09-26T21:21:03.080Z] + export GOPATH=/tmp/tmp.W1r3D6Ybmg [2019-09-26T21:21:03.080Z] + GOPATH=/tmp/tmp.W1r3D6Ybmg [2019-09-26T21:21:03.080Z] + RM_GOPATH=1 [2019-09-26T21:21:03.080Z] ++ dirname ./install.sh [2019-09-26T21:21:03.080Z] + dir=. [2019-09-26T21:21:03.080Z] + bin=rootlesskit [2019-09-26T21:21:03.080Z] + shift [2019-09-26T21:21:03.080Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-26T21:21:03.080Z] + . ./rootlesskit.installer [2019-09-26T21:21:03.080Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:21:03.080Z] + install_rootlesskit [2019-09-26T21:21:03.080Z] + case "$1" in [2019-09-26T21:21:03.080Z] + export CGO_ENABLED=0 [2019-09-26T21:21:03.080Z] + CGO_ENABLED=0 [2019-09-26T21:21:03.080Z] + _install_rootlesskit [2019-09-26T21:21:03.080Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-26T21:21:03.080Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.W1r3D6Ybmg/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:21:03.080Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:21:03.080Z] Cloning into '/tmp/tmp.W1r3D6Ybmg/src/github.com/rootless-containers/rootlesskit'... [2019-09-26T21:21:03.158Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-26T21:21:04.096Z] + cd /tmp/tmp.W1r3D6Ybmg/src/github.com/rootless-containers/rootlesskit [2019-09-26T21:21:04.096Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-26T21:21:04.096Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:21:04.096Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-26T21:21:04.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-26T21:21:07.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-26T21:21:11.119Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-26T21:21:11.119Z] Using test binary docker [2019-09-26T21:21:11.119Z] +++ /etc/init.d/apparmor start [2019-09-26T21:21:11.119Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-26T21:21:11.119Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-26T21:21:11.119Z] Warning failed to create cache: (null) [2019-09-26T21:21:11.119Z] . [2019-09-26T21:21:11.119Z] INFO: Waiting for daemon to start... [2019-09-26T21:21:11.119Z] Starting dockerd [2019-09-26T21:21:11.119Z] +++ 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-09-26T21:21:13.626Z] . [2019-09-26T21:21:13.626Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-26T21:21:13.626Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-26T21:21:13.626Z] Error: No such image: emptyfs [2019-09-26T21:21:13.626Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-26T21:21:13.626Z] ++++ docker load [2019-09-26T21:21:13.881Z] Running integration-test (iteration 1) [2019-09-26T21:21:13.881Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-09-26T21:21:13.881Z] ++ 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-09-26T21:21:13.881Z] ++ set -e [2019-09-26T21:21:13.881Z] ++ '[' -n 0 ']' [2019-09-26T21:21:13.881Z] ++ set -x [2019-09-26T21:21:13.881Z] ++ env -i DEST=/go/src/github.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-09-26T21:21:16.697Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-26T21:21:16.697Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-26T21:21:18.730Z] Removing intermediate container 8d7342097c42 [2019-09-26T21:21:18.730Z] ---> 38415dd97d2e [2019-09-26T21:21:18.730Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-26T21:21:18.730Z] ---> f81fc4ca59e7 [2019-09-26T21:21:18.730Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-26T21:21:18.730Z] ---> d3cbd0457ab3 [2019-09-26T21:21:18.730Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-26T21:21:18.730Z] ---> Running in cd723f3358ac [2019-09-26T21:21:18.730Z] Removing intermediate container cd723f3358ac [2019-09-26T21:21:18.730Z] ---> a0f6f9910a88 [2019-09-26T21:21:18.730Z] Step 97/126 : RUN groupadd -r docker [2019-09-26T21:21:18.730Z] ---> Running in 7be990a97ceb [2019-09-26T21:21:19.351Z] Removing intermediate container 7be990a97ceb [2019-09-26T21:21:19.351Z] ---> 4662570c077a [2019-09-26T21:21:19.351Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-26T21:21:19.351Z] ---> Running in 907abeaa3df6 [2019-09-26T21:21:20.366Z] Removing intermediate container 907abeaa3df6 [2019-09-26T21:21:20.366Z] ---> 78d40900e0ad [2019-09-26T21:21:20.366Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-26T21:21:20.366Z] ---> Running in 0301210c2c10 [2019-09-26T21:21:20.366Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-26T21:21:20.984Z] Removing intermediate container 0301210c2c10 [2019-09-26T21:21:20.984Z] ---> 9e156c8dd1bc [2019-09-26T21:21:20.984Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-26T21:21:20.984Z] ---> Running in 43cadffa2a14 [2019-09-26T21:21:21.603Z] Removing intermediate container 43cadffa2a14 [2019-09-26T21:21:21.603Z] ---> 49468ecf5695 [2019-09-26T21:21:21.603Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-26T21:21:21.603Z] ---> Running in 8900ab71ed05 [2019-09-26T21:21:22.228Z] Removing intermediate container 8900ab71ed05 [2019-09-26T21:21:22.228Z] ---> 48adb33513ca [2019-09-26T21:21:22.228Z] Step 102/126 : RUN ldconfig [2019-09-26T21:21:22.228Z] ---> Running in 340220e515b4 [2019-09-26T21:21:23.243Z] Removing intermediate container 340220e515b4 [2019-09-26T21:21:23.243Z] ---> 4628d764ef4f [2019-09-26T21:21:23.243Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-26T21:21:23.243Z] ---> Running in 111ccd3afc8c [2019-09-26T21:21:23.527Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-26T21:21:23.527Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-26T21:21:23.527Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-26T21:21:23.527Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-26T21:21:23.527Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-26T21:21:23.811Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-26T21:21:23.811Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-26T21:21:24.096Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-26T21:21:26.121Z] Fetched 7717 kB in 2s (3106 kB/s) [2019-09-26T21:21:27.130Z] Reading package lists... [2019-09-26T21:21:28.140Z] Reading package lists... [2019-09-26T21:21:28.424Z] Building dependency tree... [2019-09-26T21:21:28.424Z] Reading state information... [2019-09-26T21:21:28.424Z] The following additional packages will be installed: [2019-09-26T21:21:28.424Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-26T21:21:28.424Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-26T21:21:28.424Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-26T21:21:28.424Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-26T21:21:28.424Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-26T21:21:28.424Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-26T21:21:28.424Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-26T21:21:28.424Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-26T21:21:28.424Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-26T21:21:28.424Z] Suggested packages: [2019-09-26T21:21:28.424Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-26T21:21:28.424Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-26T21:21:28.424Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-26T21:21:28.424Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-26T21:21:28.424Z] Recommended packages: [2019-09-26T21:21:28.424Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-26T21:21:28.424Z] python3-keyrings.alt python3-xdg unzip [2019-09-26T21:21:29.901Z] The following NEW packages will be installed: [2019-09-26T21:21:29.901Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-26T21:21:29.901Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-26T21:21:29.901Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-26T21:21:29.901Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-26T21:21:29.901Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-26T21:21:29.901Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-26T21:21:29.901Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-26T21:21:29.901Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-26T21:21:29.901Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-26T21:21:29.901Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-26T21:21:29.901Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-26T21:21:29.901Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-26T21:21:29.901Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-26T21:21:29.901Z] xfsprogs xxd xz-utils zip [2019-09-26T21:21:29.901Z] 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-26T21:21:29.901Z] Need to get 87.3 MB of archives. [2019-09-26T21:21:29.901Z] After this operation, 585 MB of additional disk space will be used. [2019-09-26T21:21:29.901Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-09-26T21:21:29.901Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-26T21:21:29.901Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-09-26T21:21:29.901Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-09-26T21:21:29.901Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-09-26T21:21:29.901Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-09-26T21:21:29.901Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-09-26T21:21:29.901Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-09-26T21:21:29.901Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-09-26T21:21:29.901Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-09-26T21:21:30.187Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-09-26T21:21:30.187Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-09-26T21:21:30.187Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-09-26T21:21:30.187Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-09-26T21:21:30.187Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-09-26T21:21:30.187Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-09-26T21:21:30.187Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-26T21:21:30.187Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-09-26T21:21:30.187Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-09-26T21:21:30.187Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-09-26T21:21:30.187Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-09-26T21:21:30.187Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-26T21:21:30.187Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-26T21:21:30.187Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-09-26T21:21:30.187Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-09-26T21:21:30.187Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-09-26T21:21:30.187Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-09-26T21:21:30.187Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-26T21:21:30.187Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-26T21:21:30.187Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-26T21:21:30.187Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-09-26T21:21:30.187Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-09-26T21:21:30.187Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-26T21:21:30.187Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-26T21:21:30.187Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-26T21:21:30.187Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-09-26T21:21:30.187Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-09-26T21:21:30.187Z] 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-09-26T21:21:30.187Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-09-26T21:21:30.187Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-09-26T21:21:30.187Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-09-26T21:21:30.187Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-09-26T21:21:30.187Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-09-26T21:21:30.187Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-09-26T21:21:30.187Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-26T21:21:30.187Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-26T21:21:30.187Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-09-26T21:21:30.187Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-09-26T21:21:30.187Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-09-26T21:21:30.187Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-26T21:21:30.187Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-26T21:21:30.187Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-26T21:21:30.187Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-09-26T21:21:30.187Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-26T21:21:30.187Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-09-26T21:21:30.187Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-26T21:21:30.475Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-09-26T21:21:30.475Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-09-26T21:21:30.475Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-09-26T21:21:30.475Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-09-26T21:21:30.475Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-09-26T21:21:30.475Z] 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-09-26T21:21:30.475Z] 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-09-26T21:21:30.475Z] 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-09-26T21:21:30.475Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-26T21:21:30.761Z] 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-09-26T21:21:30.761Z] 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-09-26T21:21:30.761Z] 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-09-26T21:21:31.392Z] 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-09-26T21:21:32.019Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-26T21:21:32.019Z] Fetched 87.3 MB in 2s (38.4 MB/s) [2019-09-26T21:21:32.019Z] Selecting previously unselected package bash-completion. [2019-09-26T21:21:32.019Z] (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-09-26T21:21:32.019Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-26T21:21:33.499Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-26T21:21:33.499Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-26T21:21:33.499Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-26T21:21:33.499Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-26T21:21:33.499Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-09-26T21:21:33.499Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-09-26T21:21:33.500Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-26T21:21:33.500Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-09-26T21:21:33.500Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-09-26T21:21:33.500Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-26T21:21:33.500Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-09-26T21:21:33.500Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-26T21:21:33.500Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-26T21:21:33.500Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-09-26T21:21:33.500Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-26T21:21:33.500Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-26T21:21:33.784Z] Selecting previously unselected package python3.5-minimal. [2019-09-26T21:21:33.784Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-26T21:21:33.784Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:21:34.069Z] Selecting previously unselected package python3-minimal. [2019-09-26T21:21:34.069Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-09-26T21:21:34.069Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-26T21:21:34.069Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-09-26T21:21:34.069Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-09-26T21:21:34.069Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-09-26T21:21:34.069Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-09-26T21:21:34.069Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-26T21:21:34.069Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-26T21:21:34.356Z] Selecting previously unselected package python3.5. [2019-09-26T21:21:34.356Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-26T21:21:34.356Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:21:34.356Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-09-26T21:21:34.356Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-09-26T21:21:34.356Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-26T21:21:34.356Z] Selecting previously unselected package dh-python. [2019-09-26T21:21:34.356Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-26T21:21:34.356Z] Unpacking dh-python (2.20170125) ... [2019-09-26T21:21:34.640Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-26T21:21:34.640Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-26T21:21:35.651Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-26T21:21:35.651Z] Selecting previously unselected package python3. [2019-09-26T21:21:35.651Z] (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-09-26T21:21:35.651Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-09-26T21:21:35.651Z] Unpacking python3 (3.5.3-1) ... [2019-09-26T21:21:35.651Z] Selecting previously unselected package pigz. [2019-09-26T21:21:35.651Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-09-26T21:21:35.651Z] Unpacking pigz (2.3.4-1) ... [2019-09-26T21:21:35.651Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-09-26T21:21:35.651Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-26T21:21:35.651Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:35.946Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-09-26T21:21:35.946Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-26T21:21:35.946Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:35.946Z] Selecting previously unselected package libiptc0:ppc64el. [2019-09-26T21:21:35.946Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-26T21:21:35.946Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:35.946Z] Selecting previously unselected package libxtables12:ppc64el. [2019-09-26T21:21:35.946Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-26T21:21:35.946Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:35.946Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-09-26T21:21:35.946Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-09-26T21:21:35.946Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-26T21:21:35.946Z] Selecting previously unselected package iptables. [2019-09-26T21:21:35.946Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-26T21:21:35.946Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:35.946Z] Selecting previously unselected package xxd. [2019-09-26T21:21:35.946Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-26T21:21:35.946Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:35.946Z] Selecting previously unselected package vim-common. [2019-09-26T21:21:35.946Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:21:35.946Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:36.232Z] Selecting previously unselected package bzip2. [2019-09-26T21:21:36.232Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-09-26T21:21:36.232Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-26T21:21:36.232Z] Selecting previously unselected package libgpm2:ppc64el. [2019-09-26T21:21:36.232Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-09-26T21:21:36.232Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-26T21:21:36.232Z] Selecting previously unselected package xz-utils. [2019-09-26T21:21:36.232Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-09-26T21:21:36.232Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:21:36.232Z] Selecting previously unselected package aufs-tools. [2019-09-26T21:21:36.232Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-09-26T21:21:36.232Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:21:36.232Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-26T21:21:36.232Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-26T21:21:36.232Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-26T21:21:36.232Z] Selecting previously unselected package btrfs-progs. [2019-09-26T21:21:36.232Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-26T21:21:36.232Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-26T21:21:36.515Z] Selecting previously unselected package btrfs-tools. [2019-09-26T21:21:36.515Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-26T21:21:36.515Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-26T21:21:36.515Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-09-26T21:21:36.515Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-26T21:21:36.515Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-26T21:21:36.515Z] Selecting previously unselected package dmsetup. [2019-09-26T21:21:36.515Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-09-26T21:21:36.515Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-26T21:21:36.515Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-26T21:21:36.515Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-09-26T21:21:36.515Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-26T21:21:36.515Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-26T21:21:36.515Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-26T21:21:36.515Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-26T21:21:36.515Z] Selecting previously unselected package jq. [2019-09-26T21:21:36.515Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-26T21:21:36.515Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-26T21:21:36.516Z] Selecting previously unselected package libaio1:ppc64el. [2019-09-26T21:21:36.799Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-09-26T21:21:36.799Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-09-26T21:21:36.799Z] Selecting previously unselected package libcap2-bin. [2019-09-26T21:21:36.799Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-09-26T21:21:36.799Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-26T21:21:36.799Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-09-26T21:21:36.799Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-26T21:21:36.799Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-26T21:21:36.799Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-09-26T21:21:36.799Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-09-26T21:21:36.799Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-09-26T21:21:36.799Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-09-26T21:21:36.799Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-09-26T21:21:36.799Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-26T21:21:36.799Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-09-26T21:21:36.799Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-09-26T21:21:36.799Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-26T21:21:36.799Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-09-26T21:21:36.799Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-09-26T21:21:36.799Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-26T21:21:37.083Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-09-26T21:21:37.083Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-09-26T21:21:37.083Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-26T21:21:37.083Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-09-26T21:21:37.083Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-09-26T21:21:37.083Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-26T21:21:37.083Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-26T21:21:37.083Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-26T21:21:37.083Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-26T21:21:37.083Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-26T21:21:37.083Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-26T21:21:37.083Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-26T21:21:37.083Z] Selecting previously unselected package libreadline5:ppc64el. [2019-09-26T21:21:37.083Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-09-26T21:21:37.083Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-26T21:21:37.367Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-09-26T21:21:37.367Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-26T21:21:37.367Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-26T21:21:37.651Z] Selecting previously unselected package net-tools. [2019-09-26T21:21:37.651Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-09-26T21:21:37.651Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:21:37.651Z] Selecting previously unselected package python-pip-whl. [2019-09-26T21:21:37.651Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:21:37.651Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:21:37.936Z] Selecting previously unselected package python3-pip. [2019-09-26T21:21:37.936Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-26T21:21:37.936Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:21:37.936Z] Selecting previously unselected package python3-pkg-resources. [2019-09-26T21:21:37.936Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-26T21:21:37.936Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:21:37.936Z] Selecting previously unselected package python3-setuptools. [2019-09-26T21:21:37.936Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-26T21:21:37.936Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-26T21:21:37.936Z] Selecting previously unselected package python3-wheel. [2019-09-26T21:21:37.936Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-26T21:21:37.936Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-26T21:21:37.936Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-26T21:21:37.936Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-09-26T21:21:37.936Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:21:38.219Z] Selecting previously unselected package vim-runtime. [2019-09-26T21:21:38.219Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-26T21:21:38.219Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-26T21:21:38.219Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-26T21:21:38.219Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:39.234Z] Selecting previously unselected package vim. [2019-09-26T21:21:39.234Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-26T21:21:39.234Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:39.234Z] Selecting previously unselected package xfsprogs. [2019-09-26T21:21:39.235Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-09-26T21:21:39.235Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:21:39.522Z] Selecting previously unselected package zip. [2019-09-26T21:21:39.522Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-09-26T21:21:39.522Z] Unpacking zip (3.0-11+b1) ... [2019-09-26T21:21:39.522Z] Selecting previously unselected package libapparmor-perl. [2019-09-26T21:21:39.522Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-26T21:21:39.522Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:21:39.522Z] Selecting previously unselected package apparmor. [2019-09-26T21:21:39.522Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-26T21:21:39.522Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:21:39.522Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-26T21:21:39.806Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-26T21:21:39.806Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:21:40.092Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-26T21:21:40.092Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-26T21:21:40.092Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:21:40.377Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-26T21:21:40.377Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-26T21:21:40.662Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:21:40.662Z] Selecting previously unselected package mingw-w64-common. [2019-09-26T21:21:40.662Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-26T21:21:40.662Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-26T21:21:41.680Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-26T21:21:41.680Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-26T21:21:41.680Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:21:42.704Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-26T21:21:42.704Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-26T21:21:42.704Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:21:42.704Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-26T21:21:42.704Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-26T21:21:42.704Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:21:43.152Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-26T21:21:46.067Z] Loaded image: buildpack-deps:jessie [2019-09-26T21:21:46.067Z] Loaded image: busybox:latest [2019-09-26T21:21:46.067Z] Loaded image: busybox:glibc [2019-09-26T21:21:46.067Z] Loaded image: debian:jessie [2019-09-26T21:21:46.067Z] Loaded image: hello-world:latest [2019-09-26T21:21:46.067Z] INFO: Testing against a local daemon [2019-09-26T21:21:46.067Z] === RUN TestCgroupNamespacesBuild [2019-09-26T21:21:46.110Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:21:46.110Z] [2019-09-26T21:21:46.110Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-26T21:21:46.110Z] PKG_CONFIG=pkg-config [2019-09-26T21:21:46.110Z] GOLANG_VERSION=1.13 [2019-09-26T21:21:46.110Z] HOSTNAME=d35ad09b527f [2019-09-26T21:21:46.110Z] DOCKER_EXPERIMENTAL=1 [2019-09-26T21:21:46.110Z] container=docker [2019-09-26T21:21:46.110Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-26T21:21:46.110Z] GO111MODULE=off [2019-09-26T21:21:46.110Z] GOPATH=/go [2019-09-26T21:21:46.110Z] PWD=/go/src/github.com/docker/docker [2019-09-26T21:21:46.110Z] HOME=/root [2019-09-26T21:21:46.110Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-26T21:21:46.110Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-26T21:21:46.110Z] DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:21:46.110Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-26T21:21:46.110Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-26T21:21:46.110Z] TERM=xterm [2019-09-26T21:21:46.110Z] DEST=bundles/test-integration [2019-09-26T21:21:46.110Z] SHLVL=1 [2019-09-26T21:21:46.110Z] TIMEOUT=120m [2019-09-26T21:21:46.110Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-26T21:21:46.110Z] DOCKER_PKG=github.com/docker/docker [2019-09-26T21:21:46.110Z] TESTDEBUG=0 [2019-09-26T21:21:46.110Z] _=/usr/bin/env [2019-09-26T21:21:46.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-26T21:21:47.094Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-26T21:21:47.094Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-26T21:21:47.094Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:21:47.434Z] --- PASS: TestCgroupNamespacesBuild (3.68s) [2019-09-26T21:21:47.434Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-26T21:21:47.434Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-26T21:21:49.995Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.37s) [2019-09-26T21:21:49.995Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-26T21:21:49.995Z] === RUN TestBuildWithSession [2019-09-26T21:21:50.558Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-26T21:21:50.558Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-26T21:21:50.558Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-09-26T21:21:50.558Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-26T21:21:50.558Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-26T21:21:50.558Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:50.558Z] Processing triggers for mime-support (3.60) ... [2019-09-26T21:21:50.558Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:50.558Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-26T21:21:50.558Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-26T21:21:50.558Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-26T21:21:50.558Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-26T21:21:50.558Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-26T21:21:51.570Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-26T21:21:51.570Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-26T21:21:51.570Z] Setting up zip (3.0-11+b1) ... [2019-09-26T21:21:51.854Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-26T21:21:51.855Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-26T21:21:51.855Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-26T21:21:51.855Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:21:51.855Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-09-26T21:21:51.855Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:51.855Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-26T21:21:51.855Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-26T21:21:51.855Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-26T21:21:51.855Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:51.855Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-26T21:21:51.855Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-26T21:21:51.855Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-26T21:21:51.855Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:51.855Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-26T21:21:51.855Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-26T21:21:51.855Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-26T21:21:51.855Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-26T21:21:51.855Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-26T21:21:51.855Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-26T21:21:51.855Z] Setting up pigz (2.3.4-1) ... [2019-09-26T21:21:51.855Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-26T21:21:51.855Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-09-26T21:21:51.855Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:51.855Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-26T21:21:51.855Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-26T21:21:51.855Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-26T21:21:51.855Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-26T21:21:51.855Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-26T21:21:51.855Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-26T21:21:52.149Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-26T21:21:52.149Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-26T21:21:52.149Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-26T21:21:52.149Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:52.149Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-26T21:21:52.149Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-26T21:21:52.149Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-26T21:21:52.149Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-26T21:21:52.149Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-26T21:21:53.301Z] --- PASS: TestBuildWithSession (3.70s) [2019-09-26T21:21:53.301Z] === RUN TestBuildSquashParent [2019-09-26T21:21:54.173Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-26T21:21:54.173Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:21:54.173Z] 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-09-26T21:21:54.173Z] 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-09-26T21:21:54.173Z] 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-09-26T21:21:54.173Z] 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-09-26T21:21:54.173Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-26T21:21:54.173Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-26T21:21:54.173Z] 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-09-26T21:21:54.173Z] 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-09-26T21:21:54.173Z] Setting up python3 (3.5.3-1) ... [2019-09-26T21:21:54.456Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-26T21:21:55.073Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-26T21:21:55.073Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-26T21:21:55.073Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-26T21:21:55.073Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-26T21:21:55.691Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-26T21:21:56.002Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-26T21:21:56.002Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-26T21:21:56.291Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-26T21:21:56.291Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-26T21:21:56.573Z] Setting up dh-python (2.20170125) ... [2019-09-26T21:21:56.858Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-26T21:21:56.858Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-26T21:22:05.463Z] --- PASS: TestBuildSquashParent (10.59s) [2019-09-26T21:22:05.463Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-09-26T21:22:05.463Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-26T21:22:05.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:22:05.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:22:05.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:22:05.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:22:05.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:22:05.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:22:05.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:22:05.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:22:05.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:22:05.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:22:05.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:22:05.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:22:05.463Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:22:05.463Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:22:07.159Z] Removing intermediate container 111ccd3afc8c [2019-09-26T21:22:07.159Z] ---> 377cb6d6cf27 [2019-09-26T21:22:07.159Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-26T21:22:07.159Z] ---> Running in b0e2ab3f1dd2 [2019-09-26T21:22:07.435Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:22:07.691Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:22:09.841Z] Collecting yamllint==1.16.0 [2019-09-26T21:22:09.841Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-26T21:22:10.125Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-26T21:22:10.125Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-26T21:22:10.996Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:22:11.136Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-26T21:22:11.136Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-26T21:22:11.252Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:22:11.475Z] 65014b3c3121: Pull complete [2019-09-26T21:22:12.146Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-26T21:22:12.146Z] Running setup.py bdist_wheel for pathspec: started [2019-09-26T21:22:12.763Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-26T21:22:12.763Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-26T21:22:12.763Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-26T21:22:13.392Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-26T21:22:13.392Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-26T21:22:13.392Z] Successfully built pathspec pyyaml [2019-09-26T21:22:13.392Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-26T21:22:13.678Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-26T21:22:14.294Z] Removing intermediate container b0e2ab3f1dd2 [2019-09-26T21:22:14.295Z] ---> ef6140c21968 [2019-09-26T21:22:14.295Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-26T21:22:14.516Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-26T21:22:14.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.55s) [2019-09-26T21:22:14.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.73s) [2019-09-26T21:22:14.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.33s) [2019-09-26T21:22:14.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.48s) [2019-09-26T21:22:14.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.48s) [2019-09-26T21:22:14.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.42s) [2019-09-26T21:22:14.516Z] === RUN TestBuildMultiStageCopy [2019-09-26T21:22:14.516Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-26T21:22:14.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-26T21:22:15.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-26T21:22:15.304Z] ---> 7c52275e0721 [2019-09-26T21:22:15.304Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-26T21:22:17.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-26T21:22:17.826Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-26T21:22:18.386Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-26T21:22:18.947Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-26T21:22:19.508Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-26T21:22:19.700Z] ---> 136db89ab52f [2019-09-26T21:22:19.700Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-26T21:22:19.984Z] ---> 5c32dd3aa9d4 [2019-09-26T21:22:19.984Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-26T21:22:20.269Z] ---> b5ba9f2ed692 [2019-09-26T21:22:20.269Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-26T21:22:20.433Z] --- PASS: TestBuildMultiStageCopy (5.67s) [2019-09-26T21:22:20.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.17s) [2019-09-26T21:22:20.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2019-09-26T21:22:20.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.65s) [2019-09-26T21:22:20.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2019-09-26T21:22:20.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.74s) [2019-09-26T21:22:20.433Z] === RUN TestBuildMultiStageParentConfig [2019-09-26T21:22:20.557Z] ---> e4f7189b4be7 [2019-09-26T21:22:20.557Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-26T21:22:20.840Z] ---> 3b425aa8cf32 [2019-09-26T21:22:20.840Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-26T21:22:21.126Z] ---> 2fb31bd78442 [2019-09-26T21:22:21.126Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-26T21:22:21.413Z] ---> 7afdbc719673 [2019-09-26T21:22:21.413Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-26T21:22:21.838Z] --- PASS: TestBuildMultiStageParentConfig (1.62s) [2019-09-26T21:22:21.838Z] === RUN TestBuildLabelWithTargets [2019-09-26T21:22:22.430Z] ---> 5d937c031019 [2019-09-26T21:22:22.430Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-26T21:22:22.714Z] ---> f8f8e78c6064 [2019-09-26T21:22:22.714Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-26T21:22:23.342Z] ---> ce8833e14a85 [2019-09-26T21:22:23.342Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-26T21:22:24.348Z] --- PASS: TestBuildLabelWithTargets (2.56s) [2019-09-26T21:22:24.348Z] === RUN TestBuildWithEmptyLayers [2019-09-26T21:22:24.819Z] ---> 437473853ca7 [2019-09-26T21:22:24.819Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-26T21:22:25.104Z] ---> c53d2c950b63 [2019-09-26T21:22:25.104Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-26T21:22:25.722Z] ---> 90d4baa94c02 [2019-09-26T21:22:25.722Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-26T21:22:25.750Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2019-09-26T21:22:25.750Z] === RUN TestBuildMultiStageOnBuild [2019-09-26T21:22:26.005Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-26T21:22:26.005Z] bad55c542dc9: Pulling fs layer [2019-09-26T21:22:26.628Z] bad55c542dc9: Verifying Checksum [2019-09-26T21:22:26.628Z] bad55c542dc9: Download complete [2019-09-26T21:22:26.912Z] bad55c542dc9: Pull complete [2019-09-26T21:22:26.912Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-26T21:22:26.912Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-26T21:22:27.528Z] ---> 5bb1a2111ddd [2019-09-26T21:22:27.528Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-26T21:22:27.528Z] ---> Running in c906041e97de [2019-09-26T21:22:27.528Z] Removing intermediate container c906041e97de [2019-09-26T21:22:27.528Z] ---> fcf14f100dcd [2019-09-26T21:22:27.528Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-26T21:22:27.826Z] ---> Running in 5167a49a2ec9 [2019-09-26T21:22:27.826Z] Removing intermediate container 5167a49a2ec9 [2019-09-26T21:22:27.826Z] ---> 5e14799e54f9 [2019-09-26T21:22:27.826Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-26T21:22:27.826Z] ---> Running in f4178186f562 [2019-09-26T21:22:27.826Z] Removing intermediate container f4178186f562 [2019-09-26T21:22:27.826Z] ---> 97193850f13b [2019-09-26T21:22:27.826Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-26T21:22:28.113Z] ---> Running in e92b61af4534 [2019-09-26T21:22:28.113Z] Removing intermediate container e92b61af4534 [2019-09-26T21:22:28.113Z] ---> 1a89c1e43163 [2019-09-26T21:22:28.113Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-26T21:22:28.113Z] ---> Running in 145683639dd8 [2019-09-26T21:22:28.398Z] Removing intermediate container 145683639dd8 [2019-09-26T21:22:28.398Z] ---> fa752e24e924 [2019-09-26T21:22:28.398Z] Step 125/126 : FROM dev AS final [2019-09-26T21:22:28.398Z] ---> fa752e24e924 [2019-09-26T21:22:28.398Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-26T21:22:29.993Z] --- PASS: TestBuildMultiStageOnBuild (3.52s) [2019-09-26T21:22:29.993Z] === RUN TestBuildUncleanTarFilenames [2019-09-26T21:22:30.917Z] --- PASS: TestBuildUncleanTarFilenames (1.68s) [2019-09-26T21:22:30.917Z] === RUN TestBuildMultiStageLayerLeak [2019-09-26T21:22:35.075Z] --- PASS: TestBuildMultiStageLayerLeak (3.97s) [2019-09-26T21:22:35.075Z] === RUN TestBuildWithHugeFile [2019-09-26T21:22:35.227Z] ---> d8560b022426 [2019-09-26T21:22:35.227Z] Successfully built d8560b022426 [2019-09-26T21:22:35.227Z] Successfully tagged docker:023b072288eab3c9e768d4aeeb917f27f06034c7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-26T21:22:35.663Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/test/unit [2019-09-26T21:22:37.584Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-26T21:22:37.584Z] Using test binary docker [2019-09-26T21:22:37.584Z] +++ /etc/init.d/apparmor start [2019-09-26T21:22:37.584Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-26T21:22:37.584Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-26T21:22:37.584Z] Warning failed to create cache: (null) [2019-09-26T21:22:37.584Z] . [2019-09-26T21:22:37.584Z] INFO: Waiting for daemon to start... [2019-09-26T21:22:37.584Z] Starting dockerd [2019-09-26T21:22:37.584Z] +++ 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-09-26T21:22:37.584Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-26T21:22:37.584Z] Using test binary docker [2019-09-26T21:22:37.584Z] +++ /etc/init.d/apparmor start [2019-09-26T21:22:37.584Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-26T21:22:37.584Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-26T21:22:37.584Z] Warning failed to create cache: (null) [2019-09-26T21:22:37.584Z] . [2019-09-26T21:22:37.584Z] INFO: Waiting for daemon to start... [2019-09-26T21:22:37.584Z] Starting dockerd [2019-09-26T21:22:37.584Z] +++ 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-09-26T21:22:37.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-26T21:22:37.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-26T21:22:38.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-26T21:22:39.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-26T21:22:39.723Z] . [2019-09-26T21:22:39.723Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-26T21:22:39.723Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-26T21:22:39.723Z] Error: No such image: emptyfs [2019-09-26T21:22:39.723Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-26T21:22:39.723Z] ++++ docker load [2019-09-26T21:22:39.723Z] [2019-09-26T21:22:39.723Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-26T21:22:39.723Z] Running integration-test (iteration 1) [2019-09-26T21:22:39.723Z] 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-09-26T21:22:39.723Z] ++ 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-09-26T21:22:39.723Z] ++ set -e [2019-09-26T21:22:39.723Z] ++ '[' -n 0 ']' [2019-09-26T21:22:39.723Z] ++ set -x [2019-09-26T21:22:39.723Z] ++ env -i DEST=/go/src/github.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-09-26T21:22:39.723Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-26T21:22:39.978Z] Error: No such image: emptyfs [2019-09-26T21:22:39.978Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-26T21:22:39.978Z] ++++ docker load [2019-09-26T21:22:39.988Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-26T21:22:40.084Z] ? github.com/docker/docker/api [no test files] [2019-09-26T21:22:40.233Z] Running integration-test (iteration 1) [2019-09-26T21:22:40.233Z] 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-09-26T21:22:40.233Z] ++ 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-09-26T21:22:40.233Z] ++ set -e [2019-09-26T21:22:40.233Z] ++ '[' -n 0 ']' [2019-09-26T21:22:40.233Z] ++ set -x [2019-09-26T21:22:40.233Z] ++ env -i DEST=/go/src/github.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-09-26T21:22:41.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-26T21:22:43.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-26T21:22:44.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-26T21:22:47.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-26T21:22:48.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-26T21:22:49.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-26T21:22:51.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-26T21:22:53.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-26T21:22:53.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-26T21:22:55.260Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-26T21:22:55.260Z] Using test binary docker [2019-09-26T21:22:55.260Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-26T21:22:55.260Z] +++ /etc/init.d/apparmor start [2019-09-26T21:22:55.260Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-26T21:22:55.260Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-26T21:22:55.260Z] Warning failed to create cache: (null) [2019-09-26T21:22:55.260Z] . [2019-09-26T21:22:55.260Z] Starting dockerd [2019-09-26T21:22:55.260Z] INFO: Waiting for daemon to start... [2019-09-26T21:22:55.260Z] +++ 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-09-26T21:22:57.180Z] ................................................ [ 29%] [2019-09-26T21:22:57.746Z] . [2019-09-26T21:22:57.746Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-26T21:22:57.746Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-26T21:22:57.746Z] Error: No such image: emptyfs [2019-09-26T21:22:57.746Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-26T21:22:57.746Z] ++++ docker load [2019-09-26T21:22:57.746Z] Running integration-test (iteration 1) [2019-09-26T21:22:57.746Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-09-26T21:22:57.746Z] ++ 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-09-26T21:22:57.746Z] ++ set -e [2019-09-26T21:22:57.746Z] ++ '[' -n 0 ']' [2019-09-26T21:22:57.746Z] ++ set -x [2019-09-26T21:22:57.746Z] ++ env -i DEST=/go/src/github.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-09-26T21:23:02.501Z] ok github.com/docker/docker/api/server 0.047s coverage: 9.0% of statements [2019-09-26T21:23:07.194Z] Loaded image: buildpack-deps:jessie [2019-09-26T21:23:07.194Z] Loaded image: busybox:latest [2019-09-26T21:23:07.194Z] Loaded image: busybox:glibc [2019-09-26T21:23:07.194Z] Loaded image: debian:jessie [2019-09-26T21:23:07.194Z] Loaded image: hello-world:latest [2019-09-26T21:23:07.194Z] INFO: Testing against a local daemon [2019-09-26T21:23:07.194Z] === RUN TestCgroupNamespacesBuild [2019-09-26T21:23:08.542Z] --- PASS: TestCgroupNamespacesBuild (1.69s) [2019-09-26T21:23:08.542Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-26T21:23:08.542Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-26T21:23:10.369Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.01s) [2019-09-26T21:23:10.369Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-26T21:23:10.369Z] === RUN TestBuildWithSession [2019-09-26T21:23:12.887Z] --- PASS: TestBuildWithSession (2.46s) [2019-09-26T21:23:12.887Z] === RUN TestBuildSquashParent [2019-09-26T21:23:18.874Z] Loaded image: buildpack-deps:jessie [2019-09-26T21:23:18.874Z] Loaded image: buildpack-deps:jessie [2019-09-26T21:23:18.874Z] Loaded image: busybox:latest [2019-09-26T21:23:18.874Z] Loaded image: busybox:latest [2019-09-26T21:23:18.874Z] Loaded image: busybox:glibc [2019-09-26T21:23:18.874Z] Loaded image: debian:jessie [2019-09-26T21:23:18.874Z] Loaded image: busybox:glibc [2019-09-26T21:23:18.874Z] Loaded image: debian:jessie [2019-09-26T21:23:18.874Z] Loaded image: hello-world:latest [2019-09-26T21:23:18.874Z] INFO: Testing against a local daemon [2019-09-26T21:23:18.874Z] === RUN TestDockerDaemonSuite [2019-09-26T21:23:18.874Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-26T21:23:18.874Z] Loaded image: hello-world:latest [2019-09-26T21:23:18.874Z] INFO: Testing against a local daemon [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-26T21:23:18.874Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-26T21:23:19.128Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-26T21:23:19.384Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-26T21:23:19.384Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-26T21:23:20.055Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-26T21:23:20.542Z] --- PASS: TestBuildSquashParent (6.73s) [2019-09-26T21:23:20.542Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-26T21:23:20.542Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:23:20.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:23:20.542Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:23:20.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:23:20.542Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:23:20.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:23:20.542Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:23:20.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:23:20.542Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:23:20.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:23:20.542Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:23:20.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:23:20.542Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:23:20.542Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:23:21.898Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-26T21:23:21.898Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-26T21:23:22.403Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:23:22.457Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-26T21:23:22.457Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-26T21:23:22.457Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-26T21:23:22.789Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:23:23.425Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-26T21:23:24.631Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:23:25.022Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:23:25.934Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-26T21:23:25.934Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-26T21:23:25.934Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-26T21:23:25.934Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-26T21:23:25.934Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-26T21:23:26.493Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-26T21:23:27.595Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-26T21:23:27.595Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.86s) [2019-09-26T21:23:27.595Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.94s) [2019-09-26T21:23:27.595Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.08s) [2019-09-26T21:23:27.595Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.19s) [2019-09-26T21:23:27.595Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.82s) [2019-09-26T21:23:27.595Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.70s) [2019-09-26T21:23:27.595Z] === RUN TestBuildMultiStageCopy [2019-09-26T21:23:27.595Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-26T21:23:27.983Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-26T21:23:30.134Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-26T21:23:30.519Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-26T21:23:31.302Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-26T21:23:31.665Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-26T21:23:31.814Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-26T21:23:31.814Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-26T21:23:32.052Z] --- PASS: TestBuildMultiStageCopy (4.61s) [2019-09-26T21:23:32.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.65s) [2019-09-26T21:23:32.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.42s) [2019-09-26T21:23:32.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.47s) [2019-09-26T21:23:32.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2019-09-26T21:23:32.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2019-09-26T21:23:32.053Z] === RUN TestBuildMultiStageParentConfig [2019-09-26T21:23:33.096Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-26T21:23:33.425Z] --- PASS: TestBuildMultiStageParentConfig (1.41s) [2019-09-26T21:23:33.426Z] === RUN TestBuildLabelWithTargets [2019-09-26T21:23:35.113Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-26T21:23:36.653Z] --- PASS: TestBuildLabelWithTargets (2.65s) [2019-09-26T21:23:36.653Z] === RUN TestBuildWithEmptyLayers [2019-09-26T21:23:36.999Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-26T21:23:37.475Z] --- PASS: TestBuildWithEmptyLayers (0.99s) [2019-09-26T21:23:37.476Z] === RUN TestBuildMultiStageOnBuild [2019-09-26T21:23:38.883Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-26T21:23:39.443Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-26T21:23:39.991Z] --- PASS: TestBuildMultiStageOnBuild (2.67s) [2019-09-26T21:23:39.991Z] === RUN TestBuildUncleanTarFilenames [2019-09-26T21:23:41.323Z] --- PASS: TestBuildUncleanTarFilenames (1.18s) [2019-09-26T21:23:41.323Z] === RUN TestBuildMultiStageLayerLeak [2019-09-26T21:23:41.336Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-26T21:23:41.591Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-09-26T21:23:42.516Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-26T21:23:43.787Z] --- PASS: TestBuildMultiStageLayerLeak (2.69s) [2019-09-26T21:23:43.787Z] === RUN TestBuildWithHugeFile [2019-09-26T21:23:43.884Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-26T21:23:45.768Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-26T21:23:47.172Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-26T21:23:47.731Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-09-26T21:23:50.240Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-26T21:23:50.240Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-09-26T21:23:52.766Z] === RUN TestDockerSuite/TestAttachDetach [2019-09-26T21:23:54.690Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-26T21:23:57.954Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-26T21:23:57.954Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-26T21:23:58.949Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-26T21:24:02.112Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-26T21:24:04.662Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-26T21:24:04.917Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-09-26T21:24:05.477Z] --- PASS: TestBuildWithHugeFile (90.53s) [2019-09-26T21:24:05.477Z] === RUN TestBuildWithEmptyDockerfile [2019-09-26T21:24:05.477Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-26T21:24:05.477Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:24:05.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:24:05.477Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:24:05.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:24:05.477Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:24:05.477Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:24:05.477Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:24:05.477Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:24:05.732Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:24:05.732Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-09-26T21:24:05.732Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2019-09-26T21:24:05.732Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2019-09-26T21:24:05.732Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-09-26T21:24:05.732Z] === RUN TestBuildPreserveOwnership [2019-09-26T21:24:05.732Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-26T21:24:07.092Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-26T21:24:07.240Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-26T21:24:07.652Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-09-26T21:24:07.901Z] 2945147eda09: Pull complete [2019-09-26T21:24:07.901Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-26T21:24:07.901Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:24:07.901Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:24:07.901Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-09-26T21:24:07.901Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-09-26T21:24:07.901Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-26T21:24:07.901Z] INFO: Docker version of control daemon [2019-09-26T21:24:07.901Z] [2019-09-26T21:24:08.867Z] Client: Docker Engine - Enterprise [2019-09-26T21:24:08.867Z] Version: 19.03.2 [2019-09-26T21:24:08.867Z] API version: 1.40 [2019-09-26T21:24:08.867Z] Go version: go1.12.8 [2019-09-26T21:24:08.867Z] Git commit: c92ab06ed9 [2019-09-26T21:24:08.867Z] Built: 09/03/2019 16:38:11 [2019-09-26T21:24:08.867Z] OS/Arch: windows/amd64 [2019-09-26T21:24:08.867Z] Experimental: false [2019-09-26T21:24:08.867Z] [2019-09-26T21:24:08.867Z] Server: Docker Engine - Enterprise [2019-09-26T21:24:08.867Z] Engine: [2019-09-26T21:24:08.867Z] Version: 19.03.2 [2019-09-26T21:24:08.867Z] API version: 1.40 (minimum version 1.24) [2019-09-26T21:24:08.867Z] Go version: go1.12.8 [2019-09-26T21:24:08.867Z] Git commit: c92ab06ed9 [2019-09-26T21:24:08.867Z] Built: 09/03/2019 16:35:47 [2019-09-26T21:24:08.867Z] OS/Arch: windows/amd64 [2019-09-26T21:24:08.867Z] Experimental: true [2019-09-26T21:24:08.867Z] [2019-09-26T21:24:08.867Z] INFO: Docker info of control daemon [2019-09-26T21:24:08.867Z] [2019-09-26T21:24:09.014Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-26T21:24:09.270Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-09-26T21:24:09.379Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-26T21:24:10.195Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-26T21:24:10.450Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-26T21:24:11.768Z] Client: [2019-09-26T21:24:11.768Z] Debug Mode: false [2019-09-26T21:24:11.768Z] Plugins: [2019-09-26T21:24:11.768Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-26T21:24:11.768Z] [2019-09-26T21:24:11.768Z] Server: [2019-09-26T21:24:11.768Z] Containers: 0 [2019-09-26T21:24:11.768Z] Running: 0 [2019-09-26T21:24:11.768Z] Paused: 0 [2019-09-26T21:24:11.768Z] Stopped: 0 [2019-09-26T21:24:11.768Z] Images: 1 [2019-09-26T21:24:11.768Z] Server Version: 19.03.2 [2019-09-26T21:24:11.768Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-26T21:24:11.768Z] Windows: [2019-09-26T21:24:11.768Z] LCOW: [2019-09-26T21:24:11.768Z] Logging Driver: json-file [2019-09-26T21:24:11.768Z] Plugins: [2019-09-26T21:24:11.768Z] Volume: local [2019-09-26T21:24:11.768Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-26T21:24:11.768Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-26T21:24:11.768Z] Swarm: inactive [2019-09-26T21:24:11.768Z] Default Isolation: process [2019-09-26T21:24:11.768Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-26T21:24:11.768Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-26T21:24:11.768Z] OSType: windows [2019-09-26T21:24:11.768Z] Architecture: x86_64 [2019-09-26T21:24:11.768Z] CPUs: 4 [2019-09-26T21:24:11.768Z] Total Memory: 32GiB [2019-09-26T21:24:11.768Z] Name: azwin-2-8aa2e0 [2019-09-26T21:24:11.768Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-26T21:24:11.768Z] Docker Root Dir: D:\docker [2019-09-26T21:24:11.768Z] Debug Mode: false [2019-09-26T21:24:11.768Z] Registry: https://index.docker.io/v1/ [2019-09-26T21:24:11.768Z] Labels: [2019-09-26T21:24:11.768Z] Experimental: true [2019-09-26T21:24:11.768Z] Insecure Registries: [2019-09-26T21:24:11.768Z] 10.0.0.4:5000 [2019-09-26T21:24:11.768Z] 127.0.0.0/8 [2019-09-26T21:24:11.768Z] Registry Mirrors: [2019-09-26T21:24:11.768Z] http://10.0.0.4:5000/ [2019-09-26T21:24:11.768Z] Live Restore Enabled: false [2019-09-26T21:24:11.768Z] [2019-09-26T21:24:11.768Z] [2019-09-26T21:24:11.768Z] INFO: Commit hash is 023b07228 [2019-09-26T21:24:11.768Z] INFO: Nuke-Everything... [2019-09-26T21:24:11.768Z] INFO: Container count on control daemon to delete is 0 [2019-09-26T21:24:11.810Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-26T21:24:11.810Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-26T21:24:11.810Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-26T21:24:12.064Z] --- PASS: TestBuildPreserveOwnership (6.16s) [2019-09-26T21:24:12.064Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.31s) [2019-09-26T21:24:12.064Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.83s) [2019-09-26T21:24:12.064Z] === RUN TestBuildPlatformInvalid [2019-09-26T21:24:12.064Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-26T21:24:12.064Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-09-26T21:24:12.064Z] PASS [2019-09-26T21:24:12.064Z] [2019-09-26T21:24:12.064Z] DONE 32 tests in 178.222s [2019-09-26T21:24:12.064Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-09-26T21:24:12.064Z] ++ 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-09-26T21:24:12.064Z] ++ set -e [2019-09-26T21:24:12.064Z] ++ '[' -n 0 ']' [2019-09-26T21:24:12.064Z] ++ set -x [2019-09-26T21:24:12.064Z] ++ env -i DEST=/go/src/github.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-09-26T21:24:12.318Z] INFO: Testing against a local daemon [2019-09-26T21:24:12.319Z] === RUN TestConfigList [2019-09-26T21:24:12.573Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-26T21:24:12.829Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-26T21:24:13.300Z] INFO: Nuking d:\CI [2019-09-26T21:24:13.754Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-26T21:24:13.758Z] INFO: Zapped successfully [2019-09-26T21:24:13.758Z] INFO: Location for testing is d:\CI\PR-39994\2 [2019-09-26T21:24:13.758Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-26T21:24:13.758Z] [2019-09-26T21:24:13.758Z] [2019-09-26T21:24:13.758Z] INFO: Building the image from Dockerfile.windows at 09/26/2019 21:24:13... [2019-09-26T21:24:13.758Z] [2019-09-26T21:24:14.010Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-09-26T21:24:14.570Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-26T21:24:15.534Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-26T21:24:15.535Z] --- PASS: TestConfigList (3.31s) [2019-09-26T21:24:15.535Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-26T21:24:15.535Z] === RUN TestConfigsCreateAndDelete [2019-09-26T21:24:16.938Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-26T21:24:18.237Z] --- PASS: TestBuildWithHugeFile (31.83s) [2019-09-26T21:24:18.237Z] === RUN TestBuildWithEmptyDockerfile [2019-09-26T21:24:18.237Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:24:18.237Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:24:18.237Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:24:18.237Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:24:18.237Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:24:18.237Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:24:18.237Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:24:18.237Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:24:18.237Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:24:18.237Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2019-09-26T21:24:18.237Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-09-26T21:24:18.237Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2019-09-26T21:24:18.237Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-09-26T21:24:18.237Z] === RUN TestBuildPreserveOwnership [2019-09-26T21:24:18.237Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-26T21:24:18.818Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-26T21:24:19.074Z] --- PASS: TestConfigsCreateAndDelete (3.42s) [2019-09-26T21:24:19.074Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-26T21:24:19.074Z] === RUN TestConfigsUpdate [2019-09-26T21:24:20.050Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-26T21:24:20.816Z] Sending build context to Docker daemon 49.98MB [2019-09-26T21:24:20.816Z] [2019-09-26T21:24:20.816Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-26T21:24:20.816Z] ---> 1ddfa8bee56a [2019-09-26T21:24:20.816Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-26T21:24:20.816Z] ---> Running in 096ece69dac2 [2019-09-26T21:24:20.957Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-26T21:24:21.782Z] Removing intermediate container 096ece69dac2 [2019-09-26T21:24:21.782Z] ---> 236b66f45269 [2019-09-26T21:24:21.782Z] Step 3/8 : ARG GO_VERSION=1.13.0 [2019-09-26T21:24:21.782Z] ---> Running in 7df8e8cc0b07 [2019-09-26T21:24:21.948Z] --- PASS: TestBuildPreserveOwnership (5.87s) [2019-09-26T21:24:21.948Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.91s) [2019-09-26T21:24:21.948Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.94s) [2019-09-26T21:24:21.948Z] === RUN TestBuildPlatformInvalid [2019-09-26T21:24:21.948Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-09-26T21:24:21.948Z] PASS [2019-09-26T21:24:21.948Z] [2019-09-26T21:24:21.948Z] DONE 32 tests in 84.432s [2019-09-26T21:24:21.948Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-09-26T21:24:21.948Z] ++ 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-09-26T21:24:21.948Z] ++ set -e [2019-09-26T21:24:21.948Z] ++ '[' -n 0 ']' [2019-09-26T21:24:21.948Z] ++ set -x [2019-09-26T21:24:21.948Z] ++ env -i DEST=/go/src/github.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-09-26T21:24:22.240Z] Removing intermediate container 7df8e8cc0b07 [2019-09-26T21:24:22.240Z] ---> b495cefeef1c [2019-09-26T21:24:22.240Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-09-26T21:24:22.240Z] ---> Running in 8c727e62fd54 [2019-09-26T21:24:22.311Z] INFO: Testing against a local daemon [2019-09-26T21:24:22.311Z] === RUN TestConfigList [2019-09-26T21:24:22.341Z] --- PASS: TestConfigsUpdate (3.34s) [2019-09-26T21:24:22.341Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-26T21:24:22.341Z] === RUN TestTemplatedConfig [2019-09-26T21:24:22.341Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-26T21:24:22.698Z] Removing intermediate container 8c727e62fd54 [2019-09-26T21:24:22.698Z] ---> f0916bc29144 [2019-09-26T21:24:22.698Z] 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-09-26T21:24:22.698Z] ---> Running in 421f12400cef [2019-09-26T21:24:22.943Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-09-26T21:24:25.545Z] --- PASS: TestConfigList (2.97s) [2019-09-26T21:24:25.545Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-26T21:24:25.545Z] === RUN TestConfigsCreateAndDelete [2019-09-26T21:24:26.351Z] --- PASS: TestTemplatedConfig (3.51s) [2019-09-26T21:24:26.351Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-26T21:24:26.351Z] === RUN TestConfigInspect [2019-09-26T21:24:26.606Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-26T21:24:27.977Z] --- PASS: TestConfigsCreateAndDelete (2.75s) [2019-09-26T21:24:27.977Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-26T21:24:27.977Z] === RUN TestConfigsUpdate [2019-09-26T21:24:29.112Z] --- PASS: TestConfigInspect (3.02s) [2019-09-26T21:24:29.112Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-26T21:24:29.112Z] === RUN TestConfigCreateWithLabels [2019-09-26T21:24:29.310Z] ........................ [ 67%] [2019-09-26T21:24:30.080Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-09-26T21:24:30.578Z] --- PASS: TestConfigsUpdate (2.43s) [2019-09-26T21:24:30.578Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-26T21:24:30.578Z] === RUN TestTemplatedConfig [2019-09-26T21:24:30.639Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-09-26T21:24:31.200Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-09-26T21:24:31.259Z] [2019-09-26T21:24:31.259Z] SUCCESS: Specified value was saved. [2019-09-26T21:24:31.717Z] INFO: Downloading git... [2019-09-26T21:24:31.760Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-26T21:24:32.015Z] --- PASS: TestConfigCreateWithLabels (3.06s) [2019-09-26T21:24:32.015Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-26T21:24:32.015Z] === RUN TestConfigCreateResolve [2019-09-26T21:24:32.270Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-26T21:24:33.194Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-26T21:24:33.753Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-26T21:24:33.824Z] --- PASS: TestTemplatedConfig (3.43s) [2019-09-26T21:24:33.824Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-26T21:24:33.824Z] === RUN TestConfigInspect [2019-09-26T21:24:33.891Z] INFO: Downloading go... [2019-09-26T21:24:34.857Z] INFO: Downloading compiler 1 of 3... [2019-09-26T21:24:35.635Z] --- PASS: TestConfigCreateResolve (3.35s) [2019-09-26T21:24:35.635Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-26T21:24:35.635Z] === RUN TestConfigDaemonLibtrustID [2019-09-26T21:24:35.635Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-26T21:24:35.635Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-09-26T21:24:35.635Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-09-26T21:24:35.635Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-26T21:24:35.823Z] INFO: Downloading compiler 2 of 3... [2019-09-26T21:24:35.890Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-26T21:24:35.890Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-26T21:24:35.890Z] PASS [2019-09-26T21:24:35.890Z] [2019-09-26T21:24:35.890Z] DONE 8 tests in 23.651s [2019-09-26T21:24:35.890Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-09-26T21:24:35.890Z] ++ 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-09-26T21:24:35.890Z] ++ set -e [2019-09-26T21:24:35.890Z] ++ '[' -n 0 ']' [2019-09-26T21:24:35.890Z] ++ set -x [2019-09-26T21:24:35.890Z] ++ env -i DEST=/go/src/github.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-09-26T21:24:35.890Z] INFO: Testing against a local daemon [2019-09-26T21:24:35.890Z] === RUN TestCheckpoint [2019-09-26T21:24:35.890Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-26T21:24:35.890Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-26T21:24:35.890Z] === RUN TestContainerInvalidJSON [2019-09-26T21:24:35.890Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:24:35.890Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:24:35.890Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:24:35.890Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:24:35.890Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:24:35.890Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:24:35.890Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:24:35.890Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:24:36.145Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:24:36.145Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-26T21:24:36.145Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-26T21:24:36.145Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-09-26T21:24:36.145Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-26T21:24:36.145Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-26T21:24:36.145Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2019-09-26T21:24:36.145Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-26T21:24:36.281Z] INFO: Downloading compiler 3 of 3... [2019-09-26T21:24:36.400Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-09-26T21:24:36.400Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-26T21:24:36.400Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-09-26T21:24:36.400Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-26T21:24:36.655Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-09-26T21:24:36.655Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2019-09-26T21:24:36.655Z] === RUN TestCopyFromContainer [2019-09-26T21:24:36.743Z] INFO: Extracting git... [2019-09-26T21:24:37.027Z] --- PASS: TestConfigInspect (2.77s) [2019-09-26T21:24:37.028Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-26T21:24:37.028Z] === RUN TestConfigCreateWithLabels [2019-09-26T21:24:38.538Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-26T21:24:38.538Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-26T21:24:38.538Z] === RUN TestCopyFromContainer// [2019-09-26T21:24:38.794Z] === RUN TestCopyFromContainer//bar/root [2019-09-26T21:24:38.794Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-26T21:24:39.050Z] === RUN TestCopyFromContainer/bar/quux [2019-09-26T21:24:39.050Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-26T21:24:39.305Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-26T21:24:39.305Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-26T21:24:39.452Z] --- PASS: TestConfigCreateWithLabels (2.81s) [2019-09-26T21:24:39.452Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-26T21:24:39.452Z] === RUN TestConfigCreateResolve [2019-09-26T21:24:39.559Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-26T21:24:39.559Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-26T21:24:39.559Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-26T21:24:39.699Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2019-09-26T21:24:39.699Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-26T21:24:39.814Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-26T21:24:39.988Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2019-09-26T21:24:39.988Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-26T21:24:39.988Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-26T21:24:39.988Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer (3.42s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer/bar/quux (0.18s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.18s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-26T21:24:40.069Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2019-09-26T21:24:40.069Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-26T21:24:40.069Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:24:40.069Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:24:40.069Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:24:40.069Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:24:40.069Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:24:40.069Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:24:40.069Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:24:40.069Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:24:40.069Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:24:40.069Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-26T21:24:40.069Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-26T21:24:40.069Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-26T21:24:40.070Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-26T21:24:40.070Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-26T21:24:40.070Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2019-09-26T21:24:40.070Z] === RUN TestCreateWithInvalidEnv [2019-09-26T21:24:40.070Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-26T21:24:40.070Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-26T21:24:40.070Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-26T21:24:40.070Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-26T21:24:40.070Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-26T21:24:40.070Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-26T21:24:40.070Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-26T21:24:40.070Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-26T21:24:40.070Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-26T21:24:40.070Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-26T21:24:40.070Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-26T21:24:40.070Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-26T21:24:40.070Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-09-26T21:24:40.070Z] === RUN TestCreateTmpfsMountsTarget [2019-09-26T21:24:40.070Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-26T21:24:40.070Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-26T21:24:40.612Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-26T21:24:40.612Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-26T21:24:40.612Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-26T21:24:40.612Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-26T21:24:40.612Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-26T21:24:40.628Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-26T21:24:41.238Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-26T21:24:41.988Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-26T21:24:42.732Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-26T21:24:42.732Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-26T21:24:42.741Z] --- PASS: TestConfigCreateResolve (2.92s) [2019-09-26T21:24:42.741Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-26T21:24:42.741Z] === RUN TestConfigDaemonLibtrustID [2019-09-26T21:24:42.911Z] --- PASS: TestCreateWithCustomMaskedPaths (2.64s) [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-26T21:24:42.911Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:24:42.911Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:24:42.911Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:24:42.911Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:24:42.911Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:24:42.911Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:24:42.911Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-26T21:24:42.912Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-26T21:24:42.912Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:24:42.912Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:24:42.912Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:24:42.912Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:24:42.912Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:24:42.912Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:24:42.912Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:24:42.912Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:24:42.912Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:24:42.912Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:24:43.122Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-26T21:24:43.122Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-26T21:24:43.122Z] PASS [2019-09-26T21:24:43.122Z] [2019-09-26T21:24:43.122Z] DONE 8 tests in 20.796s [2019-09-26T21:24:43.122Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-09-26T21:24:43.122Z] ++ 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-09-26T21:24:43.122Z] ++ set -e [2019-09-26T21:24:43.122Z] ++ '[' -n 0 ']' [2019-09-26T21:24:43.122Z] ++ set -x [2019-09-26T21:24:43.122Z] ++ env -i DEST=/go/src/github.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-09-26T21:24:43.122Z] INFO: Testing against a local daemon [2019-09-26T21:24:43.122Z] === RUN TestCheckpoint [2019-09-26T21:24:43.122Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-26T21:24:43.122Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-26T21:24:43.122Z] === RUN TestContainerInvalidJSON [2019-09-26T21:24:43.122Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:24:43.122Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:24:43.122Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:24:43.122Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:24:43.122Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:24:43.122Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:24:43.122Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:24:43.122Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:24:43.122Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:24:43.122Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-26T21:24:43.122Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-26T21:24:43.122Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-26T21:24:43.122Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-26T21:24:43.122Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-26T21:24:43.122Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-09-26T21:24:43.122Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-26T21:24:43.166Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-26T21:24:43.166Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-26T21:24:43.166Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-26T21:24:43.166Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-26T21:24:43.485Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-09-26T21:24:43.485Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-26T21:24:43.485Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2019-09-26T21:24:43.485Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-26T21:24:43.486Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-09-26T21:24:43.486Z] === RUN TestCopyFromContainer [2019-09-26T21:24:43.765Z] ok github.com/docker/docker/api/types/strslice 0.033s coverage: 90.0% of statements [2019-09-26T21:24:44.051Z] ok github.com/docker/docker/api/types/filters 0.045s coverage: 95.2% of statements [2019-09-26T21:24:44.051Z] ok github.com/docker/docker/api/types/time 0.050s coverage: 100.0% of statements [2019-09-26T21:24:44.338Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.0% of statements [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-26T21:24:44.338Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-26T21:24:44.528Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-09-26T21:24:44.962Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-26T21:24:44.962Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-26T21:24:45.372Z] === RUN TestCopyFromContainer// [2019-09-26T21:24:45.748Z] === RUN TestCopyFromContainer//bar/root [2019-09-26T21:24:45.748Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-26T21:24:45.748Z] === RUN TestCopyFromContainer/bar/quux [2019-09-26T21:24:45.748Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-26T21:24:45.888Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.56s) [2019-09-26T21:24:45.888Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-26T21:24:45.888Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:24:45.888Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:24:45.888Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:24:45.888Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:24:45.888Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:24:45.888Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:24:45.888Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:24:45.888Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:24:45.888Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:24:45.888Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:24:45.888Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:24:45.888Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:24:45.888Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:24:45.888Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:24:45.888Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:24:45.888Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-26T21:24:45.888Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-26T21:24:45.888Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-09-26T21:24:45.888Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-26T21:24:45.888Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-26T21:24:45.888Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-26T21:24:45.888Z] === RUN TestContainerStartOnDaemonRestart [2019-09-26T21:24:45.888Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-26T21:24:45.888Z] === RUN TestDaemonRestartIpcMode [2019-09-26T21:24:45.888Z] === PAUSE TestDaemonRestartIpcMode [2019-09-26T21:24:45.888Z] === RUN TestDiff [2019-09-26T21:24:45.989Z] ok github.com/docker/docker/builder/dockerignore 0.031s coverage: 96.8% of statements [2019-09-26T21:24:46.144Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-26T21:24:46.144Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-26T21:24:46.144Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-26T21:24:46.144Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-26T21:24:46.144Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-26T21:24:46.448Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer (2.85s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-09-26T21:24:46.530Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-26T21:24:46.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-26T21:24:46.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:24:46.530Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:24:46.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:24:46.530Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:24:46.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:24:46.530Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:24:46.530Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:24:46.530Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:24:46.530Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:24:46.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-26T21:24:46.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-26T21:24:46.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-26T21:24:46.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-26T21:24:46.530Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-26T21:24:46.530Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-26T21:24:46.530Z] === RUN TestCreateWithInvalidEnv [2019-09-26T21:24:46.530Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-26T21:24:46.530Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-26T21:24:46.530Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-26T21:24:46.530Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-26T21:24:46.530Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-26T21:24:46.530Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-26T21:24:46.530Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-26T21:24:46.530Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-26T21:24:46.530Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-26T21:24:46.530Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-26T21:24:46.530Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-26T21:24:46.530Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-26T21:24:46.530Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-26T21:24:46.530Z] === RUN TestCreateTmpfsMountsTarget [2019-09-26T21:24:46.530Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2019-09-26T21:24:46.530Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-26T21:24:46.703Z] --- PASS: TestDiff (0.89s) [2019-09-26T21:24:46.703Z] === RUN TestExecWithCloseStdin [2019-09-26T21:24:47.627Z] --- PASS: TestExecWithCloseStdin (1.07s) [2019-09-26T21:24:47.627Z] === RUN TestExec [2019-09-26T21:24:49.002Z] --- PASS: TestExec (1.25s) [2019-09-26T21:24:49.002Z] === RUN TestExecUser [2019-09-26T21:24:49.011Z] --- PASS: TestCreateWithCustomMaskedPaths (2.60s) [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:24:49.011Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:24:49.011Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:24:49.011Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-26T21:24:49.011Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:24:49.011Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:24:49.011Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:24:49.011Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:24:49.011Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-26T21:24:49.397Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:24:49.397Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:24:49.397Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:24:49.397Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:24:49.397Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-09-26T21:24:49.397Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-09-26T21:24:49.397Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-26T21:24:49.928Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-09-26T21:24:49.928Z] --- PASS: TestExecUser (1.03s) [2019-09-26T21:24:49.928Z] === RUN TestExportContainerAndImportImage [2019-09-26T21:24:50.182Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-26T21:24:51.107Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2019-09-26T21:24:51.107Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-26T21:24:51.361Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-26T21:24:52.644Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.72s) [2019-09-26T21:24:52.644Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-26T21:24:52.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:24:52.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:24:52.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:24:52.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:24:52.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:24:52.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:24:52.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:24:52.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:24:52.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:24:52.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:24:52.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:24:52.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:24:52.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:24:52.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:24:52.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:24:52.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-09-26T21:24:52.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-26T21:24:52.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2019-09-26T21:24:52.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2019-09-26T21:24:52.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-26T21:24:52.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-26T21:24:52.644Z] === RUN TestContainerStartOnDaemonRestart [2019-09-26T21:24:52.644Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-26T21:24:52.644Z] === RUN TestDaemonRestartIpcMode [2019-09-26T21:24:52.644Z] === PAUSE TestDaemonRestartIpcMode [2019-09-26T21:24:52.644Z] === RUN TestDiff [2019-09-26T21:24:52.721Z] --- PASS: TestExportContainerAfterDaemonRestart (1.65s) [2019-09-26T21:24:52.721Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-26T21:24:52.721Z] === RUN TestHealthCheckWorkdir [2019-09-26T21:24:53.007Z] --- PASS: TestDiff (0.78s) [2019-09-26T21:24:53.007Z] === RUN TestExecWithCloseStdin [2019-09-26T21:24:54.126Z] --- PASS: TestHealthCheckWorkdir (1.18s) [2019-09-26T21:24:54.127Z] === RUN TestHealthKillContainer [2019-09-26T21:24:54.127Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-26T21:24:54.286Z] --- PASS: TestExecWithCloseStdin (1.15s) [2019-09-26T21:24:54.286Z] === RUN TestExec [2019-09-26T21:24:54.410Z] INFO: Expanding go... [2019-09-26T21:24:55.175Z] --- PASS: TestExec (1.15s) [2019-09-26T21:24:55.175Z] === RUN TestExecUser [2019-09-26T21:24:56.010Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-26T21:24:56.010Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-26T21:24:56.349Z] ok github.com/docker/docker/builder/fscache 0.136s coverage: 69.2% of statements [2019-09-26T21:24:56.349Z] ok github.com/docker/docker/builder/remotecontext 0.388s coverage: 13.6% of statements [2019-09-26T21:24:56.349Z] ok github.com/docker/docker/builder/remotecontext/git 2.632s coverage: 85.1% of statements [2019-09-26T21:24:56.423Z] --- PASS: TestExecUser (1.00s) [2019-09-26T21:24:56.423Z] === RUN TestExportContainerAndImportImage [2019-09-26T21:24:56.636Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2019-09-26T21:24:56.923Z] ok github.com/docker/docker/builder/dockerfile 1.037s coverage: 46.6% of statements [2019-09-26T21:24:56.923Z] ? github.com/docker/docker/cli [no test files] [2019-09-26T21:24:56.923Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-26T21:24:57.218Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2019-09-26T21:24:57.218Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-26T21:24:57.413Z] --- PASS: TestHealthKillContainer (3.23s) [2019-09-26T21:24:57.413Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-26T21:24:57.668Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-26T21:24:57.924Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-26T21:24:58.179Z] --- PASS: TestInspectCpusetInConfigPre120 (0.94s) [2019-09-26T21:24:58.179Z] === RUN TestIpcModeNone [2019-09-26T21:24:59.154Z] --- PASS: TestExportContainerAfterDaemonRestart (1.51s) [2019-09-26T21:24:59.154Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-26T21:24:59.154Z] === RUN TestHealthCheckWorkdir [2019-09-26T21:24:59.186Z] --- PASS: TestIpcModeNone (1.12s) [2019-09-26T21:24:59.186Z] === RUN TestIpcModePrivate [2019-09-26T21:24:59.948Z] --- PASS: TestHealthCheckWorkdir (1.19s) [2019-09-26T21:24:59.948Z] === RUN TestHealthKillContainer [2019-09-26T21:25:00.591Z] --- PASS: TestIpcModePrivate (1.12s) [2019-09-26T21:25:00.591Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:208, shared: false, mustBeShared: false [2019-09-26T21:25:00.591Z] === RUN TestIpcModeShareable [2019-09-26T21:25:01.515Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-26T21:25:01.515Z] --- PASS: TestIpcModeShareable (1.12s) [2019-09-26T21:25:01.515Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:192, shared: true, mustBeShared: true [2019-09-26T21:25:01.515Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-26T21:25:01.770Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-26T21:25:02.025Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-26T21:25:02.585Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-26T21:25:03.138Z] --- PASS: TestHealthKillContainer (3.17s) [2019-09-26T21:25:03.138Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-26T21:25:03.144Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-09-26T21:25:03.144Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-26T21:25:03.948Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s) [2019-09-26T21:25:03.948Z] === RUN TestIpcModeNone [2019-09-26T21:25:04.070Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-26T21:25:04.997Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.47s) [2019-09-26T21:25:04.997Z] === RUN TestAPIIpcModeHost [2019-09-26T21:25:04.997Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-26T21:25:05.223Z] --- PASS: TestIpcModeNone (1.05s) [2019-09-26T21:25:05.223Z] === RUN TestIpcModePrivate [2019-09-26T21:25:05.921Z] --- PASS: TestAPIIpcModeHost (0.95s) [2019-09-26T21:25:05.921Z] === RUN TestDaemonIpcModeShareable [2019-09-26T21:25:06.088Z] --- PASS: TestIpcModePrivate (1.01s) [2019-09-26T21:25:06.088Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-26T21:25:06.088Z] === RUN TestIpcModeShareable [2019-09-26T21:25:07.281Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-26T21:25:07.348Z] --- PASS: TestIpcModeShareable (1.22s) [2019-09-26T21:25:07.348Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-26T21:25:07.348Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-26T21:25:07.537Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-26T21:25:08.098Z] --- PASS: TestDaemonIpcModeShareable (2.20s) [2019-09-26T21:25:08.098Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-26T21:25:08.098Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:211, shared: true, mustBeShared: true [2019-09-26T21:25:08.098Z] === RUN TestDaemonIpcModePrivate [2019-09-26T21:25:09.119Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-26T21:25:10.043Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2019-09-26T21:25:10.043Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-26T21:25:10.043Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:200, shared: false, mustBeShared: false [2019-09-26T21:25:10.043Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-26T21:25:10.159Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-26T21:25:10.297Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-26T21:25:10.298Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-26T21:25:10.633Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.01s) [2019-09-26T21:25:10.633Z] === RUN TestAPIIpcModeHost [2019-09-26T21:25:10.994Z] --- PASS: TestAPIIpcModeHost (0.72s) [2019-09-26T21:25:10.994Z] === RUN TestDaemonIpcModeShareable [2019-09-26T21:25:11.661Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-26T21:25:11.915Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.04s) [2019-09-26T21:25:11.915Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-26T21:25:11.915Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:202, shared: false, mustBeShared: false [2019-09-26T21:25:11.915Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-26T21:25:12.207Z] ok github.com/docker/docker/client 0.814s coverage: 75.8% of statements [2019-09-26T21:25:12.475Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-26T21:25:12.810Z] --- PASS: TestDaemonIpcModeShareable (1.88s) [2019-09-26T21:25:12.810Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-26T21:25:12.810Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-26T21:25:12.810Z] === RUN TestDaemonIpcModePrivate [2019-09-26T21:25:13.034Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-26T21:25:13.962Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2019-09-26T21:25:13.962Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-26T21:25:13.962Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:198, shared: true, mustBeShared: true [2019-09-26T21:25:13.962Z] === RUN TestIpcModeOlderClient [2019-09-26T21:25:13.962Z] === PAUSE TestIpcModeOlderClient [2019-09-26T21:25:13.962Z] === RUN TestKillContainerInvalidSignal [2019-09-26T21:25:14.228Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-26T21:25:14.734Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2019-09-26T21:25:14.734Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-26T21:25:14.734Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-26T21:25:14.734Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-26T21:25:14.792Z] --- PASS: TestKillContainerInvalidSignal (0.93s) [2019-09-26T21:25:14.792Z] === RUN TestKillContainer [2019-09-26T21:25:14.792Z] === RUN TestKillContainer/no_signal [2019-09-26T21:25:15.716Z] === RUN TestKillContainer/non_killing_signal [2019-09-26T21:25:16.276Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-26T21:25:16.276Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-26T21:25:16.276Z] === RUN TestKillContainer/killing_signal [2019-09-26T21:25:16.540Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s) [2019-09-26T21:25:16.540Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-26T21:25:16.540Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-26T21:25:16.540Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-26T21:25:16.835Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-26T21:25:17.759Z] --- PASS: TestKillContainer (2.94s) [2019-09-26T21:25:17.759Z] --- PASS: TestKillContainer/no_signal (1.00s) [2019-09-26T21:25:17.759Z] --- PASS: TestKillContainer/non_killing_signal (0.63s) [2019-09-26T21:25:17.759Z] --- PASS: TestKillContainer/killing_signal (1.02s) [2019-09-26T21:25:17.759Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-26T21:25:17.759Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-26T21:25:18.361Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s) [2019-09-26T21:25:18.361Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-26T21:25:18.361Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-26T21:25:18.362Z] === RUN TestIpcModeOlderClient [2019-09-26T21:25:18.362Z] === PAUSE TestIpcModeOlderClient [2019-09-26T21:25:18.362Z] === RUN TestKillContainerInvalidSignal [2019-09-26T21:25:18.684Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-26T21:25:19.145Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2019-09-26T21:25:19.145Z] === RUN TestKillContainer [2019-09-26T21:25:19.145Z] === RUN TestKillContainer/no_signal [2019-09-26T21:25:19.537Z] INFO: Expanding compiler 1 of 3... [2019-09-26T21:25:19.609Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.79s) [2019-09-26T21:25:19.609Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.87s) [2019-09-26T21:25:19.609Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2019-09-26T21:25:19.609Z] === RUN TestKillStoppedContainer [2019-09-26T21:25:19.609Z] --- PASS: TestKillStoppedContainer (0.07s) [2019-09-26T21:25:19.609Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-26T21:25:19.609Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-09-26T21:25:19.609Z] === RUN TestKillDifferentUserContainer [2019-09-26T21:25:19.938Z] === RUN TestKillContainer/non_killing_signal [2019-09-26T21:25:19.995Z] INFO: Expanding compiler 2 of 3... [2019-09-26T21:25:20.170Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-26T21:25:20.351Z] === RUN TestKillContainer/killing_signal [2019-09-26T21:25:20.729Z] --- PASS: TestKillDifferentUserContainer (0.96s) [2019-09-26T21:25:20.729Z] === RUN TestInspectOomKilledTrue [2019-09-26T21:25:20.729Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-26T21:25:20.729Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:25:20.729Z] === RUN TestInspectOomKilledFalse [2019-09-26T21:25:20.729Z] --- SKIP: TestInspectOomKilledFalse (0.01s) [2019-09-26T21:25:20.729Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:25:20.729Z] === RUN TestLinksEtcHostsContentMatch [2019-09-26T21:25:21.288Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2019-09-26T21:25:21.288Z] === RUN TestLinksContainerNames [2019-09-26T21:25:21.646Z] --- PASS: TestKillContainer (2.66s) [2019-09-26T21:25:21.647Z] --- PASS: TestKillContainer/no_signal (0.91s) [2019-09-26T21:25:21.647Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2019-09-26T21:25:21.647Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2019-09-26T21:25:21.647Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-26T21:25:21.647Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-26T21:25:22.430Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-26T21:25:23.173Z] --- PASS: TestLinksContainerNames (1.69s) [2019-09-26T21:25:23.173Z] === RUN TestLogsFollowTailEmpty [2019-09-26T21:25:23.252Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.71s) [2019-09-26T21:25:23.252Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2019-09-26T21:25:23.252Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2019-09-26T21:25:23.252Z] === RUN TestKillStoppedContainer [2019-09-26T21:25:23.252Z] --- PASS: TestKillStoppedContainer (0.07s) [2019-09-26T21:25:23.252Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-26T21:25:23.640Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-09-26T21:25:23.640Z] === RUN TestKillDifferentUserContainer [2019-09-26T21:25:23.732Z] --- PASS: TestLogsFollowTailEmpty (0.89s) [2019-09-26T21:25:23.732Z] === RUN TestContainerNetworkMountsNoChown [2019-09-26T21:25:24.416Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2019-09-26T21:25:24.416Z] === RUN TestInspectOomKilledTrue [2019-09-26T21:25:24.416Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-26T21:25:24.416Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:25:24.416Z] === RUN TestInspectOomKilledFalse [2019-09-26T21:25:24.416Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-26T21:25:24.416Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:25:24.416Z] === RUN TestLinksEtcHostsContentMatch [2019-09-26T21:25:24.657Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-26T21:25:24.657Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s) [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/default [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/default [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/private [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/private [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rprivate [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/slave [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/slave [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rslave [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/shared [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/shared [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rshared [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/default [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/rslave [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/rshared [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/shared [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/rprivate [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/slave [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/private [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-26T21:25:24.657Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:25:24.657Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:25:24.657Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:25:24.786Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2019-09-26T21:25:24.786Z] === RUN TestLinksContainerNames [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:25:24.912Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:25:24.913Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-26T21:25:24.982Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-26T21:25:25.167Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:25:25.421Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-26T21:25:25.421Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-26T21:25:25.421Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:25:25.421Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/default (0.01s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-26T21:25:25.421Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-09-26T21:25:25.421Z] === RUN TestContainerBindMountNonRecursive [2019-09-26T21:25:26.664Z] --- PASS: TestLinksContainerNames (1.66s) [2019-09-26T21:25:26.664Z] === RUN TestLogsFollowTailEmpty [2019-09-26T21:25:26.823Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-26T21:25:27.058Z] INFO: Expanding compiler 3 of 3... [2019-09-26T21:25:27.451Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2019-09-26T21:25:27.451Z] === RUN TestContainerNetworkMountsNoChown [2019-09-26T21:25:27.491Z] tests/integration/client_test.py ..... [ 75%] [2019-09-26T21:25:28.025Z] INFO: Removing downloaded files... [2019-09-26T21:25:28.025Z] INFO: Creating source directory... [2019-09-26T21:25:28.025Z] INFO: Configuring git core.autocrlf... [2019-09-26T21:25:28.025Z] INFO: Completed [2019-09-26T21:25:28.051Z] tests/integration/errors_test.py . [ 75%] [2019-09-26T21:25:28.184Z] --- PASS: TestContainerBindMountNonRecursive (2.47s) [2019-09-26T21:25:28.184Z] === RUN TestNetworkNat [2019-09-26T21:25:28.258Z] --- PASS: TestContainerNetworkMountsNoChown (0.94s) [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/default [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/default [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/private [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/private [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rprivate [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/slave [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/slave [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rslave [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/shared [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/shared [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rshared [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/default [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/rshared [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/shared [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/rslave [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/slave [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/rprivate [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/private [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-26T21:25:28.258Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:25:28.258Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:25:28.258Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-26T21:25:28.642Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-26T21:25:29.033Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot (0.01s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-09-26T21:25:29.033Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-26T21:25:29.033Z] === RUN TestContainerBindMountNonRecursive [2019-09-26T21:25:29.108Z] --- PASS: TestNetworkNat (1.04s) [2019-09-26T21:25:29.108Z] === RUN TestNetworkLocalhostTCPNat [2019-09-26T21:25:30.031Z] --- PASS: TestNetworkLocalhostTCPNat (0.98s) [2019-09-26T21:25:30.031Z] === RUN TestNetworkLoopbackNat [2019-09-26T21:25:30.286Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-26T21:25:31.558Z] --- PASS: TestContainerBindMountNonRecursive (2.14s) [2019-09-26T21:25:31.558Z] === RUN TestNetworkNat [2019-09-26T21:25:31.692Z] --- PASS: TestNetworkLoopbackNat (1.51s) [2019-09-26T21:25:31.692Z] === RUN TestPause [2019-09-26T21:25:32.335Z] --- PASS: TestNetworkNat (0.95s) [2019-09-26T21:25:32.335Z] === RUN TestNetworkLocalhostTCPNat [2019-09-26T21:25:32.617Z] --- PASS: TestPause (1.01s) [2019-09-26T21:25:32.617Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-26T21:25:32.617Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-26T21:25:32.617Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-26T21:25:32.617Z] === RUN TestPauseStopPausedContainer [2019-09-26T21:25:32.917Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-26T21:25:33.180Z] --- PASS: TestNetworkLocalhostTCPNat (0.91s) [2019-09-26T21:25:33.180Z] === RUN TestNetworkLoopbackNat [2019-09-26T21:25:33.477Z] --- PASS: TestPauseStopPausedContainer (1.02s) [2019-09-26T21:25:33.477Z] === RUN TestPsFilter [2019-09-26T21:25:33.732Z] --- PASS: TestPsFilter (0.26s) [2019-09-26T21:25:33.732Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-26T21:25:33.986Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-26T21:25:34.455Z] --- PASS: TestNetworkLoopbackNat (1.13s) [2019-09-26T21:25:34.455Z] === RUN TestPause [2019-09-26T21:25:34.587Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-26T21:25:34.842Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.98s) [2019-09-26T21:25:34.842Z] === RUN TestRemoveContainerWithVolume [2019-09-26T21:25:35.237Z] --- PASS: TestPause (0.95s) [2019-09-26T21:25:35.237Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-26T21:25:35.237Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-26T21:25:35.237Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-26T21:25:35.237Z] === RUN TestPauseStopPausedContainer [2019-09-26T21:25:35.402Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2019-09-26T21:25:35.403Z] === RUN TestRemoveContainerRunning [2019-09-26T21:25:35.657Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-26T21:25:36.584Z] --- PASS: TestPauseStopPausedContainer (1.01s) [2019-09-26T21:25:36.584Z] === RUN TestPsFilter [2019-09-26T21:25:36.584Z] --- PASS: TestPsFilter (0.23s) [2019-09-26T21:25:36.584Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-26T21:25:36.588Z] --- PASS: TestRemoveContainerRunning (0.98s) [2019-09-26T21:25:36.588Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-26T21:25:37.365Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2019-09-26T21:25:37.365Z] === RUN TestRemoveContainerWithVolume [2019-09-26T21:25:37.601Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.91s) [2019-09-26T21:25:37.601Z] === RUN TestRemoveInvalidContainer [2019-09-26T21:25:37.601Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-26T21:25:37.601Z] === RUN TestRenameLinkedContainer [2019-09-26T21:25:38.622Z] --- PASS: TestRemoveContainerWithVolume (1.04s) [2019-09-26T21:25:38.622Z] === RUN TestRemoveContainerRunning [2019-09-26T21:25:39.440Z] --- PASS: TestRemoveContainerRunning (0.92s) [2019-09-26T21:25:39.440Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-26T21:25:40.264Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.94s) [2019-09-26T21:25:40.264Z] === RUN TestRemoveInvalidContainer [2019-09-26T21:25:40.264Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-09-26T21:25:40.264Z] === RUN TestRenameLinkedContainer [2019-09-26T21:25:42.881Z] --- PASS: TestRenameLinkedContainer (5.36s) [2019-09-26T21:25:42.881Z] === RUN TestRenameStoppedContainer [2019-09-26T21:25:43.805Z] --- PASS: TestRenameStoppedContainer (1.03s) [2019-09-26T21:25:43.805Z] === RUN TestRenameRunningContainerAndReuse [2019-09-26T21:25:44.328Z] --- PASS: TestRenameLinkedContainer (4.05s) [2019-09-26T21:25:44.328Z] === RUN TestRenameStoppedContainer [2019-09-26T21:25:45.138Z] --- PASS: TestRenameStoppedContainer (0.91s) [2019-09-26T21:25:45.138Z] === RUN TestRenameRunningContainerAndReuse [2019-09-26T21:25:45.691Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-26T21:25:46.617Z] --- PASS: TestRenameRunningContainerAndReuse (2.70s) [2019-09-26T21:25:46.617Z] === RUN TestRenameInvalidName [2019-09-26T21:25:46.988Z] --- PASS: TestRenameRunningContainerAndReuse (1.65s) [2019-09-26T21:25:46.988Z] === RUN TestRenameInvalidName [2019-09-26T21:25:47.543Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-26T21:25:47.543Z] --- PASS: TestRenameInvalidName (1.01s) [2019-09-26T21:25:47.543Z] === RUN TestRenameAnonymousContainer [2019-09-26T21:25:47.851Z] --- PASS: TestRenameInvalidName (0.99s) [2019-09-26T21:25:47.851Z] === RUN TestRenameAnonymousContainer [2019-09-26T21:25:48.945Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-09-26T21:25:49.201Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-26T21:25:51.028Z] --- PASS: TestRenameAnonymousContainer (2.90s) [2019-09-26T21:25:51.029Z] === RUN TestRenameContainerWithSameName [2019-09-26T21:25:51.540Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2019-09-26T21:25:51.540Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-26T21:25:51.713Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-26T21:25:51.713Z] --- PASS: TestRenameAnonymousContainer (3.96s) [2019-09-26T21:25:51.713Z] === RUN TestRenameContainerWithSameName [2019-09-26T21:25:52.684Z] --- PASS: TestRenameContainerWithSameName (0.97s) [2019-09-26T21:25:52.684Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-26T21:25:52.684Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-26T21:25:53.369Z] --- PASS: TestRenameContainerWithLinkedContainer (1.74s) [2019-09-26T21:25:53.369Z] === RUN TestResize [2019-09-26T21:25:53.650Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-26T21:25:54.150Z] --- PASS: TestResize (0.91s) [2019-09-26T21:25:54.150Z] === RUN TestResizeWithInvalidSize [2019-09-26T21:25:54.574Z] --- PASS: TestRenameContainerWithLinkedContainer (1.87s) [2019-09-26T21:25:54.574Z] === RUN TestResize [2019-09-26T21:25:55.027Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2019-09-26T21:25:55.027Z] === RUN TestResizeWhenContainerNotStarted [2019-09-26T21:25:55.499Z] --- PASS: TestResize (0.92s) [2019-09-26T21:25:55.499Z] === RUN TestResizeWithInvalidSize [2019-09-26T21:25:55.839Z] --- PASS: TestResizeWhenContainerNotStarted (0.88s) [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:55.839Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:55.839Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:55.839Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:25:55.839Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:25:56.059Z] --- PASS: TestResizeWithInvalidSize (0.92s) [2019-09-26T21:25:56.059Z] === RUN TestResizeWhenContainerNotStarted [2019-09-26T21:25:56.983Z] --- PASS: TestResizeWhenContainerNotStarted (0.90s) [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:56.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:56.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:56.983Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:25:56.983Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:25:57.910Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-26T21:25:58.379Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:58.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:59.236Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:25:59.488Z] ok github.com/docker/docker/cmd/dockerd 0.205s coverage: 30.1% of statements [2019-09-26T21:25:59.625Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:25:59.837Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:26:00.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:26:00.899Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:26:01.296Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:26:01.496Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:26:01.751Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-26T21:26:01.751Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:26:01.751Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-26T21:26:02.197Z] ok github.com/docker/docker/container 0.181s coverage: 35.3% of statements [2019-09-26T21:26:02.197Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-26T21:26:02.197Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-26T21:26:02.197Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-26T21:26:02.197Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-26T21:26:02.675Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-26T21:26:03.235Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:26:03.273Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:26:03.273Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:26:03.841Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:26:05.691Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.056s coverage: 65.3% of statements [2019-09-26T21:26:05.730Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-26T21:26:05.985Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:26:06.240Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:26:06.509Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:26:06.509Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:26:07.259Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-26T21:26:08.128Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-26T21:26:08.129Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-26T21:26:08.976Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-26T21:26:08.976Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.00s) [2019-09-26T21:26:08.976Z] 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-09-26T21:26:08.976Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.36s) [2019-09-26T21:26:08.976Z] 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-09-26T21:26:08.976Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) [2019-09-26T21:26:08.976Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.41s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.42s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.28s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.78s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.83s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.28s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.34s) [2019-09-26T21:26:08.977Z] 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-09-26T21:26:08.977Z] === RUN TestCgroupNamespacesRun [2019-09-26T21:26:09.513Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-26T21:26:09.767Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-26T21:26:09.768Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:26:10.022Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:26:10.336Z] --- PASS: TestCgroupNamespacesRun (1.84s) [2019-09-26T21:26:10.336Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-26T21:26:10.336Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-26T21:26:12.165Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s) [2019-09-26T21:26:12.165Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-26T21:26:12.165Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-26T21:26:12.534Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-26T21:26:12.534Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-26T21:26:12.788Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-26T21:26:12.788Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.83s) [2019-09-26T21:26:12.788Z] 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-09-26T21:26:12.788Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.08s) [2019-09-26T21:26:12.788Z] 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-09-26T21:26:12.788Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.54s) [2019-09-26T21:26:12.788Z] 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-09-26T21:26:12.788Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.75s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.83s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.71s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.61s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.89s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.65s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.64s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.83s) [2019-09-26T21:26:12.789Z] 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-09-26T21:26:12.789Z] === RUN TestCgroupNamespacesRun [2019-09-26T21:26:14.098Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s) [2019-09-26T21:26:14.098Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-26T21:26:14.098Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-26T21:26:14.140Z] ok github.com/docker/docker/daemon/cluster/convert 0.025s coverage: 35.8% of statements [2019-09-26T21:26:14.672Z] --- PASS: TestCgroupNamespacesRun (1.94s) [2019-09-26T21:26:14.672Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-26T21:26:14.672Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-26T21:26:14.927Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-26T21:26:15.908Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2019-09-26T21:26:15.908Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-26T21:26:15.908Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-26T21:26:16.810Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s) [2019-09-26T21:26:16.810Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-26T21:26:16.810Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-26T21:26:17.640Z] ok github.com/docker/docker/daemon/cluster 0.231s coverage: 0.5% of statements [2019-09-26T21:26:17.840Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2019-09-26T21:26:17.840Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-26T21:26:17.840Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-26T21:26:18.171Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-26T21:26:18.205Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.81s) [2019-09-26T21:26:18.205Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-26T21:26:18.205Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-26T21:26:18.734Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.89s) [2019-09-26T21:26:18.734Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-26T21:26:18.734Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-26T21:26:19.458Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2019-09-26T21:26:19.458Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-26T21:26:19.458Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-26T21:26:19.658Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-26T21:26:20.859Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2019-09-26T21:26:20.859Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-26T21:26:20.859Z] === RUN TestKernelTCPMemory [2019-09-26T21:26:21.020Z] --- PASS: TestCgroupNamespacesRunHostMode (2.01s) [2019-09-26T21:26:21.020Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-26T21:26:21.020Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-26T21:26:22.138Z] --- PASS: TestKernelTCPMemory (0.96s) [2019-09-26T21:26:22.138Z] === RUN TestNISDomainname [2019-09-26T21:26:22.969Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-26T21:26:23.195Z] ok github.com/docker/docker/daemon/discovery 0.020s coverage: 30.0% of statements [2019-09-26T21:26:23.224Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.40s) [2019-09-26T21:26:23.224Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-26T21:26:23.224Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-26T21:26:23.482Z] --- PASS: TestNISDomainname (1.26s) [2019-09-26T21:26:23.482Z] === RUN TestHostnameDnsResolution [2019-09-26T21:26:23.783Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-26T21:26:24.038Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-09-26T21:26:24.038Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-26T21:26:24.038Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-26T21:26:24.361Z] --- PASS: TestHostnameDnsResolution (1.18s) [2019-09-26T21:26:24.361Z] === RUN TestStats [2019-09-26T21:26:24.687Z] ok github.com/docker/docker/daemon/config 0.115s coverage: 84.6% of statements [2019-09-26T21:26:24.964Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-09-26T21:26:24.964Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-26T21:26:24.964Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-26T21:26:24.974Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2019-09-26T21:26:26.324Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-26T21:26:26.787Z] --- PASS: TestStats (2.43s) [2019-09-26T21:26:26.787Z] === RUN TestStopContainerWithTimeout [2019-09-26T21:26:26.787Z] === RUN TestStopContainerWithTimeout/0 [2019-09-26T21:26:26.787Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-26T21:26:26.787Z] === RUN TestStopContainerWithTimeout/1 [2019-09-26T21:26:26.787Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-26T21:26:26.787Z] === RUN TestStopContainerWithTimeout/3 [2019-09-26T21:26:26.787Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-26T21:26:26.787Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-26T21:26:26.787Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-26T21:26:26.787Z] === CONT TestStopContainerWithTimeout/0 [2019-09-26T21:26:26.787Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-26T21:26:26.883Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.97s) [2019-09-26T21:26:26.884Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-26T21:26:26.884Z] === RUN TestKernelTCPMemory [2019-09-26T21:26:27.808Z] --- PASS: TestKernelTCPMemory (1.00s) [2019-09-26T21:26:27.808Z] === RUN TestNISDomainname [2019-09-26T21:26:27.992Z] ......... [ 85%] [2019-09-26T21:26:28.063Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-26T21:26:28.131Z] === CONT TestStopContainerWithTimeout/3 [2019-09-26T21:26:28.459Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2019-09-26T21:26:29.425Z] --- PASS: TestNISDomainname (1.31s) [2019-09-26T21:26:29.425Z] === RUN TestHostnameDnsResolution [2019-09-26T21:26:29.934Z] === CONT TestStopContainerWithTimeout/1 [2019-09-26T21:26:30.349Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-26T21:26:30.909Z] --- PASS: TestHostnameDnsResolution (1.59s) [2019-09-26T21:26:30.909Z] === RUN TestStats [2019-09-26T21:26:31.815Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-09-26T21:26:31.815Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2019-09-26T21:26:31.815Z] --- PASS: TestStopContainerWithTimeout/-1 (2.98s) [2019-09-26T21:26:31.815Z] --- PASS: TestStopContainerWithTimeout/3 (2.94s) [2019-09-26T21:26:31.815Z] --- PASS: TestStopContainerWithTimeout/1 (1.99s) [2019-09-26T21:26:31.815Z] === RUN TestDeleteDevicemapper [2019-09-26T21:26:31.815Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-26T21:26:31.815Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-26T21:26:31.815Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-26T21:26:31.940Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.513s coverage: 13.7% of statements [2019-09-26T21:26:32.797Z] --- PASS: TestStats (2.04s) [2019-09-26T21:26:32.797Z] === RUN TestStopContainerWithTimeout [2019-09-26T21:26:32.797Z] === RUN TestStopContainerWithTimeout/0 [2019-09-26T21:26:32.797Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-26T21:26:32.797Z] === RUN TestStopContainerWithTimeout/1 [2019-09-26T21:26:32.797Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-26T21:26:32.797Z] === RUN TestStopContainerWithTimeout/3 [2019-09-26T21:26:32.797Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-26T21:26:32.797Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-26T21:26:32.797Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-26T21:26:32.797Z] === CONT TestStopContainerWithTimeout/0 [2019-09-26T21:26:32.797Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-26T21:26:32.956Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.034s coverage: 2.9% of statements [2019-09-26T21:26:33.399Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-26T21:26:33.399Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-26T21:26:33.399Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-26T21:26:33.958Z] === CONT TestStopContainerWithTimeout/3 [2019-09-26T21:26:34.109Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-26T21:26:35.000Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.921s coverage: 57.9% of statements [2019-09-26T21:26:35.286Z] ok github.com/docker/docker/daemon 12.391s coverage: 17.6% of statements [2019-09-26T21:26:35.286Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-26T21:26:35.286Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-26T21:26:35.286Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-26T21:26:35.286Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-26T21:26:35.724Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-26T21:26:35.849Z] === CONT TestStopContainerWithTimeout/1 [2019-09-26T21:26:35.920Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.65s) [2019-09-26T21:26:35.920Z] === RUN TestUpdateMemory [2019-09-26T21:26:35.920Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-26T21:26:35.920Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:26:35.920Z] === RUN TestUpdateCPUQuota [2019-09-26T21:26:36.775Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-26T21:26:37.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-26T21:26:37.187Z] --- PASS: TestUpdateCPUQuota (1.82s) [2019-09-26T21:26:37.187Z] === RUN TestUpdatePidsLimit [2019-09-26T21:26:37.187Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-26T21:26:37.953Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-26T21:26:37.953Z] --- PASS: TestStopContainerWithTimeout/0 (1.12s) [2019-09-26T21:26:37.953Z] --- PASS: TestStopContainerWithTimeout/-1 (3.03s) [2019-09-26T21:26:37.953Z] --- PASS: TestStopContainerWithTimeout/3 (2.97s) [2019-09-26T21:26:37.953Z] --- PASS: TestStopContainerWithTimeout/1 (2.06s) [2019-09-26T21:26:37.953Z] === RUN TestDeleteDevicemapper [2019-09-26T21:26:37.953Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-26T21:26:37.953Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-26T21:26:37.953Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-26T21:26:38.006Z] === RUN TestUpdatePidsLimit/no_change [2019-09-26T21:26:38.475Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-26T21:26:38.475Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-26T21:26:38.880Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-26T21:26:39.266Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-26T21:26:39.704Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.316s coverage: 68.6% of statements [2019-09-26T21:26:40.059Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-26T21:26:40.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-26T21:26:41.202Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.798s coverage: 51.0% of statements [2019-09-26T21:26:41.829Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.834s coverage: 45.9% of statements [2019-09-26T21:26:41.829Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-26T21:26:41.916Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.70s) [2019-09-26T21:26:41.916Z] === RUN TestUpdateMemory [2019-09-26T21:26:41.916Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-26T21:26:41.916Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:26:41.916Z] === RUN TestUpdateCPUQuota [2019-09-26T21:26:41.991Z] --- PASS: TestUpdatePidsLimit (4.29s) [2019-09-26T21:26:41.992Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2019-09-26T21:26:41.992Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2019-09-26T21:26:41.992Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2019-09-26T21:26:41.992Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2019-09-26T21:26:41.992Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2019-09-26T21:26:41.992Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.49s) [2019-09-26T21:26:41.992Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2019-09-26T21:26:41.992Z] === RUN TestUpdateRestartPolicy [2019-09-26T21:26:42.261Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-26T21:26:42.845Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-26T21:26:43.100Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-09-26T21:26:43.185Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-26T21:26:43.354Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-26T21:26:43.914Z] --- PASS: TestUpdateCPUQuota (2.09s) [2019-09-26T21:26:43.914Z] === RUN TestUpdatePidsLimit [2019-09-26T21:26:43.914Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-26T21:26:44.169Z] === RUN TestUpdatePidsLimit/no_change [2019-09-26T21:26:44.534Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.285s coverage: 52.6% of statements [2019-09-26T21:26:44.534Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-26T21:26:44.534Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.606s coverage: 76.1% of statements [2019-09-26T21:26:44.534Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-26T21:26:44.728Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-26T21:26:45.287Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-26T21:26:45.541Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-26T21:26:45.797Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-26T21:26:46.022Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.058s coverage: 58.0% of statements [2019-09-26T21:26:46.357Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-26T21:26:46.654Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-26T21:26:46.908Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-26T21:26:47.043Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.038s coverage: 3.0% of statements [2019-09-26T21:26:47.043Z] ok github.com/docker/docker/daemon/links 0.027s coverage: 93.0% of statements [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit (4.83s) [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit/no_change (0.51s) [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit/update_lower (0.57s) [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.47s) [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.52s) [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.51s) [2019-09-26T21:26:48.793Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.50s) [2019-09-26T21:26:48.793Z] === RUN TestUpdateRestartPolicy [2019-09-26T21:26:48.793Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-26T21:26:48.930Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-26T21:26:49.717Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-26T21:26:51.464Z] ok github.com/docker/docker/daemon/logger 0.279s coverage: 42.7% of statements [2019-09-26T21:26:52.089Z] ok github.com/docker/docker/daemon/logger/gelf 0.030s coverage: 68.2% of statements [2019-09-26T21:26:52.316Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-26T21:26:53.325Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-26T21:26:53.325Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-26T21:26:53.578Z] ok github.com/docker/docker/daemon/logger/awslogs 0.669s coverage: 77.8% of statements [2019-09-26T21:26:55.070Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 26.2% of statements [2019-09-26T21:26:55.359Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 88.3% of statements [2019-09-26T21:26:55.359Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 4.9% of statements [2019-09-26T21:26:55.359Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-26T21:26:55.359Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-26T21:26:55.359Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-26T21:26:55.359Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-26T21:26:55.575Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-26T21:26:55.575Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-26T21:26:55.596Z] --- PASS: TestUpdateRestartPolicy (12.85s) [2019-09-26T21:26:55.596Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-26T21:26:55.596Z] --- PASS: TestUpdateRestartWithAutoRemove (0.90s) [2019-09-26T21:26:55.596Z] === RUN TestWaitNonBlocked [2019-09-26T21:26:55.596Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:26:55.596Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:26:55.596Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:26:55.596Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:26:55.596Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:26:55.596Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:26:55.984Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 62.1% of statements [2019-09-26T21:26:56.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-26T21:26:56.465Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-26T21:26:56.465Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.13s) [2019-09-26T21:26:56.465Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2019-09-26T21:26:56.465Z] === RUN TestWaitBlocked [2019-09-26T21:26:56.465Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:26:56.465Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:26:56.465Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:26:56.465Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:26:56.465Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:26:56.465Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:26:57.498Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-26T21:26:58.280Z] --- PASS: TestWaitBlocked (0.03s) [2019-09-26T21:26:58.280Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.34s) [2019-09-26T21:26:58.280Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.41s) [2019-09-26T21:26:58.280Z] === CONT TestContainerStartOnDaemonRestart [2019-09-26T21:26:58.280Z] === CONT TestIpcModeOlderClient [2019-09-26T21:26:58.280Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-09-26T21:26:58.280Z] === CONT TestDaemonRestartIpcMode [2019-09-26T21:26:58.422Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-26T21:26:58.630Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-26T21:26:58.986Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-26T21:26:59.140Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-26T21:26:59.140Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-26T21:26:59.140Z] [2019-09-26T21:26:59.140Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-26T21:26:59.140Z] =========================== short test summary info ============================ [2019-09-26T21:26:59.140Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-26T21:26:59.140Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-26T21:26:59.140Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-26T21:26:59.140Z] Not supported on most drivers [2019-09-26T21:26:59.140Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-26T21:26:59.140Z] This doesn't seem to be taken into account by the engine [2019-09-26T21:26:59.140Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-26T21:26:59.140Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-26T21:26:59.140Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-26T21:26:59.140Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-26T21:26:59.140Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-26T21:26:59.140Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-26T21:26:59.140Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-26T21:26:59.140Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 385.72 seconds == [2019-09-26T21:26:59.241Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-26T21:26:59.397Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-26T21:26:59.488Z] ok github.com/docker/docker/daemon/logger/local 0.051s coverage: 74.7% of statements [2019-09-26T21:26:59.488Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-26T21:26:59.488Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.056s coverage: 20.0% of statements [2019-09-26T21:27:00.981Z] ok github.com/docker/docker/daemon/logger/templates 0.025s coverage: 8.3% of statements [2019-09-26T21:27:01.555Z] --- PASS: TestContainerStartOnDaemonRestart (3.17s) [2019-09-26T21:27:01.555Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-26T21:27:01.606Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 47.8% of statements [2019-09-26T21:27:01.749Z] --- PASS: TestUpdateRestartPolicy (13.28s) [2019-09-26T21:27:01.749Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-26T21:27:01.924Z] --- PASS: TestDaemonRestartIpcMode (3.95s) [2019-09-26T21:27:01.924Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-26T21:27:01.924Z] PASS [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] === Skipped [2019-09-26T21:27:01.924Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-09-26T21:27:01.924Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-26T21:27:01.924Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-26T21:27:01.924Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-26T21:27:01.924Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-09-26T21:27:01.924Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-09-26T21:27:01.924Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] [2019-09-26T21:27:01.924Z] DONE 197 tests, 6 skipped in 139.126s [2019-09-26T21:27:02.319Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-09-26T21:27:02.319Z] ++ 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-09-26T21:27:02.319Z] ++ set -e [2019-09-26T21:27:02.319Z] ++ '[' -n 0 ']' [2019-09-26T21:27:02.319Z] ++ set -x [2019-09-26T21:27:02.319Z] ++ env -i DEST=/go/src/github.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-09-26T21:27:02.319Z] INFO: Testing against a local daemon [2019-09-26T21:27:02.319Z] === RUN TestCommitInheritsEnv [2019-09-26T21:27:02.634Z] ok github.com/docker/docker/daemon/network 0.022s coverage: 63.8% of statements [2019-09-26T21:27:02.634Z] ok github.com/docker/docker/daemon/logger/splunk 2.604s coverage: 84.5% of statements [2019-09-26T21:27:02.634Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-26T21:27:02.634Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-26T21:27:03.109Z] --- PASS: TestUpdateRestartWithAutoRemove (1.04s) [2019-09-26T21:27:03.109Z] === RUN TestWaitNonBlocked [2019-09-26T21:27:03.109Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:27:03.109Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:27:03.109Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:27:03.109Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:27:03.109Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:27:03.109Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:27:03.116Z] --- PASS: TestCommitInheritsEnv (0.80s) [2019-09-26T21:27:03.116Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-26T21:27:03.116Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-26T21:27:03.116Z] === RUN TestImagesFilterMultiReference [2019-09-26T21:27:03.116Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2019-09-26T21:27:03.116Z] === RUN TestImagePullPlatformInvalid [2019-09-26T21:27:03.116Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-26T21:27:03.116Z] === RUN TestRemoveImageOrphaning [2019-09-26T21:27:04.034Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2019-09-26T21:27:04.034Z] === RUN TestRemoveImageGarbageCollector [2019-09-26T21:27:04.034Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-26T21:27:04.034Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:27:04.034Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-26T21:27:04.034Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-09-26T21:27:04.034Z] === RUN TestTagInvalidReference [2019-09-26T21:27:04.034Z] --- PASS: TestTagInvalidReference (0.01s) [2019-09-26T21:27:04.034Z] === RUN TestTagValidPrefixedRepo [2019-09-26T21:27:04.034Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-09-26T21:27:04.034Z] === RUN TestTagExistedNameWithoutForce [2019-09-26T21:27:04.034Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-26T21:27:04.034Z] === RUN TestTagOfficialNames [2019-09-26T21:27:04.034Z] --- PASS: TestTagOfficialNames (0.04s) [2019-09-26T21:27:04.034Z] === RUN TestTagMatchesDigest [2019-09-26T21:27:04.034Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-09-26T21:27:04.034Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-26T21:27:04.487Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-26T21:27:04.487Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2019-09-26T21:27:04.487Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.28s) [2019-09-26T21:27:04.487Z] === RUN TestWaitBlocked [2019-09-26T21:27:04.487Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:27:04.487Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:27:04.487Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:27:04.487Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:27:04.487Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:27:04.487Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:27:04.487Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-26T21:27:05.049Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-26T21:27:05.608Z] --- PASS: TestWaitBlocked (0.02s) [2019-09-26T21:27:05.609Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2019-09-26T21:27:05.609Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.29s) [2019-09-26T21:27:05.609Z] === CONT TestContainerStartOnDaemonRestart [2019-09-26T21:27:05.609Z] === CONT TestIpcModeOlderClient [2019-09-26T21:27:05.609Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-09-26T21:27:05.609Z] === CONT TestDaemonRestartIpcMode [2019-09-26T21:27:06.535Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-26T21:27:07.138Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-26T21:27:07.698Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-09-26T21:27:08.165Z] ok github.com/docker/docker/distribution/metadata 0.150s coverage: 48.2% of statements [2019-09-26T21:27:08.165Z] ok github.com/docker/docker/errdefs 0.034s coverage: 49.4% of statements [2019-09-26T21:27:09.066Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-26T21:27:09.626Z] --- PASS: TestContainerStartOnDaemonRestart (4.08s) [2019-09-26T21:27:09.626Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-26T21:27:09.664Z] ok github.com/docker/docker/distribution 0.651s coverage: 22.4% of statements [2019-09-26T21:27:09.664Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-26T21:27:10.553Z] --- PASS: TestDaemonRestartIpcMode (4.96s) [2019-09-26T21:27:10.553Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-26T21:27:10.553Z] PASS [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] === Skipped [2019-09-26T21:27:10.553Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-09-26T21:27:10.553Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-26T21:27:10.553Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.01s) [2019-09-26T21:27:10.553Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-26T21:27:10.553Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-09-26T21:27:10.553Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-09-26T21:27:10.553Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] [2019-09-26T21:27:10.553Z] DONE 197 tests, 6 skipped in 154.806s [2019-09-26T21:27:10.689Z] ok github.com/docker/docker/distribution/xfer 1.701s coverage: 85.1% of statements [2019-09-26T21:27:10.689Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-26T21:27:10.808Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-09-26T21:27:10.808Z] ++ 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-09-26T21:27:10.808Z] ++ set -e [2019-09-26T21:27:10.808Z] ++ '[' -n 0 ']' [2019-09-26T21:27:10.808Z] ++ set -x [2019-09-26T21:27:10.808Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-26T21:27:10.808Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-26T21:27:10.808Z] INFO: Testing against a local daemon [2019-09-26T21:27:10.808Z] === RUN TestCommitInheritsEnv [2019-09-26T21:27:11.369Z] --- PASS: TestCommitInheritsEnv (0.48s) [2019-09-26T21:27:11.369Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-26T21:27:11.369Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-26T21:27:11.369Z] === RUN TestImagesFilterMultiReference [2019-09-26T21:27:11.369Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-26T21:27:11.369Z] === RUN TestImagePullPlatformInvalid [2019-09-26T21:27:11.551Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-26T21:27:11.551Z] Clearing AppArmor profiles cache:. [2019-09-26T21:27:11.551Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-26T21:27:11.551Z] Unloading profiles will leave already running processes permanently [2019-09-26T21:27:11.551Z] unconfined, which can lead to unexpected situations. [2019-09-26T21:27:11.551Z] [2019-09-26T21:27:11.551Z] To set a process to complain mode, use the command line tool [2019-09-26T21:27:11.551Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-26T21:27:11.551Z] with the 'teardown' option." [2019-09-26T21:27:11.551Z] [2019-09-26T21:27:11.623Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-26T21:27:11.623Z] === RUN TestRemoveImageOrphaning Post stage [Pipeline] junit [2019-09-26T21:27:12.124Z] Recording test results [2019-09-26T21:27:12.179Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2019-09-26T21:27:12.183Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2019-09-26T21:27:12.183Z] === RUN TestRemoveImageGarbageCollector [Pipeline] sh [2019-09-26T21:27:13.198Z] ok github.com/docker/docker/image 0.082s coverage: 86.4% of statements [2019-09-26T21:27:13.198Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-26T21:27:13.330Z] + echo Ensuring container killed. [2019-09-26T21:27:13.330Z] Ensuring container killed. [2019-09-26T21:27:13.330Z] + docker rm -vf docker-pr2 [2019-09-26T21:27:13.330Z] Error: No such container: docker-pr2 [2019-09-26T21:27:13.330Z] + true [Pipeline] sh [2019-09-26T21:27:13.640Z] + echo Chowning /workspace to jenkins user [2019-09-26T21:27:13.640Z] Chowning /workspace to jenkins user [2019-09-26T21:27:13.640Z] + id -u [2019-09-26T21:27:13.640Z] + id -g [2019-09-26T21:27:13.640Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39994:/workspace busybox chown -R 1000:1000 /workspace [2019-09-26T21:27:13.825Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2019-09-26T21:27:14.693Z] --- PASS: TestRemoveImageGarbageCollector (2.25s) [2019-09-26T21:27:14.693Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-09-26T21:27:14.693Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-26T21:27:14.693Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2019-09-26T21:27:14.693Z] === RUN TestTagInvalidReference [2019-09-26T21:27:14.693Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-26T21:27:14.693Z] === RUN TestTagValidPrefixedRepo [2019-09-26T21:27:14.693Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2019-09-26T21:27:14.693Z] === RUN TestTagExistedNameWithoutForce [2019-09-26T21:27:14.693Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-26T21:27:14.693Z] === RUN TestTagOfficialNames [2019-09-26T21:27:14.693Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-26T21:27:14.693Z] === RUN TestTagMatchesDigest [2019-09-26T21:27:14.693Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-26T21:27:14.693Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-26T21:27:14.693Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-26T21:27:14.851Z] ok github.com/docker/docker/image/v1 0.048s coverage: 25.0% of statements [2019-09-26T21:27:14.851Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-26T21:27:15.479Z] ok github.com/docker/docker/pkg/aaparser 0.021s coverage: 50.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-26T21:27:15.813Z] + bundleName=docker-py [2019-09-26T21:27:15.813Z] + echo Creating docker-py-bundles.tar.gz [2019-09-26T21:27:15.813Z] Creating docker-py-bundles.tar.gz [2019-09-26T21:27:15.813Z] + 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-09-26T21:27:15.822Z] Archiving artifacts [2019-09-26T21:27:16.055Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39994/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [2019-09-26T21:27:16.097Z] === RUN TestDockerSuite/TestBuildChownSingleFile [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-26T21:27:16.394Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/make.sh binary-daemon [2019-09-26T21:27:16.955Z] [2019-09-26T21:27:17.022Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-26T21:27:17.212Z] Removing bundles/ [2019-09-26T21:27:17.212Z] [2019-09-26T21:27:17.212Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-26T21:27:17.212Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-26T21:27:17.212Z] GOOS="" GOARCH="" GOARM="" [2019-09-26T21:27:18.906Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-26T21:27:18.975Z] ok github.com/docker/docker/opts 0.071s coverage: 66.9% of statements [2019-09-26T21:27:19.465Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-26T21:27:19.997Z] ok github.com/docker/docker/pkg/authorization 0.586s coverage: 68.3% of statements [2019-09-26T21:27:20.024Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-26T21:27:20.279Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-26T21:27:20.284Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2019-09-26T21:27:20.533Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-26T21:27:20.911Z] ok github.com/docker/docker/pkg/capabilities 0.018s coverage: 87.5% of statements [2019-09-26T21:27:21.092Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-26T21:27:21.651Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-26T21:27:21.651Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-26T21:27:22.398Z] ok github.com/docker/docker/pkg/archive 1.563s coverage: 76.8% of statements [2019-09-26T21:27:22.398Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2019-09-26T21:27:23.536Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-26T21:27:23.885Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2019-09-26T21:27:23.885Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2019-09-26T21:27:25.386Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-09-26T21:27:26.408Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-09-26T21:27:26.408Z] ok github.com/docker/docker/layer 8.031s coverage: 68.8% of statements [2019-09-26T21:27:26.408Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-26T21:27:26.408Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-26T21:27:26.408Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-26T21:27:26.408Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-26T21:27:26.408Z] ? github.com/docker/docker/oci [no test files] [2019-09-26T21:27:26.408Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-26T21:27:26.795Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-26T21:27:27.032Z] ok github.com/docker/docker/pkg/dmesg 0.040s coverage: 83.3% of statements [2019-09-26T21:27:27.318Z] ok github.com/docker/docker/pkg/chrootarchive 4.336s coverage: 43.2% of statements [2019-09-26T21:27:27.318Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-26T21:27:27.318Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-26T21:27:27.943Z] ok github.com/docker/docker/pkg/filenotify 0.645s coverage: 67.0% of statements [2019-09-26T21:27:28.158Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-26T21:27:28.413Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-26T21:27:28.567Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 89.5% of statements [2019-09-26T21:27:28.974Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-26T21:27:29.190Z] ok github.com/docker/docker/pkg/fsutils 0.382s coverage: 85.1% of statements [2019-09-26T21:27:29.478Z] ok github.com/docker/docker/pkg/discovery/kv 3.265s coverage: 84.1% of statements [2019-09-26T21:27:30.105Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2019-09-26T21:27:30.877Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-26T21:27:31.607Z] ok github.com/docker/docker/pkg/jsonmessage 0.030s coverage: 91.7% of statements [2019-09-26T21:27:31.607Z] ok github.com/docker/docker/pkg/locker 0.085s coverage: 88.9% of statements [2019-09-26T21:27:32.237Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-26T21:27:32.630Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2019-09-26T21:27:33.256Z] ok github.com/docker/docker/pkg/ioutils 1.758s coverage: 70.6% of statements [2019-09-26T21:27:33.256Z] ok github.com/docker/docker/pkg/idtools 1.146s coverage: 70.1% of statements [2019-09-26T21:27:33.256Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-26T21:27:33.880Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2019-09-26T21:27:34.206Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-26T21:27:34.506Z] ok github.com/docker/docker/pkg/parsers 0.027s coverage: 97.0% of statements [2019-09-26T21:27:34.506Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2019-09-26T21:27:34.795Z] ok github.com/docker/docker/pkg/mount 0.922s coverage: 69.6% of statements [2019-09-26T21:27:34.795Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-26T21:27:35.423Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.018s coverage: 91.4% of statements [2019-09-26T21:27:35.565Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-26T21:27:35.711Z] ok github.com/docker/docker/pkg/pidfile 0.023s coverage: 82.4% of statements [2019-09-26T21:27:35.711Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-26T21:27:35.711Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-26T21:27:35.820Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-26T21:27:36.379Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-26T21:27:36.379Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-26T21:27:36.735Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.065s coverage: 56.8% of statements [2019-09-26T21:27:37.762Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 87.9% of statements [2019-09-26T21:27:37.790Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-26T21:27:38.058Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements [2019-09-26T21:27:38.350Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-26T21:27:38.350Z] ok github.com/docker/docker/pkg/progress 0.006s coverage: 75.9% of statements [2019-09-26T21:27:39.368Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-09-26T21:27:39.692Z] Removing intermediate container 421f12400cef [2019-09-26T21:27:39.692Z] ---> 0dc9f7b3c805 [2019-09-26T21:27:39.692Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-26T21:27:39.692Z] ---> Running in ca7fba8e2b6e [2019-09-26T21:27:39.692Z] Removing intermediate container ca7fba8e2b6e [2019-09-26T21:27:39.692Z] ---> 3153bd761051 [2019-09-26T21:27:39.692Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-26T21:27:39.692Z] ---> Running in f585525b8bfd [2019-09-26T21:27:39.692Z] Removing intermediate container f585525b8bfd [2019-09-26T21:27:39.692Z] ---> 013a30ecbf64 [2019-09-26T21:27:39.692Z] Step 8/8 : COPY . . [2019-09-26T21:27:39.711Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-26T21:27:40.272Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-26T21:27:40.272Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-26T21:27:40.384Z] ok github.com/docker/docker/pkg/pubsub 1.162s coverage: 73.9% of statements [2019-09-26T21:27:40.384Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2019-09-26T21:27:40.833Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-26T21:27:40.833Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-26T21:27:41.881Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2019-09-26T21:27:41.881Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2019-09-26T21:27:42.505Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-09-26T21:27:43.129Z] ok github.com/docker/docker/pkg/sysinfo 0.031s coverage: 80.0% of statements [2019-09-26T21:27:43.751Z] ok github.com/docker/docker/pkg/signal 3.833s coverage: 61.0% of statements [2019-09-26T21:27:43.751Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 36.9% of statements [2019-09-26T21:27:44.136Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-09-26T21:27:44.776Z] ok github.com/docker/docker/pkg/tailfile 0.130s coverage: 88.6% of statements [2019-09-26T21:27:45.410Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 85.9% of statements [2019-09-26T21:27:46.046Z] testing: warning: no tests to run [2019-09-26T21:27:46.046Z] coverage: [no statements] [2019-09-26T21:27:46.046Z] ok github.com/docker/docker/pkg/term/windows 0.018s coverage: [no statements] [no tests to run] [2019-09-26T21:27:46.331Z] ok github.com/docker/docker/pkg/tarsum 0.224s coverage: 89.3% of statements [2019-09-26T21:27:46.619Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2019-09-26T21:27:46.619Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2019-09-26T21:27:46.645Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-26T21:27:47.242Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2019-09-26T21:27:49.288Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2019-09-26T21:27:50.803Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-09-26T21:27:51.333Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2019-09-26T21:27:51.727Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-26T21:27:51.959Z] ok github.com/docker/docker/profiles/seccomp 0.031s coverage: 68.8% of statements [2019-09-26T21:27:52.606Z] ok github.com/docker/docker/plugin 0.593s coverage: 27.1% of statements [2019-09-26T21:27:54.100Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2019-09-26T21:27:54.388Z] ok github.com/docker/docker/restartmanager 0.007s coverage: 45.3% of statements [2019-09-26T21:27:55.881Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2019-09-26T21:27:56.903Z] ok github.com/docker/docker/runconfig 0.061s coverage: 68.2% of statements [2019-09-26T21:27:56.961Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-26T21:27:57.191Z] ok github.com/docker/docker/registry 0.626s coverage: 56.3% of statements [2019-09-26T21:27:57.519Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-26T21:27:57.775Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-26T21:27:58.335Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-26T21:28:00.784Z] ---> a151992d3a58 [2019-09-26T21:28:00.784Z] Successfully built a151992d3a58 [2019-09-26T21:28:00.784Z] Successfully tagged docker:latest [2019-09-26T21:28:00.784Z] INFO: Image build ended at 09/26/2019 21:27:58. Duration:00:03:45.3001743 [2019-09-26T21:28:00.784Z] [2019-09-26T21:28:00.784Z] [2019-09-26T21:28:00.784Z] INFO: Building the test binaries at 09/26/2019 21:27:58... [2019-09-26T21:28:01.606Z] ok github.com/docker/docker/volume/drivers 0.015s coverage: 36.1% of statements [2019-09-26T21:28:02.539Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-26T21:28:02.539Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-26T21:28:02.650Z] ok github.com/docker/docker/volume/local 0.044s coverage: 73.0% of statements [2019-09-26T21:28:02.936Z] ok github.com/docker/docker/volume/mounts 0.089s coverage: 67.0% of statements [2019-09-26T21:28:04.601Z] INFO: make.ps1 starting at 09/26/2019 21:28:04 [2019-09-26T21:28:04.601Z] INFO: Git commit (023b07228) assumed from DOCKER_GITCOMMIT environment variable [2019-09-26T21:28:04.601Z] INFO: Invoking autogen... [2019-09-26T21:28:04.968Z] ok github.com/docker/docker/volume/service 0.031s coverage: 73.0% of statements [2019-09-26T21:28:05.569Z] INFO: Building daemon... [2019-09-26T21:28:05.857Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-09-26T21:28:08.367Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-26T21:28:08.367Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-09-26T21:28:08.622Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-26T21:28:09.182Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-26T21:28:09.742Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-09-26T21:28:09.997Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-26T21:28:10.252Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-26T21:28:10.252Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-26T21:28:10.252Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-26T21:28:10.252Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-26T21:28:12.137Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-09-26T21:28:12.137Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-09-26T21:28:13.346Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/rootless [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/volume [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-26T21:28:13.346Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === Skipped [2019-09-26T21:28:13.346Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-26T21:28:13.346Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-26T21:28:13.346Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:73: No driver to put! [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-26T21:28:13.346Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-26T21:28:13.346Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-26T21:28:13.346Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:28:13.346Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-26T21:28:13.346Z] graphtest_unix.go:73: No driver to put! [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-26T21:28:13.346Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-26T21:28:13.346Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] [2019-09-26T21:28:13.346Z] DONE 2115 tests, 20 skipped in 334.300s Post stage [Pipeline] junit [2019-09-26T21:28:13.388Z] Recording test results [2019-09-26T21:28:14.022Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-26T21:28:14.443Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/make.sh dynbinary test-integration [2019-09-26T21:28:14.729Z] [2019-09-26T21:28:15.017Z] Removing bundles/ [2019-09-26T21:28:15.017Z] [2019-09-26T21:28:15.017Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-26T21:28:15.017Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:28:15.017Z] GOOS="" GOARCH="" GOARM="" [2019-09-26T21:28:15.907Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-26T21:28:15.907Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-26T21:28:20.066Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-09-26T21:28:21.428Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-09-26T21:28:22.790Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-26T21:28:23.350Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-26T21:28:23.911Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-26T21:28:27.170Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-26T21:28:27.170Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-26T21:28:27.731Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-26T21:28:31.930Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-09-26T21:28:35.204Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-26T21:28:37.088Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-26T21:28:38.623Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-26T21:28:38.623Z] Copying nested executables into bundles/binary-daemon [2019-09-26T21:28:38.623Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-26T21:28:38.937Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/make.sh cross [2019-09-26T21:28:39.500Z] [2019-09-26T21:28:39.500Z] Removing bundles/ [2019-09-26T21:28:39.596Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-26T21:28:39.759Z] [2019-09-26T21:28:39.759Z] ---> Making bundle: cross (in bundles/cross) [2019-09-26T21:28:39.759Z] Cross building: bundles/cross/linux/amd64 [2019-09-26T21:28:39.759Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-26T21:28:39.759Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-26T21:28:40.519Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-26T21:28:41.880Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-26T21:28:43.241Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-26T21:28:44.166Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-26T21:28:45.530Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-26T21:28:45.786Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-26T21:28:51.064Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-26T21:28:51.318Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-26T21:28:51.574Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-26T21:28:52.979Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-26T21:28:54.864Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-26T21:28:54.864Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-26T21:28:56.748Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-26T21:29:04.909Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-26T21:29:08.170Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-09-26T21:29:10.065Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-09-26T21:29:10.321Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-26T21:29:12.247Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-26T21:29:13.171Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-09-26T21:29:13.171Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-09-26T21:29:13.784Z] --- PASS: TestImportExtremelyLargeImageWorks (116.21s) [2019-09-26T21:29:13.784Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-26T21:29:13.784Z] PASS [2019-09-26T21:29:13.784Z] [2019-09-26T21:29:13.784Z] === Skipped [2019-09-26T21:29:13.784Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-26T21:29:13.784Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:29:13.784Z] [2019-09-26T21:29:13.784Z] [2019-09-26T21:29:13.784Z] DONE 12 tests, 1 skipped in 118.085s [2019-09-26T21:29:13.784Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-09-26T21:29:13.784Z] ++ 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-09-26T21:29:13.784Z] ++ set -e [2019-09-26T21:29:13.784Z] ++ '[' -n 0 ']' [2019-09-26T21:29:13.784Z] ++ set -x [2019-09-26T21:29:13.784Z] ++ env -i DEST=/go/src/github.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-09-26T21:29:13.784Z] INFO: Testing against a local daemon [2019-09-26T21:29:13.784Z] === RUN TestNetworkCreateDelete [2019-09-26T21:29:13.784Z] --- PASS: TestNetworkCreateDelete (0.12s) [2019-09-26T21:29:13.784Z] === RUN TestDockerNetworkDeletePreferID [2019-09-26T21:29:13.784Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2019-09-26T21:29:13.784Z] === RUN TestInspectNetwork [2019-09-26T21:29:13.784Z] === RUN TestInspectNetwork/full_network_id [2019-09-26T21:29:13.784Z] === RUN TestInspectNetwork/partial_network_id [2019-09-26T21:29:13.784Z] === RUN TestInspectNetwork/network_name [2019-09-26T21:29:13.784Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-26T21:29:13.784Z] --- PASS: TestInspectNetwork (9.63s) [2019-09-26T21:29:13.784Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-26T21:29:13.784Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-26T21:29:13.784Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-26T21:29:13.784Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-26T21:29:13.784Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-26T21:29:13.784Z] === RUN TestRunContainerWithBridgeNone [2019-09-26T21:29:13.784Z] --- PASS: TestRunContainerWithBridgeNone (2.48s) [2019-09-26T21:29:13.784Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-26T21:29:13.784Z] === RUN TestNetworkInvalidJSON [2019-09-26T21:29:13.784Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-26T21:29:13.784Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-26T21:29:13.784Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:29:13.784Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:29:13.784Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:29:13.784Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:29:13.784Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-26T21:29:13.784Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:29:13.784Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:29:13.784Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-09-26T21:29:13.784Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-26T21:29:13.784Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-26T21:29:13.784Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-26T21:29:13.784Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-26T21:29:14.161Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-09-26T21:29:14.161Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-26T21:29:14.161Z] === RUN TestDaemonDefaultNetworkPools [2019-09-26T21:29:14.948Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2019-09-26T21:29:14.948Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-26T21:29:14.948Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-26T21:29:16.257Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2019-09-26T21:29:16.257Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-26T21:29:16.257Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-26T21:29:16.430Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-26T21:29:17.033Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.18s) [2019-09-26T21:29:17.033Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-26T21:29:17.033Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-26T21:29:17.816Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2019-09-26T21:29:17.816Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-26T21:29:17.816Z] === RUN TestServiceWithPredefinedNetwork [2019-09-26T21:29:19.736Z] --- PASS: TestDockerDaemonSuite (363.62s) [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.05s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (4.00s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.66s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (5.28s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-26T21:29:19.737Z] docker_cli_daemon_test.go:1449: Daemon d56fbe83a1473 is not started [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d426333cca97a is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (4.93s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.74s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d2531fb3ef217 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.28s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (5.26s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.18s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (7.54s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (7.42s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.74s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.26s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon df2a4efb115fb is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.50s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon dc3713b6b9c2c is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.36s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d8d6cdfa07200 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.38s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.73s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.45s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.42s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d4397f9e2281b is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.51s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.26s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-09-26T21:29:19.737Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-26T21:29:19.737Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon ddadefbd5f82c is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.84s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-09-26T21:29:19.737Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-26T21:29:19.737Z] requirement.go:26: unmatched requirement IPv6 [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d9503219dbd5c is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.33s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.11s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.64s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.96s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d4f3b912f88a3 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.33s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d5a204604e297 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.90s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-09-26T21:29:19.737Z] docker_cli_daemon_plugins_test.go:79: Daemon d431e35d0fecf is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.80s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-09-26T21:29:19.737Z] docker_cli_daemon_plugins_test.go:169: Daemon da09ca55c7010 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.52s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d3e07739f913b is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.99s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.04s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.77s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.55s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.01s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.90s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.93s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.25s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d4f5f20df6198 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.59s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.42s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.31s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.49s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.78s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.24s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d6557153e2934 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.77s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.67s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.65s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.30s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.36s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.08s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-09-26T21:29:19.737Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-26T21:29:19.737Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon d5dca04ec5a31 is not started [2019-09-26T21:29:19.737Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-26T21:29:19.737Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon db31d9ee61758 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.71s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-09-26T21:29:19.737Z] check_test.go:309: Daemon def0ef1cda969 is not started [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.93s) [2019-09-26T21:29:19.737Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-09-26T21:29:19.737Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.50s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.27s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.14s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.72s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.64s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.01s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.72s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon d5360b967e828 is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.66s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.97s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.13s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon daaa7f294afcf is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.46s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon d8466d95a04d1 is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.16s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon dfc7ecfdbf76e is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.57s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.88s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon d7450522fd442 is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.22s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.06s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.59s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon dce8883081aea is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.03s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.49s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.31s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.34s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon df601b9cf75bc is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.06s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon dc961842f0841 is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.86s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.95s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.20s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.52s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.59s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.74s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.65s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.52s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.18s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.26s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.73s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.36s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-09-26T21:29:19.738Z] docker_cli_daemon_test.go:2542: Daemon d8a584bf251e5 is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.92s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.05s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.23s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.29s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-09-26T21:29:19.738Z] check_test.go:309: Daemon d468b5962b392 is not started [2019-09-26T21:29:19.738Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.05s) [2019-09-26T21:29:19.738Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-09-26T21:29:19.738Z] === RUN TestDockerSwarmSuite [2019-09-26T21:29:19.738Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-26T21:29:21.085Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2019-09-26T21:29:21.085Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-26T21:29:21.085Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-26T21:29:21.085Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-26T21:29:21.085Z] service_test.go:230: FLAKY_TEST [2019-09-26T21:29:21.085Z] === RUN TestServiceWithDataPathPortInit [2019-09-26T21:29:23.001Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-26T21:29:26.259Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-26T21:29:31.495Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-26T21:29:31.616Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-26T21:29:31.616Z] [2019-09-26T21:29:31.616Z] ________ ____ __. [2019-09-26T21:29:31.616Z] \_____ \ | |/ _| [2019-09-26T21:29:31.616Z] / | \| < [2019-09-26T21:29:31.616Z] / | \ | \ [2019-09-26T21:29:31.616Z] \_______ /____|__ \ [2019-09-26T21:29:31.616Z] \/ \/ [2019-09-26T21:29:31.616Z] [2019-09-26T21:29:31.616Z] INFO: make.ps1 ended at 09/26/2019 21:29:19 [2019-09-26T21:29:31.616Z] INFO: Binaries build ended at 09/26/2019 21:29:22. Duration:00:01:22.9664055 [2019-09-26T21:29:31.616Z] INFO: Copying the built daemon binary to d:\CI\PR-39994\2\binary\dockerd-023b07228.exe... [2019-09-26T21:29:31.616Z] INFO: Copying the built client binary to d:\CI\PR-39994\2\binary\docker-023b07228.exe... [2019-09-26T21:29:31.616Z] INFO: Copying dockerversion from the container... [2019-09-26T21:29:31.616Z] INFO: Copying the golang package from the container to d:\CI\PR-39994\2\installer\go.zip... [2019-09-26T21:29:31.616Z] INFO: Extracting go.zip to d:\CI\PR-39994\2\go [2019-09-26T21:29:31.750Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-09-26T21:29:31.750Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-26T21:29:31.750Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-26T21:29:38.276Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-26T21:29:40.160Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-26T21:29:40.888Z] --- PASS: TestServiceWithDataPathPortInit (16.82s) [2019-09-26T21:29:40.888Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-26T21:29:40.888Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-26T21:29:40.888Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-26T21:29:42.713Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-26T21:29:44.682Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-26T21:29:45.610Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-26T21:29:45.956Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.20s) [2019-09-26T21:29:45.956Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-26T21:29:45.956Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ppkejshpxyb2bhauvvj2tcal6 Created:2019-09-26 21:29:39.280805888 +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[e6668ffb34c0f252d53cdd93c6ff1209696b47ffa83d65a6e0a296ecae5c5da0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sac2kxgoqbtgn9bxce0el9pni EndpointID:160e5beaacf2e0af4065de52ab520fc51d82169596895750126f0f19db88dacc MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4c97ceb4b54d68afee561a450f62043f490b9f71ad6e94353db011df0d819666 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:9dcbff3ca564 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sac2kxgoqbtgn9bxce0el9pni EndpointID:160e5beaacf2e0af4065de52ab520fc51d82169596895750126f0f19db88dacc EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-26T21:29:45.956Z] PASS [2019-09-26T21:29:45.956Z] [2019-09-26T21:29:45.956Z] === Skipped [2019-09-26T21:29:45.956Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-26T21:29:45.956Z] service_test.go:230: FLAKY_TEST [2019-09-26T21:29:45.956Z] [2019-09-26T21:29:45.956Z] [2019-09-26T21:29:45.956Z] DONE 21 tests, 1 skipped in 45.880s [2019-09-26T21:29:46.348Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-26T21:29:46.348Z] ++ 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-09-26T21:29:46.348Z] ++ set -e [2019-09-26T21:29:46.348Z] ++ '[' -n 0 ']' [2019-09-26T21:29:46.348Z] ++ set -x [2019-09-26T21:29:46.348Z] ++ env -i DEST=/go/src/github.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-09-26T21:29:46.348Z] INFO: Testing against a local daemon [2019-09-26T21:29:46.348Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-26T21:29:46.348Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-26T21:29:46.348Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:29:46.348Z] === RUN TestDockerNetworkIpvlan [2019-09-26T21:29:46.348Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-26T21:29:46.348Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:29:46.348Z] PASS [2019-09-26T21:29:46.348Z] [2019-09-26T21:29:46.348Z] === Skipped [2019-09-26T21:29:46.348Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-26T21:29:46.348Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:29:46.348Z] [2019-09-26T21:29:46.348Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-26T21:29:46.348Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:29:46.348Z] [2019-09-26T21:29:46.348Z] [2019-09-26T21:29:46.348Z] DONE 2 tests, 2 skipped in 0.180s [2019-09-26T21:29:46.348Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-26T21:29:46.348Z] ++ 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-09-26T21:29:46.348Z] ++ set -e [2019-09-26T21:29:46.348Z] ++ '[' -n 0 ']' [2019-09-26T21:29:46.348Z] ++ set -x [2019-09-26T21:29:46.348Z] ++ env -i DEST=/go/src/github.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-09-26T21:29:46.348Z] INFO: Testing against a local daemon [2019-09-26T21:29:46.348Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-26T21:29:48.245Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2019-09-26T21:29:48.245Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-26T21:29:48.245Z] === RUN TestDockerNetworkMacvlan [2019-09-26T21:29:48.632Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-26T21:29:49.912Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-26T21:29:50.702Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-26T21:29:50.893Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-26T21:29:53.256Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-26T21:29:53.402Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-26T21:29:56.660Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-26T21:29:57.399Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-26T21:30:01.123Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-26T21:30:01.123Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-26T21:30:01.123Z] Cross building: bundles/cross/windows/amd64 [2019-09-26T21:30:01.123Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-26T21:30:01.123Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-26T21:30:01.491Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-26T21:30:01.559Z] INFO: Extraction ended at 09/26/2019 21:29:58. Duration:00:00:28.7765326 [2019-09-26T21:30:01.559Z] INFO: Updating the golang and path environment variables [2019-09-26T21:30:01.559Z] INFO: GOPATH=d:\gopath [2019-09-26T21:30:01.559Z] INFO: go version go1.13 windows/amd64 [2019-09-26T21:30:01.559Z] INFO: Running the daemon under test in debug mode [2019-09-26T21:30:01.559Z] INFO: Starting a daemon under test... [2019-09-26T21:30:01.559Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39994\2\daemon --pidfile d:\CI\PR-39994\2\docker.pid -D [2019-09-26T21:30:01.559Z] INFO: Process started successfully. [2019-09-26T21:30:01.559Z] INFO: Start tailing logs of the daemon under tests [2019-09-26T21:30:01.559Z] INFO: Waiting for the daemon under test to start... [2019-09-26T21:30:02.017Z] INFO: Daemon under test started and replied! [2019-09-26T21:30:02.017Z] INFO: Docker version of the daemon under test [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] Client: [2019-09-26T21:30:02.017Z] Version: 17.06.2-ce [2019-09-26T21:30:02.017Z] API version: 1.30 [2019-09-26T21:30:02.017Z] Go version: go1.8.3 [2019-09-26T21:30:02.017Z] Git commit: cec0b72 [2019-09-26T21:30:02.017Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-26T21:30:02.017Z] OS/Arch: windows/amd64 [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] Server: [2019-09-26T21:30:02.017Z] Version: 0.0.0-dev [2019-09-26T21:30:02.017Z] API version: 1.41 (minimum version 1.24) [2019-09-26T21:30:02.017Z] Go version: go1.13 [2019-09-26T21:30:02.017Z] Git commit: 023b07228 [2019-09-26T21:30:02.017Z] Built: 09/26/2019 21:28:04 [2019-09-26T21:30:02.017Z] OS/Arch: windows/amd64 [2019-09-26T21:30:02.017Z] Experimental: false [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] INFO: Docker info of the daemon under test [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] Containers: 0 [2019-09-26T21:30:02.017Z] Running: 0 [2019-09-26T21:30:02.017Z] Paused: 0 [2019-09-26T21:30:02.017Z] Stopped: 0 [2019-09-26T21:30:02.017Z] Images: 0 [2019-09-26T21:30:02.017Z] Server Version: 0.0.0-dev [2019-09-26T21:30:02.017Z] Storage Driver: windowsfilter [2019-09-26T21:30:02.017Z] Windows: [2019-09-26T21:30:02.017Z] Logging Driver: json-file [2019-09-26T21:30:02.017Z] Plugins: [2019-09-26T21:30:02.017Z] Volume: local [2019-09-26T21:30:02.017Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-26T21:30:02.017Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-26T21:30:02.017Z] Swarm: inactive [2019-09-26T21:30:02.017Z] Default Isolation: process [2019-09-26T21:30:02.017Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-26T21:30:02.017Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-26T21:30:02.017Z] OSType: windows [2019-09-26T21:30:02.017Z] Architecture: x86_64 [2019-09-26T21:30:02.017Z] CPUs: 4 [2019-09-26T21:30:02.017Z] Total Memory: 32GiB [2019-09-26T21:30:02.017Z] Name: azwin-2-8aa2e0 [2019-09-26T21:30:02.017Z] ID: HYRG:CROX:ESX6:SLPB:33DG:NZE6:FRST:DJ7F:5N5K:ZSWO:K35C:I2Q2 [2019-09-26T21:30:02.017Z] Docker Root Dir: D:\CI\PR-39994\2\daemon [2019-09-26T21:30:02.017Z] Debug Mode (client): false [2019-09-26T21:30:02.017Z] Debug Mode (server): true [2019-09-26T21:30:02.017Z] File Descriptors: -1 [2019-09-26T21:30:02.017Z] Goroutines: 17 [2019-09-26T21:30:02.017Z] System Time: 2019-09-26T21:30:01.8593902Z [2019-09-26T21:30:02.017Z] EventsListeners: 0 [2019-09-26T21:30:02.017Z] Registry: https://index.docker.io/v1/ [2019-09-26T21:30:02.017Z] Labels: [2019-09-26T21:30:02.017Z] Experimental: false [2019-09-26T21:30:02.017Z] Insecure Registries: [2019-09-26T21:30:02.017Z] 127.0.0.0/8 [2019-09-26T21:30:02.017Z] Live Restore Enabled: false [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] INFO: Docker images of the daemon under test [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-26T21:30:02.017Z] [2019-09-26T21:30:02.017Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-26T21:30:02.476Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-26T21:30:02.476Z] ltsc2019: Pulling from windows/servercore [2019-09-26T21:30:03.344Z] --- PASS: TestDockerNetworkMacvlan (15.17s) [2019-09-26T21:30:03.344Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:30:03.344Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2019-09-26T21:30:03.344Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:30:03.344Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-09-26T21:30:03.344Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:30:03.344Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s) [2019-09-26T21:30:03.344Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:30:03.344Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.17s) [2019-09-26T21:30:03.344Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:30:03.344Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.08s) [2019-09-26T21:30:03.344Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:30:03.344Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.05s) [2019-09-26T21:30:03.344Z] PASS [2019-09-26T21:30:03.344Z] [2019-09-26T21:30:03.344Z] DONE 8 tests in 16.741s [2019-09-26T21:30:03.344Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-26T21:30:03.344Z] ++ 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-09-26T21:30:03.344Z] ++ set -e [2019-09-26T21:30:03.344Z] ++ '[' -n 0 ']' [2019-09-26T21:30:03.344Z] ++ set -x [2019-09-26T21:30:03.344Z] ++ env -i DEST=/go/src/github.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-09-26T21:30:03.344Z] testing: warning: no tests to run [2019-09-26T21:30:03.344Z] PASS [2019-09-26T21:30:03.344Z] [2019-09-26T21:30:03.344Z] DONE 0 tests in 0.064s [2019-09-26T21:30:03.344Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-26T21:30:03.344Z] ++ 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-09-26T21:30:03.344Z] ++ set -e [2019-09-26T21:30:03.344Z] ++ '[' -n 0 ']' [2019-09-26T21:30:03.344Z] ++ set -x [2019-09-26T21:30:03.344Z] ++ env -i DEST=/go/src/github.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-09-26T21:30:03.344Z] INFO: Testing against a local daemon [2019-09-26T21:30:03.344Z] === RUN TestAuthZPluginAllowRequest [2019-09-26T21:30:05.209Z] --- PASS: TestAuthZPluginAllowRequest (1.71s) [2019-09-26T21:30:05.209Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-26T21:30:05.209Z] === RUN TestAuthZPluginTLS [2019-09-26T21:30:05.572Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-26T21:30:05.572Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-26T21:30:05.572Z] === RUN TestAuthZPluginDenyRequest [2019-09-26T21:30:06.361Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-09-26T21:30:06.361Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-26T21:30:06.361Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-26T21:30:06.724Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-09-26T21:30:06.724Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-26T21:30:06.724Z] === RUN TestAuthZPluginDenyResponse [2019-09-26T21:30:07.153Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2019-09-26T21:30:07.153Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-26T21:30:07.153Z] === RUN TestAuthZPluginAllowEventStream [2019-09-26T21:30:08.261Z] 65014b3c3121: Pulling fs layer [2019-09-26T21:30:08.262Z] 2945147eda09: Pulling fs layer [2019-09-26T21:30:08.995Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2019-09-26T21:30:08.995Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-26T21:30:08.995Z] === RUN TestAuthZPluginErrorResponse [2019-09-26T21:30:09.369Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-09-26T21:30:09.369Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-26T21:30:09.369Z] === RUN TestAuthZPluginErrorRequest [2019-09-26T21:30:10.177Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-09-26T21:30:10.177Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-26T21:30:10.177Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-26T21:30:10.620Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-26T21:30:10.620Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-26T21:30:10.620Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-26T21:30:12.445Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2019-09-26T21:30:12.445Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-26T21:30:12.445Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-26T21:30:14.731Z] --- PASS: TestImportExtremelyLargeImageWorks (179.69s) [2019-09-26T21:30:14.732Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-26T21:30:14.732Z] PASS [2019-09-26T21:30:14.732Z] [2019-09-26T21:30:14.732Z] DONE 12 tests in 183.532s [2019-09-26T21:30:14.732Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-09-26T21:30:14.732Z] ++ 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-09-26T21:30:14.732Z] ++ set -e [2019-09-26T21:30:14.732Z] ++ '[' -n 0 ']' [2019-09-26T21:30:14.732Z] ++ set -x [2019-09-26T21:30:14.732Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-26T21:30:14.732Z] INFO: Testing against a local daemon [2019-09-26T21:30:14.732Z] === RUN TestNetworkCreateDelete [2019-09-26T21:30:14.732Z] --- PASS: TestNetworkCreateDelete (0.15s) [2019-09-26T21:30:14.732Z] === RUN TestDockerNetworkDeletePreferID [2019-09-26T21:30:14.960Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.19s) [2019-09-26T21:30:14.960Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-26T21:30:14.960Z] === RUN TestAuthZPluginHeader [2019-09-26T21:30:14.986Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2019-09-26T21:30:14.986Z] === RUN TestInspectNetwork [2019-09-26T21:30:15.545Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-09-26T21:30:15.545Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-09-26T21:30:15.752Z] --- PASS: TestAuthZPluginHeader (0.90s) [2019-09-26T21:30:15.752Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-26T21:30:15.752Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-26T21:30:15.752Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-26T21:30:15.752Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:15.752Z] === RUN TestAuthZPluginV2Disable [2019-09-26T21:30:15.752Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-26T21:30:15.752Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:15.752Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-26T21:30:15.752Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-26T21:30:15.752Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:15.752Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-26T21:30:15.752Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-26T21:30:15.752Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:15.752Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-26T21:30:16.106Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-26T21:30:16.106Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-26T21:30:21.339Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-26T21:30:21.339Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-26T21:30:21.593Z] === RUN TestInspectNetwork/full_network_id [2019-09-26T21:30:21.593Z] === RUN TestInspectNetwork/partial_network_id [2019-09-26T21:30:21.593Z] === RUN TestInspectNetwork/network_name [2019-09-26T21:30:21.593Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-26T21:30:21.593Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-26T21:30:22.154Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-26T21:30:22.221Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-26T21:30:22.221Z] [2019-09-26T21:30:22.221Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-26T21:30:22.221Z] PKG_CONFIG=pkg-config [2019-09-26T21:30:22.221Z] GOLANG_VERSION=1.13 [2019-09-26T21:30:22.221Z] HOSTNAME=881dff259ce8 [2019-09-26T21:30:22.221Z] DOCKER_EXPERIMENTAL=1 [2019-09-26T21:30:22.221Z] container=docker [2019-09-26T21:30:22.221Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-26T21:30:22.221Z] GO111MODULE=off [2019-09-26T21:30:22.221Z] GOPATH=/go [2019-09-26T21:30:22.221Z] PWD=/go/src/github.com/docker/docker [2019-09-26T21:30:22.221Z] HOME=/root [2019-09-26T21:30:22.221Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-26T21:30:22.221Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-26T21:30:22.221Z] DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 [2019-09-26T21:30:22.221Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-26T21:30:22.221Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-26T21:30:22.221Z] TERM=xterm [2019-09-26T21:30:22.221Z] DEST=bundles/test-integration [2019-09-26T21:30:22.221Z] SHLVL=1 [2019-09-26T21:30:22.221Z] TIMEOUT=120m [2019-09-26T21:30:22.221Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-26T21:30:22.221Z] DOCKER_PKG=github.com/docker/docker [2019-09-26T21:30:22.221Z] TESTDEBUG=0 [2019-09-26T21:30:22.221Z] _=/usr/bin/env [2019-09-26T21:30:22.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-26T21:30:22.409Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-26T21:30:22.969Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-26T21:30:22.969Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-26T21:30:25.565Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-26T21:30:25.822Z] --- PASS: TestInspectNetwork (10.98s) [2019-09-26T21:30:25.822Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-26T21:30:25.822Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-26T21:30:25.822Z] --- PASS: TestInspectNetwork/partial_network_id (0.01s) [2019-09-26T21:30:25.823Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-26T21:30:25.823Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-26T21:30:25.823Z] === RUN TestRunContainerWithBridgeNone [2019-09-26T21:30:25.939Z] 2945147eda09: Verifying Checksum [2019-09-26T21:30:25.939Z] 2945147eda09: Download complete [2019-09-26T21:30:27.181Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-26T21:30:28.542Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-26T21:30:28.797Z] --- PASS: TestRunContainerWithBridgeNone (2.84s) [2019-09-26T21:30:28.797Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-26T21:30:28.797Z] === RUN TestNetworkInvalidJSON [2019-09-26T21:30:28.797Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-26T21:30:28.797Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-26T21:30:28.797Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:30:28.797Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:30:28.797Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:30:28.797Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:30:28.797Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-26T21:30:28.797Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:30:28.797Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:30:28.797Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-26T21:30:28.797Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-26T21:30:28.797Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.02s) [2019-09-26T21:30:28.797Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-09-26T21:30:28.797Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-26T21:30:29.720Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-26T21:30:29.720Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-26T21:30:29.720Z] === RUN TestDaemonDefaultNetworkPools [2019-09-26T21:30:30.279Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-26T21:30:30.853Z] --- PASS: TestDaemonDefaultNetworkPools (1.12s) [2019-09-26T21:30:30.853Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-26T21:30:30.853Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-26T21:30:31.821Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-26T21:30:32.076Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2019-09-26T21:30:32.076Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-26T21:30:32.076Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-26T21:30:33.000Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-26T21:30:33.254Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2019-09-26T21:30:33.254Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-26T21:30:33.254Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-26T21:30:33.813Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-26T21:30:33.813Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-26T21:30:33.813Z] === RUN TestServiceWithPredefinedNetwork [2019-09-26T21:30:35.388Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.82s) [2019-09-26T21:30:35.388Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-26T21:30:35.388Z] PASS [2019-09-26T21:30:35.388Z] [2019-09-26T21:30:35.388Z] === Skipped [2019-09-26T21:30:35.388Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-26T21:30:35.388Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:35.388Z] [2019-09-26T21:30:35.388Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-26T21:30:35.388Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:35.388Z] [2019-09-26T21:30:35.388Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-26T21:30:35.388Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:35.388Z] [2019-09-26T21:30:35.388Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-26T21:30:35.388Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:35.388Z] [2019-09-26T21:30:35.388Z] [2019-09-26T21:30:35.388Z] DONE 17 tests, 4 skipped in 29.328s [2019-09-26T21:30:35.388Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-26T21:30:35.388Z] ++ 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-09-26T21:30:35.388Z] ++ set -e [2019-09-26T21:30:35.388Z] ++ '[' -n 0 ']' [2019-09-26T21:30:35.388Z] ++ set -x [2019-09-26T21:30:35.388Z] ++ env -i DEST=/go/src/github.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-09-26T21:30:35.388Z] INFO: Testing against a local daemon [2019-09-26T21:30:35.388Z] === RUN TestPluginInvalidJSON [2019-09-26T21:30:35.388Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:30:35.388Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:30:35.388Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:30:35.388Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-26T21:30:35.388Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-09-26T21:30:35.388Z] PASS [2019-09-26T21:30:35.388Z] [2019-09-26T21:30:35.388Z] DONE 2 tests in 0.136s [2019-09-26T21:30:35.388Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-26T21:30:35.388Z] ++ 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-09-26T21:30:35.388Z] ++ set -e [2019-09-26T21:30:35.388Z] ++ '[' -n 0 ']' [2019-09-26T21:30:35.388Z] ++ set -x [2019-09-26T21:30:35.388Z] ++ env -i DEST=/go/src/github.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-09-26T21:30:35.388Z] INFO: Testing against a local daemon [2019-09-26T21:30:35.388Z] === RUN TestExternalGraphDriver [2019-09-26T21:30:35.388Z] === RUN TestExternalGraphDriver/json [2019-09-26T21:30:35.388Z] === RUN TestExternalGraphDriver/spec [2019-09-26T21:30:36.322Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-26T21:30:36.621Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-09-26T21:30:37.179Z] --- PASS: TestServiceWithPredefinedNetwork (3.20s) [2019-09-26T21:30:37.179Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-26T21:30:37.179Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-26T21:30:37.179Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-26T21:30:37.179Z] service_test.go:230: FLAKY_TEST [2019-09-26T21:30:37.179Z] === RUN TestServiceWithDataPathPortInit [2019-09-26T21:30:37.227Z] === RUN TestExternalGraphDriver/pull [2019-09-26T21:30:39.048Z] --- PASS: TestExternalGraphDriver (6.40s) [2019-09-26T21:30:39.048Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-26T21:30:39.048Z] --- PASS: TestExternalGraphDriver/json (2.10s) [2019-09-26T21:30:39.048Z] --- PASS: TestExternalGraphDriver/spec (2.08s) [2019-09-26T21:30:39.048Z] --- PASS: TestExternalGraphDriver/pull (2.03s) [2019-09-26T21:30:39.048Z] === RUN TestGraphdriverPluginV2 [2019-09-26T21:30:39.437Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-09-26T21:30:39.437Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:39.437Z] PASS [2019-09-26T21:30:39.437Z] [2019-09-26T21:30:39.437Z] === Skipped [2019-09-26T21:30:39.437Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-09-26T21:30:39.437Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:30:39.437Z] [2019-09-26T21:30:39.437Z] [2019-09-26T21:30:39.437Z] DONE 5 tests, 1 skipped in 6.591s [2019-09-26T21:30:39.437Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-26T21:30:39.437Z] ++ 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-09-26T21:30:39.437Z] ++ set -e [2019-09-26T21:30:39.437Z] ++ '[' -n 0 ']' [2019-09-26T21:30:39.437Z] ++ set -x [2019-09-26T21:30:39.437Z] ++ env -i DEST=/go/src/github.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-09-26T21:30:39.437Z] INFO: Testing against a local daemon [2019-09-26T21:30:39.437Z] === RUN TestContinueAfterPluginCrash [2019-09-26T21:30:39.437Z] === PAUSE TestContinueAfterPluginCrash [2019-09-26T21:30:39.437Z] === RUN TestDaemonStartWithLogOpt [2019-09-26T21:30:39.437Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-26T21:30:39.437Z] === CONT TestContinueAfterPluginCrash [2019-09-26T21:30:39.437Z] === CONT TestDaemonStartWithLogOpt [2019-09-26T21:30:40.481Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-26T21:30:40.741Z] 65014b3c3121: Download complete [2019-09-26T21:30:51.082Z] --- PASS: TestDaemonStartWithLogOpt (10.93s) [2019-09-26T21:30:51.082Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-26T21:30:55.100Z] --- PASS: TestContinueAfterPluginCrash (15.38s) [2019-09-26T21:30:55.100Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-26T21:30:55.100Z] PASS [2019-09-26T21:30:55.100Z] [2019-09-26T21:30:55.100Z] DONE 2 tests in 15.617s [2019-09-26T21:30:55.100Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-26T21:30:55.100Z] ++ 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-09-26T21:30:55.101Z] ++ set -e [2019-09-26T21:30:55.101Z] ++ '[' -n 0 ']' [2019-09-26T21:30:55.101Z] ++ set -x [2019-09-26T21:30:55.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=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-09-26T21:30:55.101Z] INFO: Testing against a local daemon [2019-09-26T21:30:55.101Z] === RUN TestPluginWithDevMounts [2019-09-26T21:30:55.101Z] === PAUSE TestPluginWithDevMounts [2019-09-26T21:30:55.101Z] === CONT TestPluginWithDevMounts [2019-09-26T21:30:57.003Z] --- PASS: TestPluginWithDevMounts (2.02s) [2019-09-26T21:30:57.003Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-26T21:30:57.003Z] PASS [2019-09-26T21:30:57.003Z] [2019-09-26T21:30:57.003Z] DONE 1 tests in 2.265s [2019-09-26T21:30:57.003Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-09-26T21:30:57.003Z] ++ 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-09-26T21:30:57.003Z] ++ set -e [2019-09-26T21:30:57.003Z] ++ '[' -n 0 ']' [2019-09-26T21:30:57.003Z] ++ set -x [2019-09-26T21:30:57.003Z] ++ env -i DEST=/go/src/github.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-09-26T21:30:57.306Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-26T21:30:57.369Z] INFO: Testing against a local daemon [2019-09-26T21:30:57.369Z] === RUN TestSecretInspect [2019-09-26T21:30:57.866Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-26T21:30:58.122Z] remote: Enumerating objects: 19, done. [2019-09-26T21:30:58.122Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-26T21:30:58.122Z] 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-09-26T21:30:58.122Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-26T21:30:58.560Z] --- PASS: TestServiceWithDataPathPortInit (19.73s) [2019-09-26T21:30:58.560Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-26T21:30:58.560Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-26T21:30:58.560Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-26T21:31:00.583Z] --- PASS: TestSecretInspect (2.83s) [2019-09-26T21:31:00.583Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-26T21:31:00.583Z] === RUN TestSecretList [2019-09-26T21:31:01.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-26T21:31:02.285Z] [2019-09-26T21:31:02.758Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-26T21:31:03.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-26T21:31:03.171Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39994/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/test/unit [2019-09-26T21:31:03.681Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-26T21:31:03.771Z] --- PASS: TestSecretList (3.21s) [2019-09-26T21:31:03.771Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-26T21:31:03.771Z] === RUN TestSecretsCreateAndDelete [2019-09-26T21:31:05.686Z] ? github.com/docker/docker/api [no test files] [2019-09-26T21:31:06.189Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.14s) [2019-09-26T21:31:06.189Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-26T21:31:06.189Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ld47pf97hum7tqzbk0ptqftat Created:2019-09-26 21:30:57.718830209 +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[53a786eab4a2ff5be2d18f996ebda3c0cbec61b3adfc95f3d625c2315be6dc56:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yfxzkltmo2xl8lk483ln4dbc6 EndpointID:0b38e842ca1c45a5484e1f3064289fd9debac38520dfec5aa3224f89cbb17cca MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3fe7110051e611229226f31d0441b491d332667bbb052deb58228776b37c32bd 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:37c22ba63687 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yfxzkltmo2xl8lk483ln4dbc6 EndpointID:0b38e842ca1c45a5484e1f3064289fd9debac38520dfec5aa3224f89cbb17cca EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-26T21:31:06.189Z] PASS [2019-09-26T21:31:06.189Z] [2019-09-26T21:31:06.189Z] === Skipped [2019-09-26T21:31:06.189Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-26T21:31:06.189Z] service_test.go:230: FLAKY_TEST [2019-09-26T21:31:06.189Z] [2019-09-26T21:31:06.189Z] [2019-09-26T21:31:06.189Z] DONE 21 tests, 1 skipped in 51.662s [2019-09-26T21:31:06.189Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-26T21:31:06.189Z] ++ 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-09-26T21:31:06.189Z] ++ set -e [2019-09-26T21:31:06.189Z] ++ '[' -n 0 ']' [2019-09-26T21:31:06.189Z] ++ set -x [2019-09-26T21:31:06.189Z] ++ env -i DEST=/go/src/github.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-09-26T21:31:06.189Z] INFO: Testing against a local daemon [2019-09-26T21:31:06.189Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-26T21:31:06.189Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-26T21:31:06.189Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:31:06.189Z] === RUN TestDockerNetworkIpvlan [2019-09-26T21:31:06.189Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-26T21:31:06.189Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:31:06.189Z] PASS [2019-09-26T21:31:06.189Z] [2019-09-26T21:31:06.189Z] === Skipped [2019-09-26T21:31:06.189Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-26T21:31:06.189Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:31:06.189Z] [2019-09-26T21:31:06.189Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-26T21:31:06.189Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-26T21:31:06.189Z] [2019-09-26T21:31:06.189Z] [2019-09-26T21:31:06.189Z] DONE 2 tests, 2 skipped in 0.117s [2019-09-26T21:31:06.189Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-26T21:31:06.189Z] ++ 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-09-26T21:31:06.189Z] ++ set -e [2019-09-26T21:31:06.189Z] ++ '[' -n 0 ']' [2019-09-26T21:31:06.189Z] ++ set -x [2019-09-26T21:31:06.189Z] ++ env -i DEST=/go/src/github.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-09-26T21:31:06.189Z] INFO: Testing against a local daemon [2019-09-26T21:31:06.189Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-26T21:31:06.223Z] --- PASS: TestSecretsCreateAndDelete (2.95s) [2019-09-26T21:31:06.223Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-26T21:31:06.223Z] === RUN TestSecretsUpdate [2019-09-26T21:31:07.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-26T21:31:07.548Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2019-09-26T21:31:07.549Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-26T21:31:07.549Z] === RUN TestDockerNetworkMacvlan [2019-09-26T21:31:08.476Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-26T21:31:09.400Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-26T21:31:09.539Z] --- PASS: TestSecretsUpdate (2.81s) [2019-09-26T21:31:09.540Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-26T21:31:09.540Z] === RUN TestTemplatedSecret [2019-09-26T21:31:10.371Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-26T21:31:12.797Z] --- PASS: TestTemplatedSecret (3.45s) [2019-09-26T21:31:12.797Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-26T21:31:12.797Z] === RUN TestSecretCreateResolve [2019-09-26T21:31:13.636Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-26T21:31:13.892Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-26T21:31:14.816Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-26T21:31:15.071Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-26T21:31:15.292Z] --- PASS: TestSecretCreateResolve (2.79s) [2019-09-26T21:31:15.293Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-26T21:31:15.293Z] PASS [2019-09-26T21:31:15.293Z] [2019-09-26T21:31:15.293Z] DONE 6 tests in 18.173s [2019-09-26T21:31:15.293Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-09-26T21:31:15.293Z] ++ 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-09-26T21:31:15.293Z] ++ set -e [2019-09-26T21:31:15.293Z] ++ '[' -n 0 ']' [2019-09-26T21:31:15.293Z] ++ set -x [2019-09-26T21:31:15.293Z] ++ env -i DEST=/go/src/github.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-09-26T21:31:15.656Z] INFO: Testing against a local daemon [2019-09-26T21:31:15.656Z] === RUN TestServiceCreateInit [2019-09-26T21:31:15.656Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-26T21:31:15.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-26T21:31:17.551Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-26T21:31:17.551Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-26T21:31:17.551Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-26T21:31:17.551Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-26T21:31:20.524Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2019-09-26T21:31:20.775Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-26T21:31:24.073Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-26T21:31:24.997Z] --- PASS: TestDockerNetworkMacvlan (17.36s) [2019-09-26T21:31:24.997Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:31:24.997Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.21s) [2019-09-26T21:31:24.997Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:31:24.997Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-26T21:31:24.997Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:31:24.997Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.96s) [2019-09-26T21:31:24.997Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:31:24.997Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.80s) [2019-09-26T21:31:24.997Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:31:24.997Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.44s) [2019-09-26T21:31:24.997Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:31:24.997Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.23s) [2019-09-26T21:31:24.997Z] PASS [2019-09-26T21:31:24.997Z] [2019-09-26T21:31:24.997Z] DONE 8 tests in 18.862s [2019-09-26T21:31:24.997Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-26T21:31:24.997Z] ++ 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-09-26T21:31:24.997Z] ++ set -e [2019-09-26T21:31:24.997Z] ++ '[' -n 0 ']' [2019-09-26T21:31:24.997Z] ++ set -x [2019-09-26T21:31:24.997Z] ++ env -i DEST=/go/src/github.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-09-26T21:31:24.997Z] testing: warning: no tests to run [2019-09-26T21:31:24.997Z] PASS [2019-09-26T21:31:24.997Z] [2019-09-26T21:31:24.997Z] DONE 0 tests in 0.023s [2019-09-26T21:31:24.997Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-26T21:31:24.997Z] ++ 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-09-26T21:31:24.997Z] ++ set -e [2019-09-26T21:31:24.997Z] ++ '[' -n 0 ']' [2019-09-26T21:31:24.997Z] ++ set -x [2019-09-26T21:31:24.997Z] ++ env -i DEST=/go/src/github.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-09-26T21:31:24.997Z] INFO: Testing against a local daemon [2019-09-26T21:31:24.997Z] === RUN TestAuthZPluginAllowRequest [2019-09-26T21:31:25.252Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-26T21:31:25.908Z] --- PASS: TestServiceCreateInit (10.06s) [2019-09-26T21:31:25.908Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.97s) [2019-09-26T21:31:25.908Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-26T21:31:25.908Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.07s) [2019-09-26T21:31:25.908Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-26T21:31:25.908Z] === RUN TestCreateServiceMultipleTimes [2019-09-26T21:31:26.612Z] --- PASS: TestAuthZPluginAllowRequest (1.60s) [2019-09-26T21:31:26.612Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-26T21:31:26.612Z] === RUN TestAuthZPluginTLS [2019-09-26T21:31:27.170Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-26T21:31:27.170Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-26T21:31:27.170Z] === RUN TestAuthZPluginDenyRequest [2019-09-26T21:31:27.731Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-09-26T21:31:27.731Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-26T21:31:27.731Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-26T21:31:28.290Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-09-26T21:31:28.290Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-26T21:31:28.290Z] === RUN TestAuthZPluginDenyResponse [2019-09-26T21:31:28.850Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-26T21:31:28.850Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-26T21:31:28.850Z] === RUN TestAuthZPluginAllowEventStream [2019-09-26T21:31:29.774Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-26T21:31:30.028Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-26T21:31:30.588Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-26T21:31:30.588Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-09-26T21:31:30.588Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-26T21:31:30.588Z] === RUN TestAuthZPluginErrorResponse [2019-09-26T21:31:31.148Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-26T21:31:31.148Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-09-26T21:31:31.148Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-26T21:31:31.148Z] === RUN TestAuthZPluginErrorRequest [2019-09-26T21:31:31.402Z] === RUN TestDockerSuite/TestBuildFails [2019-09-26T21:31:32.005Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-26T21:31:32.005Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-26T21:31:32.005Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-26T21:31:32.307Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-09-26T21:31:32.307Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-26T21:31:32.307Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-26T21:31:32.307Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-26T21:31:32.307Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-09-26T21:31:34.815Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.99s) [2019-09-26T21:31:34.815Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-26T21:31:34.815Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-26T21:31:34.815Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-26T21:31:36.699Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.06s) [2019-09-26T21:31:36.699Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-26T21:31:36.699Z] === RUN TestAuthZPluginHeader [2019-09-26T21:31:37.259Z] --- PASS: TestAuthZPluginHeader (0.93s) [2019-09-26T21:31:37.259Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-26T21:31:37.259Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-26T21:31:37.514Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-26T21:31:40.023Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-26T21:31:41.383Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-26T21:31:41.638Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-26T21:31:42.196Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.83s) [2019-09-26T21:31:42.196Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-09-26T21:31:42.196Z] === RUN TestAuthZPluginV2Disable [2019-09-26T21:31:42.765Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-26T21:31:45.282Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-26T21:31:45.669Z] --- PASS: TestCreateServiceMultipleTimes (17.50s) [2019-09-26T21:31:45.669Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-26T21:31:45.669Z] === RUN TestCreateServiceConflict [2019-09-26T21:31:45.843Z] --- PASS: TestAuthZPluginV2Disable (3.65s) [2019-09-26T21:31:45.843Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-09-26T21:31:45.843Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-26T21:31:46.030Z] --- PASS: TestCreateServiceConflict (2.88s) [2019-09-26T21:31:46.030Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-26T21:31:46.030Z] === RUN TestCreateServiceMaxReplicas [2019-09-26T21:31:46.098Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-26T21:31:46.658Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-26T21:31:46.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-26T21:31:46.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-26T21:31:46.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-26T21:31:47.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-26T21:31:48.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-26T21:31:49.164Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-26T21:31:49.164Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.35s) [2019-09-26T21:31:49.164Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-09-26T21:31:49.164Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-26T21:31:50.118Z] --- PASS: TestCreateServiceMaxReplicas (3.62s) [2019-09-26T21:31:50.118Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-26T21:31:50.118Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-26T21:31:51.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-26T21:31:53.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-26T21:31:54.439Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-26T21:31:56.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-26T21:31:56.949Z] === RUN TestDockerSuite/TestBuildHistory [2019-09-26T21:32:00.206Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.60s) [2019-09-26T21:32:00.206Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-09-26T21:32:00.206Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-26T21:32:00.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-26T21:32:01.174Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-26T21:32:01.428Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-26T21:32:02.352Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-26T21:32:02.607Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-26T21:32:02.862Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-26T21:32:03.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-26T21:32:03.424Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-26T21:32:03.679Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-26T21:32:03.760Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.95s) [2019-09-26T21:32:03.760Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-26T21:32:03.760Z] === RUN TestCreateServiceSecretFileMode [2019-09-26T21:32:04.650Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-26T21:32:05.210Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-26T21:32:05.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-26T21:32:05.769Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-26T21:32:06.023Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-26T21:32:06.582Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-26T21:32:07.071Z] --- PASS: TestCreateServiceSecretFileMode (3.20s) [2019-09-26T21:32:07.071Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-26T21:32:07.071Z] === RUN TestCreateServiceConfigFileMode [2019-09-26T21:32:07.141Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-26T21:32:08.066Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-26T21:32:08.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-26T21:32:10.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-26T21:32:10.326Z] --- PASS: TestCreateServiceConfigFileMode (3.32s) [2019-09-26T21:32:10.326Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-26T21:32:10.326Z] === RUN TestCreateServiceSysctls [2019-09-26T21:32:11.368Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-26T21:32:12.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-26T21:32:14.296Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-26T21:32:14.296Z] Using test binary docker [2019-09-26T21:32:14.296Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-26T21:32:14.296Z] +++ /etc/init.d/apparmor start [2019-09-26T21:32:14.296Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-26T21:32:14.296Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-26T21:32:14.296Z] Warning failed to create cache: (null) [2019-09-26T21:32:14.296Z] . [2019-09-26T21:32:14.296Z] INFO: Waiting for daemon to start... [2019-09-26T21:32:14.296Z] Starting dockerd [2019-09-26T21:32:14.296Z] +++ 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-09-26T21:32:14.384Z] --- PASS: TestCreateServiceSysctls (4.25s) [2019-09-26T21:32:14.384Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-26T21:32:14.384Z] === RUN TestCreateServiceCapabilities [2019-09-26T21:32:16.320Z] . [2019-09-26T21:32:16.320Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-26T21:32:16.320Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-26T21:32:16.320Z] Error: No such image: emptyfs [2019-09-26T21:32:16.320Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-26T21:32:16.320Z] ++++ docker load [2019-09-26T21:32:16.606Z] Running integration-test (iteration 1) [2019-09-26T21:32:16.606Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-09-26T21:32:16.606Z] ++ 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-09-26T21:32:16.606Z] ++ set -e [2019-09-26T21:32:16.606Z] ++ '[' -n 0 ']' [2019-09-26T21:32:16.606Z] ++ set -x [2019-09-26T21:32:16.606Z] ++ env -i DEST=/go/src/github.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-09-26T21:32:16.621Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-26T21:32:16.621Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2019-09-26T21:32:16.621Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-26T21:32:16.621Z] PASS [2019-09-26T21:32:16.621Z] [2019-09-26T21:32:16.621Z] DONE 17 tests in 51.363s [2019-09-26T21:32:16.621Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-26T21:32:16.621Z] ++ 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-09-26T21:32:16.621Z] ++ set -e [2019-09-26T21:32:16.621Z] ++ '[' -n 0 ']' [2019-09-26T21:32:16.621Z] ++ set -x [2019-09-26T21:32:16.621Z] ++ env -i DEST=/go/src/github.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-09-26T21:32:16.621Z] INFO: Testing against a local daemon [2019-09-26T21:32:16.621Z] === RUN TestPluginInvalidJSON [2019-09-26T21:32:16.621Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:32:16.621Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:32:16.621Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:32:16.621Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-26T21:32:16.621Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-26T21:32:16.621Z] PASS [2019-09-26T21:32:16.621Z] [2019-09-26T21:32:16.621Z] DONE 2 tests in 0.129s [2019-09-26T21:32:16.621Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-26T21:32:16.621Z] ++ 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-09-26T21:32:16.621Z] ++ set -e [2019-09-26T21:32:16.621Z] ++ '[' -n 0 ']' [2019-09-26T21:32:16.621Z] ++ set -x [2019-09-26T21:32:16.621Z] ++ env -i DEST=/go/src/github.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-09-26T21:32:16.621Z] INFO: Testing against a local daemon [2019-09-26T21:32:16.621Z] === RUN TestExternalGraphDriver [2019-09-26T21:32:16.695Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-26T21:32:16.876Z] === RUN TestExternalGraphDriver/json [2019-09-26T21:32:17.255Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2019-09-26T21:32:17.714Z] --- PASS: TestCreateServiceCapabilities (3.14s) [2019-09-26T21:32:17.715Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-26T21:32:17.715Z] === RUN TestInspect [2019-09-26T21:32:18.618Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-09-26T21:32:18.618Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-26T21:32:18.618Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-26T21:32:18.618Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-26T21:32:18.760Z] === RUN TestExternalGraphDriver/spec [2019-09-26T21:32:19.191Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-26T21:32:19.191Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-26T21:32:19.191Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-26T21:32:19.191Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-26T21:32:19.456Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-26T21:32:19.456Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-26T21:32:20.388Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-26T21:32:20.388Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-26T21:32:20.642Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-26T21:32:20.642Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-26T21:32:20.897Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-26T21:32:20.897Z] === RUN TestExternalGraphDriver/pull [2019-09-26T21:32:20.897Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-26T21:32:20.940Z] --- PASS: TestInspect (3.44s) [2019-09-26T21:32:20.940Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-26T21:32:20.940Z] === RUN TestDockerNetworkConnectAlias [2019-09-26T21:32:20.948Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.0% of statements [2019-09-26T21:32:20.948Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-26T21:32:20.948Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-26T21:32:20.948Z] ? github.com/docker/docker/api/types [no test files] [2019-09-26T21:32:20.948Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-26T21:32:20.948Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-26T21:32:20.948Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-26T21:32:20.948Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-26T21:32:21.152Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-26T21:32:21.408Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-26T21:32:21.508Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2019-09-26T21:32:21.508Z] ok github.com/docker/docker/api/types/filters 0.015s coverage: 95.2% of statements [2019-09-26T21:32:21.508Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-26T21:32:21.508Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-26T21:32:21.508Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-26T21:32:21.508Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-26T21:32:21.508Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-26T21:32:21.508Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-26T21:32:21.508Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-26T21:32:21.764Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2019-09-26T21:32:21.764Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-26T21:32:21.764Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-26T21:32:22.324Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-09-26T21:32:23.293Z] --- PASS: TestExternalGraphDriver (6.26s) [2019-09-26T21:32:23.293Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-26T21:32:23.293Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2019-09-26T21:32:23.293Z] --- PASS: TestExternalGraphDriver/spec (2.05s) [2019-09-26T21:32:23.293Z] --- PASS: TestExternalGraphDriver/pull (2.03s) [2019-09-26T21:32:23.293Z] === RUN TestGraphdriverPluginV2 [2019-09-26T21:32:23.293Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-26T21:32:24.217Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-26T21:32:25.577Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-26T21:32:25.588Z] ok github.com/docker/docker/builder/fscache 0.109s coverage: 69.2% of statements [2019-09-26T21:32:25.843Z] ok github.com/docker/docker/builder/dockerfile 0.627s coverage: 46.6% of statements [2019-09-26T21:32:28.357Z] ok github.com/docker/docker/builder/remotecontext 0.155s coverage: 13.6% of statements [2019-09-26T21:32:28.357Z] ok github.com/docker/docker/builder/remotecontext/git 1.005s coverage: 85.1% of statements [2019-09-26T21:32:28.357Z] ? github.com/docker/docker/cli [no test files] [2019-09-26T21:32:28.357Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-26T21:32:28.612Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-26T21:32:28.711Z] --- PASS: TestDockerNetworkConnectAlias (7.03s) [2019-09-26T21:32:28.711Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-26T21:32:28.711Z] === RUN TestDockerNetworkReConnect [2019-09-26T21:32:28.840Z] --- PASS: TestGraphdriverPluginV2 (5.38s) [2019-09-26T21:32:28.840Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-09-26T21:32:28.840Z] PASS [2019-09-26T21:32:28.840Z] [2019-09-26T21:32:28.840Z] DONE 5 tests in 11.775s [2019-09-26T21:32:28.840Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-26T21:32:28.840Z] ++ 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-09-26T21:32:28.840Z] ++ set -e [2019-09-26T21:32:28.840Z] ++ '[' -n 0 ']' [2019-09-26T21:32:28.840Z] ++ set -x [2019-09-26T21:32:28.840Z] ++ env -i DEST=/go/src/github.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-09-26T21:32:28.840Z] INFO: Testing against a local daemon [2019-09-26T21:32:28.840Z] === RUN TestContinueAfterPluginCrash [2019-09-26T21:32:28.840Z] === PAUSE TestContinueAfterPluginCrash [2019-09-26T21:32:28.840Z] === RUN TestDaemonStartWithLogOpt [2019-09-26T21:32:28.841Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-26T21:32:28.841Z] === CONT TestContinueAfterPluginCrash [2019-09-26T21:32:28.841Z] === CONT TestDaemonStartWithLogOpt [2019-09-26T21:32:30.201Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-26T21:32:30.761Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-26T21:32:31.686Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-26T21:32:31.876Z] Loaded image: buildpack-deps:jessie [2019-09-26T21:32:31.876Z] Loaded image: busybox:latest [2019-09-26T21:32:31.876Z] Loaded image: busybox:glibc [2019-09-26T21:32:31.876Z] Loaded image: debian:jessie [2019-09-26T21:32:31.876Z] Loaded image: hello-world:latest [2019-09-26T21:32:31.876Z] INFO: Testing against a local daemon [2019-09-26T21:32:31.876Z] === RUN TestCgroupNamespacesBuild [2019-09-26T21:32:32.807Z] --- PASS: TestDockerNetworkReConnect (4.78s) [2019-09-26T21:32:32.807Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-26T21:32:32.807Z] === RUN TestServicePlugin [2019-09-26T21:32:32.807Z] --- SKIP: TestServicePlugin (0.01s) [2019-09-26T21:32:32.807Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:32:32.807Z] === RUN TestServiceUpdateLabel [2019-09-26T21:32:32.896Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2019-09-26T21:32:32.896Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-26T21:32:32.896Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-26T21:32:33.852Z] ok github.com/docker/docker/client 0.185s coverage: 75.8% of statements [2019-09-26T21:32:34.373Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s) [2019-09-26T21:32:34.373Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-26T21:32:34.373Z] === RUN TestBuildWithSession [2019-09-26T21:32:36.008Z] --- PASS: TestServiceUpdateLabel (2.88s) [2019-09-26T21:32:36.008Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-26T21:32:36.008Z] === RUN TestServiceUpdateSecrets [2019-09-26T21:32:37.065Z] --- PASS: TestBuildWithSession (2.14s) [2019-09-26T21:32:37.065Z] === RUN TestBuildSquashParent [2019-09-26T21:32:41.464Z] --- PASS: TestBuildSquashParent (4.82s) [2019-09-26T21:32:41.464Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-26T21:32:41.464Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:32:41.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:32:41.464Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:32:41.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:32:41.464Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:32:41.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:32:41.464Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:32:41.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:32:41.464Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:32:41.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:32:41.464Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:32:41.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:32:41.464Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-26T21:32:41.464Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-26T21:32:41.464Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-26T21:32:41.464Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-26T21:32:43.927Z] --- PASS: TestDaemonStartWithLogOpt (14.78s) [2019-09-26T21:32:43.927Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-26T21:32:44.158Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-26T21:32:44.158Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-26T21:32:45.287Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-26T21:32:46.842Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-09-26T21:32:46.842Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.60s) [2019-09-26T21:32:46.842Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.70s) [2019-09-26T21:32:46.842Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.88s) [2019-09-26T21:32:46.842Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.01s) [2019-09-26T21:32:46.842Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.30s) [2019-09-26T21:32:46.842Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.29s) [2019-09-26T21:32:46.842Z] === RUN TestBuildMultiStageCopy [2019-09-26T21:32:46.842Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-26T21:32:48.327Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-26T21:32:48.542Z] --- PASS: TestContinueAfterPluginCrash (19.51s) [2019-09-26T21:32:48.542Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-26T21:32:48.542Z] PASS [2019-09-26T21:32:48.542Z] [2019-09-26T21:32:48.542Z] DONE 2 tests in 19.645s [2019-09-26T21:32:48.542Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-26T21:32:48.542Z] ++ 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-09-26T21:32:48.542Z] ++ set -e [2019-09-26T21:32:48.542Z] ++ '[' -n 0 ']' [2019-09-26T21:32:48.542Z] ++ set -x [2019-09-26T21:32:48.542Z] ++ env -i DEST=/go/src/github.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-09-26T21:32:48.542Z] INFO: Testing against a local daemon [2019-09-26T21:32:48.542Z] === RUN TestPluginWithDevMounts [2019-09-26T21:32:48.542Z] === PAUSE TestPluginWithDevMounts [2019-09-26T21:32:48.542Z] === CONT TestPluginWithDevMounts [2019-09-26T21:32:48.542Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-26T21:32:48.611Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-26T21:32:49.102Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-26T21:32:49.228Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-26T21:32:49.510Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-26T21:32:50.126Z] --- PASS: TestBuildMultiStageCopy (3.47s) [2019-09-26T21:32:50.126Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.88s) [2019-09-26T21:32:50.126Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2019-09-26T21:32:50.126Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.38s) [2019-09-26T21:32:50.126Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.41s) [2019-09-26T21:32:50.126Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2019-09-26T21:32:50.126Z] === RUN TestBuildMultiStageParentConfig [2019-09-26T21:32:50.463Z] --- PASS: TestPluginWithDevMounts (2.37s) [2019-09-26T21:32:50.463Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-26T21:32:50.463Z] PASS [2019-09-26T21:32:50.463Z] [2019-09-26T21:32:50.463Z] DONE 1 tests in 2.561s [2019-09-26T21:32:50.463Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-09-26T21:32:50.463Z] ++ 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-09-26T21:32:50.463Z] ++ set -e [2019-09-26T21:32:50.463Z] ++ '[' -n 0 ']' [2019-09-26T21:32:50.463Z] ++ set -x [2019-09-26T21:32:50.463Z] ++ env -i DEST=/go/src/github.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-09-26T21:32:50.758Z] INFO: Testing against a local daemon [2019-09-26T21:32:50.758Z] === RUN TestSecretInspect [2019-09-26T21:32:50.758Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-26T21:32:51.156Z] --- PASS: TestBuildMultiStageParentConfig (1.02s) [2019-09-26T21:32:51.156Z] === RUN TestBuildLabelWithTargets [2019-09-26T21:32:52.493Z] --- PASS: TestServiceUpdateSecrets (15.16s) [2019-09-26T21:32:52.493Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-26T21:32:52.493Z] === RUN TestServiceUpdateConfigs [2019-09-26T21:32:52.635Z] --- PASS: TestBuildLabelWithTargets (1.54s) [2019-09-26T21:32:52.635Z] === RUN TestBuildWithEmptyLayers [2019-09-26T21:32:53.253Z] --- PASS: TestBuildWithEmptyLayers (0.77s) [2019-09-26T21:32:53.253Z] === RUN TestBuildMultiStageOnBuild [2019-09-26T21:32:54.074Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-09-26T21:32:54.074Z] --- PASS: TestSecretInspect (3.03s) [2019-09-26T21:32:54.074Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-26T21:32:54.074Z] === RUN TestSecretList [2019-09-26T21:32:54.329Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-26T21:32:54.329Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-26T21:32:55.290Z] --- PASS: TestBuildMultiStageOnBuild (2.12s) [2019-09-26T21:32:55.290Z] === RUN TestBuildUncleanTarFilenames [2019-09-26T21:32:56.771Z] --- PASS: TestBuildUncleanTarFilenames (1.14s) [2019-09-26T21:32:56.771Z] === RUN TestBuildMultiStageLayerLeak [2019-09-26T21:32:57.587Z] --- PASS: TestSecretList (3.42s) [2019-09-26T21:32:57.587Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-26T21:32:57.587Z] === RUN TestSecretsCreateAndDelete [2019-09-26T21:32:58.802Z] --- PASS: TestBuildMultiStageLayerLeak (2.22s) [2019-09-26T21:32:58.802Z] === RUN TestBuildWithHugeFile [2019-09-26T21:33:00.096Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-26T21:33:00.096Z] --- PASS: TestSecretsCreateAndDelete (3.06s) [2019-09-26T21:33:00.096Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-26T21:33:00.096Z] === RUN TestSecretsUpdate [2019-09-26T21:33:00.655Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-26T21:33:03.164Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-26T21:33:03.164Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-26T21:33:03.164Z] --- PASS: TestSecretsUpdate (2.95s) [2019-09-26T21:33:03.164Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-26T21:33:03.164Z] === RUN TestTemplatedSecret [2019-09-26T21:33:05.677Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-26T21:33:05.881Z] ok github.com/docker/docker/cmd/dockerd 0.056s coverage: 30.1% of statements [2019-09-26T21:33:05.881Z] ok github.com/docker/docker/container 0.119s coverage: 35.3% of statements [2019-09-26T21:33:05.881Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-26T21:33:05.881Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-26T21:33:05.881Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-26T21:33:05.881Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-26T21:33:06.108Z] --- PASS: TestServiceUpdateConfigs (14.99s) [2019-09-26T21:33:06.108Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-26T21:33:06.108Z] === RUN TestServiceUpdateNetwork [2019-09-26T21:33:06.237Z] --- PASS: TestTemplatedSecret (3.15s) [2019-09-26T21:33:06.237Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-26T21:33:06.237Z] === RUN TestSecretCreateResolve [2019-09-26T21:33:06.491Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-26T21:33:07.852Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-26T21:33:07.852Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-26T21:33:09.216Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-26T21:33:09.775Z] --- PASS: TestSecretCreateResolve (3.41s) [2019-09-26T21:33:09.775Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-26T21:33:09.775Z] PASS [2019-09-26T21:33:09.775Z] [2019-09-26T21:33:09.775Z] DONE 6 tests in 19.155s [2019-09-26T21:33:09.775Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-09-26T21:33:09.775Z] ++ 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-09-26T21:33:09.775Z] ++ set -e [2019-09-26T21:33:09.775Z] ++ '[' -n 0 ']' [2019-09-26T21:33:09.775Z] ++ set -x [2019-09-26T21:33:09.776Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-26T21:33:09.776Z] INFO: Testing against a local daemon [2019-09-26T21:33:09.776Z] === RUN TestServiceCreateInit [2019-09-26T21:33:09.776Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-26T21:33:11.658Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-26T21:33:11.914Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-26T21:33:12.169Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-26T21:33:12.728Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-26T21:33:13.288Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-26T21:33:14.255Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-26T21:33:15.615Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-26T21:33:15.825Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2019-09-26T21:33:16.387Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-26T21:33:16.540Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-26T21:33:17.100Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-26T21:33:17.753Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-09-26T21:33:20.363Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-26T21:33:20.958Z] --- PASS: TestServiceCreateInit (11.15s) [2019-09-26T21:33:20.958Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.61s) [2019-09-26T21:33:20.958Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-26T21:33:20.958Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.53s) [2019-09-26T21:33:20.958Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-26T21:33:20.958Z] === RUN TestCreateServiceMultipleTimes [2019-09-26T21:33:22.322Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-26T21:33:22.540Z] --- PASS: TestServiceUpdateNetwork (14.53s) [2019-09-26T21:33:22.540Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-26T21:33:22.540Z] PASS [2019-09-26T21:33:22.540Z] [2019-09-26T21:33:22.540Z] === Skipped [2019-09-26T21:33:22.540Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2019-09-26T21:33:22.540Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:33:22.540Z] [2019-09-26T21:33:22.540Z] [2019-09-26T21:33:22.540Z] DONE 19 tests, 1 skipped in 124.898s [2019-09-26T21:33:22.540Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-09-26T21:33:22.540Z] ++ 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-09-26T21:33:22.540Z] ++ set -e [2019-09-26T21:33:22.540Z] ++ '[' -n 0 ']' [2019-09-26T21:33:22.540Z] ++ set -x [2019-09-26T21:33:22.540Z] ++ env -i DEST=/go/src/github.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-09-26T21:33:22.540Z] INFO: Testing against a local daemon [2019-09-26T21:33:22.540Z] === RUN TestSessionCreate [2019-09-26T21:33:22.540Z] --- PASS: TestSessionCreate (0.02s) [2019-09-26T21:33:22.540Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-26T21:33:22.540Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-26T21:33:22.540Z] PASS [2019-09-26T21:33:22.540Z] [2019-09-26T21:33:22.540Z] DONE 2 tests in 0.223s [2019-09-26T21:33:22.540Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-09-26T21:33:22.540Z] ++ 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-09-26T21:33:22.540Z] ++ set -e [2019-09-26T21:33:22.540Z] ++ '[' -n 0 ']' [2019-09-26T21:33:22.540Z] ++ set -x [2019-09-26T21:33:22.540Z] ++ env -i DEST=/go/src/github.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-09-26T21:33:22.540Z] INFO: Testing against a local daemon [2019-09-26T21:33:22.540Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-26T21:33:22.540Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-26T21:33:22.540Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-26T21:33:22.540Z] === RUN TestEventsExecDie [2019-09-26T21:33:22.540Z] --- PASS: TestEventsExecDie (0.94s) [2019-09-26T21:33:22.540Z] === RUN TestEventsBackwardsCompatible [2019-09-26T21:33:22.540Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-09-26T21:33:22.540Z] === RUN TestInfoBinaryCommits [2019-09-26T21:33:22.540Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-26T21:33:22.540Z] === RUN TestInfoAPIVersioned [2019-09-26T21:33:22.540Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-26T21:33:22.540Z] === RUN TestInfoAPI [2019-09-26T21:33:22.540Z] --- PASS: TestInfoAPI (0.02s) [2019-09-26T21:33:22.540Z] === RUN TestInfoAPIWarnings [2019-09-26T21:33:22.540Z] --- PASS: TestInfoAPIWarnings (0.81s) [2019-09-26T21:33:22.540Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-26T21:33:22.540Z] === RUN TestLoginFailsWithBadCredentials [2019-09-26T21:33:22.825Z] 65014b3c3121: Pull complete [2019-09-26T21:33:22.910Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2019-09-26T21:33:22.910Z] === RUN TestPingCacheHeaders [2019-09-26T21:33:22.910Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-26T21:33:22.910Z] === RUN TestPingGet [2019-09-26T21:33:22.910Z] --- PASS: TestPingGet (0.02s) [2019-09-26T21:33:22.910Z] === RUN TestPingHead [2019-09-26T21:33:22.910Z] --- PASS: TestPingHead (0.02s) [2019-09-26T21:33:22.910Z] === RUN TestVersion [2019-09-26T21:33:22.910Z] --- PASS: TestVersion (0.02s) [2019-09-26T21:33:22.910Z] PASS [2019-09-26T21:33:22.910Z] [2019-09-26T21:33:22.910Z] === Skipped [2019-09-26T21:33:22.910Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-26T21:33:22.910Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-26T21:33:22.910Z] [2019-09-26T21:33:22.910Z] [2019-09-26T21:33:22.910Z] DONE 12 tests, 1 skipped in 2.455s [2019-09-26T21:33:22.910Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-09-26T21:33:22.910Z] ++ 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-09-26T21:33:22.910Z] ++ set -e [2019-09-26T21:33:22.910Z] ++ '[' -n 0 ']' [2019-09-26T21:33:22.910Z] ++ set -x [2019-09-26T21:33:22.910Z] ++ env -i DEST=/go/src/github.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-09-26T21:33:23.290Z] INFO: Testing against a local daemon [2019-09-26T21:33:23.290Z] === RUN TestVolumesCreateAndList [2019-09-26T21:33:23.290Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-09-26T21:33:23.290Z] === RUN TestVolumesRemove [2019-09-26T21:33:23.290Z] --- PASS: TestVolumesRemove (0.11s) [2019-09-26T21:33:23.290Z] === RUN TestVolumesInspect [2019-09-26T21:33:23.290Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-26T21:33:23.290Z] === RUN TestVolumesInvalidJSON [2019-09-26T21:33:23.290Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-26T21:33:23.290Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-26T21:33:23.290Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-26T21:33:23.290Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-26T21:33:23.290Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-26T21:33:23.290Z] PASS [2019-09-26T21:33:23.290Z] [2019-09-26T21:33:23.290Z] DONE 5 tests in 0.283s [2019-09-26T21:33:23.290Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-26T21:33:23.290Z] ++++ cat bundles/test-integration/docker.pid [2019-09-26T21:33:23.290Z] +++ kill 11581 [2019-09-26T21:33:24.829Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-26T21:33:25.123Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-26T21:33:25.123Z] +++ /etc/init.d/apparmor stop [2019-09-26T21:33:25.123Z] Clearing AppArmor profiles cache:. [2019-09-26T21:33:25.123Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-26T21:33:25.123Z] Unloading profiles will leave already running processes permanently [2019-09-26T21:33:25.123Z] unconfined, which can lead to unexpected situations. [2019-09-26T21:33:25.123Z] [2019-09-26T21:33:25.123Z] To set a process to complain mode, use the command line tool [2019-09-26T21:33:25.123Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-26T21:33:25.123Z] with the 'teardown' option." [2019-09-26T21:33:25.123Z] [2019-09-26T21:33:25.753Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-26T21:33:25.857Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.428s coverage: 13.7% of statements Post stage [Pipeline] junit [2019-09-26T21:33:26.506Z] Recording test results [2019-09-26T21:33:27.218Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 84.6% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-26T21:33:27.637Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-26T21:33:27.779Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-09-26T21:33:27.779Z] ok github.com/docker/docker/daemon 12.196s coverage: 17.6% of statements [2019-09-26T21:33:27.779Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-26T21:33:27.779Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-26T21:33:27.891Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-26T21:33:28.132Z] + echo Ensuring container killed. [2019-09-26T21:33:28.132Z] Ensuring container killed. [2019-09-26T21:33:28.132Z] + docker rm -vf docker-pr2 [2019-09-26T21:33:28.132Z] Error: No such container: docker-pr2 [2019-09-26T21:33:28.132Z] + true [Pipeline] sh [2019-09-26T21:33:28.705Z] ok github.com/docker/docker/daemon/events 0.060s coverage: 50.0% of statements [2019-09-26T21:33:28.705Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-26T21:33:28.705Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-26T21:33:28.969Z] + echo Chowning /workspace to jenkins user [2019-09-26T21:33:28.969Z] Chowning /workspace to jenkins user [2019-09-26T21:33:28.969Z] + id -u [2019-09-26T21:33:28.969Z] + id -g [2019-09-26T21:33:28.969Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39994:/workspace busybox chown -R 1001:1001 /workspace [2019-09-26T21:33:28.969Z] Unable to find image 'busybox:latest' locally [2019-09-26T21:33:28.969Z] latest: Pulling from library/busybox [2019-09-26T21:33:29.344Z] 6d4c3d9fc915: Pulling fs layer [2019-09-26T21:33:29.344Z] 6d4c3d9fc915: Verifying Checksum [2019-09-26T21:33:29.344Z] 6d4c3d9fc915: Download complete [2019-09-26T21:33:29.632Z] ok github.com/docker/docker/daemon/graphdriver 0.024s coverage: 2.2% of statements [2019-09-26T21:33:29.716Z] 6d4c3d9fc915: Pull complete [2019-09-26T21:33:29.716Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-26T21:33:29.716Z] Status: Downloaded newer image for busybox:latest [2019-09-26T21:33:31.520Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-26T21:33:32.049Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-26T21:33:32.447Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.229s coverage: 57.0% of statements [2019-09-26T21:33:32.498Z] + bundleName=s390x-integration [2019-09-26T21:33:32.498Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-26T21:33:32.498Z] Creating s390x-integration-bundles.tar.gz [2019-09-26T21:33:32.498Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-09-26T21:33:32.498Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-26T21:33:32.638Z] Archiving artifacts [2019-09-26T21:33:33.931Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-26T21:33:35.293Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-26T21:33:35.717Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.255s coverage: 72.5% of statements [2019-09-26T21:33:35.717Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.533s coverage: 45.9% of statements [2019-09-26T21:33:35.717Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-26T21:33:36.216Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-26T21:33:38.234Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.965s coverage: 51.0% of statements [2019-09-26T21:33:39.159Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.299s coverage: 76.1% of statements [2019-09-26T21:33:40.524Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2019-09-26T21:33:40.524Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.047s coverage: 57.2% of statements [2019-09-26T21:33:40.524Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-26T21:33:40.524Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-26T21:33:40.624Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39994/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-26T21:33:41.366Z] + make clean [2019-09-26T21:33:41.450Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2019-09-26T21:33:41.731Z] docker volume rm -f docker-dev-cache [2019-09-26T21:33:41.731Z] docker-dev-cache [Pipeline] deleteDir [2019-09-26T21:33:42.378Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2019-09-26T21:33:43.743Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2019-09-26T21:33:43.743Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-26T21:33:43.743Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-26T21:33:44.304Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 42.7% of statements [2019-09-26T21:33:45.667Z] ok github.com/docker/docker/daemon/logger/awslogs 0.140s coverage: 77.8% of statements [2019-09-26T21:33:45.667Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-26T21:33:45.667Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-26T21:33:45.667Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 68.2% of statements [2019-09-26T21:33:46.183Z] --- PASS: TestCreateServiceMultipleTimes (23.57s) [2019-09-26T21:33:46.184Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-26T21:33:46.184Z] === RUN TestCreateServiceConflict [2019-09-26T21:33:46.184Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-26T21:33:46.594Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-09-26T21:33:46.865Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-09-26T21:33:47.123Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements [2019-09-26T21:33:47.545Z] --- PASS: TestCreateServiceConflict (2.93s) [2019-09-26T21:33:47.545Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-26T21:33:47.545Z] === RUN TestCreateServiceMaxReplicas [2019-09-26T21:33:48.049Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2019-09-26T21:33:48.049Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-26T21:33:48.609Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.060s coverage: 20.0% of statements [2019-09-26T21:33:49.972Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 47.8% of statements [2019-09-26T21:33:50.228Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2019-09-26T21:33:50.788Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-26T21:33:50.804Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-09-26T21:33:51.349Z] ok github.com/docker/docker/daemon/logger/splunk 1.599s coverage: 84.5% of statements [2019-09-26T21:33:51.349Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-26T21:33:51.349Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-26T21:33:51.365Z] --- PASS: TestCreateServiceMaxReplicas (3.85s) [2019-09-26T21:33:51.365Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-26T21:33:51.365Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-26T21:33:53.236Z] ok github.com/docker/docker/distribution 0.184s coverage: 22.4% of statements [2019-09-26T21:33:53.236Z] ok github.com/docker/docker/distribution/metadata 0.056s coverage: 48.2% of statements [2019-09-26T21:33:53.236Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-26T21:33:53.291Z] === RUN TestDockerSuite/TestBuildRm [2019-09-26T21:33:54.600Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-09-26T21:33:55.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-26T21:33:55.964Z] ok github.com/docker/docker/image 0.015s coverage: 86.4% of statements [2019-09-26T21:33:56.524Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-09-26T21:33:56.749Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-26T21:33:56.780Z] ok github.com/docker/docker/distribution/xfer 1.871s coverage: 85.1% of statements [2019-09-26T21:33:56.780Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-26T21:33:56.780Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-26T21:33:57.705Z] ok github.com/docker/docker/image/v1 0.011s coverage: 25.0% of statements [2019-09-26T21:33:57.705Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-26T21:33:58.109Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-26T21:33:58.631Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2019-09-26T21:33:59.033Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-26T21:33:59.556Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-09-26T21:33:59.592Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-26T21:33:59.824Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-26T21:34:00.515Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-26T21:34:01.711Z] ok github.com/docker/docker/pkg/archive 0.386s coverage: 77.0% of statements [2019-09-26T21:34:01.918Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-26T21:34:02.271Z] ok github.com/docker/docker/pkg/authorization 0.194s coverage: 68.3% of statements [2019-09-26T21:34:02.526Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-26T21:34:02.781Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-09-26T21:34:03.281Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-26T21:34:04.204Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-26T21:34:06.042Z] ok github.com/docker/docker/layer 7.167s coverage: 68.8% of statements [2019-09-26T21:34:06.042Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-26T21:34:06.042Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-26T21:34:06.042Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-26T21:34:06.042Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-26T21:34:06.042Z] ? github.com/docker/docker/oci [no test files] [2019-09-26T21:34:06.042Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-26T21:34:06.298Z] ok github.com/docker/docker/pkg/chrootarchive 2.929s coverage: 43.2% of statements [2019-09-26T21:34:06.298Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-26T21:34:06.298Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-26T21:34:06.554Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2019-09-26T21:34:07.114Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-09-26T21:34:07.114Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 97.6% of statements [2019-09-26T21:34:07.462Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.70s) [2019-09-26T21:34:07.462Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-26T21:34:07.462Z] === RUN TestCreateServiceSecretFileMode [2019-09-26T21:34:07.675Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2019-09-26T21:34:08.236Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-09-26T21:34:08.798Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2019-09-26T21:34:08.822Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-26T21:34:08.822Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-26T21:34:09.077Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-26T21:34:09.077Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-26T21:34:09.636Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-26T21:34:09.736Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-09-26T21:34:10.561Z] --- PASS: TestCreateServiceSecretFileMode (3.47s) [2019-09-26T21:34:10.561Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-26T21:34:10.561Z] === RUN TestCreateServiceConfigFileMode [2019-09-26T21:34:10.673Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2019-09-26T21:34:10.815Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-26T21:34:10.815Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-26T21:34:11.235Z] ok github.com/docker/docker/pkg/fsutils 0.196s coverage: 85.1% of statements [2019-09-26T21:34:11.235Z] ok github.com/docker/docker/pkg/discovery/kv 3.105s coverage: 84.1% of statements [2019-09-26T21:34:11.491Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2019-09-26T21:34:12.176Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-26T21:34:12.176Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-26T21:34:12.856Z] ok github.com/docker/docker/pkg/idtools 0.551s coverage: 70.1% of statements [2019-09-26T21:34:12.856Z] ok github.com/docker/docker/pkg/ioutils 0.430s coverage: 69.3% of statements [2019-09-26T21:34:13.111Z] ok github.com/docker/docker/pkg/locker 0.016s coverage: 88.9% of statements [2019-09-26T21:34:13.111Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2019-09-26T21:34:13.672Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2019-09-26T21:34:13.672Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-26T21:34:13.928Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-09-26T21:34:14.061Z] --- PASS: TestCreateServiceConfigFileMode (3.32s) [2019-09-26T21:34:14.061Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-26T21:34:14.061Z] === RUN TestCreateServiceSysctls [2019-09-26T21:34:14.184Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-26T21:34:14.439Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-09-26T21:34:14.439Z] ok github.com/docker/docker/pkg/mount 0.607s coverage: 69.6% of statements [2019-09-26T21:34:14.439Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-26T21:34:15.000Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 91.4% of statements [2019-09-26T21:34:15.000Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-09-26T21:34:15.000Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-26T21:34:15.000Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-26T21:34:15.926Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2019-09-26T21:34:16.488Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-26T21:34:16.744Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-26T21:34:16.999Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-26T21:34:17.325Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-26T21:34:18.249Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-26T21:34:18.361Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-09-26T21:34:18.361Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2019-09-26T21:34:18.503Z] --- PASS: TestCreateServiceSysctls (4.66s) [2019-09-26T21:34:18.503Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-26T21:34:18.503Z] === RUN TestCreateServiceCapabilities [2019-09-26T21:34:19.427Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-26T21:34:19.987Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-26T21:34:21.347Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-26T21:34:21.622Z] ok github.com/docker/docker/pkg/signal 2.379s coverage: 61.0% of statements [2019-09-26T21:34:21.622Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-26T21:34:21.878Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-09-26T21:34:21.907Z] --- PASS: TestCreateServiceCapabilities (3.49s) [2019-09-26T21:34:21.907Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-26T21:34:21.907Z] === RUN TestInspect [2019-09-26T21:34:22.135Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-26T21:34:22.391Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-09-26T21:34:22.465Z] === RUN TestDockerSuite/TestBuildUser [2019-09-26T21:34:22.952Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-09-26T21:34:23.208Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 36.9% of statements [2019-09-26T21:34:23.770Z] ok github.com/docker/docker/pkg/tailfile 0.076s coverage: 88.6% of statements [2019-09-26T21:34:24.332Z] ok github.com/docker/docker/pkg/tarsum 0.050s coverage: 89.3% of statements [2019-09-26T21:34:24.587Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-09-26T21:34:24.843Z] testing: warning: no tests to run [2019-09-26T21:34:24.843Z] coverage: [no statements] [2019-09-26T21:34:24.843Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2019-09-26T21:34:25.030Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-26T21:34:25.099Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-26T21:34:25.354Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-26T21:34:25.354Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-26T21:34:27.869Z] ok github.com/docker/docker/plugin 0.534s coverage: 27.1% of statements [2019-09-26T21:34:28.124Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-26T21:34:28.686Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-09-26T21:34:29.190Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-26T21:34:29.249Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-09-26T21:34:30.113Z] --- PASS: TestInspect (7.87s) [2019-09-26T21:34:30.114Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-26T21:34:30.114Z] === RUN TestDockerNetworkConnectAlias [2019-09-26T21:34:30.613Z] ok github.com/docker/docker/registry 0.085s coverage: 56.3% of statements [2019-09-26T21:34:31.176Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2019-09-26T21:34:31.176Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-09-26T21:34:32.103Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-09-26T21:34:32.103Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-26T21:34:34.633Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-26T21:34:35.195Z] ok github.com/docker/docker/volume/local 0.022s coverage: 73.0% of statements [2019-09-26T21:34:35.757Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2019-09-26T21:34:35.872Z] --- PASS: TestBuildWithHugeFile (83.64s) [2019-09-26T21:34:35.872Z] === RUN TestBuildWithEmptyDockerfile [2019-09-26T21:34:35.872Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:34:35.872Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:34:35.872Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:34:35.872Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:34:35.872Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:34:35.872Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:34:35.872Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:34:35.872Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:34:35.872Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:34:35.872Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2019-09-26T21:34:35.872Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s) [2019-09-26T21:34:35.872Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2019-09-26T21:34:35.872Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.29s) [2019-09-26T21:34:35.872Z] === RUN TestBuildPreserveOwnership [2019-09-26T21:34:35.872Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-26T21:34:35.872Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-26T21:34:35.872Z] --- PASS: TestBuildPreserveOwnership (4.65s) [2019-09-26T21:34:35.872Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.03s) [2019-09-26T21:34:35.872Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.60s) [2019-09-26T21:34:35.872Z] === RUN TestBuildPlatformInvalid [2019-09-26T21:34:35.872Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-09-26T21:34:35.872Z] PASS [2019-09-26T21:34:35.872Z] [2019-09-26T21:34:35.872Z] DONE 32 tests in 131.038s [2019-09-26T21:34:35.872Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-09-26T21:34:35.872Z] ++ 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-09-26T21:34:35.872Z] ++ set -e [2019-09-26T21:34:35.872Z] ++ '[' -n 0 ']' [2019-09-26T21:34:35.872Z] ++ set -x [2019-09-26T21:34:35.872Z] ++ env -i DEST=/go/src/github.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-09-26T21:34:35.872Z] INFO: Testing against a local daemon [2019-09-26T21:34:35.872Z] === RUN TestConfigList [2019-09-26T21:34:35.872Z] --- PASS: TestConfigList (2.18s) [2019-09-26T21:34:35.872Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-26T21:34:35.872Z] === RUN TestConfigsCreateAndDelete [2019-09-26T21:34:35.872Z] --- PASS: TestConfigsCreateAndDelete (2.19s) [2019-09-26T21:34:35.872Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-26T21:34:35.872Z] === RUN TestConfigsUpdate [2019-09-26T21:34:35.872Z] --- PASS: TestConfigsUpdate (2.15s) [2019-09-26T21:34:35.872Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-26T21:34:35.872Z] === RUN TestTemplatedConfig [2019-09-26T21:34:36.685Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-09-26T21:34:36.720Z] --- PASS: TestDockerNetworkConnectAlias (6.88s) [2019-09-26T21:34:36.720Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-26T21:34:36.720Z] === RUN TestDockerNetworkReConnect [2019-09-26T21:34:36.888Z] --- PASS: TestTemplatedConfig (2.78s) [2019-09-26T21:34:36.888Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-26T21:34:36.888Z] === RUN TestConfigInspect [2019-09-26T21:34:39.577Z] --- PASS: TestConfigInspect (2.65s) [2019-09-26T21:34:39.577Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-26T21:34:39.577Z] === RUN TestConfigCreateWithLabels [2019-09-26T21:34:42.273Z] --- PASS: TestConfigCreateWithLabels (2.15s) [2019-09-26T21:34:42.273Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-26T21:34:42.273Z] === RUN TestConfigCreateResolve [2019-09-26T21:34:43.243Z] --- PASS: TestDockerNetworkReConnect (6.26s) [2019-09-26T21:34:43.243Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-26T21:34:43.243Z] === RUN TestServicePlugin [2019-09-26T21:34:44.305Z] --- PASS: TestConfigCreateResolve (2.22s) [2019-09-26T21:34:44.305Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-26T21:34:44.305Z] === RUN TestConfigDaemonLibtrustID [2019-09-26T21:34:44.589Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-26T21:34:44.589Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-26T21:34:44.589Z] PASS [2019-09-26T21:34:44.589Z] [2019-09-26T21:34:44.589Z] DONE 8 tests in 16.951s [2019-09-26T21:34:44.589Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-09-26T21:34:44.589Z] ++ 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-09-26T21:34:44.589Z] ++ set -e [2019-09-26T21:34:44.589Z] ++ '[' -n 0 ']' [2019-09-26T21:34:44.589Z] ++ set -x [2019-09-26T21:34:44.589Z] ++ env -i DEST=/go/src/github.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-09-26T21:34:44.589Z] INFO: Testing against a local daemon [2019-09-26T21:34:44.589Z] === RUN TestCheckpoint [2019-09-26T21:34:44.589Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-26T21:34:44.589Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-26T21:34:44.589Z] === RUN TestContainerInvalidJSON [2019-09-26T21:34:44.589Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:34:44.589Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:34:44.589Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:34:44.589Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:34:44.589Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:34:44.589Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:34:44.589Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:34:44.589Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:34:44.589Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:34:44.589Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-26T21:34:44.589Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-26T21:34:44.589Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-26T21:34:44.589Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-26T21:34:44.589Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-26T21:34:44.871Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-09-26T21:34:44.871Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-26T21:34:44.871Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-09-26T21:34:44.871Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-26T21:34:44.871Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2019-09-26T21:34:44.871Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-26T21:34:45.156Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2019-09-26T21:34:45.156Z] === RUN TestCopyFromContainer [2019-09-26T21:34:46.629Z] === RUN TestCopyFromContainer// [2019-09-26T21:34:46.629Z] === RUN TestCopyFromContainer//bar/root [2019-09-26T21:34:46.629Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-26T21:34:46.914Z] === RUN TestCopyFromContainer/bar/quux [2019-09-26T21:34:46.914Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-26T21:34:46.914Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-26T21:34:47.198Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-26T21:34:47.198Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-26T21:34:47.198Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-26T21:34:47.400Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-26T21:34:47.482Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer (2.44s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-26T21:34:47.482Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-26T21:34:47.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-26T21:34:47.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:34:47.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:34:47.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:34:47.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:34:47.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:34:47.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:34:47.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:34:47.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:34:47.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:34:47.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-26T21:34:47.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-26T21:34:47.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-26T21:34:47.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-26T21:34:47.482Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-26T21:34:47.482Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-26T21:34:47.482Z] === RUN TestCreateWithInvalidEnv [2019-09-26T21:34:47.482Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-26T21:34:47.482Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-26T21:34:47.482Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-26T21:34:47.482Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-26T21:34:47.482Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-26T21:34:47.482Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-26T21:34:47.482Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-26T21:34:47.482Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-26T21:34:47.482Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-26T21:34:47.482Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-26T21:34:47.482Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-26T21:34:47.482Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-26T21:34:47.482Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-26T21:34:47.482Z] === RUN TestCreateTmpfsMountsTarget [2019-09-26T21:34:47.655Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-26T21:34:47.766Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-26T21:34:47.766Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-26T21:34:48.579Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-26T21:34:48.833Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCustomMaskedPaths (1.87s) [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:34:49.809Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-26T21:34:49.809Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities (0.06s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-26T21:34:49.809Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-26T21:34:49.809Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-26T21:34:50.195Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-26T21:34:51.510Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/rootless [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/volume [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-26T21:34:51.510Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === Skipped [2019-09-26T21:34:51.510Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-26T21:34:51.510Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-26T21:34:51.510Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:73: No driver to put! [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-26T21:34:51.510Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-26T21:34:51.510Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-26T21:34:51.510Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-26T21:34:51.510Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-26T21:34:51.510Z] graphtest_unix.go:73: No driver to put! [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-26T21:34:51.510Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-26T21:34:51.510Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] [2019-09-26T21:34:51.510Z] DONE 2115 tests, 20 skipped in 225.068s Post stage [Pipeline] junit [2019-09-26T21:34:51.519Z] Recording test results [2019-09-26T21:34:51.841Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.97s) [2019-09-26T21:34:51.841Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-26T21:34:51.841Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:34:51.841Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:34:51.841Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:34:51.841Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:34:51.841Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:34:51.841Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:34:51.841Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:34:51.841Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:34:51.841Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:34:51.841Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:34:51.841Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:34:51.841Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:34:51.841Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:34:51.841Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:34:51.841Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:34:51.841Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-26T21:34:51.841Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-09-26T21:34:51.841Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-09-26T21:34:51.841Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-09-26T21:34:51.841Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-09-26T21:34:51.841Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-26T21:34:51.841Z] === RUN TestContainerStartOnDaemonRestart [2019-09-26T21:34:51.841Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-26T21:34:51.841Z] === RUN TestDaemonRestartIpcMode [2019-09-26T21:34:51.841Z] === PAUSE TestDaemonRestartIpcMode [2019-09-26T21:34:51.841Z] === RUN TestDiff [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-26T21:34:52.119Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-26T21:34:52.235Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39994/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -e DOCKER_GRAPHDRIVER docker:023b072288eab3c9e768d4aeeb917f27f06034c7 hack/validate/vendor [2019-09-26T21:34:52.460Z] --- PASS: TestDiff (0.68s) [2019-09-26T21:34:52.460Z] === RUN TestExecWithCloseStdin [2019-09-26T21:34:53.470Z] --- PASS: TestExecWithCloseStdin (0.89s) [2019-09-26T21:34:53.470Z] === RUN TestExec [2019-09-26T21:34:53.602Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-26T21:34:54.001Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-26T21:34:54.001Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-26T21:34:54.001Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-26T21:34:54.001Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-26T21:34:54.001Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-26T21:34:54.093Z] --- PASS: TestExec (0.84s) [2019-09-26T21:34:54.093Z] === RUN TestExecUser [2019-09-26T21:34:54.172Z] + echo Building e2e image [2019-09-26T21:34:54.172Z] Building e2e image [2019-09-26T21:34:54.172Z] + docker build --build-arg DOCKER_GITCOMMIT=023b072288eab3c9e768d4aeeb917f27f06034c7 -t moby-e2e-test -f Dockerfile.e2e . [2019-09-26T21:34:54.172Z] #2 [internal] load .dockerignore [2019-09-26T21:34:54.172Z] #2 transferring context: 34B 0.0s done [2019-09-26T21:34:54.172Z] #2 DONE 0.0s [2019-09-26T21:34:54.172Z] [2019-09-26T21:34:54.172Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-26T21:34:54.172Z] #1 transferring dockerfile: 3.21kB 0.0s done [2019-09-26T21:34:54.172Z] #1 DONE 0.0s [2019-09-26T21:34:54.172Z] [2019-09-26T21:34:54.172Z] #4 [internal] load metadata for docker.io/library/golang:1.13.0-alpine [2019-09-26T21:34:54.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-26T21:34:54.427Z] #4 DONE 0.2s [2019-09-26T21:34:54.427Z] [2019-09-26T21:34:54.427Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-26T21:34:54.427Z] #3 DONE 0.2s [2019-09-26T21:34:54.427Z] [2019-09-26T21:34:54.427Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-26T21:34:54.427Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-09-26T21:34:54.427Z] #5 DONE 0.0s [2019-09-26T21:34:54.427Z] [2019-09-26T21:34:54.427Z] #8 [internal] load build context [2019-09-26T21:34:54.990Z] #8 transferring context: 795.21kB 0.4s done [2019-09-26T21:34:54.990Z] #8 DONE 0.5s [2019-09-26T21:34:54.990Z] [2019-09-26T21:34:54.990Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-26T21:34:54.990Z] #14 resolve docker.io/library/golang:1.13.0-alpine@sha256:84349ee862d8bafff35e0d2bfd539da565b536b4dfce654773fc21a1db2da6d7 done [2019-09-26T21:34:54.990Z] #14 sha256:9aaad45c37b562f6dd13a806b44c2e88c4c3d3a536cfd78c00f6336c1d5d6c40 124B / 124B 0.1s done [2019-09-26T21:34:54.990Z] #14 sha256:84349ee862d8bafff35e0d2bfd539da565b536b4dfce654773fc21a1db2da6d7 1.65kB / 1.65kB done [2019-09-26T21:34:54.990Z] #14 sha256:c9f7377aae0ca02bfd86f3d598bde66c11646c7f5597e8c9d8ca4bde78e51df1 1.36kB / 1.36kB done [2019-09-26T21:34:54.990Z] #14 sha256:33fbbc2ca571e774e0253ff2e42f0206e96736897b9ec438db701b645a260e9a 3.80kB / 3.80kB done [2019-09-26T21:34:54.990Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 13.50MB / 126.84MB 0.4s [2019-09-26T21:34:54.990Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 34.91MB / 126.84MB 0.6s [2019-09-26T21:34:55.103Z] --- PASS: TestExecUser (0.84s) [2019-09-26T21:34:55.103Z] === RUN TestExportContainerAndImportImage [2019-09-26T21:34:55.252Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 47.95MB / 126.84MB 0.7s [2019-09-26T21:34:55.252Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 66.31MB / 126.84MB 0.9s [2019-09-26T21:34:55.510Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 79.53MB / 126.84MB 1.0s [2019-09-26T21:34:55.510Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 99.37MB / 126.84MB 1.2s [2019-09-26T21:34:55.765Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 109.19MB / 126.84MB 1.3s [2019-09-26T21:34:55.765Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 118.96MB / 126.84MB 1.4s [2019-09-26T21:34:56.031Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 126.84MB / 126.84MB 1.6s [2019-09-26T21:34:56.117Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2019-09-26T21:34:56.117Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-26T21:34:56.290Z] #14 ... [2019-09-26T21:34:56.290Z] [2019-09-26T21:34:56.290Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-26T21:34:56.290Z] #6 DONE 1.8s [2019-09-26T21:34:56.290Z] [2019-09-26T21:34:56.290Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-26T21:34:56.290Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 126.84MB / 126.84MB 1.7s done [2019-09-26T21:34:56.546Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 [2019-09-26T21:34:56.764Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-26T21:34:56.764Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-26T21:34:57.595Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-09-26T21:34:57.595Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-26T21:34:57.595Z] === RUN TestHealthCheckWorkdir [2019-09-26T21:34:57.689Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-26T21:34:58.248Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-26T21:34:58.609Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2019-09-26T21:34:58.609Z] === RUN TestHealthKillContainer [2019-09-26T21:34:59.211Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-26T21:34:59.481Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-26T21:35:01.785Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 5.2s [2019-09-26T21:35:02.066Z] --- PASS: TestHealthKillContainer (2.89s) [2019-09-26T21:35:02.066Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-26T21:35:02.351Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2019-09-26T21:35:02.351Z] === RUN TestIpcModeNone [2019-09-26T21:35:02.711Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 6.2s done [2019-09-26T21:35:02.711Z] #14 ... [2019-09-26T21:35:02.711Z] [2019-09-26T21:35:02.711Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-26T21:35:02.711Z] #7 1.134 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-26T21:35:02.711Z] #7 2.233 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-26T21:35:02.711Z] #7 2.325 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-26T21:35:02.711Z] #7 2.329 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-26T21:35:02.711Z] #7 2.531 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-26T21:35:02.711Z] #7 2.543 (4/31) Installing readline (8.0.0-r0) [2019-09-26T21:35:02.711Z] #7 2.551 (5/31) Installing bash (5.0.0-r0) [2019-09-26T21:35:02.711Z] #7 2.567 Executing bash-5.0.0-r0.post-install [2019-09-26T21:35:02.711Z] #7 2.571 (6/31) Installing ca-certificates (20190108-r0) [2019-09-26T21:35:02.711Z] #7 2.590 (7/31) Installing libgcc (8.3.0-r0) [2019-09-26T21:35:02.711Z] #7 2.594 (8/31) Installing libstdc++ (8.3.0-r0) [2019-09-26T21:35:02.711Z] #7 2.610 (9/31) Installing binutils (2.32-r0) [2019-09-26T21:35:02.711Z] #7 2.715 (10/31) Installing gmp (6.1.2-r1) [2019-09-26T21:35:02.711Z] #7 2.722 (11/31) Installing isl (0.18-r0) [2019-09-26T21:35:02.711Z] #7 2.742 (12/31) Installing libgomp (8.3.0-r0) [2019-09-26T21:35:02.711Z] #7 2.747 (13/31) Installing libatomic (8.3.0-r0) [2019-09-26T21:35:02.711Z] #7 2.750 (14/31) Installing mpfr3 (3.1.5-r1) [2019-09-26T21:35:02.711Z] #7 2.756 (15/31) Installing mpc1 (1.1.0-r0) [2019-09-26T21:35:02.711Z] #7 2.760 (16/31) Installing gcc (8.3.0-r0) [2019-09-26T21:35:02.711Z] #7 3.689 (17/31) Installing musl-dev (1.1.22-r3) [2019-09-26T21:35:02.711Z] #7 3.799 (18/31) Installing libc-dev (0.7.1-r0) [2019-09-26T21:35:02.711Z] #7 3.800 (19/31) Installing g++ (8.3.0-r0) [2019-09-26T21:35:02.711Z] #7 4.417 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-09-26T21:35:02.711Z] #7 4.420 (21/31) Installing libcurl (7.66.0-r0) [2019-09-26T21:35:02.711Z] #7 4.427 (22/31) Installing expat (2.2.8-r0) [2019-09-26T21:35:02.711Z] #7 4.433 (23/31) Installing pcre2 (10.33-r0) [2019-09-26T21:35:02.711Z] #7 4.442 (24/31) Installing git (2.22.0-r0) [2019-09-26T21:35:02.711Z] #7 4.653 (25/31) Installing libmnl (1.0.4-r0) [2019-09-26T21:35:02.711Z] #7 4.656 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-09-26T21:35:02.711Z] #7 4.661 (27/31) Installing iptables (1.8.3-r0) [2019-09-26T21:35:02.711Z] #7 4.689 (28/31) Installing pigz (2.4-r0) [2019-09-26T21:35:02.711Z] #7 4.697 (29/31) Installing tar (1.32-r0) [2019-09-26T21:35:02.711Z] #7 4.706 (30/31) Installing xz-libs (5.2.4-r0) [2019-09-26T21:35:02.711Z] #7 4.711 (31/31) Installing xz (5.2.4-r0) [2019-09-26T21:35:02.711Z] #7 4.716 Executing busybox-1.30.1-r2.trigger [2019-09-26T21:35:02.711Z] #7 4.721 Executing ca-certificates-20190108-r0.trigger [2019-09-26T21:35:02.711Z] #7 4.772 OK: 185 MiB in 45 packages [2019-09-26T21:35:02.711Z] #7 DONE 6.5s [2019-09-26T21:35:02.711Z] [2019-09-26T21:35:02.711Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-26T21:35:02.711Z] #9 DONE 0.1s [2019-09-26T21:35:02.711Z] [2019-09-26T21:35:02.711Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-26T21:35:02.711Z] #14 extracting sha256:9aaad45c37b562f6dd13a806b44c2e88c4c3d3a536cfd78c00f6336c1d5d6c40 done [2019-09-26T21:35:02.783Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-26T21:35:02.966Z] #14 DONE 8.5s [2019-09-26T21:35:02.966Z] [2019-09-26T21:35:02.966Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-26T21:35:02.966Z] #10 DONE 0.1s [2019-09-26T21:35:02.966Z] [2019-09-26T21:35:02.966Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-26T21:35:02.966Z] #11 DONE 0.1s [2019-09-26T21:35:02.966Z] [2019-09-26T21:35:02.966Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-26T21:35:02.966Z] #12 DONE 0.1s [2019-09-26T21:35:02.966Z] [2019-09-26T21:35:02.966Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-26T21:35:02.974Z] --- PASS: TestIpcModeNone (0.85s) [2019-09-26T21:35:02.974Z] === RUN TestIpcModePrivate [2019-09-26T21:35:03.222Z] #15 ... [2019-09-26T21:35:03.222Z] [2019-09-26T21:35:03.222Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-26T21:35:03.222Z] #13 DONE 0.1s [2019-09-26T21:35:03.222Z] [2019-09-26T21:35:03.222Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-26T21:35:03.783Z] #15 0.806 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-26T21:35:03.984Z] --- PASS: TestIpcModePrivate (0.82s) [2019-09-26T21:35:03.984Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2019-09-26T21:35:03.984Z] === RUN TestIpcModeShareable [2019-09-26T21:35:04.605Z] --- PASS: TestIpcModeShareable (0.83s) [2019-09-26T21:35:04.605Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:49, shared: true, mustBeShared: true [2019-09-26T21:35:04.605Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-26T21:35:04.667Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-26T21:35:05.145Z] #15 1.875 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-26T21:35:05.145Z] #15 1.941 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-26T21:35:05.145Z] #15 1.944 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-26T21:35:05.145Z] #15 2.090 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-26T21:35:05.145Z] #15 2.098 (4/43) Installing readline (8.0.0-r0) [2019-09-26T21:35:05.145Z] #15 2.102 (5/43) Installing bash (5.0.0-r0) [2019-09-26T21:35:05.145Z] #15 2.114 Executing bash-5.0.0-r0.post-install [2019-09-26T21:35:05.145Z] #15 2.116 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-26T21:35:05.145Z] #15 2.189 (7/43) Installing libuuid (2.33.2-r0) [2019-09-26T21:35:05.145Z] #15 2.191 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-26T21:35:05.145Z] #15 2.195 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-26T21:35:05.145Z] #15 2.199 (10/43) Installing binutils (2.32-r0) [2019-09-26T21:35:05.145Z] #15 2.267 (11/43) Installing libmagic (5.37-r0) [2019-09-26T21:35:05.145Z] #15 2.286 (12/43) Installing file (5.37-r0) [2019-09-26T21:35:05.145Z] #15 2.288 (13/43) Installing gmp (6.1.2-r1) [2019-09-26T21:35:05.145Z] #15 2.336 (14/43) Installing isl (0.18-r0) [2019-09-26T21:35:05.145Z] #15 2.351 (15/43) Installing libgomp (8.3.0-r0) [2019-09-26T21:35:05.145Z] #15 2.355 (16/43) Installing libatomic (8.3.0-r0) [2019-09-26T21:35:05.145Z] #15 2.357 (17/43) Installing libgcc (8.3.0-r0) [2019-09-26T21:35:05.145Z] #15 2.359 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-26T21:35:05.145Z] #15 2.364 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-26T21:35:05.401Z] #15 2.367 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-26T21:35:05.401Z] #15 2.378 (21/43) Installing gcc (8.3.0-r0) [2019-09-26T21:35:05.962Z] #15 3.062 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-26T21:35:06.028Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-26T21:35:06.218Z] #15 3.137 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-26T21:35:06.218Z] #15 3.139 (24/43) Installing g++ (8.3.0-r0) [2019-09-26T21:35:06.473Z] #15 3.541 (25/43) Installing make (4.2.1-r2) [2019-09-26T21:35:06.473Z] #15 3.546 (26/43) Installing fortify-headers (1.1-r0) [2019-09-26T21:35:06.473Z] #15 3.548 (27/43) Installing build-base (0.5-r1) [2019-09-26T21:35:06.473Z] #15 3.550 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-26T21:35:06.473Z] #15 3.553 (29/43) Installing libcurl (7.66.0-r0) [2019-09-26T21:35:06.473Z] #15 3.559 (30/43) Installing curl (7.66.0-r0) [2019-09-26T21:35:06.473Z] #15 3.562 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-26T21:35:06.473Z] #15 3.568 (32/43) Installing jq (1.6-r0) [2019-09-26T21:35:06.473Z] #15 3.575 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-26T21:35:06.473Z] #15 3.579 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-26T21:35:06.473Z] #15 3.582 (35/43) Installing libaio (0.3.111-r0) [2019-09-26T21:35:06.473Z] #15 3.584 (36/43) Installing libblkid (2.33.2-r0) [2019-09-26T21:35:06.473Z] #15 3.589 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-26T21:35:06.473Z] #15 3.617 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-26T21:35:06.473Z] #15 3.622 (39/43) Installing libmount (2.33.2-r0) [2019-09-26T21:35:06.473Z] #15 3.628 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-26T21:35:06.473Z] #15 3.632 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-26T21:35:06.473Z] #15 3.635 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-26T21:35:06.473Z] #15 3.656 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-26T21:35:06.589Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-09-26T21:35:06.728Z] #15 3.661 Executing busybox-1.30.1-r2.trigger [2019-09-26T21:35:06.728Z] #15 3.667 OK: 190 MiB in 58 packages [2019-09-26T21:35:07.288Z] #15 DONE 4.2s [2019-09-26T21:35:07.288Z] [2019-09-26T21:35:07.288Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-26T21:35:07.296Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.39s) [2019-09-26T21:35:07.296Z] === RUN TestAPIIpcModeHost [2019-09-26T21:35:07.513Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-26T21:35:07.513Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-26T21:35:07.850Z] #16 DONE 0.8s [2019-09-26T21:35:07.915Z] --- PASS: TestAPIIpcModeHost (0.68s) [2019-09-26T21:35:07.915Z] === RUN TestDaemonIpcModeShareable [2019-09-26T21:35:08.071Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-26T21:35:08.106Z] [2019-09-26T21:35:08.106Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-26T21:35:08.667Z] #17 DONE 0.7s [2019-09-26T21:35:08.667Z] [2019-09-26T21:35:08.667Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-26T21:35:08.667Z] #18 DONE 0.0s [2019-09-26T21:35:08.667Z] [2019-09-26T21:35:08.667Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-26T21:35:08.667Z] #19 DONE 0.1s [2019-09-26T21:35:08.667Z] [2019-09-26T21:35:08.667Z] #31 [builder 1/4] COPY . . [2019-09-26T21:35:09.950Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2019-09-26T21:35:09.950Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-26T21:35:09.950Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:57, shared: true, mustBeShared: true [2019-09-26T21:35:09.950Z] === RUN TestDaemonIpcModePrivate [2019-09-26T21:35:10.578Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-26T21:35:10.578Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-26T21:35:10.579Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-26T21:35:11.432Z] --- PASS: TestDaemonIpcModePrivate (1.73s) [2019-09-26T21:35:11.432Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-26T21:35:11.432Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2019-09-26T21:35:11.432Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-26T21:35:11.502Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-26T21:35:12.426Z] === RUN TestDockerSuite/TestCommitChange [2019-09-26T21:35:12.913Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2019-09-26T21:35:12.913Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-26T21:35:12.913Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2019-09-26T21:35:12.913Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-26T21:35:13.349Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-26T21:35:13.920Z] #31 DONE 4.5s [2019-09-26T21:35:13.920Z] [2019-09-26T21:35:13.920Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:35:13.920Z] #20 1.489 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-26T21:35:13.920Z] #20 1.682 [2019-09-26T21:35:13.920Z] #20 1.791 ########### 15.8% ######################### 35.0% ###################################### 54.0% #################################################### 72.9% ################################################################## 92.0% ######################################################################## 100.0% [2019-09-26T21:35:13.920Z] #20 2.428 [2019-09-26T21:35:13.920Z] #20 2.535 ############################## 42.5% #################################################################### 94.4% ######################################################################## 100.0% [2019-09-26T21:35:13.920Z] #20 2.849 [2019-09-26T21:35:13.920Z] #20 2.957 ########### 15.7% ############################## 42.4% ############################################### 65.6% ############################################################### 88.8% ######################################################################## 100.0% [2019-09-26T21:35:13.920Z] #20 3.503 [2019-09-26T21:35:13.920Z] #20 3.610 ## 3.5% ######### 13.4% ############### 20.8% #################### 28.2% ######################### 35.7% ############################### 43.1% #################################### 50.1% ######################################### 58.0% ############################################### 65.4% #################################################### 72.8% ####################################################### 77.4% ############################################################## 86.3% #################################################################### 95.0% ######################################################################## 100.0% [2019-09-26T21:35:13.920Z] #20 5.059 [2019-09-26T21:35:14.481Z] #20 ... [2019-09-26T21:35:14.481Z] [2019-09-26T21:35:14.481Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-26T21:35:14.481Z] #32 DONE 1.3s [2019-09-26T21:35:14.481Z] [2019-09-26T21:35:14.481Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-26T21:35:14.481Z] #20 5.670 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-26T21:35:14.710Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-26T21:35:14.736Z] #20 5.900 [2019-09-26T21:35:14.736Z] #20 5.988 ######################################################################## 100.0% [2019-09-26T21:35:14.944Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s) [2019-09-26T21:35:14.944Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-26T21:35:14.944Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:57, shared: true, mustBeShared: true [2019-09-26T21:35:14.944Z] === RUN TestIpcModeOlderClient [2019-09-26T21:35:14.944Z] === PAUSE TestIpcModeOlderClient [2019-09-26T21:35:14.944Z] === RUN TestKillContainerInvalidSignal [2019-09-26T21:35:14.991Z] #20 6.188 [2019-09-26T21:35:15.551Z] #20 6.819 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-26T21:35:15.560Z] --- PASS: TestKillContainerInvalidSignal (0.67s) [2019-09-26T21:35:15.560Z] === RUN TestKillContainer [2019-09-26T21:35:15.560Z] === RUN TestKillContainer/no_signal [2019-09-26T21:35:15.806Z] #20 7.073 [2019-09-26T21:35:16.062Z] #20 7.185 ######################## 34.3% ######################################################################## 100.0% [2019-09-26T21:35:16.179Z] === RUN TestKillContainer/non_killing_signal [2019-09-26T21:35:16.319Z] #20 7.387 [2019-09-26T21:35:16.591Z] === RUN TestDockerSuite/TestCommitNewFile [2019-09-26T21:35:16.795Z] === RUN TestKillContainer/killing_signal [2019-09-26T21:35:16.879Z] #20 8.118 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-26T21:35:16.879Z] #20 8.210 skipping existing 1849cc453dee [2019-09-26T21:35:17.134Z] #20 8.410 [2019-09-26T21:35:17.411Z] --- PASS: TestKillContainer (2.08s) [2019-09-26T21:35:17.411Z] --- PASS: TestKillContainer/no_signal (0.64s) [2019-09-26T21:35:17.411Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2019-09-26T21:35:17.411Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2019-09-26T21:35:17.411Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-26T21:35:17.411Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-26T21:35:17.950Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-26T21:35:17.950Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-26T21:35:18.062Z] #20 9.226 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-26T21:35:18.318Z] #20 9.566 [2019-09-26T21:35:18.423Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-26T21:35:18.573Z] #20 9.647 ######################################################################## 100.0% [2019-09-26T21:35:18.573Z] #20 9.889 [2019-09-26T21:35:18.828Z] #20 9.960 Download of images into '/build' complete. [2019-09-26T21:35:18.828Z] #20 9.960 Use something like the following to load the result into a Docker daemon: [2019-09-26T21:35:18.828Z] #20 9.960 tar -cC '/build' . | docker load [2019-09-26T21:35:18.828Z] #20 DONE 10.1s [2019-09-26T21:35:18.828Z] [2019-09-26T21:35:18.828Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-26T21:35:18.828Z] #33 0.888 [2019-09-26T21:35:18.828Z] #33 0.937 Removing bundles/ [2019-09-26T21:35:18.828Z] #33 0.937 [2019-09-26T21:35:18.828Z] #33 0.940 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-26T21:35:18.828Z] #33 1.545 Building test suite binary ./integration-cli/test.main [2019-09-26T21:35:18.828Z] #33 ... [2019-09-26T21:35:18.828Z] [2019-09-26T21:35:18.828Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-26T21:35:18.828Z] #22 DONE 0.1s [2019-09-26T21:35:18.828Z] [2019-09-26T21:35:18.828Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-26T21:35:18.828Z] #26 DONE 0.1s [2019-09-26T21:35:18.875Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-26T21:35:19.039Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.36s) [2019-09-26T21:35:19.039Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2019-09-26T21:35:19.039Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2019-09-26T21:35:19.039Z] === RUN TestKillStoppedContainer [2019-09-26T21:35:19.039Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-09-26T21:35:19.039Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-26T21:35:19.039Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-09-26T21:35:19.039Z] === RUN TestKillDifferentUserContainer [2019-09-26T21:35:19.083Z] [2019-09-26T21:35:19.083Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-26T21:35:19.083Z] #23 DONE 0.1s [2019-09-26T21:35:19.083Z] [2019-09-26T21:35:19.083Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-26T21:35:19.083Z] #24 ... [2019-09-26T21:35:19.083Z] [2019-09-26T21:35:19.083Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-26T21:35:19.083Z] #27 DONE 0.1s [2019-09-26T21:35:19.083Z] [2019-09-26T21:35:19.083Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-26T21:35:19.083Z] #28 DONE 0.1s [2019-09-26T21:35:19.336Z] 2945147eda09: Pull complete [2019-09-26T21:35:19.336Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-26T21:35:19.336Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:35:19.336Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-26T21:35:19.336Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-26T21:35:19.336Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-26T21:35:19.336Z] WARN: Skipping validation tests [2019-09-26T21:35:19.336Z] INFO: Running unit tests at 09/26/2019 21:35:17... [2019-09-26T21:35:19.339Z] [2019-09-26T21:35:19.339Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-26T21:35:19.657Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2019-09-26T21:35:19.657Z] === RUN TestInspectOomKilledTrue [2019-09-26T21:35:19.799Z] --- PASS: TestServicePlugin (36.65s) [2019-09-26T21:35:19.799Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-26T21:35:19.799Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-26T21:35:19.799Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-26T21:35:19.799Z] plugin_test.go:62: [db1ce1789fa84] joining swarm manager [d9548bdaa7171]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:35:19.799Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-26T21:35:19.799Z] plugin_test.go:65: [d8460d2283660] joining swarm manager [d9548bdaa7171]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:35:19.799Z] === RUN TestServiceUpdateLabel [2019-09-26T21:35:21.143Z] --- PASS: TestInspectOomKilledTrue (1.28s) [2019-09-26T21:35:21.143Z] === RUN TestInspectOomKilledFalse [2019-09-26T21:35:21.158Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-26T21:35:21.758Z] --- PASS: TestInspectOomKilledFalse (0.68s) [2019-09-26T21:35:21.758Z] === RUN TestLinksEtcHostsContentMatch [2019-09-26T21:35:22.271Z] INFO: make.ps1 starting at 09/26/2019 21:35:22 [2019-09-26T21:35:22.377Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2019-09-26T21:35:22.377Z] === RUN TestLinksContainerNames [2019-09-26T21:35:22.520Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-26T21:35:22.728Z] INFO: Git commit (023b07228) assumed from DOCKER_GITCOMMIT environment variable [2019-09-26T21:35:22.728Z] INFO: Invoking autogen... [2019-09-26T21:35:23.079Z] --- PASS: TestServiceUpdateLabel (3.26s) [2019-09-26T21:35:23.079Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-26T21:35:23.079Z] === RUN TestServiceUpdateSecrets [2019-09-26T21:35:23.186Z] INFO: Running unit tests... [2019-09-26T21:35:23.504Z] #29 ... [2019-09-26T21:35:23.505Z] [2019-09-26T21:35:23.505Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-26T21:35:23.505Z] #21 DONE 1.0s [2019-09-26T21:35:23.505Z] [2019-09-26T21:35:23.505Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-26T21:35:23.505Z] #24 2.266 + RM_GOPATH=0 [2019-09-26T21:35:23.505Z] #24 2.266 + TMP_GOPATH= [2019-09-26T21:35:23.505Z] #24 2.266 + : /build [2019-09-26T21:35:23.505Z] #24 2.266 + '[' -z '' ']' [2019-09-26T21:35:23.505Z] #24 2.266 ++ mktemp -d [2019-09-26T21:35:23.505Z] #24 2.269 + export GOPATH=/tmp/tmp.fApbEL [2019-09-26T21:35:23.505Z] #24 2.269 + GOPATH=/tmp/tmp.fApbEL [2019-09-26T21:35:23.505Z] #24 2.269 + RM_GOPATH=1 [2019-09-26T21:35:23.505Z] #24 2.269 ++ dirname ./install.sh [2019-09-26T21:35:23.505Z] #24 2.269 + dir=. [2019-09-26T21:35:23.505Z] #24 2.269 + bin=dockercli [2019-09-26T21:35:23.505Z] #24 2.269 + shift [2019-09-26T21:35:23.505Z] #24 2.269 + '[' '!' -f ./dockercli.installer ']' [2019-09-26T21:35:23.505Z] #24 2.269 + . ./dockercli.installer [2019-09-26T21:35:23.505Z] #24 2.269 ++ DOCKERCLI_CHANNEL=stable [2019-09-26T21:35:23.505Z] #24 2.269 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-26T21:35:23.505Z] #24 2.269 + install_dockercli [2019-09-26T21:35:23.505Z] #24 2.269 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-26T21:35:23.505Z] #24 2.269 ++ uname -m [2019-09-26T21:35:23.505Z] #24 2.269 Install docker/cli version 17.06.2-ce from stable [2019-09-26T21:35:23.505Z] #24 2.273 + arch=x86_64 [2019-09-26T21:35:23.505Z] #24 2.273 + '[' x86_64 '!=' x86_64 ']' [2019-09-26T21:35:23.505Z] #24 2.273 + url=https://download.docker.com/linux/static [2019-09-26T21:35:23.505Z] #24 2.274 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-26T21:35:23.505Z] #24 2.274 + tar -xz docker/docker [2019-09-26T21:35:23.864Z] --- PASS: TestLinksContainerNames (1.31s) [2019-09-26T21:35:23.864Z] === RUN TestLogsFollowTailEmpty [2019-09-26T21:35:24.432Z] #24 5.319 + mkdir -p /build [2019-09-26T21:35:24.432Z] #24 5.322 + mv docker/docker /build/ [2019-09-26T21:35:24.432Z] #24 5.323 + rmdir docker [2019-09-26T21:35:24.432Z] #24 DONE 5.4s [2019-09-26T21:35:24.432Z] [2019-09-26T21:35:24.432Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-26T21:35:24.438Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-26T21:35:24.480Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2019-09-26T21:35:24.480Z] === RUN TestContainerNetworkMountsNoChown [2019-09-26T21:35:25.109Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/default [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/default [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/private [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/private [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rprivate [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/slave [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/slave [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rslave [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/shared [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/shared [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rshared [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-26T21:35:25.109Z] === CONT TestMountDaemonRoot/default [2019-09-26T21:35:25.109Z] === CONT TestMountDaemonRoot/rprivate [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:35:25.109Z] === CONT TestMountDaemonRoot/rshared [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:35:25.109Z] === CONT TestMountDaemonRoot/shared [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:35:25.109Z] === CONT TestMountDaemonRoot/private [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-26T21:35:25.109Z] === CONT TestMountDaemonRoot/rslave [2019-09-26T21:35:25.109Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:35:25.109Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-26T21:35:25.109Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/slave [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:35:25.110Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-26T21:35:25.110Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-26T21:35:25.110Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-26T21:35:25.393Z] #33 ... [2019-09-26T21:35:25.393Z] [2019-09-26T21:35:25.393Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-26T21:35:25.393Z] #25 DONE 0.2s [2019-09-26T21:35:25.393Z] [2019-09-26T21:35:25.393Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-26T21:35:25.394Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-26T21:35:25.394Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-09-26T21:35:25.394Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-26T21:35:25.394Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-26T21:35:25.394Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-09-26T21:35:25.394Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-09-26T21:35:25.394Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-26T21:35:25.395Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-26T21:35:25.395Z] === RUN TestContainerBindMountNonRecursive [2019-09-26T21:35:25.797Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-26T21:35:25.797Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-26T21:35:25.797Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-26T21:35:25.797Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-26T21:35:25.797Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-26T21:35:25.797Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-26T21:35:25.797Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-26T21:35:27.424Z] --- PASS: TestContainerBindMountNonRecursive (1.64s) [2019-09-26T21:35:27.424Z] === RUN TestNetworkNat [2019-09-26T21:35:27.708Z] --- PASS: TestNetworkNat (0.74s) [2019-09-26T21:35:27.708Z] === RUN TestNetworkLocalhostTCPNat [2019-09-26T21:35:28.356Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-26T21:35:28.717Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2019-09-26T21:35:28.717Z] === RUN TestNetworkLoopbackNat [2019-09-26T21:35:29.338Z] --- PASS: TestNetworkLoopbackNat (0.92s) [2019-09-26T21:35:29.338Z] === RUN TestPause [2019-09-26T21:35:30.237Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-26T21:35:30.237Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-26T21:35:30.349Z] --- PASS: TestPause (0.74s) [2019-09-26T21:35:30.349Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-26T21:35:30.349Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-26T21:35:30.349Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-26T21:35:30.349Z] === RUN TestPauseStopPausedContainer [2019-09-26T21:35:30.796Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-26T21:35:30.966Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2019-09-26T21:35:30.966Z] === RUN TestPsFilter [2019-09-26T21:35:31.250Z] --- PASS: TestPsFilter (0.18s) [2019-09-26T21:35:31.250Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-26T21:35:31.762Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-26T21:35:31.868Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2019-09-26T21:35:31.868Z] === RUN TestRemoveContainerWithVolume [2019-09-26T21:35:32.487Z] --- PASS: TestRemoveContainerWithVolume (0.64s) [2019-09-26T21:35:32.487Z] === RUN TestRemoveContainerRunning [2019-09-26T21:35:32.686Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-26T21:35:33.105Z] --- PASS: TestRemoveContainerRunning (0.66s) [2019-09-26T21:35:33.105Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-26T21:35:33.609Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-26T21:35:33.724Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s) [2019-09-26T21:35:33.724Z] === RUN TestRemoveInvalidContainer [2019-09-26T21:35:33.724Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-26T21:35:33.724Z] === RUN TestRenameLinkedContainer [2019-09-26T21:35:34.169Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-26T21:35:34.169Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-26T21:35:34.169Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-26T21:35:35.092Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-26T21:35:35.092Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-26T21:35:35.092Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-26T21:35:35.346Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-26T21:35:35.346Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-26T21:35:36.314Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-26T21:35:36.419Z] --- PASS: TestRenameLinkedContainer (2.72s) [2019-09-26T21:35:36.419Z] === RUN TestRenameStoppedContainer [2019-09-26T21:35:37.239Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-09-26T21:35:37.429Z] --- PASS: TestRenameStoppedContainer (0.69s) [2019-09-26T21:35:37.430Z] === RUN TestRenameRunningContainerAndReuse [2019-09-26T21:35:37.798Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-26T21:35:37.798Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-26T21:35:38.358Z] --- PASS: TestServiceUpdateSecrets (15.48s) [2019-09-26T21:35:38.358Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-26T21:35:38.359Z] === RUN TestServiceUpdateConfigs [2019-09-26T21:35:38.444Z] --- PASS: TestRenameRunningContainerAndReuse (1.35s) [2019-09-26T21:35:38.444Z] === RUN TestRenameInvalidName [2019-09-26T21:35:39.457Z] --- PASS: TestRenameInvalidName (0.71s) [2019-09-26T21:35:39.457Z] === RUN TestRenameAnonymousContainer [2019-09-26T21:35:39.849Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-26T21:35:40.815Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-26T21:35:40.815Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-26T21:35:41.739Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-26T21:35:42.143Z] --- PASS: TestRenameAnonymousContainer (2.46s) [2019-09-26T21:35:42.143Z] === RUN TestRenameContainerWithSameName [2019-09-26T21:35:42.427Z] --- PASS: TestRenameContainerWithSameName (0.71s) [2019-09-26T21:35:42.427Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-26T21:35:42.664Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-26T21:35:43.587Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-26T21:35:43.906Z] --- PASS: TestRenameContainerWithLinkedContainer (1.33s) [2019-09-26T21:35:43.906Z] === RUN TestResize [2019-09-26T21:35:44.254Z] ? github.com/docker/docker/api [no test files] [2019-09-26T21:35:44.510Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-26T21:35:44.510Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-26T21:35:44.527Z] --- PASS: TestResize (0.72s) [2019-09-26T21:35:44.527Z] === RUN TestResizeWithInvalidSize [2019-09-26T21:35:45.069Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-26T21:35:45.143Z] --- PASS: TestResizeWithInvalidSize (0.70s) [2019-09-26T21:35:45.143Z] === RUN TestResizeWhenContainerNotStarted [2019-09-26T21:35:45.764Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:35:45.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:35:45.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:35:45.764Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-26T21:35:45.764Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-26T21:35:45.764Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-26T21:35:45.764Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:35:45.993Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-09-26T21:35:46.916Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-26T21:35:46.916Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-26T21:35:47.272Z] #33 ... [2019-09-26T21:35:47.272Z] [2019-09-26T21:35:47.272Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-26T21:35:47.272Z] #29 27.38 # github.com/docker/docker/contrib/httpserver [2019-09-26T21:35:47.272Z] #29 27.38 loadinternal: cannot find runtime/cgo [2019-09-26T21:35:47.272Z] #29 DONE 27.8s [2019-09-26T21:35:47.272Z] [2019-09-26T21:35:47.272Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-26T21:35:47.818Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-26T21:35:47.840Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-26T21:35:48.198Z] #33 ... [2019-09-26T21:35:48.198Z] [2019-09-26T21:35:48.198Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-26T21:35:48.198Z] #30 DONE 0.1s [2019-09-26T21:35:48.198Z] [2019-09-26T21:35:48.198Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-26T21:35:49.320Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:35:49.320Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-26T21:35:49.721Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-26T21:35:49.960Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-26T21:35:50.250Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-26T21:35:51.080Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-26T21:35:51.080Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-26T21:35:51.080Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-26T21:35:51.080Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-26T21:35:51.081Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-26T21:35:51.281Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-26T21:35:51.640Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-26T21:35:52.303Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-26T21:35:52.930Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-26T21:35:54.222Z] --- PASS: TestServiceUpdateConfigs (15.32s) [2019-09-26T21:35:54.222Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-26T21:35:54.222Z] === RUN TestServiceUpdateNetwork [2019-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.07s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.29s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.37s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.00s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.41s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.95s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.08s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.90s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.35s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.25s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.77s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2019-09-26T21:35:55.629Z] 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-09-26T21:35:55.629Z] === RUN TestCgroupNamespacesRun [2019-09-26T21:35:56.771Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-26T21:35:57.105Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2019-09-26T21:35:57.105Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-26T21:35:57.105Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-26T21:35:57.330Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-26T21:35:58.254Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-26T21:35:58.254Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-26T21:35:58.508Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-26T21:35:59.049Z] ok github.com/docker/docker/api/server 0.204s coverage: 9.0% of statements [2019-09-26T21:35:59.141Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2019-09-26T21:35:59.141Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-26T21:35:59.141Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-26T21:36:00.622Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2019-09-26T21:36:00.622Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-26T21:36:00.622Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-26T21:36:01.015Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-26T21:36:01.938Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-26T21:36:02.648Z] --- PASS: TestCgroupNamespacesRunHostMode (1.67s) [2019-09-26T21:36:02.648Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-26T21:36:02.648Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-26T21:36:03.385Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-26T21:36:04.129Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2019-09-26T21:36:04.129Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-26T21:36:04.129Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-26T21:36:04.747Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s) [2019-09-26T21:36:04.747Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-26T21:36:04.747Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-26T21:36:05.775Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-09-26T21:36:05.775Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-26T21:36:05.775Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-26T21:36:07.802Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.71s) [2019-09-26T21:36:07.802Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-26T21:36:07.802Z] === RUN TestKernelTCPMemory [2019-09-26T21:36:08.419Z] --- PASS: TestKernelTCPMemory (0.87s) [2019-09-26T21:36:08.419Z] === RUN TestNISDomainname [2019-09-26T21:36:08.616Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-26T21:36:08.871Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-26T21:36:09.430Z] --- PASS: TestServiceUpdateNetwork (15.55s) [2019-09-26T21:36:09.430Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-26T21:36:09.430Z] PASS [2019-09-26T21:36:09.430Z] [2019-09-26T21:36:09.430Z] DONE 19 tests in 179.525s [2019-09-26T21:36:09.430Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-09-26T21:36:09.430Z] ++ 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-09-26T21:36:09.430Z] ++ set -e [2019-09-26T21:36:09.430Z] ++ '[' -n 0 ']' [2019-09-26T21:36:09.430Z] ++ set -x [2019-09-26T21:36:09.430Z] ++ env -i DEST=/go/src/github.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-09-26T21:36:09.430Z] INFO: Testing against a local daemon [2019-09-26T21:36:09.430Z] === RUN TestSessionCreate [2019-09-26T21:36:09.430Z] --- PASS: TestSessionCreate (0.04s) [2019-09-26T21:36:09.430Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-26T21:36:09.430Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-09-26T21:36:09.430Z] PASS [2019-09-26T21:36:09.430Z] [2019-09-26T21:36:09.430Z] DONE 2 tests in 0.183s [2019-09-26T21:36:09.430Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-09-26T21:36:09.430Z] ++ 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-09-26T21:36:09.430Z] ++ set -e [2019-09-26T21:36:09.430Z] ++ '[' -n 0 ']' [2019-09-26T21:36:09.430Z] ++ set -x [2019-09-26T21:36:09.430Z] ++ env -i DEST=/go/src/github.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-09-26T21:36:09.431Z] --- PASS: TestNISDomainname (0.99s) [2019-09-26T21:36:09.431Z] === RUN TestHostnameDnsResolution [2019-09-26T21:36:09.686Z] INFO: Testing against a local daemon [2019-09-26T21:36:09.686Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-26T21:36:09.686Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-26T21:36:09.686Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-26T21:36:09.686Z] === RUN TestEventsExecDie [2019-09-26T21:36:10.442Z] --- PASS: TestHostnameDnsResolution (1.10s) [2019-09-26T21:36:10.442Z] === RUN TestStats [2019-09-26T21:36:10.610Z] --- PASS: TestEventsExecDie (1.05s) [2019-09-26T21:36:10.610Z] === RUN TestEventsBackwardsCompatible [2019-09-26T21:36:10.864Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-09-26T21:36:10.864Z] === RUN TestInfoBinaryCommits [2019-09-26T21:36:10.864Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-09-26T21:36:10.864Z] === RUN TestInfoAPIVersioned [2019-09-26T21:36:10.864Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-26T21:36:10.864Z] === RUN TestInfoAPI [2019-09-26T21:36:10.864Z] --- PASS: TestInfoAPI (0.02s) [2019-09-26T21:36:10.864Z] === RUN TestInfoAPIWarnings [2019-09-26T21:36:10.864Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-26T21:36:11.787Z] --- PASS: TestInfoAPIWarnings (0.82s) [2019-09-26T21:36:11.787Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-26T21:36:11.787Z] === RUN TestLoginFailsWithBadCredentials [2019-09-26T21:36:12.042Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2019-09-26T21:36:12.042Z] === RUN TestPingCacheHeaders [2019-09-26T21:36:12.042Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-26T21:36:12.042Z] === RUN TestPingGet [2019-09-26T21:36:12.042Z] --- PASS: TestPingGet (0.04s) [2019-09-26T21:36:12.042Z] === RUN TestPingHead [2019-09-26T21:36:12.042Z] --- PASS: TestPingHead (0.03s) [2019-09-26T21:36:12.042Z] === RUN TestVersion [2019-09-26T21:36:12.042Z] --- PASS: TestVersion (0.03s) [2019-09-26T21:36:12.042Z] PASS [2019-09-26T21:36:12.042Z] [2019-09-26T21:36:12.042Z] === Skipped [2019-09-26T21:36:12.042Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-26T21:36:12.042Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-26T21:36:12.042Z] [2019-09-26T21:36:12.042Z] [2019-09-26T21:36:12.042Z] DONE 12 tests, 1 skipped in 2.555s [2019-09-26T21:36:12.042Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-09-26T21:36:12.042Z] ++ 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-09-26T21:36:12.042Z] ++ set -e [2019-09-26T21:36:12.042Z] ++ '[' -n 0 ']' [2019-09-26T21:36:12.042Z] ++ set -x [2019-09-26T21:36:12.042Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-26T21:36:12.297Z] INFO: Testing against a local daemon [2019-09-26T21:36:12.297Z] === RUN TestVolumesCreateAndList [2019-09-26T21:36:12.297Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-26T21:36:12.297Z] === RUN TestVolumesRemove [2019-09-26T21:36:12.297Z] --- PASS: TestVolumesRemove (0.13s) [2019-09-26T21:36:12.297Z] === RUN TestVolumesInspect [2019-09-26T21:36:12.297Z] --- PASS: TestVolumesInspect (0.05s) [2019-09-26T21:36:12.297Z] === RUN TestVolumesInvalidJSON [2019-09-26T21:36:12.297Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-26T21:36:12.297Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-26T21:36:12.552Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-26T21:36:12.552Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-26T21:36:12.552Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-26T21:36:12.552Z] PASS [2019-09-26T21:36:12.552Z] [2019-09-26T21:36:12.552Z] DONE 5 tests in 0.364s [2019-09-26T21:36:12.552Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-26T21:36:12.807Z] ++++ cat bundles/test-integration/docker.pid [2019-09-26T21:36:12.807Z] +++ kill 5354 [2019-09-26T21:36:12.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-26T21:36:13.127Z] --- PASS: TestStats (2.23s) [2019-09-26T21:36:13.127Z] === RUN TestStopContainerWithTimeout [2019-09-26T21:36:13.127Z] === RUN TestStopContainerWithTimeout/0 [2019-09-26T21:36:13.127Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-26T21:36:13.127Z] === RUN TestStopContainerWithTimeout/1 [2019-09-26T21:36:13.127Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-26T21:36:13.127Z] === RUN TestStopContainerWithTimeout/3 [2019-09-26T21:36:13.127Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-26T21:36:13.127Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-26T21:36:13.127Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-26T21:36:13.127Z] === CONT TestStopContainerWithTimeout/0 [2019-09-26T21:36:13.127Z] === CONT TestStopContainerWithTimeout/3 [2019-09-26T21:36:13.127Z] === CONT TestStopContainerWithTimeout/1 [2019-09-26T21:36:13.127Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-26T21:36:14.167Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-26T21:36:14.167Z] +++ /etc/init.d/apparmor stop [2019-09-26T21:36:14.167Z] Clearing AppArmor profiles cache:. [2019-09-26T21:36:14.167Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-26T21:36:14.167Z] Unloading profiles will leave already running processes permanently [2019-09-26T21:36:14.167Z] unconfined, which can lead to unexpected situations. [2019-09-26T21:36:14.167Z] [2019-09-26T21:36:14.167Z] To set a process to complain mode, use the command line tool [2019-09-26T21:36:14.167Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-26T21:36:14.167Z] with the 'teardown' option." [2019-09-26T21:36:14.167Z] [2019-09-26T21:36:15.806Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-26T21:36:15.806Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2019-09-26T21:36:15.806Z] --- PASS: TestStopContainerWithTimeout/1 (2.08s) [2019-09-26T21:36:15.806Z] --- PASS: TestStopContainerWithTimeout/3 (2.98s) [2019-09-26T21:36:15.806Z] --- PASS: TestStopContainerWithTimeout/-1 (3.02s) [2019-09-26T21:36:15.806Z] === RUN TestDeleteDevicemapper [2019-09-26T21:36:15.806Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-26T21:36:15.806Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-26T21:36:15.806Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-26T21:36:18.497Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.83s) [2019-09-26T21:36:18.497Z] === RUN TestUpdateMemory [2019-09-26T21:36:19.507Z] --- PASS: TestUpdateMemory (1.04s) [2019-09-26T21:36:19.507Z] === RUN TestUpdateCPUQuota [2019-09-26T21:36:21.535Z] --- PASS: TestUpdateCPUQuota (1.59s) [2019-09-26T21:36:21.535Z] === RUN TestUpdatePidsLimit [2019-09-26T21:36:21.535Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-26T21:36:21.535Z] === RUN TestUpdatePidsLimit/no_change [2019-09-26T21:36:21.832Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-26T21:36:22.457Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-26T21:36:22.741Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-26T21:36:23.027Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-26T21:36:23.646Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-26T21:36:24.135Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit (3.96s) [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit/update_lower (0.45s) [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2019-09-26T21:36:25.123Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2019-09-26T21:36:25.123Z] === RUN TestUpdateRestartPolicy [2019-09-26T21:36:37.658Z] --- PASS: TestUpdateRestartPolicy (12.21s) [2019-09-26T21:36:37.658Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-26T21:36:37.942Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s) [2019-09-26T21:36:37.942Z] === RUN TestWaitNonBlocked [2019-09-26T21:36:37.942Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:36:37.942Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:36:37.942Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:36:37.942Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:36:38.229Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:36:38.229Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:36:38.853Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-26T21:36:38.853Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.86s) [2019-09-26T21:36:38.853Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2019-09-26T21:36:38.853Z] === RUN TestWaitBlocked [2019-09-26T21:36:38.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-26T21:36:38.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-26T21:36:38.959Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-26T21:36:39.137Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:36:39.137Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:36:39.137Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:36:39.137Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:36:39.137Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-26T21:36:39.137Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-26T21:36:40.165Z] --- PASS: TestWaitBlocked (0.03s) [2019-09-26T21:36:40.165Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2019-09-26T21:36:40.165Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2019-09-26T21:36:40.165Z] === CONT TestContainerStartOnDaemonRestart [2019-09-26T21:36:40.165Z] === CONT TestIpcModeOlderClient [2019-09-26T21:36:40.165Z] === CONT TestDaemonRestartIpcMode [2019-09-26T21:36:40.165Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-09-26T21:36:42.222Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-26T21:36:43.647Z] --- PASS: TestContainerStartOnDaemonRestart (3.19s) [2019-09-26T21:36:43.647Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-26T21:36:43.930Z] --- PASS: TestDaemonRestartIpcMode (3.80s) [2019-09-26T21:36:43.930Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-26T21:36:43.930Z] PASS [2019-09-26T21:36:43.930Z] [2019-09-26T21:36:43.930Z] === Skipped [2019-09-26T21:36:43.930Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-09-26T21:36:43.930Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-26T21:36:43.930Z] [2019-09-26T21:36:43.930Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-26T21:36:43.930Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-26T21:36:43.930Z] [2019-09-26T21:36:43.930Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-09-26T21:36:43.930Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-26T21:36:43.930Z] [2019-09-26T21:36:43.930Z] [2019-09-26T21:36:43.930Z] DONE 197 tests, 3 skipped in 119.273s [2019-09-26T21:36:43.930Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-09-26T21:36:43.930Z] ++ 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-09-26T21:36:43.930Z] ++ set -e [2019-09-26T21:36:43.930Z] ++ '[' -n 0 ']' [2019-09-26T21:36:43.930Z] ++ set -x [2019-09-26T21:36:43.930Z] ++ env -i DEST=/go/src/github.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-09-26T21:36:43.930Z] INFO: Testing against a local daemon [2019-09-26T21:36:43.930Z] === RUN TestCommitInheritsEnv [2019-09-26T21:36:44.547Z] --- PASS: TestCommitInheritsEnv (0.42s) [2019-09-26T21:36:44.547Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-26T21:36:44.547Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-26T21:36:44.547Z] === RUN TestImagesFilterMultiReference [2019-09-26T21:36:44.547Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-26T21:36:44.547Z] === RUN TestImagePullPlatformInvalid [2019-09-26T21:36:44.547Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2019-09-26T21:36:44.547Z] === RUN TestRemoveImageOrphaning [2019-09-26T21:36:44.730Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-26T21:36:44.857Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2019-09-26T21:36:44.857Z] === RUN TestRemoveImageGarbageCollector [2019-09-26T21:36:44.857Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-26T21:36:44.857Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:36:44.857Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-26T21:36:45.141Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-26T21:36:45.141Z] === RUN TestTagInvalidReference [2019-09-26T21:36:45.141Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-26T21:36:45.141Z] === RUN TestTagValidPrefixedRepo [2019-09-26T21:36:45.141Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-09-26T21:36:45.141Z] === RUN TestTagExistedNameWithoutForce [2019-09-26T21:36:45.141Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-09-26T21:36:45.141Z] === RUN TestTagOfficialNames [2019-09-26T21:36:45.141Z] --- PASS: TestTagOfficialNames (0.05s) [2019-09-26T21:36:45.141Z] === RUN TestTagMatchesDigest [2019-09-26T21:36:45.141Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-26T21:36:45.141Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-26T21:36:47.988Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-26T21:36:49.871Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-26T21:36:49.871Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-26T21:36:50.794Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-26T21:36:51.717Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-09-26T21:36:52.640Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-26T21:36:53.606Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-26T21:36:54.529Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-26T21:36:55.890Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-26T21:36:56.814Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-26T21:36:58.175Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-26T21:36:59.098Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-26T21:36:59.467Z] ok github.com/docker/docker/api/server/httputils 0.128s coverage: 14.7% of statements [2019-09-26T21:36:59.467Z] ok github.com/docker/docker/api/server/middleware 0.160s coverage: 37.7% of statements [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-26T21:36:59.467Z] ok github.com/docker/docker/api/server/router/swarm 0.161s coverage: 4.0% of statements [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-26T21:36:59.467Z] ok github.com/docker/docker/api/types/filters 0.053s coverage: 95.2% of statements [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-26T21:36:59.467Z] ok github.com/docker/docker/api/types/strslice 0.062s coverage: 90.0% of statements [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-26T21:36:59.467Z] ok github.com/docker/docker/api/types/time 0.436s coverage: 100.0% of statements [2019-09-26T21:36:59.467Z] ok github.com/docker/docker/api/types/versions 0.059s coverage: 75.0% of statements [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-26T21:36:59.467Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-26T21:37:00.021Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-26T21:37:00.987Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-26T21:37:01.910Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-26T21:37:03.314Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-26T21:37:04.150Z] ok github.com/docker/docker/builder/dockerfile 0.707s coverage: 44.7% of statements [2019-09-26T21:37:04.150Z] ok github.com/docker/docker/builder/dockerignore 0.054s coverage: 96.8% of statements [2019-09-26T21:37:04.150Z] ok github.com/docker/docker/builder/fscache 1.119s coverage: 69.2% of statements [2019-09-26T21:37:04.150Z] ok github.com/docker/docker/builder/remotecontext 0.651s coverage: 9.2% of statements [2019-09-26T21:37:04.717Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-26T21:37:05.642Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-26T21:37:06.579Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-26T21:37:06.579Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-26T21:37:07.507Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-26T21:37:08.431Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-26T21:37:09.790Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-26T21:37:10.714Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-26T21:37:11.637Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-26T21:37:13.520Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-26T21:37:14.445Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-26T21:37:16.953Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-26T21:37:18.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-26T21:37:22.556Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-26T21:37:24.569Z] #33 120.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-26T21:37:24.569Z] #33 121.9 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-26T21:37:24.569Z] #33 123.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-26T21:37:24.569Z] #33 124.8 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-26T21:37:24.569Z] #33 127.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-26T21:37:24.569Z] #33 128.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-26T21:37:24.569Z] #33 129.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-26T21:37:24.825Z] #33 130.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-26T21:37:25.079Z] #33 130.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-26T21:37:25.813Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-26T21:37:26.373Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-26T21:37:26.443Z] #33 131.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-26T21:37:27.369Z] #33 132.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-26T21:37:28.734Z] #33 134.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-26T21:37:30.624Z] #33 135.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-26T21:37:31.603Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-26T21:37:32.001Z] #33 137.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-26T21:37:32.927Z] #33 138.2 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-26T21:37:34.813Z] #33 139.8 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-26T21:37:34.903Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-26T21:37:35.374Z] #33 140.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-26T21:37:35.826Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-26T21:37:36.736Z] #33 141.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-26T21:37:37.662Z] #33 142.9 [2019-09-26T21:37:38.223Z] #33 DONE 143.5s [2019-09-26T21:37:38.223Z] [2019-09-26T21:37:38.223Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-26T21:37:39.589Z] #34 DONE 1.6s [2019-09-26T21:37:39.828Z] ok github.com/docker/docker/builder/remotecontext/git 33.963s coverage: 85.1% of statements [2019-09-26T21:37:39.828Z] ? github.com/docker/docker/cli [no test files] [2019-09-26T21:37:39.828Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-26T21:37:39.828Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2019-09-26T21:37:39.828Z] ok github.com/docker/docker/client 0.764s coverage: 75.3% of statements [2019-09-26T21:37:39.994Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-26T21:37:40.919Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-09-26T21:37:40.954Z] [2019-09-26T21:37:40.954Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-26T21:37:41.987Z] #35 DONE 0.8s [2019-09-26T21:37:41.987Z] [2019-09-26T21:37:41.987Z] #36 exporting to image [2019-09-26T21:37:41.987Z] #36 exporting layers [2019-09-26T21:37:42.020Z] === RUN TestDockerSuite/TestCpToDot [2019-09-26T21:37:42.740Z] ok github.com/docker/docker/cmd/dockerd 0.777s coverage: 18.9% of statements [2019-09-26T21:37:42.986Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-26T21:37:44.873Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-26T21:37:44.873Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-26T21:37:45.251Z] #36 exporting layers 3.3s done [2019-09-26T21:37:45.251Z] #36 writing image sha256:1c8161a1d9ed21d46bfde93f5ebce5c81fe6c6e7be984056fde0d6d8ea9d470c done [2019-09-26T21:37:45.251Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-26T21:37:45.251Z] #36 DONE 3.3s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-26T21:37:45.640Z] ok github.com/docker/docker/container 0.537s coverage: 42.5% of statements [2019-09-26T21:37:45.640Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-26T21:37:45.640Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-26T21:37:45.640Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-26T21:37:45.640Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-26T21:37:45.694Z] + echo Ensuring container killed. [2019-09-26T21:37:45.694Z] Ensuring container killed. [2019-09-26T21:37:45.694Z] + docker rm -vf docker-pr2 [2019-09-26T21:37:45.694Z] Error: No such container: docker-pr2 [2019-09-26T21:37:45.694Z] + true [Pipeline] sh [2019-09-26T21:37:45.976Z] + echo Chowning /workspace to jenkins user [2019-09-26T21:37:45.976Z] Chowning /workspace to jenkins user [2019-09-26T21:37:45.976Z] + id -u [2019-09-26T21:37:45.976Z] + id -g [2019-09-26T21:37:45.976Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39994:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-26T21:37:47.382Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-26T21:37:47.625Z] + bundleName=unit [2019-09-26T21:37:47.625Z] + echo Creating unit-bundles.tar.gz [2019-09-26T21:37:47.625Z] Creating unit-bundles.tar.gz [2019-09-26T21:37:47.625Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-26T21:37:47.625Z] bundles/junit-report.xml [2019-09-26T21:37:47.625Z] bundles/go-test-report.json [2019-09-26T21:37:47.625Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-26T21:37:47.634Z] Archiving artifacts [2019-09-26T21:37:47.941Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-26T21:37:48.052Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39994/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-26T21:37:48.352Z] + make clean [2019-09-26T21:37:48.608Z] docker volume rm -f docker-dev-cache [2019-09-26T21:37:48.608Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-26T21:37:52.142Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-26T21:37:52.142Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-26T21:37:53.066Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-26T21:37:54.950Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-26T21:37:54.950Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-26T21:37:54.950Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-26T21:37:55.509Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-26T21:37:56.431Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-26T21:37:56.431Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-26T21:37:56.431Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-26T21:37:56.990Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-26T21:37:57.550Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-26T21:37:57.550Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-26T21:37:57.804Z] === RUN TestDockerSuite/TestCreateRM [2019-09-26T21:37:57.804Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-26T21:37:57.804Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-26T21:37:58.059Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-26T21:37:58.059Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-26T21:38:00.567Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-26T21:38:00.567Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-26T21:38:00.567Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-26T21:38:04.729Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-26T21:38:04.729Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-26T21:38:04.729Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-26T21:38:04.729Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-26T21:38:04.729Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-26T21:38:04.729Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-26T21:38:04.729Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-26T21:38:05.654Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-26T21:38:07.017Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-26T21:38:08.463Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-26T21:38:10.349Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon 3.559s coverage: 9.2% of statements [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/cluster 1.663s coverage: 0.5% of statements [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.289s coverage: 65.3% of statements [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/cluster/convert 0.723s coverage: 35.8% of statements [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.304s coverage: 10.9% of statements [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/config 1.292s coverage: 82.8% of statements [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/discovery 0.157s coverage: 30.0% of statements [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/events 0.474s coverage: 50.0% of statements [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/graphdriver 0.481s coverage: 2.3% of statements [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/images 0.620s coverage: 4.9% of statements [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/links 0.048s coverage: 93.0% of statements [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/logger 0.667s coverage: 43.0% of statements [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/logger/awslogs 0.938s coverage: 77.4% of statements [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-26T21:38:10.763Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.826s coverage: 62.1% of statements [2019-09-26T21:38:10.763Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.600s coverage: 88.3% of statements [2019-09-26T21:38:12.250Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-26T21:38:12.809Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-26T21:38:12.938Z] ok github.com/docker/docker/daemon/logger/local 0.544s coverage: 74.7% of statements [2019-09-26T21:38:12.938Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-26T21:38:12.938Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.369s coverage: 19.5% of statements [2019-09-26T21:38:13.733Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-26T21:38:13.733Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-26T21:38:14.656Z] === RUN TestDockerSuite/TestDockerFails [2019-09-26T21:38:14.656Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-09-26T21:38:14.656Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-09-26T21:38:14.656Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-09-26T21:38:15.112Z] ok github.com/docker/docker/daemon/logger/splunk 2.411s coverage: 84.5% of statements [2019-09-26T21:38:15.112Z] ok github.com/docker/docker/daemon/logger/syslog 0.303s coverage: 47.8% of statements [2019-09-26T21:38:15.112Z] ok github.com/docker/docker/daemon/logger/templates 0.183s coverage: 8.3% of statements [2019-09-26T21:38:15.112Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-26T21:38:15.112Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-26T21:38:15.112Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-26T21:38:16.016Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-09-26T21:38:16.980Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-09-26T21:38:18.015Z] ok github.com/docker/docker/distribution 1.524s coverage: 20.6% of statements [2019-09-26T21:38:18.341Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-09-26T21:38:18.341Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-09-26T21:38:18.341Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-09-26T21:38:18.341Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-09-26T21:38:18.473Z] ok github.com/docker/docker/distribution/metadata 2.084s coverage: 48.2% of statements [2019-09-26T21:38:18.473Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-26T21:38:20.649Z] ok github.com/docker/docker/distribution/xfer 2.882s coverage: 76.8% of statements [2019-09-26T21:38:20.650Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-26T21:38:20.650Z] ok github.com/docker/docker/errdefs 0.176s coverage: 49.4% of statements [2019-09-26T21:38:22.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-26T21:38:22.828Z] ok github.com/docker/docker/image 1.996s coverage: 86.4% of statements [2019-09-26T21:38:22.828Z] ok github.com/docker/docker/image/cache 0.231s coverage: 19.2% of statements [2019-09-26T21:38:22.828Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-26T21:38:22.828Z] ok github.com/docker/docker/image/v1 0.339s coverage: 25.0% of statements [2019-09-26T21:38:22.828Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-26T21:38:25.001Z] ok github.com/docker/docker/layer 0.474s coverage: 30.0% of statements [2019-09-26T21:38:25.001Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-26T21:38:25.802Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-26T21:38:27.177Z] ok github.com/docker/docker/libcontainerd/local 0.333s coverage: 1.0% of statements [2019-09-26T21:38:27.177Z] ok github.com/docker/docker/libcontainerd/queue 0.172s coverage: 100.0% of statements [2019-09-26T21:38:27.177Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-26T21:38:27.177Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-26T21:38:27.177Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-26T21:38:27.177Z] ? github.com/docker/docker/oci [no test files] [2019-09-26T21:38:27.177Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-26T21:38:27.177Z] ok github.com/docker/docker/opts 0.280s coverage: 67.3% of statements [2019-09-26T21:38:27.177Z] ok github.com/docker/docker/pkg/aaparser 0.081s coverage: 50.0% of statements [2019-09-26T21:38:29.060Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-26T21:38:31.569Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-26T21:38:33.451Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-09-26T21:38:34.812Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-26T21:38:35.371Z] === RUN TestDockerSuite/TestEventsCommit [2019-09-26T21:38:36.730Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-09-26T21:38:37.290Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-26T21:38:38.214Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-26T21:38:38.214Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-26T21:38:39.137Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-09-26T21:38:41.030Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-09-26T21:38:42.915Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-09-26T21:38:44.797Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-26T21:38:46.240Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-09-26T21:38:49.630Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-26T21:38:51.035Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-26T21:38:53.008Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-26T21:38:53.567Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-26T21:38:53.821Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-26T21:38:55.181Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-26T21:38:56.104Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-09-26T21:38:56.359Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-26T21:38:56.614Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-09-26T21:38:56.614Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-09-26T21:38:56.910Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/archive 9.986s coverage: 62.0% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/authorization 0.684s coverage: 26.8% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/broadcaster 0.082s coverage: 100.0% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/capabilities 0.054s coverage: 87.5% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/chrootarchive 0.206s coverage: 15.4% of statements [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/directory 0.089s coverage: 80.0% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/discovery 0.105s coverage: 58.3% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/discovery/file 0.320s coverage: 92.9% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/discovery/kv 3.490s coverage: 84.1% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/discovery/memory 0.124s coverage: 92.3% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/discovery/nodes 0.165s coverage: 93.8% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/filenotify 0.068s coverage: 36.2% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/fileutils 0.235s coverage: 87.7% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 42.9% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/idtools 0.075s coverage: 6.3% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/ioutils 0.708s coverage: 69.2% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/jsonmessage 0.260s coverage: 91.7% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/locker 0.111s coverage: 88.9% of statements [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/longpath 0.130s coverage: 100.0% of statements [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/namesgenerator 0.124s coverage: 85.7% of statements [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/parsers 0.203s coverage: 97.0% of statements [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-26T21:38:57.117Z] ok github.com/docker/docker/pkg/pidfile 0.077s coverage: 82.6% of statements [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-26T21:38:57.117Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-26T21:38:58.270Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-26T21:39:00.152Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-26T21:39:00.152Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-26T21:39:00.152Z] === RUN TestDockerSuite/TestEventsImageImport [2019-09-26T21:39:00.711Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-26T21:39:00.966Z] === RUN TestDockerSuite/TestEventsImagePull [2019-09-26T21:39:01.566Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-26T21:39:02.490Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-09-26T21:39:02.744Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-09-26T21:39:02.744Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-09-26T21:39:02.744Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-26T21:39:04.669Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-09-26T21:39:05.592Z] === RUN TestDockerSuite/TestEventsRename [2019-09-26T21:39:06.152Z] === RUN TestDockerSuite/TestEventsResize [2019-09-26T21:39:07.076Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-26T21:39:08.003Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-26T21:39:08.935Z] === RUN TestDockerSuite/TestEventsStreaming [2019-09-26T21:39:09.857Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-26T21:39:13.155Z] === RUN TestDockerSuite/TestEventsTop [2019-09-26T21:39:13.410Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-26T21:39:13.664Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-26T21:39:14.784Z] ok github.com/docker/docker/pkg/plugins 35.113s coverage: 73.4% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.130s coverage: 56.8% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/plugins/transport 0.175s coverage: 85.7% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 87.9% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/progress 0.063s coverage: 75.9% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/pubsub 1.125s coverage: 73.9% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/reexec 0.127s coverage: 82.4% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/signal 0.080s coverage: 20.3% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/streamformatter 0.085s coverage: 66.2% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/sysinfo 0.085s coverage: 38.2% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/system 0.077s coverage: 12.7% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/tailfile 0.064s coverage: 88.6% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/tarsum 0.243s coverage: 89.3% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/term 0.090s coverage: 30.8% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/term/windows 0.040s coverage: 0.0% of statements [no tests to run] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/urlutil 0.047s coverage: 100.0% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/plugin 0.435s coverage: 11.6% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/plugin/v2 0.151s coverage: 20.1% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/reference 0.193s coverage: 84.4% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/registry 0.420s coverage: 52.2% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/registry/resumable 0.389s coverage: 100.0% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/restartmanager 0.073s coverage: 50.9% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/rootless [no test files] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/runconfig 0.243s coverage: 54.5% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/testutil 0.130s coverage: 62.5% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/volume [no test files] [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/volume/drivers 0.269s coverage: 36.1% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/volume/local 0.157s coverage: 37.7% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/volume/mounts 0.110s coverage: 66.2% of statements [2019-09-26T21:39:14.785Z] ok github.com/docker/docker/volume/service 0.438s coverage: 70.3% of statements [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-26T21:39:14.785Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-26T21:39:16.171Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-26T21:39:16.426Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-26T21:39:16.956Z] INFO: make.ps1 ended at 09/26/2019 21:39:16 [2019-09-26T21:39:17.786Z] === RUN TestDockerSuite/TestExec [2019-09-26T21:39:18.488Z] INFO: Unit tests ended at 09/26/2019 21:39:18. Duration:00:04:00.6505613 [2019-09-26T21:39:18.488Z] INFO: Building busybox [2019-09-26T21:39:18.945Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-09-26T21:39:18.945Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-09-26T21:39:18.945Z] [2019-09-26T21:39:18.945Z] Sending build context to Docker daemon 2.56kB [2019-09-26T21:39:18.945Z] [2019-09-26T21:39:18.945Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-26T21:39:18.945Z] ---> 1ddfa8bee56a [2019-09-26T21:39:18.945Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-26T21:39:18.945Z] ---> Running in c721d1d3f66c [2019-09-26T21:39:19.146Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-26T21:39:19.746Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-26T21:39:20.670Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-26T21:39:21.594Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-26T21:39:23.479Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-26T21:39:24.403Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-26T21:39:24.728Z] Removing intermediate container c721d1d3f66c [2019-09-26T21:39:24.728Z] ---> 5d8e12af4571 [2019-09-26T21:39:24.728Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-26T21:39:25.329Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-26T21:39:25.692Z] [2019-09-26T21:39:26.151Z] ---> 011f597d36f4 [2019-09-26T21:39:26.151Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-26T21:39:26.151Z] ---> Running in 38f6637657a0 [2019-09-26T21:39:26.254Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-26T21:39:27.178Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-26T21:39:27.684Z] [2019-09-26T21:39:27.684Z] SUCCESS: Specified value was saved. [2019-09-26T21:39:28.103Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-26T21:39:29.027Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-26T21:39:30.909Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-26T21:39:32.311Z] === RUN TestDockerSuite/TestExecEnv [2019-09-26T21:39:33.234Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-26T21:39:35.118Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-26T21:39:36.062Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-26T21:39:37.947Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-26T21:39:37.985Z] Removing intermediate container 38f6637657a0 [2019-09-26T21:39:37.985Z] ---> 15ab5dacdf54 [2019-09-26T21:39:37.985Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-26T21:39:37.985Z] ---> Running in a8fb01e9db18 [2019-09-26T21:39:38.870Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-09-26T21:39:39.474Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-26T21:39:39.731Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-26T21:39:40.656Z] === RUN TestDockerSuite/TestExecParseError [2019-09-26T21:39:41.580Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-26T21:39:42.508Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-26T21:39:42.662Z] Cannot create a file when that file already exists. [2019-09-26T21:39:43.433Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-26T21:39:47.339Z] Removing intermediate container a8fb01e9db18 [2019-09-26T21:39:47.339Z] ---> a052e4ccce02 [2019-09-26T21:39:47.339Z] Step 6/6 : CMD ["sh"] [2019-09-26T21:39:47.692Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-26T21:39:47.797Z] ---> Running in 0e7de7d8b497 [2019-09-26T21:39:47.949Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-26T21:39:48.255Z] Removing intermediate container 0e7de7d8b497 [2019-09-26T21:39:48.255Z] ---> a2b066ae58ef [2019-09-26T21:39:48.255Z] Successfully built a2b066ae58ef [2019-09-26T21:39:48.255Z] Successfully tagged busybox:latest [2019-09-26T21:39:48.255Z] INFO: Docker images of the daemon under test [2019-09-26T21:39:48.255Z] [2019-09-26T21:39:48.255Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-26T21:39:48.255Z] busybox latest a2b066ae58ef Less than a second ago 4.75GB [2019-09-26T21:39:48.255Z] microsoft/windowsservercore latest 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-26T21:39:48.255Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-26T21:39:48.255Z] [2019-09-26T21:39:48.255Z] INFO: Running integration tests at 09/26/2019 21:39:47... [2019-09-26T21:39:48.255Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-26T21:39:48.255Z] INFO: Integration API tests being run from the host: [2019-09-26T21:39:48.255Z] INFO: make.ps1 starting at 09/26/2019 21:39:47 [2019-09-26T21:39:48.918Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-26T21:39:49.246Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-26T21:40:01.114Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-26T21:40:01.114Z] === RUN TestDockerSuite/TestExecTTY [2019-09-26T21:40:02.082Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-26T21:40:03.006Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-26T21:40:03.930Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-26T21:40:04.897Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-26T21:40:04.897Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-26T21:40:07.449Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-09-26T21:40:07.703Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-26T21:40:07.961Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-26T21:40:09.321Z] === RUN TestDockerSuite/TestExecWithTERM [2019-09-26T21:40:10.682Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-26T21:40:11.650Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-26T21:40:14.412Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-26T21:40:14.869Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-26T21:40:16.885Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-26T21:40:18.596Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-26T21:40:20.775Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-26T21:40:22.118Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-26T21:40:23.695Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-26T21:40:24.045Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-26T21:40:24.661Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-26T21:40:25.119Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-26T21:40:26.087Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-26T21:40:27.051Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-26T21:40:29.223Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-26T21:40:29.275Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-26T21:40:29.835Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-26T21:40:29.835Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-26T21:40:29.835Z] === RUN TestDockerSuite/TestHealth [2019-09-26T21:40:33.904Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-26T21:40:35.068Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-26T21:40:41.003Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-26T21:40:43.902Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-26T21:40:46.798Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-26T21:40:50.522Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-26T21:40:52.695Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-26T21:40:53.135Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-26T21:40:53.135Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-26T21:40:53.135Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-26T21:40:53.135Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-26T21:40:53.135Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-26T21:40:53.135Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-26T21:40:53.694Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-26T21:40:53.694Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-26T21:40:53.694Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-26T21:40:53.694Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-26T21:40:54.253Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-26T21:40:54.508Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-26T21:40:54.870Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-26T21:40:55.067Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-26T21:40:55.068Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-26T21:40:55.990Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-26T21:40:56.245Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-26T21:40:57.212Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-26T21:40:57.767Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-26T21:40:57.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:40:57.768Z] INFO: Testing against a local daemon [2019-09-26T21:40:57.768Z] === RUN TestBuildWithSession [2019-09-26T21:40:57.768Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-26T21:40:57.768Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:40:57.768Z] === RUN TestBuildSquashParent [2019-09-26T21:40:57.768Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-26T21:40:57.768Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:40:57.768Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-26T21:40:57.768Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-26T21:40:57.768Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:40:57.768Z] === RUN TestBuildMultiStageCopy [2019-09-26T21:40:57.768Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-26T21:40:58.577Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-26T21:40:58.577Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-26T21:40:59.508Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-26T21:41:02.808Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-26T21:41:02.808Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-26T21:41:02.808Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-26T21:41:04.171Z] === RUN TestDockerSuite/TestImportFile [2019-09-26T21:41:06.054Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-26T21:41:06.054Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-26T21:41:07.984Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-26T21:41:09.909Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-26T21:41:10.136Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-26T21:41:10.136Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-26T21:41:10.593Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-26T21:41:11.792Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-26T21:41:12.127Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-26T21:41:12.352Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-26T21:41:12.911Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-26T21:41:13.094Z] --- PASS: TestBuildMultiStageCopy (15.46s) [2019-09-26T21:41:13.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.94s) [2019-09-26T21:41:13.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.84s) [2019-09-26T21:41:13.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.10s) [2019-09-26T21:41:13.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.14s) [2019-09-26T21:41:13.094Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.43s) [2019-09-26T21:41:13.094Z] === RUN TestBuildMultiStageParentConfig [2019-09-26T21:41:13.094Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-09-26T21:41:13.094Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:41:13.094Z] === RUN TestBuildLabelWithTargets [2019-09-26T21:41:13.469Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-26T21:41:13.552Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2019-09-26T21:41:13.552Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:41:13.552Z] === RUN TestBuildWithEmptyLayers [2019-09-26T21:41:14.392Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-26T21:41:14.518Z] --- PASS: TestBuildWithEmptyLayers (1.12s) [2019-09-26T21:41:14.518Z] === RUN TestBuildMultiStageOnBuild [2019-09-26T21:41:14.518Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-09-26T21:41:14.518Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:41:14.518Z] === RUN TestBuildUncleanTarFilenames [2019-09-26T21:41:14.518Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-09-26T21:41:14.518Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:41:14.518Z] === RUN TestBuildMultiStageLayerLeak [2019-09-26T21:41:14.518Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-09-26T21:41:14.518Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:41:14.518Z] === RUN TestBuildWithHugeFile [2019-09-26T21:41:14.518Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-26T21:41:14.518Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-26T21:41:14.518Z] === RUN TestBuildWithEmptyDockerfile [2019-09-26T21:41:14.519Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:41:14.519Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:41:14.519Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:41:14.519Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:41:14.519Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:41:14.519Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:41:14.977Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-26T21:41:14.977Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-26T21:41:14.977Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-26T21:41:14.977Z] --- PASS: TestBuildWithEmptyDockerfile (0.39s) [2019-09-26T21:41:14.977Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-09-26T21:41:14.977Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-09-26T21:41:14.977Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-09-26T21:41:14.977Z] === RUN TestBuildPreserveOwnership [2019-09-26T21:41:14.977Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-26T21:41:14.977Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:41:14.977Z] === RUN TestBuildPlatformInvalid [2019-09-26T21:41:14.977Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-09-26T21:41:14.977Z] PASS [2019-09-26T21:41:14.977Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-26T21:41:14.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:41:14.977Z] INFO: Testing against a local daemon [2019-09-26T21:41:14.977Z] === RUN TestConfigList [2019-09-26T21:41:14.977Z] --- SKIP: TestConfigList (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestConfigsCreateAndDelete [2019-09-26T21:41:14.977Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestConfigsUpdate [2019-09-26T21:41:14.977Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestTemplatedConfig [2019-09-26T21:41:14.977Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestConfigInspect [2019-09-26T21:41:14.977Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestConfigCreateWithLabels [2019-09-26T21:41:14.977Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:41:14.977Z] === RUN TestConfigCreateResolve [2019-09-26T21:41:14.977Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:41:14.977Z] === RUN TestConfigDaemonLibtrustID [2019-09-26T21:41:14.977Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-26T21:41:14.977Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:41:14.977Z] PASS [2019-09-26T21:41:14.977Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-26T21:41:14.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:41:14.977Z] INFO: Testing against a local daemon [2019-09-26T21:41:14.977Z] === RUN TestCheckpoint [2019-09-26T21:41:14.977Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-26T21:41:14.977Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-26T21:41:14.977Z] === RUN TestContainerInvalidJSON [2019-09-26T21:41:14.977Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:41:14.977Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:41:14.977Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:41:14.977Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:41:14.977Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:41:14.977Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:41:14.977Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-26T21:41:14.977Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-26T21:41:14.977Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-26T21:41:14.977Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-09-26T21:41:14.977Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-26T21:41:14.977Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-26T21:41:14.977Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-09-26T21:41:14.977Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-26T21:41:14.977Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.04s) [2019-09-26T21:41:14.977Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-26T21:41:14.977Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-09-26T21:41:14.977Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-26T21:41:14.977Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-09-26T21:41:14.977Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-26T21:41:14.977Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-26T21:41:15.315Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-26T21:41:15.436Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.04s) [2019-09-26T21:41:15.436Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-26T21:41:15.436Z] === RUN TestCopyFromContainer [2019-09-26T21:41:15.436Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-26T21:41:15.436Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:15.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-26T21:41:15.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:41:15.436Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:41:15.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:41:15.436Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:41:15.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:41:15.436Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:41:15.436Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-26T21:41:15.436Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-26T21:41:15.436Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-26T21:41:15.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-26T21:41:15.436Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-26T21:41:15.436Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-26T21:41:15.436Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidEnv [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-26T21:41:15.436Z] === RUN TestCreateTmpfsMountsTarget [2019-09-26T21:41:15.436Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-26T21:41:15.436Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:15.436Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-26T21:41:15.436Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-26T21:41:15.436Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:41:15.436Z] === RUN TestCreateWithCapabilities [2019-09-26T21:41:15.436Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-26T21:41:15.436Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-26T21:41:15.436Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-26T21:41:15.436Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-26T21:41:15.436Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:41:15.436Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:41:15.436Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-26T21:41:15.436Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-09-26T21:41:15.436Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-26T21:41:15.436Z] === RUN TestDiff [2019-09-26T21:41:15.436Z] --- SKIP: TestDiff (0.00s) [2019-09-26T21:41:15.436Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:15.436Z] === RUN TestExecWithCloseStdin [2019-09-26T21:41:15.570Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-26T21:41:16.493Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-26T21:41:17.418Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-26T21:41:17.418Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-26T21:41:17.418Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-09-26T21:41:17.418Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-26T21:41:17.610Z] --- PASS: TestExecWithCloseStdin (2.27s) [2019-09-26T21:41:17.610Z] === RUN TestExec [2019-09-26T21:41:17.610Z] --- SKIP: TestExec (0.01s) [2019-09-26T21:41:17.610Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-26T21:41:17.610Z] === RUN TestExecUser [2019-09-26T21:41:17.610Z] --- SKIP: TestExecUser (0.00s) [2019-09-26T21:41:17.610Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-26T21:41:17.610Z] === RUN TestExportContainerAndImportImage [2019-09-26T21:41:17.610Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-26T21:41:17.610Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:17.610Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-26T21:41:17.610Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-26T21:41:17.610Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:17.610Z] === RUN TestHealthCheckWorkdir [2019-09-26T21:41:17.610Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-26T21:41:17.610Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:17.610Z] === RUN TestHealthKillContainer [2019-09-26T21:41:17.610Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-26T21:41:17.610Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-26T21:41:17.610Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-26T21:41:17.610Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-26T21:41:17.610Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-26T21:41:17.610Z] === RUN TestKillContainerInvalidSignal [2019-09-26T21:41:17.977Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-26T21:41:19.380Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-26T21:41:19.783Z] --- PASS: TestKillContainerInvalidSignal (2.05s) [2019-09-26T21:41:19.783Z] === RUN TestKillContainer [2019-09-26T21:41:19.783Z] --- SKIP: TestKillContainer (0.00s) [2019-09-26T21:41:19.783Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-26T21:41:19.783Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-26T21:41:19.783Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-26T21:41:19.783Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-26T21:41:19.783Z] === RUN TestKillStoppedContainer [2019-09-26T21:41:19.783Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-26T21:41:19.783Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-26T21:41:19.783Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-26T21:41:19.783Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-26T21:41:19.783Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-26T21:41:19.783Z] === RUN TestKillDifferentUserContainer [2019-09-26T21:41:19.783Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-26T21:41:19.783Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-26T21:41:19.783Z] === RUN TestInspectOomKilledTrue [2019-09-26T21:41:19.783Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-26T21:41:19.783Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:41:19.783Z] === RUN TestInspectOomKilledFalse [2019-09-26T21:41:19.783Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-26T21:41:19.783Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-26T21:41:19.783Z] === RUN TestLogsFollowTailEmpty [2019-09-26T21:41:20.305Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-26T21:41:21.229Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-26T21:41:21.788Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-26T21:41:21.955Z] --- PASS: TestLogsFollowTailEmpty (1.87s) [2019-09-26T21:41:21.955Z] === RUN TestNetworkNat [2019-09-26T21:41:21.955Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-26T21:41:21.955Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:21.955Z] === RUN TestNetworkLocalhostTCPNat [2019-09-26T21:41:21.955Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-26T21:41:21.955Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:41:21.955Z] === RUN TestNetworkLoopbackNat [2019-09-26T21:41:21.955Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-26T21:41:21.955Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:21.955Z] === RUN TestPause [2019-09-26T21:41:21.955Z] --- SKIP: TestPause (0.00s) [2019-09-26T21:41:21.955Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-26T21:41:21.955Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-26T21:41:22.754Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-26T21:41:23.488Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.03s) [2019-09-26T21:41:23.488Z] === RUN TestPauseStopPausedContainer [2019-09-26T21:41:23.488Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-26T21:41:23.488Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:23.488Z] === RUN TestPsFilter [2019-09-26T21:41:23.678Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-26T21:41:23.678Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-09-26T21:41:23.947Z] --- PASS: TestPsFilter (0.14s) [2019-09-26T21:41:23.947Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-26T21:41:25.038Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-26T21:41:26.120Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.23s) [2019-09-26T21:41:26.120Z] === RUN TestRemoveContainerWithVolume [2019-09-26T21:41:26.420Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-26T21:41:27.345Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-26T21:41:27.345Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-26T21:41:28.270Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-26T21:41:28.270Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-26T21:41:28.293Z] --- PASS: TestRemoveContainerWithVolume (2.16s) [2019-09-26T21:41:28.293Z] === RUN TestRemoveContainerRunning [2019-09-26T21:41:29.667Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-26T21:41:30.465Z] --- PASS: TestRemoveContainerRunning (2.02s) [2019-09-26T21:41:30.465Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-26T21:41:30.590Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-26T21:41:31.150Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-26T21:41:31.996Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.72s) [2019-09-26T21:41:31.996Z] === RUN TestRemoveInvalidContainer [2019-09-26T21:41:31.996Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-26T21:41:31.996Z] === RUN TestRenameLinkedContainer [2019-09-26T21:41:31.996Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-26T21:41:31.996Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:31.996Z] === RUN TestRenameStoppedContainer [2019-09-26T21:41:32.511Z] === RUN TestDockerSuite/TestInspectImage [2019-09-26T21:41:32.511Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-26T21:41:32.511Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-26T21:41:32.511Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-26T21:41:33.478Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-26T21:41:34.168Z] --- PASS: TestRenameStoppedContainer (2.19s) [2019-09-26T21:41:34.168Z] === RUN TestRenameRunningContainerAndReuse [2019-09-26T21:41:34.405Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-26T21:41:34.405Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-26T21:41:35.769Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-26T21:41:36.694Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-26T21:41:37.891Z] --- PASS: TestRenameRunningContainerAndReuse (3.38s) [2019-09-26T21:41:37.891Z] === RUN TestRenameInvalidName [2019-09-26T21:41:38.578Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-26T21:41:38.578Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-26T21:41:39.425Z] --- PASS: TestRenameInvalidName (1.66s) [2019-09-26T21:41:39.425Z] === RUN TestRenameAnonymousContainer [2019-09-26T21:41:39.425Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-26T21:41:39.425Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:39.425Z] === RUN TestRenameContainerWithSameName [2019-09-26T21:41:39.503Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-26T21:41:40.963Z] --- PASS: TestRenameContainerWithSameName (1.66s) [2019-09-26T21:41:40.963Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-26T21:41:40.963Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-26T21:41:40.963Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:40.963Z] === RUN TestResize [2019-09-26T21:41:40.963Z] --- SKIP: TestResize (0.00s) [2019-09-26T21:41:40.963Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:40.963Z] === RUN TestResizeWithInvalidSize [2019-09-26T21:41:40.963Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-26T21:41:40.963Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-26T21:41:40.963Z] === RUN TestResizeWhenContainerNotStarted [2019-09-26T21:41:41.387Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-26T21:41:42.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-26T21:41:43.136Z] --- PASS: TestResizeWhenContainerNotStarted (2.05s) [2019-09-26T21:41:43.136Z] === RUN TestDaemonRestartKillContainers [2019-09-26T21:41:43.136Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-26T21:41:43.136Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:41:43.136Z] === RUN TestStats [2019-09-26T21:41:43.136Z] --- SKIP: TestStats (0.00s) [2019-09-26T21:41:43.136Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-26T21:41:43.136Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-26T21:41:43.235Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-26T21:41:43.797Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-26T21:41:45.162Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-26T21:41:46.087Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-26T21:41:47.448Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-26T21:41:48.008Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-26T21:41:48.264Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-26T21:41:48.922Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.32s) [2019-09-26T21:41:48.922Z] === RUN TestStopContainerWithTimeout [2019-09-26T21:41:48.922Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-26T21:41:48.922Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-26T21:41:48.922Z] === RUN TestUpdateRestartPolicy [2019-09-26T21:41:49.187Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-26T21:41:49.187Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-09-26T21:41:51.113Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-09-26T21:41:51.672Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-26T21:41:52.700Z] --- PASS: TestImportExtremelyLargeImageWorks (298.28s) [2019-09-26T21:41:52.700Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-26T21:41:52.700Z] PASS [2019-09-26T21:41:52.700Z] [2019-09-26T21:41:52.700Z] === Skipped [2019-09-26T21:41:52.700Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-26T21:41:52.700Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:41:52.700Z] [2019-09-26T21:41:52.700Z] [2019-09-26T21:41:52.700Z] DONE 12 tests, 1 skipped in 299.659s [2019-09-26T21:41:52.700Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-09-26T21:41:52.700Z] ++ 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-09-26T21:41:52.700Z] ++ set -e [2019-09-26T21:41:52.700Z] ++ '[' -n 0 ']' [2019-09-26T21:41:52.700Z] ++ set -x [2019-09-26T21:41:52.700Z] ++ env -i DEST=/go/src/github.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-09-26T21:41:52.700Z] INFO: Testing against a local daemon [2019-09-26T21:41:52.700Z] === RUN TestNetworkCreateDelete [2019-09-26T21:41:52.700Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-09-26T21:41:52.700Z] === RUN TestDockerNetworkDeletePreferID [2019-09-26T21:41:52.700Z] --- PASS: TestDockerNetworkDeletePreferID (0.56s) [2019-09-26T21:41:52.700Z] === RUN TestInspectNetwork [2019-09-26T21:41:52.700Z] === RUN TestInspectNetwork/full_network_id [2019-09-26T21:41:52.700Z] === RUN TestInspectNetwork/partial_network_id [2019-09-26T21:41:52.700Z] === RUN TestInspectNetwork/network_name [2019-09-26T21:41:52.700Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-26T21:41:52.700Z] --- PASS: TestInspectNetwork (8.27s) [2019-09-26T21:41:52.700Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-26T21:41:52.700Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-26T21:41:52.700Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-26T21:41:52.700Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-26T21:41:52.700Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-26T21:41:52.700Z] === RUN TestRunContainerWithBridgeNone [2019-09-26T21:41:54.180Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-26T21:41:54.739Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-09-26T21:41:55.404Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2019-09-26T21:41:55.404Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-26T21:41:55.404Z] === RUN TestNetworkInvalidJSON [2019-09-26T21:41:55.404Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-26T21:41:55.404Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-26T21:41:55.404Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:41:55.404Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:41:55.404Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:41:55.404Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:41:55.404Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-26T21:41:55.404Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:41:55.404Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:41:55.404Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-26T21:41:55.404Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-26T21:41:55.404Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-26T21:41:55.404Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-26T21:41:55.404Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-26T21:41:55.662Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-26T21:41:56.222Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-26T21:41:56.420Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-09-26T21:41:56.420Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-26T21:41:56.420Z] === RUN TestDaemonDefaultNetworkPools [2019-09-26T21:41:57.431Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2019-09-26T21:41:57.431Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-26T21:41:57.431Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-26T21:41:58.104Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-09-26T21:41:58.104Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-26T21:41:58.448Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2019-09-26T21:41:58.448Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-26T21:41:58.448Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-26T21:41:59.934Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.45s) [2019-09-26T21:41:59.934Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-26T21:41:59.934Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-26T21:42:00.568Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-26T21:42:00.568Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-26T21:42:00.568Z] === RUN TestServiceWithPredefinedNetwork [2019-09-26T21:42:01.366Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-26T21:42:01.366Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-26T21:42:03.256Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s) [2019-09-26T21:42:03.256Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-26T21:42:03.256Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-26T21:42:03.256Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-26T21:42:03.256Z] service_test.go:230: FLAKY_TEST [2019-09-26T21:42:03.256Z] === RUN TestServiceWithDataPathPortInit [2019-09-26T21:42:03.874Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-26T21:42:03.874Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-26T21:42:04.434Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-09-26T21:42:06.319Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-26T21:42:06.574Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-26T21:42:07.936Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-26T21:42:09.992Z] --- PASS: TestUpdateRestartPolicy (20.08s) [2019-09-26T21:42:09.992Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-26T21:42:09.992Z] --- PASS: TestUpdateRestartWithAutoRemove (1.84s) [2019-09-26T21:42:09.992Z] === RUN TestWaitNonBlocked [2019-09-26T21:42:09.992Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:42:09.992Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:42:09.992Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:42:09.992Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:42:09.992Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-26T21:42:09.992Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-26T21:42:10.485Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-26T21:42:13.737Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-26T21:42:13.737Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.86s) [2019-09-26T21:42:13.737Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.06s) [2019-09-26T21:42:13.737Z] === RUN TestWaitBlocked [2019-09-26T21:42:13.737Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-26T21:42:13.737Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-26T21:42:13.737Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:13.737Z] INFO: Testing against a local daemon [2019-09-26T21:42:13.737Z] === RUN TestCommitInheritsEnv [2019-09-26T21:42:13.737Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-26T21:42:13.737Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:42:13.737Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-26T21:42:13.737Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-26T21:42:13.737Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-26T21:42:13.737Z] === RUN TestImagesFilterMultiReference [2019-09-26T21:42:13.737Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-26T21:42:13.737Z] === RUN TestImagePullPlatformInvalid [2019-09-26T21:42:13.737Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-26T21:42:13.737Z] === RUN TestRemoveImageOrphaning [2019-09-26T21:42:13.737Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-26T21:42:13.737Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:42:13.737Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-26T21:42:13.737Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-26T21:42:13.737Z] === RUN TestTagInvalidReference [2019-09-26T21:42:13.737Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-26T21:42:13.737Z] === RUN TestTagValidPrefixedRepo [2019-09-26T21:42:13.737Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-09-26T21:42:13.737Z] === RUN TestTagExistedNameWithoutForce [2019-09-26T21:42:13.737Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-26T21:42:13.737Z] === RUN TestTagOfficialNames [2019-09-26T21:42:13.737Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-26T21:42:13.737Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestTagMatchesDigest [2019-09-26T21:42:13.737Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-26T21:42:13.737Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:13.737Z] INFO: Testing against a local daemon [2019-09-26T21:42:13.737Z] === RUN TestNetworkCreateDelete [2019-09-26T21:42:13.737Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-26T21:42:13.737Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:13.737Z] === RUN TestDockerNetworkDeletePreferID [2019-09-26T21:42:13.737Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-26T21:42:13.737Z] 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-09-26T21:42:13.737Z] === RUN TestInspectNetwork [2019-09-26T21:42:13.737Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-26T21:42:13.737Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-26T21:42:13.737Z] === RUN TestRunContainerWithBridgeNone [2019-09-26T21:42:13.737Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-26T21:42:13.737Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:13.737Z] === RUN TestNetworkInvalidJSON [2019-09-26T21:42:13.737Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-26T21:42:13.737Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-26T21:42:13.737Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:42:13.737Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:42:13.737Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:42:13.737Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:42:13.737Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-26T21:42:13.737Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-26T21:42:13.737Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-26T21:42:13.737Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-26T21:42:13.737Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-26T21:42:13.737Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-26T21:42:13.737Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-09-26T21:42:13.737Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-26T21:42:13.737Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestDaemonDefaultNetworkPools [2019-09-26T21:42:13.737Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-26T21:42:13.737Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-26T21:42:13.737Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-26T21:42:13.737Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestServiceWithPredefinedNetwork [2019-09-26T21:42:13.737Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-26T21:42:13.737Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:230: FLAKY_TEST [2019-09-26T21:42:13.737Z] === RUN TestServiceWithDataPathPortInit [2019-09-26T21:42:13.737Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-26T21:42:13.737Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-26T21:42:13.737Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-26T21:42:13.737Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:13.737Z] INFO: Testing against a local daemon [2019-09-26T21:42:13.737Z] === RUN TestPluginInvalidJSON [2019-09-26T21:42:13.737Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:42:13.737Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:42:13.737Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:42:13.737Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-26T21:42:13.737Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:13.737Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-26T21:42:13.737Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:13.737Z] INFO: Testing against a local daemon [2019-09-26T21:42:13.737Z] === RUN TestExternalGraphDriver [2019-09-26T21:42:13.737Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-26T21:42:13.737Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-26T21:42:13.737Z] === RUN TestGraphdriverPluginV2 [2019-09-26T21:42:13.737Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-26T21:42:13.737Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-26T21:42:13.737Z] PASS [2019-09-26T21:42:14.195Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-26T21:42:14.195Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:14.195Z] INFO: Testing against a local daemon [2019-09-26T21:42:14.195Z] PASS [2019-09-26T21:42:14.195Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-26T21:42:14.195Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:14.195Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-26T21:42:14.195Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:14.195Z] INFO: Testing against a local daemon [2019-09-26T21:42:14.195Z] === RUN TestSecretInspect [2019-09-26T21:42:14.195Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-26T21:42:14.195Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestSecretList [2019-09-26T21:42:14.195Z] --- SKIP: TestSecretList (0.00s) [2019-09-26T21:42:14.195Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestSecretsCreateAndDelete [2019-09-26T21:42:14.195Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-26T21:42:14.195Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestSecretsUpdate [2019-09-26T21:42:14.195Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-26T21:42:14.195Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestTemplatedSecret [2019-09-26T21:42:14.195Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-26T21:42:14.195Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestSecretCreateResolve [2019-09-26T21:42:14.195Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-26T21:42:14.195Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:14.195Z] PASS [2019-09-26T21:42:14.195Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-26T21:42:14.195Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:14.195Z] INFO: Testing against a local daemon [2019-09-26T21:42:14.195Z] === RUN TestServiceCreateInit [2019-09-26T21:42:14.195Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-26T21:42:14.195Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-26T21:42:14.195Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-26T21:42:14.195Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-26T21:42:14.195Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-26T21:42:14.195Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateServiceMultipleTimes [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-26T21:42:14.195Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateServiceConflict [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-26T21:42:14.195Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateServiceMaxReplicas [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-26T21:42:14.195Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-26T21:42:14.195Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateServiceSecretFileMode [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-26T21:42:14.195Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateServiceConfigFileMode [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-26T21:42:14.195Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateServiceSysctls [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-26T21:42:14.195Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestCreateServiceCapabilities [2019-09-26T21:42:14.195Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-09-26T21:42:14.195Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestInspect [2019-09-26T21:42:14.195Z] --- SKIP: TestInspect (0.00s) [2019-09-26T21:42:14.195Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestDockerNetworkConnectAlias [2019-09-26T21:42:14.195Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-26T21:42:14.195Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestDockerNetworkReConnect [2019-09-26T21:42:14.195Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-26T21:42:14.195Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestServicePlugin [2019-09-26T21:42:14.195Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-26T21:42:14.195Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.195Z] === RUN TestServiceUpdateLabel [2019-09-26T21:42:14.195Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-26T21:42:14.195Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:14.195Z] === RUN TestServiceUpdateSecrets [2019-09-26T21:42:14.195Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-26T21:42:14.195Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:14.195Z] === RUN TestServiceUpdateConfigs [2019-09-26T21:42:14.195Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-26T21:42:14.195Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:14.195Z] === RUN TestServiceUpdateNetwork [2019-09-26T21:42:14.195Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-26T21:42:14.195Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-26T21:42:14.195Z] PASS [2019-09-26T21:42:14.195Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-26T21:42:14.195Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:14.195Z] INFO: Testing against a local daemon [2019-09-26T21:42:14.653Z] === RUN TestSessionCreate [2019-09-26T21:42:14.653Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-26T21:42:14.653Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-26T21:42:14.653Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-26T21:42:14.653Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-26T21:42:14.653Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-26T21:42:14.653Z] PASS [2019-09-26T21:42:14.653Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-26T21:42:14.653Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:14.653Z] INFO: Testing against a local daemon [2019-09-26T21:42:14.653Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-26T21:42:14.653Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-26T21:42:14.653Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-26T21:42:14.653Z] === RUN TestEventsExecDie [2019-09-26T21:42:14.653Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-26T21:42:14.653Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-26T21:42:14.653Z] === RUN TestEventsBackwardsCompatible [2019-09-26T21:42:14.653Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-26T21:42:14.653Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-26T21:42:14.653Z] === RUN TestInfoAPI [2019-09-26T21:42:14.653Z] --- PASS: TestInfoAPI (0.04s) [2019-09-26T21:42:14.653Z] === RUN TestInfoAPIWarnings [2019-09-26T21:42:14.653Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-26T21:42:14.653Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-26T21:42:14.653Z] === RUN TestLoginFailsWithBadCredentials [2019-09-26T21:42:15.619Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2019-09-26T21:42:15.619Z] === RUN TestPingCacheHeaders [2019-09-26T21:42:15.619Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-26T21:42:15.619Z] === RUN TestPingGet [2019-09-26T21:42:15.619Z] --- PASS: TestPingGet (0.03s) [2019-09-26T21:42:15.619Z] === RUN TestPingHead [2019-09-26T21:42:15.619Z] --- PASS: TestPingHead (0.03s) [2019-09-26T21:42:15.619Z] === RUN TestVersion [2019-09-26T21:42:15.619Z] --- PASS: TestVersion (0.03s) [2019-09-26T21:42:15.619Z] PASS [2019-09-26T21:42:15.619Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-26T21:42:15.619Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:15.619Z] INFO: Testing against a local daemon [2019-09-26T21:42:15.619Z] === RUN TestVolumesCreateAndList [2019-09-26T21:42:15.619Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-26T21:42:15.619Z] === RUN TestVolumesRemove [2019-09-26T21:42:15.619Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-26T21:42:15.619Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-26T21:42:15.619Z] === RUN TestVolumesInspect [2019-09-26T21:42:15.619Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-26T21:42:15.619Z] === RUN TestVolumesInvalidJSON [2019-09-26T21:42:15.619Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-26T21:42:15.619Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-26T21:42:15.619Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-26T21:42:15.619Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-26T21:42:15.619Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-26T21:42:15.619Z] PASS [2019-09-26T21:42:15.619Z] INFO: make.ps1 ended at 09/26/2019 21:42:15 [2019-09-26T21:42:15.619Z] INFO: Integration CLI tests being run from the host: [2019-09-26T21:42:15.619Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-26T21:42:17.009Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-26T21:42:18.492Z] --- PASS: TestServiceWithDataPathPortInit (14.55s) [2019-09-26T21:42:18.492Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-26T21:42:18.492Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-26T21:42:18.492Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-26T21:42:21.165Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-26T21:42:23.672Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-26T21:42:24.177Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-26T21:42:24.177Z] INFO: Testing against a local daemon [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-26T21:42:24.177Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-26T21:42:24.635Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-26T21:42:24.635Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-26T21:42:25.032Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-26T21:42:25.601Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-26T21:42:25.601Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-26T21:42:25.962Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-26T21:42:26.904Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.21s) [2019-09-26T21:42:26.904Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-26T21:42:26.904Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:a0mo9ezl7plmb52nongp5a53q Created:2019-09-26 21:42:18.482828472 +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[4d1a754d11e96a3f08adc975b656b1d70bbd70c31ed9a826af1e0806e488dea9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g4p5m7ybe8r66st03jyv5oh1u EndpointID:baaf823031f769880934a4160c95a108d2412bcdfdd2804f359abd806f367bf1 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e3d868b234e55e685f72a1c535ad77c4d6b7bd5191475f430a55a6223976caa9 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:c2f168e2446e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g4p5m7ybe8r66st03jyv5oh1u EndpointID:baaf823031f769880934a4160c95a108d2412bcdfdd2804f359abd806f367bf1 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-26T21:42:26.904Z] PASS [2019-09-26T21:42:26.904Z] [2019-09-26T21:42:26.904Z] === Skipped [2019-09-26T21:42:26.904Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-26T21:42:26.904Z] service_test.go:230: FLAKY_TEST [2019-09-26T21:42:26.904Z] [2019-09-26T21:42:26.904Z] [2019-09-26T21:42:26.904Z] DONE 21 tests, 1 skipped in 41.999s [2019-09-26T21:42:26.904Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-26T21:42:26.904Z] ++ 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-09-26T21:42:26.904Z] ++ set -e [2019-09-26T21:42:26.904Z] ++ '[' -n 0 ']' [2019-09-26T21:42:26.904Z] ++ set -x [2019-09-26T21:42:26.904Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-26T21:42:26.904Z] INFO: Testing against a local daemon [2019-09-26T21:42:26.904Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-26T21:42:27.189Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.46s) [2019-09-26T21:42:27.189Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-09-26T21:42:27.189Z] === RUN TestDockerNetworkIpvlan [2019-09-26T21:42:28.202Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-26T21:42:28.469Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-09-26T21:42:28.470Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-26T21:42:29.029Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-26T21:42:29.029Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-26T21:42:29.029Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-26T21:42:29.214Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-26T21:42:29.588Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-26T21:42:29.832Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-26T21:42:30.512Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-26T21:42:32.534Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-26T21:42:34.667Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-26T21:42:35.228Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-26T21:42:36.007Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-26T21:42:38.695Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-26T21:42:40.504Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-26T21:42:41.073Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-26T21:42:41.073Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-26T21:42:42.164Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-26T21:42:42.435Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-26T21:42:42.435Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-09-26T21:42:43.360Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-26T21:42:44.720Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-26T21:42:46.082Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-26T21:42:46.610Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-26T21:42:47.005Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-26T21:42:49.513Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-26T21:42:50.437Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-26T21:42:51.360Z] === RUN TestDockerSuite/TestLogsSince [2019-09-26T21:42:52.127Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-26T21:42:52.720Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan (26.64s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.23s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.19s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.15s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.17s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.21s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.24s) [2019-09-26T21:42:54.173Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-26T21:42:54.173Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.92s) [2019-09-26T21:42:54.173Z] PASS [2019-09-26T21:42:54.173Z] [2019-09-26T21:42:54.173Z] DONE 11 tests in 28.190s [2019-09-26T21:42:54.173Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-26T21:42:54.173Z] ++ 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-09-26T21:42:54.173Z] ++ set -e [2019-09-26T21:42:54.173Z] ++ '[' -n 0 ']' [2019-09-26T21:42:54.173Z] ++ set -x [2019-09-26T21:42:54.173Z] ++ env -i DEST=/go/src/github.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-09-26T21:42:54.173Z] INFO: Testing against a local daemon [2019-09-26T21:42:54.173Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-26T21:42:55.652Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2019-09-26T21:42:55.652Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-26T21:42:55.652Z] === RUN TestDockerNetworkMacvlan [2019-09-26T21:42:56.272Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-26T21:42:56.876Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-26T21:42:57.287Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-26T21:42:58.236Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-26T21:42:58.300Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-26T21:43:00.993Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-26T21:43:04.479Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-26T21:43:04.759Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-26T21:43:05.013Z] === RUN TestDockerSuite/TestLogsTail [2019-09-26T21:43:05.936Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-26T21:43:06.496Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-26T21:43:07.419Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-26T21:43:07.978Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-26T21:43:08.537Z] === RUN TestDockerSuite/TestNetHostname [2019-09-26T21:43:09.462Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-09-26T21:43:09.984Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-26T21:43:10.603Z] --- PASS: TestDockerNetworkMacvlan (15.06s) [2019-09-26T21:43:10.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:43:10.603Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-09-26T21:43:10.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:43:10.603Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-26T21:43:10.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:43:10.603Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.19s) [2019-09-26T21:43:10.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:43:10.603Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.22s) [2019-09-26T21:43:10.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:43:10.603Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.24s) [2019-09-26T21:43:10.603Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-26T21:43:10.603Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.95s) [2019-09-26T21:43:10.603Z] PASS [2019-09-26T21:43:10.603Z] [2019-09-26T21:43:10.603Z] DONE 8 tests in 16.617s [2019-09-26T21:43:10.603Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-26T21:43:10.603Z] ++ 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-09-26T21:43:10.603Z] ++ set -e [2019-09-26T21:43:10.603Z] ++ '[' -n 0 ']' [2019-09-26T21:43:10.603Z] ++ set -x [2019-09-26T21:43:10.603Z] ++ env -i DEST=/go/src/github.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-09-26T21:43:10.603Z] testing: warning: no tests to run [2019-09-26T21:43:10.603Z] PASS [2019-09-26T21:43:10.603Z] [2019-09-26T21:43:10.603Z] DONE 0 tests in 0.018s [2019-09-26T21:43:10.603Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-26T21:43:10.603Z] ++ 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-09-26T21:43:10.603Z] ++ set -e [2019-09-26T21:43:10.603Z] ++ '[' -n 0 ']' [2019-09-26T21:43:10.603Z] ++ set -x [2019-09-26T21:43:10.603Z] ++ env -i DEST=/go/src/github.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-09-26T21:43:10.603Z] INFO: Testing against a local daemon [2019-09-26T21:43:10.603Z] === RUN TestAuthZPluginAllowRequest [2019-09-26T21:43:11.453Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-26T21:43:12.013Z] === RUN TestDockerSuite/TestNetworkEvents [2019-09-26T21:43:12.641Z] --- PASS: TestAuthZPluginAllowRequest (1.68s) [2019-09-26T21:43:12.641Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-26T21:43:12.641Z] === RUN TestAuthZPluginTLS [2019-09-26T21:43:12.927Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-09-26T21:43:12.927Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-26T21:43:12.927Z] === RUN TestAuthZPluginDenyRequest [2019-09-26T21:43:12.938Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-26T21:43:13.192Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-26T21:43:13.544Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2019-09-26T21:43:13.544Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-26T21:43:13.544Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-26T21:43:14.163Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-09-26T21:43:14.163Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-26T21:43:14.163Z] === RUN TestAuthZPluginDenyResponse [2019-09-26T21:43:14.449Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-26T21:43:14.449Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-26T21:43:14.449Z] === RUN TestAuthZPluginAllowEventStream [2019-09-26T21:43:16.483Z] --- PASS: TestAuthZPluginAllowEventStream (1.66s) [2019-09-26T21:43:16.483Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-26T21:43:16.483Z] === RUN TestAuthZPluginErrorResponse [2019-09-26T21:43:16.534Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-26T21:43:16.534Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-26T21:43:16.768Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-09-26T21:43:16.768Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-26T21:43:16.768Z] === RUN TestAuthZPluginErrorRequest [2019-09-26T21:43:17.093Z] === RUN TestDockerSuite/TestPluginActive [2019-09-26T21:43:17.388Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-09-26T21:43:17.388Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-26T21:43:17.388Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-26T21:43:18.007Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-09-26T21:43:18.007Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-26T21:43:18.007Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-26T21:43:19.600Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-26T21:43:19.600Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-26T21:43:20.049Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.18s) [2019-09-26T21:43:20.049Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-26T21:43:20.049Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-26T21:43:22.740Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.14s) [2019-09-26T21:43:22.740Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-26T21:43:22.740Z] === RUN TestAuthZPluginHeader [2019-09-26T21:43:23.363Z] --- PASS: TestAuthZPluginHeader (0.95s) [2019-09-26T21:43:23.363Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-26T21:43:23.363Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-26T21:43:23.363Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-26T21:43:23.363Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:23.363Z] === RUN TestAuthZPluginV2Disable [2019-09-26T21:43:23.363Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-26T21:43:23.363Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:23.363Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-26T21:43:23.363Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-26T21:43:23.363Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:23.363Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-26T21:43:23.363Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-26T21:43:23.363Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:23.363Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-26T21:43:26.127Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-26T21:43:26.127Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-26T21:43:26.686Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-26T21:43:27.244Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-26T21:43:31.403Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-26T21:43:31.403Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-26T21:43:33.286Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-26T21:43:34.647Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-26T21:43:35.572Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-26T21:43:38.083Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-26T21:43:41.342Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-09-26T21:43:41.597Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-09-26T21:43:41.994Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.86s) [2019-09-26T21:43:41.994Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-26T21:43:41.994Z] PASS [2019-09-26T21:43:41.994Z] [2019-09-26T21:43:41.994Z] === Skipped [2019-09-26T21:43:41.994Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-26T21:43:41.994Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:41.994Z] [2019-09-26T21:43:41.994Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-26T21:43:41.994Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:41.994Z] [2019-09-26T21:43:41.994Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-26T21:43:41.994Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:41.994Z] [2019-09-26T21:43:41.994Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-26T21:43:41.994Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:41.994Z] [2019-09-26T21:43:41.994Z] [2019-09-26T21:43:41.994Z] DONE 17 tests, 4 skipped in 29.602s [2019-09-26T21:43:41.994Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-26T21:43:41.994Z] ++ 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-09-26T21:43:41.994Z] ++ set -e [2019-09-26T21:43:41.994Z] ++ '[' -n 0 ']' [2019-09-26T21:43:41.994Z] ++ set -x [2019-09-26T21:43:41.994Z] ++ env -i DEST=/go/src/github.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-09-26T21:43:41.994Z] INFO: Testing against a local daemon [2019-09-26T21:43:41.994Z] === RUN TestPluginInvalidJSON [2019-09-26T21:43:41.994Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:43:41.994Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:43:41.994Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-26T21:43:41.994Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-26T21:43:41.994Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-26T21:43:41.995Z] PASS [2019-09-26T21:43:41.995Z] [2019-09-26T21:43:41.995Z] DONE 2 tests in 0.139s [2019-09-26T21:43:41.995Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-26T21:43:41.995Z] ++ 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-09-26T21:43:41.995Z] ++ set -e [2019-09-26T21:43:41.995Z] ++ '[' -n 0 ']' [2019-09-26T21:43:41.995Z] ++ set -x [2019-09-26T21:43:41.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-09-26T21:43:41.995Z] INFO: Testing against a local daemon [2019-09-26T21:43:41.995Z] === RUN TestExternalGraphDriver [2019-09-26T21:43:41.995Z] === RUN TestExternalGraphDriver/json [2019-09-26T21:43:42.618Z] === RUN TestExternalGraphDriver/spec [2019-09-26T21:43:43.484Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-26T21:43:44.652Z] === RUN TestExternalGraphDriver/pull [2019-09-26T21:43:45.368Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-26T21:43:46.774Z] === RUN TestDockerSuite/TestPortList [2019-09-26T21:43:47.340Z] --- PASS: TestExternalGraphDriver (6.57s) [2019-09-26T21:43:47.340Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-26T21:43:47.340Z] --- PASS: TestExternalGraphDriver/json (2.13s) [2019-09-26T21:43:47.340Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2019-09-26T21:43:47.340Z] --- PASS: TestExternalGraphDriver/pull (2.17s) [2019-09-26T21:43:47.340Z] === RUN TestGraphdriverPluginV2 [2019-09-26T21:43:47.340Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-09-26T21:43:47.340Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:47.340Z] PASS [2019-09-26T21:43:47.340Z] [2019-09-26T21:43:47.340Z] === Skipped [2019-09-26T21:43:47.340Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-09-26T21:43:47.340Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:43:47.340Z] [2019-09-26T21:43:47.340Z] [2019-09-26T21:43:47.340Z] DONE 5 tests, 1 skipped in 6.718s [2019-09-26T21:43:47.340Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-26T21:43:47.340Z] ++ 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-09-26T21:43:47.340Z] ++ set -e [2019-09-26T21:43:47.340Z] ++ '[' -n 0 ']' [2019-09-26T21:43:47.340Z] ++ set -x [2019-09-26T21:43:47.340Z] ++ env -i DEST=/go/src/github.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-09-26T21:43:47.340Z] INFO: Testing against a local daemon [2019-09-26T21:43:47.340Z] === RUN TestContinueAfterPluginCrash [2019-09-26T21:43:47.340Z] === PAUSE TestContinueAfterPluginCrash [2019-09-26T21:43:47.340Z] === RUN TestDaemonStartWithLogOpt [2019-09-26T21:43:47.340Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-26T21:43:47.340Z] === CONT TestContinueAfterPluginCrash [2019-09-26T21:43:47.340Z] === CONT TestDaemonStartWithLogOpt [2019-09-26T21:43:48.136Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-09-26T21:43:54.752Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-09-26T21:43:58.019Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-26T21:43:58.941Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-26T21:44:02.604Z] --- PASS: TestDaemonStartWithLogOpt (15.34s) [2019-09-26T21:44:02.605Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-26T21:44:07.010Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-26T21:44:07.010Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-26T21:44:07.010Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-26T21:44:07.569Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-26T21:44:07.569Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-26T21:44:07.569Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-09-26T21:44:08.103Z] --- PASS: TestContinueAfterPluginCrash (20.16s) [2019-09-26T21:44:08.103Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-26T21:44:08.103Z] PASS [2019-09-26T21:44:08.103Z] [2019-09-26T21:44:08.103Z] DONE 2 tests in 20.252s [2019-09-26T21:44:08.103Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-26T21:44:08.103Z] ++ 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-09-26T21:44:08.103Z] ++ set -e [2019-09-26T21:44:08.103Z] ++ '[' -n 0 ']' [2019-09-26T21:44:08.103Z] ++ set -x [2019-09-26T21:44:08.103Z] ++ env -i DEST=/go/src/github.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-09-26T21:44:08.103Z] INFO: Testing against a local daemon [2019-09-26T21:44:08.103Z] === RUN TestPluginWithDevMounts [2019-09-26T21:44:08.103Z] === PAUSE TestPluginWithDevMounts [2019-09-26T21:44:08.103Z] === CONT TestPluginWithDevMounts [2019-09-26T21:44:08.491Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-26T21:44:08.492Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-26T21:44:09.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-26T21:44:09.386Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-26T21:44:10.129Z] --- PASS: TestPluginWithDevMounts (2.34s) [2019-09-26T21:44:10.129Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-26T21:44:10.129Z] PASS [2019-09-26T21:44:10.129Z] [2019-09-26T21:44:10.129Z] DONE 1 tests in 2.440s [2019-09-26T21:44:10.129Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-09-26T21:44:10.129Z] ++ 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-09-26T21:44:10.129Z] ++ set -e [2019-09-26T21:44:10.129Z] ++ '[' -n 0 ']' [2019-09-26T21:44:10.129Z] ++ set -x [2019-09-26T21:44:10.129Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-09-26T21:44:10.129Z] INFO: Testing against a local daemon [2019-09-26T21:44:10.129Z] === RUN TestSecretInspect [2019-09-26T21:44:11.269Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-26T21:44:11.269Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-09-26T21:44:11.269Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-09-26T21:44:12.167Z] --- PASS: TestSecretInspect (2.21s) [2019-09-26T21:44:12.167Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-26T21:44:12.167Z] === RUN TestSecretList [2019-09-26T21:44:14.203Z] --- PASS: TestSecretList (2.15s) [2019-09-26T21:44:14.203Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-26T21:44:14.203Z] === RUN TestSecretsCreateAndDelete [2019-09-26T21:44:14.528Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-09-26T21:44:15.086Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-09-26T21:44:16.445Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-09-26T21:44:16.700Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-09-26T21:44:16.891Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2019-09-26T21:44:16.891Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-26T21:44:16.891Z] === RUN TestSecretsUpdate [2019-09-26T21:44:16.954Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-26T21:44:18.838Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-26T21:44:18.926Z] --- PASS: TestSecretsUpdate (2.24s) [2019-09-26T21:44:18.926Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-26T21:44:18.926Z] === RUN TestTemplatedSecret [2019-09-26T21:44:20.240Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-26T21:44:21.205Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-26T21:44:21.618Z] --- PASS: TestTemplatedSecret (2.85s) [2019-09-26T21:44:21.618Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-26T21:44:21.618Z] === RUN TestSecretCreateResolve [2019-09-26T21:44:23.663Z] --- PASS: TestSecretCreateResolve (2.19s) [2019-09-26T21:44:23.663Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-26T21:44:23.663Z] PASS [2019-09-26T21:44:23.663Z] [2019-09-26T21:44:23.663Z] DONE 6 tests in 13.940s [2019-09-26T21:44:23.663Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-09-26T21:44:23.663Z] ++ 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-09-26T21:44:23.663Z] ++ set -e [2019-09-26T21:44:23.663Z] ++ '[' -n 0 ']' [2019-09-26T21:44:23.663Z] ++ set -x [2019-09-26T21:44:23.663Z] ++ env -i DEST=/go/src/github.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-09-26T21:44:23.717Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-09-26T21:44:23.947Z] INFO: Testing against a local daemon [2019-09-26T21:44:23.947Z] === RUN TestServiceCreateInit [2019-09-26T21:44:23.947Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-26T21:44:25.076Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-26T21:44:27.597Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-09-26T21:44:28.347Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-26T21:44:30.855Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-26T21:44:30.855Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-26T21:44:32.751Z] --- PASS: TestServiceCreateInit (8.33s) [2019-09-26T21:44:32.751Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.16s) [2019-09-26T21:44:32.751Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-26T21:44:32.751Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.13s) [2019-09-26T21:44:32.751Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-26T21:44:32.751Z] === RUN TestCreateServiceMultipleTimes [2019-09-26T21:44:34.112Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-26T21:44:40.633Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-09-26T21:44:42.517Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-09-26T21:44:43.877Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-26T21:44:46.383Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-26T21:44:48.264Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-09-26T21:44:50.146Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-26T21:44:51.590Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-26T21:44:52.447Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-26T21:44:53.561Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-26T21:44:54.123Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-26T21:44:55.100Z] --- PASS: TestCreateServiceMultipleTimes (19.81s) [2019-09-26T21:44:55.100Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-26T21:44:55.100Z] === RUN TestCreateServiceConflict [2019-09-26T21:44:55.100Z] --- PASS: TestCreateServiceConflict (2.20s) [2019-09-26T21:44:55.100Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-26T21:44:55.100Z] === RUN TestCreateServiceMaxReplicas [2019-09-26T21:44:56.049Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-26T21:44:56.304Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-26T21:44:57.136Z] --- PASS: TestCreateServiceMaxReplicas (3.00s) [2019-09-26T21:44:57.136Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-26T21:44:57.136Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-26T21:44:57.152Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-26T21:44:57.152Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-26T21:44:57.152Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-26T21:44:57.229Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-26T21:45:00.486Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-26T21:45:00.901Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-26T21:45:03.049Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-26T21:45:03.086Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-26T21:45:03.086Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-26T21:45:03.086Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-26T21:45:03.086Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-26T21:45:03.086Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-26T21:45:03.608Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-26T21:45:03.608Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-26T21:45:03.864Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-26T21:45:03.864Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-26T21:45:04.159Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-26T21:45:05.082Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-26T21:45:06.838Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-26T21:45:06.838Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-26T21:45:06.838Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-26T21:45:06.965Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-26T21:45:07.220Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-09-26T21:45:08.581Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-26T21:45:09.504Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-26T21:45:10.427Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-26T21:45:12.381Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.27s) [2019-09-26T21:45:12.381Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-26T21:45:12.381Z] === RUN TestCreateServiceSecretFileMode [2019-09-26T21:45:12.999Z] --- PASS: TestCreateServiceSecretFileMode (2.51s) [2019-09-26T21:45:12.999Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-26T21:45:12.999Z] === RUN TestCreateServiceConfigFileMode [2019-09-26T21:45:15.425Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-26T21:45:15.707Z] --- PASS: TestCreateServiceConfigFileMode (2.63s) [2019-09-26T21:45:15.707Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-26T21:45:15.707Z] === RUN TestCreateServiceSysctls [2019-09-26T21:45:18.500Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-26T21:45:19.061Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-26T21:45:19.170Z] --- PASS: TestCreateServiceSysctls (3.44s) [2019-09-26T21:45:19.170Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-26T21:45:19.170Z] === RUN TestCreateServiceCapabilities [2019-09-26T21:45:21.655Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-26T21:45:21.859Z] --- PASS: TestCreateServiceCapabilities (2.58s) [2019-09-26T21:45:21.859Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-26T21:45:21.859Z] === RUN TestInspect [2019-09-26T21:45:21.909Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-26T21:45:21.909Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-26T21:45:22.164Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-26T21:45:24.540Z] --- PASS: TestInspect (2.70s) [2019-09-26T21:45:24.540Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-26T21:45:24.540Z] === RUN TestDockerNetworkConnectAlias [2019-09-26T21:45:25.462Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-26T21:45:26.430Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-26T21:45:28.947Z] --- PASS: TestDockerNetworkConnectAlias (4.42s) [2019-09-26T21:45:28.947Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-26T21:45:28.947Z] === RUN TestDockerNetworkReConnect [2019-09-26T21:45:31.665Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-26T21:45:31.665Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-26T21:45:32.588Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-26T21:45:32.588Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-26T21:45:32.588Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-26T21:45:33.339Z] --- PASS: TestDockerNetworkReConnect (4.54s) [2019-09-26T21:45:33.339Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-26T21:45:33.339Z] === RUN TestServicePlugin [2019-09-26T21:45:33.339Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-26T21:45:33.339Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:45:33.339Z] === RUN TestServiceUpdateLabel [2019-09-26T21:45:34.469Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-26T21:45:35.374Z] --- PASS: TestServiceUpdateLabel (2.15s) [2019-09-26T21:45:35.374Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-26T21:45:35.374Z] === RUN TestServiceUpdateSecrets [2019-09-26T21:45:36.979Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-26T21:45:37.235Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-26T21:45:37.501Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-26T21:45:38.060Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-26T21:45:39.943Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-26T21:45:40.866Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-26T21:45:42.750Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-26T21:45:43.758Z] === RUN TestDockerSuite/TestRmiTag [2019-09-26T21:45:44.012Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-26T21:45:44.936Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-26T21:45:50.168Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-09-26T21:45:50.168Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-26T21:45:50.600Z] --- PASS: TestServiceUpdateSecrets (14.71s) [2019-09-26T21:45:50.600Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-26T21:45:50.600Z] === RUN TestServiceUpdateConfigs [2019-09-26T21:45:51.091Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-26T21:45:51.650Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-26T21:45:53.533Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-26T21:45:54.091Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-26T21:45:54.346Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-26T21:45:55.271Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-26T21:45:55.271Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-26T21:45:56.194Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-26T21:45:57.159Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-26T21:45:57.762Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-26T21:45:58.689Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-26T21:46:00.050Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-26T21:46:01.022Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-09-26T21:46:02.383Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-26T21:46:04.265Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-09-26T21:46:05.232Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-09-26T21:46:05.829Z] --- PASS: TestServiceUpdateConfigs (14.91s) [2019-09-26T21:46:05.829Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-26T21:46:05.829Z] === RUN TestServiceUpdateNetwork [2019-09-26T21:46:05.833Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-26T21:46:06.112Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-09-26T21:46:07.483Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-09-26T21:46:08.407Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-09-26T21:46:09.330Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-09-26T21:46:09.330Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-26T21:46:10.690Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-09-26T21:46:12.051Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-26T21:46:12.305Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-26T21:46:13.228Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-26T21:46:14.152Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-26T21:46:14.152Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-26T21:46:16.705Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-26T21:46:17.628Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-26T21:46:18.369Z] --- PASS: TestServiceUpdateNetwork (12.98s) [2019-09-26T21:46:18.369Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-26T21:46:18.369Z] PASS [2019-09-26T21:46:18.369Z] [2019-09-26T21:46:18.369Z] === Skipped [2019-09-26T21:46:18.369Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-09-26T21:46:18.369Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-26T21:46:18.369Z] [2019-09-26T21:46:18.369Z] [2019-09-26T21:46:18.369Z] DONE 19 tests, 1 skipped in 114.286s [2019-09-26T21:46:18.369Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-09-26T21:46:18.369Z] ++ 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-09-26T21:46:18.369Z] ++ set -e [2019-09-26T21:46:18.369Z] ++ '[' -n 0 ']' [2019-09-26T21:46:18.369Z] ++ set -x [2019-09-26T21:46:18.369Z] ++ env -i DEST=/go/src/github.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-09-26T21:46:18.369Z] INFO: Testing against a local daemon [2019-09-26T21:46:18.369Z] === RUN TestSessionCreate [2019-09-26T21:46:18.369Z] --- PASS: TestSessionCreate (0.05s) [2019-09-26T21:46:18.369Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-26T21:46:18.369Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-26T21:46:18.369Z] PASS [2019-09-26T21:46:18.369Z] [2019-09-26T21:46:18.369Z] DONE 2 tests in 0.191s [2019-09-26T21:46:18.369Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-09-26T21:46:18.369Z] ++ 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-09-26T21:46:18.369Z] ++ set -e [2019-09-26T21:46:18.369Z] ++ '[' -n 0 ']' [2019-09-26T21:46:18.369Z] ++ set -x [2019-09-26T21:46:18.370Z] ++ env -i DEST=/go/src/github.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-09-26T21:46:18.370Z] INFO: Testing against a local daemon [2019-09-26T21:46:18.370Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-26T21:46:18.370Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-26T21:46:18.370Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-26T21:46:18.370Z] === RUN TestEventsExecDie [2019-09-26T21:46:18.553Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-26T21:46:19.115Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-26T21:46:19.391Z] --- PASS: TestEventsExecDie (0.89s) [2019-09-26T21:46:19.391Z] === RUN TestEventsBackwardsCompatible [2019-09-26T21:46:19.391Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-26T21:46:19.391Z] === RUN TestInfoBinaryCommits [2019-09-26T21:46:19.391Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-26T21:46:19.391Z] === RUN TestInfoAPIVersioned [2019-09-26T21:46:19.391Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-26T21:46:19.391Z] === RUN TestInfoAPI [2019-09-26T21:46:19.391Z] --- PASS: TestInfoAPI (0.05s) [2019-09-26T21:46:19.391Z] === RUN TestInfoAPIWarnings [2019-09-26T21:46:20.038Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-26T21:46:20.038Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-26T21:46:20.404Z] --- PASS: TestInfoAPIWarnings (0.92s) [2019-09-26T21:46:20.404Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-26T21:46:20.404Z] === RUN TestLoginFailsWithBadCredentials [2019-09-26T21:46:21.022Z] --- PASS: TestLoginFailsWithBadCredentials (0.56s) [2019-09-26T21:46:21.022Z] === RUN TestPingCacheHeaders [2019-09-26T21:46:21.022Z] --- PASS: TestPingCacheHeaders (0.06s) [2019-09-26T21:46:21.022Z] === RUN TestPingGet [2019-09-26T21:46:21.022Z] --- PASS: TestPingGet (0.04s) [2019-09-26T21:46:21.022Z] === RUN TestPingHead [2019-09-26T21:46:21.022Z] --- PASS: TestPingHead (0.05s) [2019-09-26T21:46:21.022Z] === RUN TestVersion [2019-09-26T21:46:21.022Z] --- PASS: TestVersion (0.05s) [2019-09-26T21:46:21.022Z] PASS [2019-09-26T21:46:21.022Z] [2019-09-26T21:46:21.022Z] === Skipped [2019-09-26T21:46:21.022Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-26T21:46:21.022Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-26T21:46:21.022Z] [2019-09-26T21:46:21.022Z] [2019-09-26T21:46:21.022Z] DONE 12 tests, 1 skipped in 2.873s [2019-09-26T21:46:21.022Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-09-26T21:46:21.022Z] ++ 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-09-26T21:46:21.022Z] ++ set -e [2019-09-26T21:46:21.022Z] ++ '[' -n 0 ']' [2019-09-26T21:46:21.022Z] ++ set -x [2019-09-26T21:46:21.022Z] ++ env -i DEST=/go/src/github.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-09-26T21:46:21.046Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-26T21:46:21.306Z] INFO: Testing against a local daemon [2019-09-26T21:46:21.306Z] === RUN TestVolumesCreateAndList [2019-09-26T21:46:21.306Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-26T21:46:21.306Z] === RUN TestVolumesRemove [2019-09-26T21:46:21.306Z] --- PASS: TestVolumesRemove (0.09s) [2019-09-26T21:46:21.306Z] === RUN TestVolumesInspect [2019-09-26T21:46:21.306Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-26T21:46:21.306Z] === RUN TestVolumesInvalidJSON [2019-09-26T21:46:21.306Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-26T21:46:21.306Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-26T21:46:21.306Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-26T21:46:21.306Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-26T21:46:21.306Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-26T21:46:21.306Z] PASS [2019-09-26T21:46:21.590Z] [2019-09-26T21:46:21.590Z] DONE 5 tests in 0.294s [2019-09-26T21:46:21.590Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-26T21:46:21.606Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-26T21:46:21.874Z] ++++ cat bundles/test-integration/docker.pid [2019-09-26T21:46:21.874Z] +++ kill 13169 [2019-09-26T21:46:22.530Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-26T21:46:23.345Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-26T21:46:23.345Z] +++ /etc/init.d/apparmor stop [2019-09-26T21:46:23.345Z] Clearing AppArmor profiles cache:. [2019-09-26T21:46:23.345Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-26T21:46:23.345Z] Unloading profiles will leave already running processes permanently [2019-09-26T21:46:23.345Z] unconfined, which can lead to unexpected situations. [2019-09-26T21:46:23.345Z] [2019-09-26T21:46:23.345Z] To set a process to complain mode, use the command line tool [2019-09-26T21:46:23.345Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-26T21:46:23.345Z] with the 'teardown' option." [2019-09-26T21:46:23.345Z] [2019-09-26T21:46:23.454Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-26T21:46:24.013Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-26T21:46:24.013Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength Post stage [Pipeline] junit [2019-09-26T21:46:24.861Z] Recording test results [2019-09-26T21:46:24.937Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-26T21:46:24.938Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-26T21:46:25.238Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-26T21:46:25.756Z] + echo Ensuring container killed. [2019-09-26T21:46:25.756Z] Ensuring container killed. [2019-09-26T21:46:25.756Z] + docker rm -vf docker-pr2 [2019-09-26T21:46:25.756Z] Error: No such container: docker-pr2 [2019-09-26T21:46:25.756Z] + true [Pipeline] sh [2019-09-26T21:46:26.135Z] + echo Chowning /workspace to jenkins user [2019-09-26T21:46:26.135Z] Chowning /workspace to jenkins user [2019-09-26T21:46:26.135Z] + id -u [2019-09-26T21:46:26.135Z] + id -g [2019-09-26T21:46:26.135Z] + docker run --rm -v /home/docker/workspace/moby_PR-39994:/workspace busybox chown -R 1001:1001 /workspace [2019-09-26T21:46:26.135Z] Unable to find image 'busybox:latest' locally [2019-09-26T21:46:26.418Z] latest: Pulling from library/busybox [2019-09-26T21:46:26.418Z] e38168a01e65: Pulling fs layer [2019-09-26T21:46:26.598Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-26T21:46:26.702Z] e38168a01e65: Verifying Checksum [2019-09-26T21:46:26.702Z] e38168a01e65: Download complete [2019-09-26T21:46:26.989Z] e38168a01e65: Pull complete [2019-09-26T21:46:26.989Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-26T21:46:26.989Z] Status: Downloaded newer image for busybox:latest [2019-09-26T21:46:27.158Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-26T21:46:28.084Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-26T21:46:29.009Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-26T21:46:29.009Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-26T21:46:29.418Z] + bundleName=ppc64le-integration [2019-09-26T21:46:29.418Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-09-26T21:46:29.418Z] Creating ppc64le-integration-bundles.tar.gz [2019-09-26T21:46:29.418Z] + 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-09-26T21:46:29.418Z] [Pipeline] archiveArtifacts [2019-09-26T21:46:29.736Z] Archiving artifacts [2019-09-26T21:46:29.934Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-09-26T21:46:30.167Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39994/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-26T21:46:30.554Z] + make clean [2019-09-26T21:46:31.170Z] docker volume rm -f docker-dev-cache [2019-09-26T21:46:31.170Z] docker-dev-cache [Pipeline] deleteDir [2019-09-26T21:46:31.860Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-26T21:46:33.227Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-26T21:46:35.108Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-26T21:46:35.667Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-26T21:46:36.226Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-26T21:46:37.149Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-26T21:46:38.074Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-26T21:46:38.635Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-26T21:46:40.517Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-26T21:46:44.713Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-26T21:46:44.713Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-26T21:46:44.713Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-09-26T21:46:44.968Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-26T21:46:47.476Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-26T21:46:49.399Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-26T21:46:51.907Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-26T21:46:52.966Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-26T21:46:54.853Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-26T21:46:54.853Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-26T21:46:54.853Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-26T21:46:55.777Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-26T21:46:57.747Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-26T21:46:59.758Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-26T21:47:01.689Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-26T21:47:02.616Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-26T21:47:04.519Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-26T21:47:05.078Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-09-26T21:47:05.078Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-26T21:47:06.002Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-09-26T21:47:07.885Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-26T21:47:07.885Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-26T21:47:08.808Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-26T21:47:09.367Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-26T21:47:10.290Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-09-26T21:47:11.213Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-26T21:47:11.213Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-26T21:47:11.771Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-26T21:47:11.981Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-26T21:47:12.441Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-26T21:47:12.778Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-26T21:47:13.414Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-26T21:47:13.701Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-26T21:47:14.262Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-26T21:47:15.194Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-26T21:47:16.202Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-26T21:47:16.327Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-26T21:47:16.762Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-26T21:47:17.686Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-26T21:47:17.686Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-26T21:47:18.610Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-26T21:47:19.170Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-26T21:47:21.053Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-26T21:47:21.308Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-26T21:47:21.308Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-26T21:47:25.463Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-26T21:47:25.718Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-26T21:47:26.669Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-26T21:47:26.669Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-26T21:47:26.669Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-26T21:47:26.669Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-26T21:47:31.373Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-26T21:47:37.868Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-09-26T21:47:38.429Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-26T21:47:40.325Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-09-26T21:47:40.325Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-09-26T21:47:40.325Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-26T21:47:40.325Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-26T21:47:40.884Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-26T21:47:43.789Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-26T21:47:44.141Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-26T21:47:46.023Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-26T21:47:47.907Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-26T21:47:48.466Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-26T21:47:49.390Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-26T21:47:49.949Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-26T21:47:51.309Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-26T21:47:51.309Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-26T21:47:51.309Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-26T21:47:53.236Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-26T21:47:54.128Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-26T21:47:54.159Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-26T21:47:54.590Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-26T21:47:54.590Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-26T21:47:56.044Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-26T21:47:56.044Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-26T21:47:56.044Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-26T21:47:57.505Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-26T21:47:57.929Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-26T21:47:59.049Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-26T21:47:59.813Z] === RUN TestDockerSuite/TestRunMount [2019-09-26T21:48:04.862Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-26T21:48:04.862Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-26T21:48:04.862Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-26T21:48:04.862Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-26T21:48:04.862Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-26T21:48:04.862Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-26T21:48:06.380Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-26T21:48:07.304Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-26T21:48:07.864Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-26T21:48:09.746Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-26T21:48:13.010Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-26T21:48:16.268Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-26T21:48:18.780Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-26T21:48:21.288Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-26T21:48:22.648Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-26T21:48:24.531Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-26T21:48:24.531Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-26T21:48:25.090Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-26T21:48:26.452Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-26T21:48:27.012Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-26T21:48:27.936Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-26T21:48:30.443Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-26T21:48:32.953Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-26T21:48:38.186Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-26T21:48:38.441Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-26T21:48:38.441Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-09-26T21:48:39.365Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-26T21:48:39.365Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-26T21:48:40.288Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-26T21:48:41.213Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-26T21:48:41.213Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-26T21:48:42.137Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-26T21:48:43.103Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-09-26T21:48:43.103Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-26T21:48:43.663Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-09-26T21:48:44.601Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-26T21:48:46.746Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-26T21:48:47.306Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-09-26T21:48:47.418Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-26T21:48:47.418Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-26T21:48:47.418Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-26T21:48:48.273Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-26T21:48:48.832Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-26T21:48:49.756Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-26T21:48:50.315Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-26T21:48:51.282Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-26T21:48:51.282Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-26T21:48:52.207Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-26T21:48:52.766Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-26T21:48:52.766Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-26T21:48:53.689Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-09-26T21:48:55.135Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-26T21:48:55.136Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-26T21:48:59.336Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-26T21:48:59.894Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-26T21:49:00.494Z] === RUN TestDockerSuite/TestRunRm [2019-09-26T21:49:01.096Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-26T21:49:05.164Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-26T21:49:05.164Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-26T21:49:05.164Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-26T21:49:05.294Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-26T21:49:05.853Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-26T21:49:06.107Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-26T21:49:07.032Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-09-26T21:49:08.917Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-09-26T21:49:09.517Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-09-26T21:49:12.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-26T21:49:13.234Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-26T21:49:13.715Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-09-26T21:49:17.887Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-26T21:49:19.045Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-26T21:49:19.248Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-09-26T21:49:20.172Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-09-26T21:49:20.730Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-09-26T21:49:21.654Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-09-26T21:49:22.214Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-09-26T21:49:23.138Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-09-26T21:49:24.064Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-09-26T21:49:24.987Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-26T21:49:25.912Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-26T21:49:26.836Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-26T21:49:27.132Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-26T21:49:29.390Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-26T21:49:29.639Z] === RUN TestDockerSuite/TestRunState [2019-09-26T21:49:29.894Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-26T21:49:31.256Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-26T21:49:32.182Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-26T21:49:33.110Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-26T21:49:33.110Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-09-26T21:49:33.110Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-26T21:49:34.039Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-26T21:49:34.965Z] === RUN TestDockerSuite/TestRunSysctls [2019-09-26T21:49:35.889Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-09-26T21:49:36.897Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-26T21:49:36.897Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-26T21:49:36.897Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-26T21:49:37.821Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-09-26T21:49:37.981Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-26T21:49:37.981Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-26T21:49:38.746Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-09-26T21:49:40.631Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-09-26T21:49:41.556Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-09-26T21:49:43.791Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-26T21:49:43.791Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-26T21:49:43.791Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-26T21:49:44.107Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-09-26T21:49:44.107Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-09-26T21:49:44.107Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-09-26T21:49:49.462Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-26T21:49:49.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-26T21:49:49.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-26T21:49:49.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-26T21:49:49.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-26T21:49:49.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-26T21:49:51.344Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-26T21:49:51.598Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-26T21:49:51.854Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-26T21:49:52.413Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-26T21:49:52.668Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-09-26T21:49:53.227Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-26T21:49:54.151Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-26T21:49:56.034Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-09-26T21:49:56.958Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-26T21:49:58.319Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-26T21:49:59.242Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-26T21:49:59.242Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-26T21:49:59.242Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-26T21:50:00.166Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-26T21:50:01.089Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-26T21:50:01.649Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-09-26T21:50:01.649Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-26T21:50:01.904Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-26T21:50:02.829Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-26T21:50:08.064Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-26T21:50:08.064Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-26T21:50:09.425Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-26T21:50:11.934Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-26T21:50:13.295Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-26T21:50:15.940Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-26T21:50:19.201Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-26T21:50:19.455Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-26T21:50:19.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-26T21:50:20.380Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-26T21:50:21.303Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-26T21:50:21.303Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-26T21:50:21.303Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-26T21:50:21.303Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-26T21:50:21.303Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-09-26T21:50:21.790Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-26T21:50:22.268Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-09-26T21:50:22.763Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-26T21:50:23.192Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-09-26T21:50:23.224Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-26T21:50:24.117Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-09-26T21:50:24.768Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-26T21:50:24.768Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-26T21:50:26.001Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-09-26T21:50:26.560Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-09-26T21:50:27.119Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-26T21:50:27.119Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-09-26T21:50:28.043Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-09-26T21:50:28.043Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-09-26T21:50:28.043Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-09-26T21:50:28.043Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-26T21:50:28.043Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-09-26T21:50:28.298Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-09-26T21:50:28.553Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-09-26T21:50:28.553Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-09-26T21:50:28.808Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-09-26T21:50:29.103Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-09-26T21:50:29.471Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-26T21:50:29.663Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-09-26T21:50:30.443Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-26T21:50:30.443Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-09-26T21:50:30.443Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-26T21:50:30.630Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-09-26T21:50:31.554Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-09-26T21:50:31.554Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-09-26T21:50:31.985Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-26T21:50:32.155Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-26T21:50:32.446Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-26T21:50:32.714Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-26T21:50:32.908Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-26T21:50:33.273Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-26T21:50:33.273Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-09-26T21:50:33.369Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-26T21:50:33.830Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-26T21:50:34.196Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-09-26T21:50:35.119Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-09-26T21:50:35.119Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-26T21:50:35.119Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-26T21:50:36.043Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-26T21:50:37.403Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-09-26T21:50:38.369Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-09-26T21:50:38.369Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-26T21:50:38.930Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-26T21:50:38.930Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-26T21:50:39.639Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-26T21:50:40.815Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-26T21:50:41.182Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-26T21:50:41.182Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-26T21:50:41.393Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-26T21:50:42.154Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-26T21:50:43.901Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-26T21:50:44.461Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-26T21:50:44.461Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-26T21:50:44.461Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-26T21:50:45.862Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-09-26T21:50:46.786Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-09-26T21:50:48.148Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-26T21:50:48.148Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-26T21:50:50.030Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-26T21:50:50.030Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-26T21:50:50.030Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-26T21:50:50.590Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-26T21:50:53.099Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-26T21:50:53.099Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-26T21:50:54.981Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-26T21:50:54.981Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-26T21:50:54.981Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-26T21:50:56.431Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-26T21:50:56.993Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-26T21:50:56.993Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-26T21:50:56.993Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-26T21:50:57.454Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-26T21:50:58.315Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-26T21:50:58.427Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-26T21:50:58.570Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-26T21:50:58.570Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-26T21:50:58.570Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-26T21:50:58.824Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-26T21:50:58.888Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-26T21:50:58.888Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-26T21:50:59.079Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-26T21:50:59.349Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-26T21:51:00.321Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-26T21:51:00.321Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-26T21:51:00.321Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-26T21:51:01.586Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-26T21:51:08.151Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-26T21:51:10.034Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-26T21:51:10.667Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-26T21:51:10.958Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-26T21:51:12.896Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-26T21:51:15.444Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-26T21:51:18.702Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-26T21:51:18.956Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-26T21:51:20.839Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-26T21:51:23.348Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-26T21:51:25.856Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-26T21:51:29.158Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-26T21:51:33.314Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-26T21:51:36.571Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-26T21:51:39.828Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-26T21:51:41.841Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-26T21:51:45.138Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-09-26T21:51:46.382Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-26T21:51:46.382Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-26T21:51:46.382Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-26T21:51:47.030Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-26T21:51:47.631Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-26T21:51:48.555Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-26T21:51:49.522Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-26T21:51:49.522Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-09-26T21:51:49.778Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-09-26T21:51:50.379Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-26T21:51:52.194Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-26T21:51:52.655Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-26T21:51:53.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-26T21:51:53.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-26T21:51:53.577Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-26T21:51:54.038Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-26T21:51:55.613Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-26T21:51:55.613Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-26T21:51:58.870Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-09-26T21:51:59.430Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-09-26T21:52:00.353Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-09-26T21:52:00.353Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-09-26T21:52:01.277Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-09-26T21:52:03.159Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-09-26T21:52:03.159Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-09-26T21:52:04.606Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-09-26T21:52:05.967Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-09-26T21:52:06.892Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-09-26T21:52:08.779Z] === RUN TestDockerSuite/TestUpdateStats [2019-09-26T21:52:12.935Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-09-26T21:52:13.858Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-09-26T21:52:13.858Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-09-26T21:52:15.218Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-09-26T21:52:16.142Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-26T21:52:21.431Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-09-26T21:52:24.024Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-26T21:52:24.024Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-26T21:52:24.024Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-26T21:52:24.690Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-09-26T21:52:27.949Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-09-26T21:52:30.458Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-26T21:52:35.692Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-26T21:52:40.927Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-09-26T21:52:41.737Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-26T21:52:41.737Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-26T21:52:42.198Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-26T21:52:42.811Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-09-26T21:52:45.320Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-09-26T21:52:46.092Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-26T21:52:49.475Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-09-26T21:52:53.753Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-26T21:52:55.365Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-26T21:52:56.040Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-09-26T21:52:58.098Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-09-26T21:53:00.620Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-09-26T21:53:03.128Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-09-26T21:53:05.636Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-09-26T21:53:08.147Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-26T21:53:22.967Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-26T21:53:22.967Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-26T21:53:22.967Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-26T21:53:24.021Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-26T21:53:24.021Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-26T21:53:24.021Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-26T21:53:24.021Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-26T21:53:24.990Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-26T21:53:24.990Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-26T21:53:25.914Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-26T21:53:25.914Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-26T21:53:26.169Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-26T21:53:26.169Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-26T21:53:26.169Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-26T21:53:28.681Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-26T21:53:28.681Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-26T21:53:28.936Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-26T21:53:28.936Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-26T21:53:28.936Z] === RUN TestDockerSuite/TestVolumeEvents [2019-09-26T21:53:29.859Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-26T21:53:32.369Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-26T21:53:32.369Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-26T21:53:32.369Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-26T21:53:35.630Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-26T21:53:40.878Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite (1824.41s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.44s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.87s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.37s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.62s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (2.10s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.68s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.16s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.91s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.74s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.04s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.45s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (2.00s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.93s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.58s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.60s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAttachDetach (1.85s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAttachDisconnect (2.77s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.57s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (2.20s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.19s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.52s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.10s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.26s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.25s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.15s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.67s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.58s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.60s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.67s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.83s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.12s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.30s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.44s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.62s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.22s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.42s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.79s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.47s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.85s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.35s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.23s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.43s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.26s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.72s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.71s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.35s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.68s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.77s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.44s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.17s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.62s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.90s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.57s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.16s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.45s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.91s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.62s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.17s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.89s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.58s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.81s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.38s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.23s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.07s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.44s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.20s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.27s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.69s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.74s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.03s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.61s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.13s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.44s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.78s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.63s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.96s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.54s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCmd (0.39s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.48s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2019-09-26T21:53:40.878Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.03s) [2019-09-26T21:53:40.878Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.96s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.28s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.12s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildContChar (4.51s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.40s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.12s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.78s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.55s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.55s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.19s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.74s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.22s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.53s) [2019-09-26T21:53:40.878Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.11s) [2019-09-26T21:53:40.878Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-26T21:53:40.878Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.878Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-09-26T21:53:40.878Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.878Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-09-26T21:53:40.878Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.878Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.71s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.64s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.13s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.85s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.93s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.72s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.90s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.77s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.65s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.86s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.57s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.72s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.71s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.90s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.74s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.20s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.37s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.65s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.69s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.12s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.81s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.57s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.86s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.12s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.30s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.57s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.26s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.33s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.56s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.65s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnv (1.73s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.47s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.09s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.61s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.66s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.62s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.87s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.43s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.59s) [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.11s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.58s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFails (0.93s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.33s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.84s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.97s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.78s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.38s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.16s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.23s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.92s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.55s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (4.73s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (2.85s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildHistory (4.34s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.42s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.80s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.68s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.59s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.15s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLabel (0.53s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.47s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.37s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLabels (0.50s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.17s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.81s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.34s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.30s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.71s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (2.24s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.64s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.79s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.88s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (13.43s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.92s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.71s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.51s) [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.04s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.78s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.49s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.18s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.34s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.62s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.81s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.47s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.09s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.29s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.65s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.68s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.63s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.72s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.42s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.61s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.13s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.83s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.31s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.29s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.67s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.40s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.56s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildPATH (2.53s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.33s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.67s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.88s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.19s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildRm (3.63s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.22s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.24s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.50s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.76s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.37s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.40s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.16s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.37s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.36s) [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.55s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.03s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildStderr (1.04s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.12s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.14s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.22s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.55s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.14s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.52s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildUser (2.33s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.74s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.50s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.24s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.35s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.86s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.61s) [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.59s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.08s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.63s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.10s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.38s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.97s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.36s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.54s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.70s) [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.84s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.36s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-26T21:53:40.879Z] docker_cli_sni_test.go:18: Flakey test [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.75s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.93s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitChange (1.03s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.19s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.74s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.69s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitTTY (2.22s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.34s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.94s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.22s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.08s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.85s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.78s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.89s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.87s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.81s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.76s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.14s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.84s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.83s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.86s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.88s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.08s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.68s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.00s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.84s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.97s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.83s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.86s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.84s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.81s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.55s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.56s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.75s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.64s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.04s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.91s) [2019-09-26T21:53:40.879Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-26T21:53:40.879Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.66s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.84s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.42s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.96s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.59s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.99s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.92s) [2019-09-26T21:53:40.879Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.07s) [2019-09-26T21:53:40.879Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-09-26T21:53:40.879Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-09-26T21:53:40.879Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-09-26T21:53:40.879Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-09-26T21:53:40.879Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc000939a80 } [2019-09-26T21:53:40.879Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1650106779 /foo false } [2019-09-26T21:53:40.879Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1650106779 /foo true } [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3364025918 /foo false } [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3364025918 /foo true } [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3364025918 /foo true 0xc000939f00 } [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc000939f20 } [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc000939f40 } [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc000939f60 } [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc000939f80 } [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.56s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.43s) [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 0 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 1 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 2 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 3 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 4 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 5 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 6 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 7 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 8 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 9 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 10 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 11 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 12 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 13 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 14 [2019-09-26T21:53:40.880Z] docker_api_containers_test.go:1927: case 15 [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.13s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.39s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.40s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.73s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.92s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.94s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.10s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership148141219/file1 e3202cd5789eb2f590e1b41fad1c30d8f1761553f1f94f8ea8548f232646b61e:/tmpvol/file1` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.95s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 14ec02ede110aee7b5e05780a9517c8c47bf54f78122a097c71a06aefe409a2d:/root/file1 /tmp/test-cp-from-case-a653595558/itWorks.txt` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a653595558/itWorks.txt" contains "file1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 716457717a000e8899c2494bb11dd381c8abe8d8af84b964fa8608eda03420a0:/file1 /tmp/test-cp-from-case-b354072781/testDir/` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.21s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c215941064/file2" contains "file2\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 7f4d8174ce3d46492e9c2e27eacb2b301786717b7d27f4e93eb63348e391cfba:/root/file1 /tmp/test-cp-from-case-c215941064/file2` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c215941064/file2" contains "file1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.07s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp f6b76027f55dff788a05fbb6c90ff4f7acde3407dc5433fcace46d8e8e888c02:/file1 /tmp/test-cp-from-case-d629924487/dir1` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d629924487/dir1/file1" contains "file1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp f6b76027f55dff788a05fbb6c90ff4f7acde3407dc5433fcace46d8e8e888c02:/file1 /tmp/test-cp-from-case-d629924487/dir1/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d629924487/dir1/file1" contains "file1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.13s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp a90e45b944f47b22d6da94ab6a06c93c505af06fceb70c9f834a0e6b5397f7e1:dir1 /tmp/test-cp-from-case-e294590010/testDir` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e294590010/testDir/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp a90e45b944f47b22d6da94ab6a06c93c505af06fceb70c9f834a0e6b5397f7e1:dir1 /tmp/test-cp-from-case-e294590010/testDir/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e294590010/testDir/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.96s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 1ec21dc369c44e26dc57357625604ab4128b52256fc0a5bd1098a33545d56927:/root/dir1 /tmp/test-cp-from-case-f077150289/file1` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.06s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 2afddb73707ffff1d3b266f383d2611f3affb3b429c2751154b05c661b37d93c:/root/dir1 /tmp/test-cp-from-case-g076551548/dir2` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g076551548/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 2afddb73707ffff1d3b266f383d2611f3affb3b429c2751154b05c661b37d93c:/root/dir1 /tmp/test-cp-from-case-g076551548/dir2/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g076551548/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.04s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 95ecf9b27631e5d753be6e6340f84facb257b2b51c391c6cc7cb39d6f0684c90:dir1/. /tmp/test-cp-from-case-h184568491/testDir` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h184568491/testDir/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 95ecf9b27631e5d753be6e6340f84facb257b2b51c391c6cc7cb39d6f0684c90:dir1/. /tmp/test-cp-from-case-h184568491/testDir/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h184568491/testDir/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.93s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 44ff9d6653fce74626b374fb996bdb1aee1d1f8176d4727df37162e885470204:/root/dir1/. /tmp/test-cp-from-case-i913738254/file1` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.10s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp c62a74bda0bd8791c6922f366068c838cf47b34b6a23dcbe50015a8b85af33cd:/root/dir1/. /tmp/test-cp-from-case-j275851285/dir2` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j275851285/dir2/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp c62a74bda0bd8791c6922f366068c838cf47b34b6a23dcbe50015a8b85af33cd:/root/dir1/. /tmp/test-cp-from-case-j275851285/dir2/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j275851285/dir2/file1-1" contains "file1-1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.46s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 4349c77a72eb8caa05e8574c3bac17986afed7709a63cc20c0e44a8c0a616836:/file2 /tmp/test-cp-from-err-dst-not-dir348390512/symlinkToFile1` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir348390512/symlinkToFile1" points to "file1" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir348390512/file1" contains "file2\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 4349c77a72eb8caa05e8574c3bac17986afed7709a63cc20c0e44a8c0a616836:/file2 /tmp/test-cp-from-err-dst-not-dir348390512/symlinkToDir1` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir348390512/symlinkToDir1" points to "dir1" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir348390512/file2" contains "file2\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 4349c77a72eb8caa05e8574c3bac17986afed7709a63cc20c0e44a8c0a616836:/file2 /tmp/test-cp-from-err-dst-not-dir348390512/brokenSymlinkToFileX` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir348390512/brokenSymlinkToFileX" points to "fileX" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir348390512/fileX" contains "file2\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 4349c77a72eb8caa05e8574c3bac17986afed7709a63cc20c0e44a8c0a616836:/dir2 /tmp/test-cp-from-err-dst-not-dir348390512/symlinkToDir1` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir348390512/symlinkToDir1" points to "dir1" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir348390512/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp 4349c77a72eb8caa05e8574c3bac17986afed7709a63cc20c0e44a8c0a616836:/dir2 /tmp/test-cp-from-err-dst-not-dir348390512/brokenSymlinkToDirX` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir348390512/brokenSymlinkToDirX" points to "dirX" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir348390512/dirX/file2-1" contains "file2-1\n" [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.07s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.96s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.89s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.94s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.33s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.92s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.15s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.86s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a810501656/file1 2fb60a377d88feef5edf4737f2afdfedefdc6fe3197cf6e0331971464086f2ac:/root/itWorks.txt` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "2fb60a377d88feef5edf4737f2afdfedefdc6fe3197cf6e0331971464086f2ac" start output contains "file1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2fb60a377d88feef5edf4737f2afdfedefdc6fe3197cf6e0331971464086f2ac` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.88s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b350077079/file1 b56f25010e2050ff2a11d85aef1309cb5ef2b3742190448f6277d6642c29bb27:testDir/` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.47s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "53b4424142628c8ada50a3bd22f95ae42bb0f826207763c1e776521b7c8b6202" start output contains "file2\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 53b4424142628c8ada50a3bd22f95ae42bb0f826207763c1e776521b7c8b6202` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c339910410/file1 53b4424142628c8ada50a3bd22f95ae42bb0f826207763c1e776521b7c8b6202:/root/file2` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "53b4424142628c8ada50a3bd22f95ae42bb0f826207763c1e776521b7c8b6202" start output contains "file1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 53b4424142628c8ada50a3bd22f95ae42bb0f826207763c1e776521b7c8b6202` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.13s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "c7a86c173796c1798fbea3f4096971bce8a73100e591ffdd5c87a1c2b7ff95be" start output contains "" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a c7a86c173796c1798fbea3f4096971bce8a73100e591ffdd5c87a1c2b7ff95be` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d296806113/file1 c7a86c173796c1798fbea3f4096971bce8a73100e591ffdd5c87a1c2b7ff95be:dir1` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "c7a86c173796c1798fbea3f4096971bce8a73100e591ffdd5c87a1c2b7ff95be" start output contains "file1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a c7a86c173796c1798fbea3f4096971bce8a73100e591ffdd5c87a1c2b7ff95be` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "dbda1b9ac92e31cd3628d68b7d32d34956859fb385f8d43043ad061f65754cbd" start output contains "" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a dbda1b9ac92e31cd3628d68b7d32d34956859fb385f8d43043ad061f65754cbd` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d296806113/file1 dbda1b9ac92e31cd3628d68b7d32d34956859fb385f8d43043ad061f65754cbd:dir1/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "dbda1b9ac92e31cd3628d68b7d32d34956859fb385f8d43043ad061f65754cbd" start output contains "file1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a dbda1b9ac92e31cd3628d68b7d32d34956859fb385f8d43043ad061f65754cbd` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.50s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e919555788/dir1 f65c35f9b811b3e9815cf8017f3d8551ba6f1c17f1ffdc70388acfbcea06dff5:testDir` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "f65c35f9b811b3e9815cf8017f3d8551ba6f1c17f1ffdc70388acfbcea06dff5" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a f65c35f9b811b3e9815cf8017f3d8551ba6f1c17f1ffdc70388acfbcea06dff5` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e919555788/dir1 de1588b19541c78dbe3584f42a28859db38bc48e8cfc4b750a4adb760a4b98a4:testDir/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "de1588b19541c78dbe3584f42a28859db38bc48e8cfc4b750a4adb760a4b98a4" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a de1588b19541c78dbe3584f42a28859db38bc48e8cfc4b750a4adb760a4b98a4` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f181346235/dir1 e5911f7f752b7eb716c4e33ee46db5ae67329b8e3e8a7011af4db5cba06e3441:/root/file1` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.01s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "42b457efb81871f6646b5a7b846fcf9cb4e1210c9c9c1ce6b6b59642a5e1f39b" start output contains "" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 42b457efb81871f6646b5a7b846fcf9cb4e1210c9c9c1ce6b6b59642a5e1f39b` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g967721950/dir1 42b457efb81871f6646b5a7b846fcf9cb4e1210c9c9c1ce6b6b59642a5e1f39b:/root/dir2` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "42b457efb81871f6646b5a7b846fcf9cb4e1210c9c9c1ce6b6b59642a5e1f39b" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 42b457efb81871f6646b5a7b846fcf9cb4e1210c9c9c1ce6b6b59642a5e1f39b` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "d2dec9a4fe8e4b0b14271bae95649ee0d9334155f06ddd0b60427549090e503c" start output contains "" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a d2dec9a4fe8e4b0b14271bae95649ee0d9334155f06ddd0b60427549090e503c` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g967721950/dir1 d2dec9a4fe8e4b0b14271bae95649ee0d9334155f06ddd0b60427549090e503c:/dir2/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "d2dec9a4fe8e4b0b14271bae95649ee0d9334155f06ddd0b60427549090e503c" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a d2dec9a4fe8e4b0b14271bae95649ee0d9334155f06ddd0b60427549090e503c` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.40s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h347168165/dir1/. 323f73c7ef8a1888d0a679dcb27c1f4456fdcdcaf038231770aacf7e969f7579:testDir` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "323f73c7ef8a1888d0a679dcb27c1f4456fdcdcaf038231770aacf7e969f7579" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 323f73c7ef8a1888d0a679dcb27c1f4456fdcdcaf038231770aacf7e969f7579` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h347168165/dir1/. a76c497e97d328a2631c4008be142818b1a5bfa3df9318251a86bee93270a498:testDir/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "a76c497e97d328a2631c4008be142818b1a5bfa3df9318251a86bee93270a498" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a a76c497e97d328a2631c4008be142818b1a5bfa3df9318251a86bee93270a498` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.84s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i433943232/dir1/. 64a1ca09e7f5705553350875e1a1a4c6fa558bf759bdaff46b8b2cc00edcd539:/root/file1` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.00s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "3f334e6c592b57750d5b4816d76021446a50fc8585e826c871467cc2c2e05222" start output contains "" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3f334e6c592b57750d5b4816d76021446a50fc8585e826c871467cc2c2e05222` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j247144223/dir1/. 3f334e6c592b57750d5b4816d76021446a50fc8585e826c871467cc2c2e05222:/dir2` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "3f334e6c592b57750d5b4816d76021446a50fc8585e826c871467cc2c2e05222" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3f334e6c592b57750d5b4816d76021446a50fc8585e826c871467cc2c2e05222` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "6248353aa26be67614a1b222084a35e3334963398cdc4ad8ffb1bbe1e2fea0ac" start output contains "" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6248353aa26be67614a1b222084a35e3334963398cdc4ad8ffb1bbe1e2fea0ac` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j247144223/dir1/. 6248353aa26be67614a1b222084a35e3334963398cdc4ad8ffb1bbe1e2fea0ac:/dir2/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "6248353aa26be67614a1b222084a35e3334963398cdc4ad8ffb1bbe1e2fea0ac" start output contains "file1-1\n" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6248353aa26be67614a1b222084a35e3334963398cdc4ad8ffb1bbe1e2fea0ac` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.09s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions237182962/permdirtest permtest:/` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToDot (1.04s) [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (2.06s) [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs548573684/file1 862ad0f41f17e51df147e0ff17c12fdab7bce34a7f5e150be475e811acf11b2f:/root/shouldNotExist` [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:279: checking that container "862ad0f41f17e51df147e0ff17c12fdab7bce34a7f5e150be475e811acf11b2f" start output contains "" [2019-09-26T21:53:40.880Z] docker_cli_cp_utils_test.go:209: running `docker start -a 862ad0f41f17e51df147e0ff17c12fdab7bce34a7f5e150be475e811acf11b2f` [2019-09-26T21:53:40.880Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.07s) [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume283167427/file1 02c4f2b3693c9559460eda88bd63c98ddff02648e43a03bc9e269cc5450e7567:/vol_ro/shouldNotExist` [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:279: checking that container "02c4f2b3693c9559460eda88bd63c98ddff02648e43a03bc9e269cc5450e7567" start output contains "" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:209: running `docker start -a 02c4f2b3693c9559460eda88bd63c98ddff02648e43a03bc9e269cc5450e7567` [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCpToStdout (1.00s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.53s) [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-808834374/file2 e2b4b038068f1d86b84d83b986ae9a89c731e217d395c7df1209f442694249cb:/vol2/symlinkToFile1` [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-808834374/symlinkToFile1" points to "file1" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-808834374/file1" contains "file2\n" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-808834374/file2 e2b4b038068f1d86b84d83b986ae9a89c731e217d395c7df1209f442694249cb:/vol2/symlinkToDir1` [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-808834374/symlinkToDir1" points to "dir1" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-808834374/file2" contains "file2\n" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-808834374/file2 e2b4b038068f1d86b84d83b986ae9a89c731e217d395c7df1209f442694249cb:/vol2/brokenSymlinkToFileX` [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-808834374/brokenSymlinkToFileX" points to "fileX" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-808834374/fileX" contains "file2\n" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-808834374//dir2 e2b4b038068f1d86b84d83b986ae9a89c731e217d395c7df1209f442694249cb:/vol2/symlinkToDir1` [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-808834374/symlinkToDir1" points to "dir1" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-808834374/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-808834374//dir2 e2b4b038068f1d86b84d83b986ae9a89c731e217d395c7df1209f442694249cb:/vol2/brokenSymlinkToDirX` [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-808834374/brokenSymlinkToDirX" points to "dirX" [2019-09-26T21:53:40.881Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-808834374/dirX/file2-1" contains "file2-1\n" [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.38s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.12s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.71s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.53s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.78s) [2019-09-26T21:53:40.881Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-26T21:53:40.881Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.78s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2019-09-26T21:53:40.881Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-26T21:53:40.881Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.39s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.46s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.20s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.79s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.70s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.99s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.84s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.82s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.78s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.83s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.34s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.88s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.49s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.12s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.83s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.21s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.90s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.18s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsAttach (0.88s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsCommit (1.04s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.84s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.85s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.89s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.95s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.84s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.39s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.15s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsCopy (1.46s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.77s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.83s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.34s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.47s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.89s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.34s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.11s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFilters (1.60s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFormat (1.58s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.85s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.43s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.28s) [2019-09-26T21:53:40.881Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-26T21:53:40.881Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.881Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-26T21:53:40.881Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.82s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.84s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsRename (0.78s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsResize (0.84s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.77s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.98s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.87s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.04s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsTop (0.89s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.62s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExec (1.17s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.81s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.88s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.95s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.67s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.92s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.90s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.93s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.94s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.13s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.00s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.76s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecCgroup (1.47s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecEnv (0.93s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.75s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.91s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecInspectID (1.93s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecInteractive (0.93s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.93s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecParseError (0.87s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.88s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.85s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.89s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.82s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecStartFails (0.90s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.11s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.92s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecTTY (1.07s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.83s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecUlimits (1.06s) [2019-09-26T21:53:40.881Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-26T21:53:40.881Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.10s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.99s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.27s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.13s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestExecWithUser (1.21s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.85s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.71s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.65s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.88s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.97s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestHealth (21.97s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.93s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.86s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.10s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.40s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.31s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.07s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.15s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.09s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.86s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImportDisplay (1.84s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImportFile (1.83s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.82s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImportGzipped (2.11s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.91s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-09-26T21:53:40.881Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.58s) [2019-09-26T21:53:40.881Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2019-09-26T21:53:40.881Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-09-26T21:53:40.881Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.95s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.94s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.02s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoFormat (0.04s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.56s) [2019-09-26T21:53:40.881Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.16s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.88s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.88s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.90s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.85s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.72s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.64s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectAmpersand (1.08s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.03s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.91s) [2019-09-26T21:53:40.881Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-26T21:53:40.881Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.28s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.91s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectDefault (0.85s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectHistory (1.06s) [2019-09-26T21:53:40.881Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-09-26T21:53:40.882Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-26T21:53:40.882Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.88s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.05s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.34s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.90s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.91s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectStatus (1.44s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.02s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.87s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.06s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.07s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.22s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.98s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.87s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.64s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.08s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.87s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.42s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.07s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.70s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.58s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.63s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.51s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.95s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.97s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.58s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.84s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.62s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.38s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.76s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.84s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.96s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.26s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.13s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.22s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.32s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.22s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.43s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.85s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsSince (6.99s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.90s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.86s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsTail (0.86s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.51s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.77s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestNetHostname (2.70s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.58s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.24s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.16s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.84s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPluginActive (1.95s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.02s) [2019-09-26T21:53:40.882Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-09-26T21:53:40.882Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.04s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPluginLogDriver (4.21s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.76s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.27s) [2019-09-26T21:53:40.882Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.33s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.63s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.62s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.57s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPortList (10.85s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.53s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.40s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.10s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.96s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.90s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.10s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.76s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.59s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.74s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.32s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsByOrder (3.21s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.27s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.59s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.55s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.58s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.07s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.59s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.67s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.67s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.63s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.72s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.50s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsListContainersSize (2.06s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.26s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.95s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.73s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.63s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.85s) [2019-09-26T21:53:40.882Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-26T21:53:40.882Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.34s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.11s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.95s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.65s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.89s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.16s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.61s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.63s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.12s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.30s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.65s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.55s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.44s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.54s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.97s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.04s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.40s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.93s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.04s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.85s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.03s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.79s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.56s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.05s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.42s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.63s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAddHost (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.41s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.78s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.75s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.82s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.20s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.97s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.54s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.62s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.06s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.08s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.27s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (1.12s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.87s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.12s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.26s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.64s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.79s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.48s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (1.02s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.91s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.79s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.82s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.79s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.78s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.79s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.97s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.30s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.89s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.86s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.87s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.82s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.60s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.66s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.56s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.78s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.77s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.78s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.58s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.47s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.68s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.87s) [2019-09-26T21:53:40.882Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-26T21:53:40.882Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.882Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-26T21:53:40.882Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.91s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.99s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.68s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.44s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.89s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.66s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.82s) [2019-09-26T21:53:40.882Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-26T21:53:40.882Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.82s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.82s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.75s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.81s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.85s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunExitCode (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.82s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.77s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.82s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.83s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.67s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2019-09-26T21:53:40.882Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-26T21:53:40.882Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.59s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.85s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.61s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.13s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.58s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2019-09-26T21:53:40.882Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.83s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.25s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.68s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.92s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.64s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.74s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.16s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.56s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.27s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.66s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.66s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.69s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunMount (6.95s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.79s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.73s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.79s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.41s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.47s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.59s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.71s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.53s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.76s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetHost (1.19s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.85s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.71s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.47s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.38s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.96s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.75s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.00s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.79s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.81s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.86s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.81s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.92s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.71s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.99s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.79s) [2019-09-26T21:53:40.883Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.76s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.83s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.74s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-26T21:53:40.883Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.71s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-26T21:53:40.883Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.33s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.71s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunRm (0.86s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.97s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.93s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.85s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.87s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.68s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.36s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.25s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.97s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.62s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.86s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (1.00s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.74s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.90s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.86s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.75s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunState (1.78s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.85s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.95s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.87s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.81s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunSysctls (1.89s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.84s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.98s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.93s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.16s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.84s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.05s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.86s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.82s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.86s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.61s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.46s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUserByID (0.84s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.85s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUserByName (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.77s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-26T21:53:40.883Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.82s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.56s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.83s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.18s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.34s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.67s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.45s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.93s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.75s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.95s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.86s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.93s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.82s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.59s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.77s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.79s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.82s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.15s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.17s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.17s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.17s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.18s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.83s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.88s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.77s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.81s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.29s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.79s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.81s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.83s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.78s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.57s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.77s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.55s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.74s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.48s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.80s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.05s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.08s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.25s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.96s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.57s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.42s) [2019-09-26T21:53:40.883Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents738816344 [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.68s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.62s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.60s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.46s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.13s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.11s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.40s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.37s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.79s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.60s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.07s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.57s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.91s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.68s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.85s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartRecordError (1.89s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.39s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.07s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.34s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.29s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.82s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.13s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.81s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.86s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.89s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.93s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.95s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.44s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.69s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.94s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.81s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.96s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.86s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.56s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.06s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.94s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.69s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateStats (4.02s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.53s) [2019-09-26T21:53:40.883Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-26T21:53:40.883Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.09s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.00s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.45s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.60s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.28s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.84s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.65s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.61s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.40s) [2019-09-26T21:53:40.883Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.33s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (4.16s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (5.94s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.88s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.50s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.35s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.57s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.30s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.83s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.96s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.99s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.53s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.85s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.47s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.30s) [2019-09-26T21:53:40.884Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.52s) [2019-09-26T21:53:40.884Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-26T21:53:40.884Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-26T21:53:40.884Z] === RUN TestDockerRegistrySuite [2019-09-26T21:53:40.884Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-26T21:53:41.814Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-26T21:53:43.738Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-26T21:53:45.621Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-26T21:53:45.621Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-26T21:53:49.982Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-26T21:53:56.001Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-26T21:53:56.001Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-26T21:53:56.001Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-26T21:53:58.051Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-26T21:54:01.310Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-26T21:54:02.714Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-26T21:54:03.680Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-26T21:54:05.040Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-09-26T21:54:05.295Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-26T21:54:07.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-26T21:54:08.539Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-26T21:54:09.899Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-26T21:54:11.258Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-26T21:54:13.878Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-26T21:54:16.407Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-26T21:54:17.766Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-26T21:54:19.125Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-26T21:54:21.635Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-26T21:54:22.193Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-26T21:54:23.639Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-26T21:54:23.639Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-26T21:54:25.571Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-26T21:54:25.571Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-26T21:54:26.495Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-26T21:54:27.856Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-26T21:54:32.014Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-26T21:54:32.014Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-26T21:54:32.573Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-26T21:54:33.933Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-26T21:54:34.534Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-26T21:54:34.534Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-26T21:54:34.788Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-26T21:54:34.788Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-26T21:54:35.043Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-26T21:54:35.643Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-26T21:54:35.643Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-26T21:54:38.152Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-26T21:54:40.745Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-26T21:54:41.304Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-26T21:54:42.663Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-26T21:54:44.065Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite (64.32s) [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.62s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d00b7bff7d9e2 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.48s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d196a9e6db554 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.92s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d0bdf4c805f28 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon da5c5bb100d9a is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.29s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon df5cf7622369b is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (7.26s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d0d2d0c9f70c2 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.15s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d1acd6a4b5882 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.45s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d8be617714052 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.22s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d5012653311a1 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.46s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d0653f6d7213d is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.73s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon dc9783d9ffa74 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.59s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon db5cd7af27218 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.24s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d8fed2d673598 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.43s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon dd214e2701702 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.50s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-09-26T21:54:44.636Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8a66841fef8fa30dcd881f9ab58fe73888b81b21b31591f022cb39f05c07b127 [2019-09-26T21:54:44.636Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b31a1cb24a9cd54a24d751955765ddb41616d417de4f0a9e8453e76bf266ab52 [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d61848d747e09 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.76s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-09-26T21:54:44.636Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:384dc7a15c9cfb2a8e92b556dfb5cd95bfc8d9d3e0f56c135bb2c0ba6803f66e [2019-09-26T21:54:44.636Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:681435b4e66e5fc992577e15d1b03fea9e8a10aed047073d7bf66d6e45204324 [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d98e9ab5ab4cc is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.32s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d6371e6026ec3 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.49s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d29cfca947e14 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (2.14s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d34e4f8bdbfa8 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d5c6d2e4efdae is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.61s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d0149ffb6e4df is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.31s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d2cc09259d453 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.29s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d46257d3f9790 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (4.31s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d50da42113174 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.46s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d212c08a8c4ff is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.40s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d268d795d7869 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.49s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d295a8676f32a is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d91ede2eb625e is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon de4e9c49620bd is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.30s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d5c42e9dd5330 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon dcdf5cd1436f3 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d7ff9fa72664f is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (2.15s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon de87549cfa46a is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.50s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d3a60df6538da is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.08s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon d1a8ec3af6f8e is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.41s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-09-26T21:54:44.636Z] check_test.go:196: Daemon dbd4528892f74 is not started [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.01s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-09-26T21:54:44.636Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.80s) [2019-09-26T21:54:44.636Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-09-26T21:54:44.636Z] === RUN TestDockerSchema1RegistrySuite [2019-09-26T21:54:44.636Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-26T21:54:44.636Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-26T21:54:49.868Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-26T21:54:54.064Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-26T21:54:56.622Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-26T21:54:56.622Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-26T21:54:57.739Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-26T21:54:58.263Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-26T21:54:59.626Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-26T21:55:00.984Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-26T21:55:01.239Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-26T21:55:02.598Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-26T21:55:03.957Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-26T21:55:05.318Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-26T21:55:09.473Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-26T21:55:09.473Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-26T21:55:10.032Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-26T21:55:10.032Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-26T21:55:10.287Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-26T21:55:10.542Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-26T21:55:11.102Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite (26.52s) [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.14s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon daf99a36c2c0a is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.35s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon dec880da9041b is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.57s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d762081e2ca79 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.64s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d26bb6d38da65 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.37s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon dea2386437e00 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.42s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d447a4a68b4a3 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d183421d0d872 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.52s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d79ecbbfe3882 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.26s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d6466b0c21c2d is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.32s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d2b0eea5be0fe is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.84s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon defe69fe17eac is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.38s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon deedf45fde9e2 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.44s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d862ac2ee74be is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon de27349c40b0e is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.27s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon db02bf4f08a3d is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon de95e0392188b is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.35s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d0eb28c0452e2 is not started [2019-09-26T21:55:11.102Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-09-26T21:55:11.102Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-09-26T21:55:11.102Z] check_test.go:223: Daemon d8c52bf09611c is not started [2019-09-26T21:55:11.102Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-26T21:55:11.102Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-26T21:55:12.025Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-26T21:55:12.583Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-26T21:55:12.583Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-26T21:55:13.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-26T21:55:13.988Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-26T21:55:14.244Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-26T21:55:14.807Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.89s) [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.93s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-09-26T21:55:15.061Z] check_test.go:252: Daemon d7707940ab5c0 is not started [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-09-26T21:55:15.061Z] check_test.go:252: Daemon da876cb08b90b is not started [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-09-26T21:55:15.061Z] check_test.go:252: Daemon dce92457f96bd is not started [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-09-26T21:55:15.061Z] check_test.go:252: Daemon d745e672c770d is not started [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.36s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-09-26T21:55:15.061Z] check_test.go:252: Daemon d8eb1b1632a51 is not started [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.49s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-09-26T21:55:15.061Z] check_test.go:252: Daemon deaa28a52dcf7 is not started [2019-09-26T21:55:15.061Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-09-26T21:55:15.061Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-09-26T21:55:15.061Z] check_test.go:252: Daemon df155dfd7da21 is not started [2019-09-26T21:55:15.061Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-26T21:55:15.062Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-26T21:55:20.299Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-26T21:55:20.299Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-26T21:55:20.554Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-26T21:55:20.554Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-26T21:55:20.808Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2019-09-26T21:55:20.808Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2019-09-26T21:55:20.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-09-26T21:55:20.808Z] check_test.go:279: Daemon de11f88ce94df is not started [2019-09-26T21:55:20.808Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-09-26T21:55:20.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-09-26T21:55:20.808Z] check_test.go:279: Daemon d1d4ab2907eb5 is not started [2019-09-26T21:55:20.808Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-09-26T21:55:20.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-09-26T21:55:20.808Z] check_test.go:279: Daemon dc0244fc225ee is not started [2019-09-26T21:55:20.808Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-09-26T21:55:20.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-09-26T21:55:20.808Z] check_test.go:279: Daemon dfa8d3e075670 is not started [2019-09-26T21:55:20.808Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-09-26T21:55:20.808Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-09-26T21:55:20.808Z] check_test.go:279: Daemon db9e5128d2eec is not started [2019-09-26T21:55:20.808Z] === RUN TestDockerNetworkSuite [2019-09-26T21:55:20.808Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-26T21:55:21.732Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities [2019-09-26T21:55:22.290Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer [2019-09-26T21:55:24.172Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGet [2019-09-26T21:55:24.172Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-26T21:55:24.606Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverList [2019-09-26T21:55:24.606Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-26T21:55:24.606Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverMountID [2019-09-26T21:55:26.487Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverNamed [2019-09-26T21:55:27.845Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-26T21:55:27.871Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-26T21:55:29.726Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-09-26T21:55:32.982Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-26T21:55:36.239Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-09-26T21:55:36.965Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-26T21:55:39.494Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-26T21:55:43.732Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls [2019-09-26T21:55:43.986Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-26T21:55:47.244Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-26T21:55:58.083Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-26T21:56:09.208Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-26T21:56:24.111Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-26T21:56:25.992Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-09-26T21:56:28.066Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-26T21:56:29.289Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-26T21:56:29.289Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-26T21:56:32.587Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-26T21:56:35.442Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-26T21:56:40.655Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-09-26T21:56:45.783Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-26T21:56:45.929Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-26T21:56:49.185Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-26T21:56:49.185Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-26T21:56:52.441Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-26T21:56:55.703Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-09-26T21:56:58.961Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-09-26T21:57:02.218Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-09-26T21:57:04.726Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-09-26T21:57:22.745Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-26T21:57:54.786Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed [2019-09-26T21:57:57.292Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-26T21:58:09.489Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-26T21:58:12.515Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-26T21:58:12.976Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-26T21:58:15.889Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-26T21:58:16.198Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-26T21:58:20.737Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-26T21:58:20.737Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-26T21:58:20.737Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-26T21:58:20.737Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-26T21:58:20.737Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-26T21:58:20.737Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-26T21:58:23.650Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-26T21:58:24.110Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-26T21:58:24.110Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-26T21:58:24.110Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-26T21:58:24.571Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-26T21:58:26.161Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-26T21:58:29.862Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite (1753.84s) [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.76s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.92s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.66s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.04s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.00s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.94s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-26T21:58:34.311Z] check_test.go:358: [d4c88d513e330] joining swarm manager [d7e231038d7d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-26T21:58:34.311Z] check_test.go:358: [d05e2abdc4d5d] joining swarm manager [d7e231038d7d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.311Z] check_test.go:379: Daemon d4c88d513e330 is not started [2019-09-26T21:58:34.311Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-26T21:58:34.311Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.34s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-26T21:58:34.311Z] check_test.go:358: [d728469976a8b] joining swarm manager [d93d6666c0c72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.311Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.78s) [2019-09-26T21:58:34.311Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.54s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.31s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-26T21:58:34.312Z] check_test.go:358: [deda759cad1b7] joining swarm manager [d1890dcb5d6fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-26T21:58:34.312Z] check_test.go:358: [d97ffa4988d5d] joining swarm manager [d1890dcb5d6fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-09-26T21:58:34.312Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.49s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-26T21:58:34.312Z] check_test.go:358: [d3e2a9b95a523] joining swarm manager [d86b43d171fdf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-26T21:58:34.312Z] check_test.go:358: [d84606dcd4c15] joining swarm manager [d86b43d171fdf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.52s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.97s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.98s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-26T21:58:34.312Z] check_test.go:358: [d1b01c6684f50] joining swarm manager [de945d141787a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-26T21:58:34.312Z] check_test.go:358: [d20d5d85ddc3f] joining swarm manager [de945d141787a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.75s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-26T21:58:34.312Z] check_test.go:358: [de9f9bebf1dec] joining swarm manager [d9b30e02bc09d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-26T21:58:34.312Z] check_test.go:358: [d1e98170075b7] joining swarm manager [d9b30e02bc09d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.62s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-26T21:58:34.312Z] check_test.go:358: [dbeec7c433d93] joining swarm manager [d9e6326014c69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.65s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-26T21:58:34.312Z] check_test.go:358: [d8549e0502748] joining swarm manager [d5f4b94fbac93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-26T21:58:34.312Z] check_test.go:358: [d17f9995002dd] joining swarm manager [d5f4b94fbac93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.70s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.55s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-26T21:58:34.312Z] check_test.go:358: [d39b23d1db0d4] joining swarm manager [dd8f480004d57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.32s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-26T21:58:34.312Z] check_test.go:358: [df2542701f076] joining swarm manager [d0d90c218affd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-26T21:58:34.312Z] check_test.go:358: [d31c1e8055400] joining swarm manager [d0d90c218affd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] check_test.go:379: Daemon d31c1e8055400 is not started [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.08s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-26T21:58:34.312Z] check_test.go:358: [d79e03e2355ec] joining swarm manager [d0b0d8842c790]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-26T21:58:34.312Z] check_test.go:358: [dbbbda20d59b9] joining swarm manager [d0b0d8842c790]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-26T21:58:34.312Z] check_test.go:358: [dcefb98937830] joining swarm manager [d0b0d8842c790]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-26T21:58:34.312Z] check_test.go:358: [dcb1f2b56e2cc] joining swarm manager [d0b0d8842c790]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-26T21:58:34.312Z] check_test.go:358: [d1e70e5f1943f] joining swarm manager [d0b0d8842c790]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.03s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.36s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-26T21:58:34.312Z] check_test.go:358: [d432cff71912f] joining swarm manager [dbd719352fbc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-26T21:58:34.312Z] check_test.go:358: [dca6cfc4b3528] joining swarm manager [dbd719352fbc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.78s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-26T21:58:34.312Z] check_test.go:358: [df4d38f1921ea] joining swarm manager [d109d7d6bd37a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-26T21:58:34.312Z] check_test.go:358: [dfd429960600e] joining swarm manager [d109d7d6bd37a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.22s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-26T21:58:34.312Z] check_test.go:358: [d5469efa6a8fb] joining swarm manager [dcc89bb926137]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-26T21:58:34.312Z] check_test.go:358: [dfcf4668ee04d] joining swarm manager [dcc89bb926137]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.69s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.79s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-26T21:58:34.312Z] check_test.go:358: [d68807e5ea49a] joining swarm manager [de52df79b530a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-26T21:58:34.312Z] check_test.go:358: [dfab62d950b16] joining swarm manager [de52df79b530a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-26T21:58:34.312Z] check_test.go:358: [dd359b69eb012] joining swarm manager [de52df79b530a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-26T21:58:34.312Z] check_test.go:358: [d318404b2f946] joining swarm manager [de52df79b530a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.92s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.20s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-26T21:58:34.312Z] check_test.go:358: [d2a5b4f6a9b5a] joining swarm manager [da571cbd6b727]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-26T21:58:34.312Z] check_test.go:358: [d15a79524bd27] joining swarm manager [da571cbd6b727]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (28.03s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-26T21:58:34.312Z] check_test.go:358: [d618b2b4fd4cf] joining swarm manager [d5c3ae4c81112]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-26T21:58:34.312Z] check_test.go:358: [d9c32e6391dc9] joining swarm manager [d5c3ae4c81112]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] check_test.go:379: Daemon d618b2b4fd4cf is not started [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.91s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-26T21:58:34.312Z] check_test.go:358: [d55196119ddaa] joining swarm manager [dc4151ef725ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-26T21:58:34.312Z] check_test.go:358: [db133db59b17e] joining swarm manager [dc4151ef725ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.65s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-26T21:58:34.312Z] check_test.go:358: [dffb8a8b2bfee] joining swarm manager [d4ed9f6da0804]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-26T21:58:34.312Z] check_test.go:358: [def0e438e2800] joining swarm manager [d4ed9f6da0804]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (27.25s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.66s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.05s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.50s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.27s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.54s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.03s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.94s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (6.19s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.92s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.10s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.74s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.19s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.26s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-09-26T21:58:34.312Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.71s) [2019-09-26T21:58:34.312Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.06s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (7.11s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.47s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.40s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.31s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.76s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.41s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.83s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.67s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-09-26T21:58:34.313Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.iosdvlo4lm8f@2248e4726aa4 | hello1\n" [2019-09-26T21:58:34.313Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.pmxoii95rlb6@2248e4726aa4 | hello2\n" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.50s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.10s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.62s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.03s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.61s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.17s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.64s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.99s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-09-26T21:58:34.313Z] docker_cli_service_logs_test.go:242: checking task xz1tf0hm4ub8 [2019-09-26T21:58:34.313Z] docker_cli_service_logs_test.go:247: checking messages for xz1tf0hm4ub8 [2019-09-26T21:58:34.313Z] docker_cli_service_logs_test.go:242: checking task ygj818o2u3oq [2019-09-26T21:58:34.313Z] docker_cli_service_logs_test.go:247: checking messages for ygj818o2u3oq [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.05s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.90s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.22s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.87s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.90s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-26T21:58:34.313Z] check_test.go:358: [de0ead968d5d2] joining swarm manager [da99970584213]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-26T21:58:34.313Z] check_test.go:358: [d0f0aec988cb7] joining swarm manager [da99970584213]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.70s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.21s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.05s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.48s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-26T21:58:34.313Z] check_test.go:358: [dc9902f4a8cbf] joining swarm manager [d2a657f5ad24d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-26T21:58:34.313Z] check_test.go:358: [d7fa8323d6461] joining swarm manager [d2a657f5ad24d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.24s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (126.91s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-26T21:58:34.313Z] check_test.go:358: [dd29ed891f595] joining swarm manager [d9615bd974c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-26T21:58:34.313Z] check_test.go:358: [d61da539303a7] joining swarm manager [d9615bd974c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.06s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (11.39s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.80s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.99s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.78s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.83s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.07s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-09-26T21:58:34.313Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-26T21:58:34.313Z] requirement.go:26: unmatched requirement IPv6 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.39s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.79s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.81s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.11s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.24s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (49.89s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-26T21:58:34.313Z] check_test.go:358: [dc8e61e3295ff] joining swarm manager [d66f8b81714ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-26T21:58:34.313Z] check_test.go:358: [d85bf686fc839] joining swarm manager [d66f8b81714ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.96s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.66s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.46s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-26T21:58:34.313Z] check_test.go:358: [d8925a80992bb] joining swarm manager [d630a88da5f74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-26T21:58:34.313Z] check_test.go:358: [dbbc72954b05e] joining swarm manager [d630a88da5f74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-26T21:58:34.313Z] check_test.go:358: [d0f89f7546b79] joining swarm manager [d630a88da5f74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.09s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-26T21:58:34.313Z] check_test.go:358: [dd0813ac1d3bc] joining swarm manager [d6a7199a61ecd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-26T21:58:34.313Z] check_test.go:358: [d2bfec8646f83] joining swarm manager [d6a7199a61ecd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.11s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1531: 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-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1531: 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-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1531: 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-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-09-26T21:58:34.313Z] docker_cli_swarm_test.go:1531: 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-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.27s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (6.29s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.13s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.58s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-26T21:58:34.313Z] check_test.go:358: [d53dd43bd4741] joining swarm manager [d6be08ad518e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.02s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.77s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.03s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.61s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.27s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.77s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-26T21:58:34.313Z] check_test.go:358: [d7cb2f42e0412] joining swarm manager [d91913e9209a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.87s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.03s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.04s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.55s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.73s) [2019-09-26T21:58:34.313Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-09-26T21:58:34.313Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.57s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.21s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.32s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.36s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.18s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.03s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.02s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.28s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.01s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-09-26T21:58:34.314Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.01s) [2019-09-26T21:58:34.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-09-26T21:58:34.314Z] === RUN TestDockerExternalVolumeSuite [2019-09-26T21:58:34.314Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-26T21:58:42.423Z] === RUN TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict [2019-09-26T21:58:48.166Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-26T21:58:48.166Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-26T21:58:48.166Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-26T21:58:48.166Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-26T21:58:48.166Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-26T21:58:48.166Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-26T21:58:48.166Z] === RUN TestDockerSuite/TestBuildFails [2019-09-26T21:58:49.205Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-26T21:58:49.667Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-09-26T21:58:50.489Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-26T21:58:54.364Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite (216.58s) [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume (0.97s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-26T21:58:58.554Z] docker_cli_external_volume_driver_test.go:53: Daemon d82a7c8e4b1f4 is not started [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities (0.59s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer (1.69s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGet (0.04s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGet" [2019-09-26T21:58:58.554Z] docker_cli_external_volume_driver_test.go:53: Daemon d690506101f54 is not started [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse (0.54s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverList (0.03s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverList" [2019-09-26T21:58:58.554Z] docker_cli_external_volume_driver_test.go:53: Daemon dfcf3ad61144b is not started [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked (0.12s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-26T21:58:58.554Z] docker_cli_external_volume_driver_test.go:53: Daemon de637aaab4730 is not started [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverMountID (1.60s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverMountID" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverNamed (1.56s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverNamed" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete (15.79s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.70s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp (32.06s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail (31.02s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed (16.54s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom (17.43s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart (16.31s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-26T21:58:58.554Z] docker_cli_external_volume_driver_test.go:485: Daemon d0867affcf117 is not started [2019-09-26T21:58:58.554Z] --- PASS: TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-26T21:58:58.554Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict" [2019-09-26T21:58:58.554Z] docker_cli_external_volume_driver_test.go:53: Daemon d5ce132912751 is not started [2019-09-26T21:58:58.554Z] === RUN TestDockerHubPullSuite [2019-09-26T21:58:58.554Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-26T21:58:59.262Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-26T21:59:05.201Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-26T21:59:11.109Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-26T21:59:11.570Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-26T21:59:16.572Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-09-26T21:59:17.479Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-26T21:59:17.479Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-26T21:59:17.940Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-26T21:59:18.400Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-26T21:59:18.400Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-26T21:59:27.140Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-26T21:59:27.140Z] === RUN TestDockerSuite/TestBuildHistory [2019-09-26T21:59:31.479Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-09-26T21:59:37.538Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-26T21:59:38.353Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-26T21:59:39.885Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-26T21:59:39.885Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-26T21:59:40.916Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-26T21:59:40.916Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-26T21:59:45.594Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-26T21:59:46.052Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-26T21:59:46.510Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-26T21:59:47.475Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-26T21:59:47.932Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-26T21:59:48.390Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-26T21:59:49.620Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-09-26T21:59:49.620Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-26T21:59:50.183Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-26T21:59:55.024Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-26T21:59:55.024Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-26T21:59:55.024Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-26T21:59:55.024Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-26T21:59:55.024Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-26T21:59:55.024Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-26T21:59:55.482Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-26T21:59:55.940Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-26T21:59:56.749Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-26T22:00:01.657Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-26T22:00:04.480Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-09-26T22:00:06.361Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-26T22:00:16.446Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-26T22:00:16.447Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-26T22:00:17.983Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-26T22:00:21.219Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-09-26T22:00:36.078Z] --- PASS: TestDockerHubPullSuite (96.62s) [2019-09-26T22:00:36.078Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (16.45s) [2019-09-26T22:00:36.078Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-09-26T22:00:36.078Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (17.26s) [2019-09-26T22:00:36.078Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (16.06s) [2019-09-26T22:00:36.078Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (16.42s) [2019-09-26T22:00:36.078Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (15.27s) [2019-09-26T22:00:36.078Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (15.16s) [2019-09-26T22:00:36.078Z] PASS [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === Skipped [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.03s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.03s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.04s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.04s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-26T22:00:36.078Z] docker_cli_sni_test.go:18: Flakey test [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-26T22:00:36.078Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.078Z] [2019-09-26T22:00:36.078Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-26T22:00:36.078Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-26T22:00:36.079Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-26T22:00:36.079Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-26T22:00:36.079Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-26T22:00:36.079Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-26T22:00:36.079Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-26T22:00:36.079Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] [2019-09-26T22:00:36.079Z] DONE 1223 tests, 43 skipped in 2274.139s [2019-09-26T22:00:36.079Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-26T22:00:36.079Z] ++++ cat bundles/test-integration/docker.pid [2019-09-26T22:00:36.079Z] +++ kill 7297 [2019-09-26T22:00:36.334Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-26T22:00:40.499Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-26T22:00:40.499Z] +++ /etc/init.d/apparmor stop [2019-09-26T22:00:40.499Z] Clearing AppArmor profiles cache:. [2019-09-26T22:00:40.499Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-26T22:00:40.499Z] Unloading profiles will leave already running processes permanently [2019-09-26T22:00:40.499Z] unconfined, which can lead to unexpected situations. [2019-09-26T22:00:40.499Z] [2019-09-26T22:00:40.499Z] To set a process to complain mode, use the command line tool [2019-09-26T22:00:40.499Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-26T22:00:40.499Z] with the 'teardown' option." [2019-09-26T22:00:40.499Z] [2019-09-26T22:00:52.654Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-26T22:00:53.830Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-26T22:01:06.289Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-26T22:01:09.188Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-26T22:01:15.322Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-26T22:01:21.197Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-26T22:01:24.651Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-26T22:01:36.054Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-26T22:01:36.054Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-26T22:01:39.468Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-26T22:01:43.119Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-26T22:01:43.577Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-26T22:01:43.577Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-26T22:01:43.577Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-26T22:01:52.290Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-26T22:01:56.083Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-26T22:01:58.255Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-26T22:01:58.255Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-26T22:01:58.255Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-26T22:02:00.524Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-26T22:02:01.490Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-26T22:02:02.455Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-26T22:02:11.108Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-26T22:02:11.635Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-26T22:02:12.642Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-26T22:02:26.496Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-26T22:02:27.432Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-26T22:02:28.963Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-26T22:02:37.610Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-26T22:02:41.324Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-26T22:02:42.700Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-26T22:02:46.772Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-26T22:02:47.903Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-26T22:02:47.903Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-26T22:02:47.903Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-26T22:02:50.142Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-26T22:02:50.142Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-26T22:03:27.992Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-26T22:03:32.897Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-26T22:03:47.690Z] === RUN TestDockerSuite/TestBuildRm [2019-09-26T22:03:49.947Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-26T22:04:00.499Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-26T22:04:03.463Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-26T22:04:03.463Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-26T22:04:03.463Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-26T22:04:04.998Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-26T22:04:07.894Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-26T22:04:11.620Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-26T22:04:16.403Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-26T22:04:22.026Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-26T22:04:31.877Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-26T22:04:31.877Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-26T22:04:31.877Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-26T22:04:44.317Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-26T22:04:44.317Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-26T22:04:48.990Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-26T22:04:48.990Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-26T22:04:53.052Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-26T22:04:54.085Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-26T22:05:06.272Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-26T22:05:14.203Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-26T22:05:14.203Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-26T22:05:15.743Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-26T22:05:16.901Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-26T22:05:21.737Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-26T22:05:24.376Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-26T22:05:27.579Z] === RUN TestDockerSuite/TestBuildUser [2019-09-26T22:05:27.579Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-26T22:05:27.579Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-26T22:05:27.579Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-26T22:05:31.300Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-26T22:05:31.300Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-26T22:05:33.566Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-26T22:05:33.567Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-26T22:05:33.567Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-26T22:05:42.394Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-26T22:05:54.540Z] --- PASS: TestDockerExternalVolumeSuite (441.45s) [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.93s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-26T22:05:54.541Z] docker_cli_external_volume_driver_test.go:53: Daemon de70ddfa0c9dd is not started [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.62s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-09-26T22:05:54.541Z] docker_cli_external_volume_driver_test.go:53: Daemon df1091e13fbbe is not started [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.59s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-09-26T22:05:54.541Z] docker_cli_external_volume_driver_test.go:53: Daemon d3f3b68efd92d is not started [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-26T22:05:54.541Z] docker_cli_external_volume_driver_test.go:53: Daemon de446ffade15a is not started [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.60s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.63s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.65s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.78s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.01s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.61s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.45s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.36s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-26T22:05:54.541Z] docker_cli_external_volume_driver_test.go:485: Daemon dd53c4472d8d0 is not started [2019-09-26T22:05:54.541Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-09-26T22:05:54.541Z] docker_cli_external_volume_driver_test.go:53: Daemon d892de7e21794 is not started [2019-09-26T22:05:54.541Z] PASS [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] === Skipped [2019-09-26T22:05:54.541Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-26T22:05:54.541Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-26T22:05:54.541Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-26T22:05:54.541Z] check_test.go:309: Daemon ddadefbd5f82c is not started [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2019-09-26T22:05:54.541Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-26T22:05:54.541Z] requirement.go:26: unmatched requirement IPv6 [2019-09-26T22:05:54.541Z] check_test.go:309: Daemon d9503219dbd5c is not started [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-09-26T22:05:54.541Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-26T22:05:54.541Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T22:05:54.541Z] check_test.go:309: Daemon d5dca04ec5a31 is not started [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-26T22:05:54.541Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-26T22:05:54.541Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-26T22:05:54.541Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T22:05:54.541Z] check_test.go:309: Daemon db31d9ee61758 is not started [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-26T22:05:54.541Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-26T22:05:54.541Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-26T22:05:54.541Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-26T22:05:54.541Z] requirement.go:26: unmatched requirement IPv6 [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] [2019-09-26T22:05:54.541Z] DONE 270 tests, 6 skipped in 2594.353s [2019-09-26T22:05:54.541Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-26T22:05:54.726Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-26T22:05:55.140Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5d28c88f2888/docker.pid [2019-09-26T22:05:55.140Z] +++ kill 6149 [2019-09-26T22:05:55.140Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 6149 is not a child of this shell [2019-09-26T22:05:55.140Z] warning: PID 6149 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5d28c88f2888/docker.pid had a nonzero exit code [2019-09-26T22:05:55.140Z] ++++ cat bundles/test-integration/docker.pid [2019-09-26T22:05:55.140Z] +++ kill 7306 [2019-09-26T22:05:55.689Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-26T22:05:56.063Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-26T22:05:56.063Z] +++ /etc/init.d/apparmor stop [2019-09-26T22:05:56.063Z] Clearing AppArmor profiles cache:. [2019-09-26T22:05:56.063Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-26T22:05:56.063Z] Unloading profiles will leave already running processes permanently [2019-09-26T22:05:56.063Z] unconfined, which can lead to unexpected situations. [2019-09-26T22:05:56.063Z] [2019-09-26T22:05:56.063Z] To set a process to complain mode, use the command line tool [2019-09-26T22:05:56.063Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-26T22:05:56.063Z] with the 'teardown' option." [2019-09-26T22:05:56.063Z] [2019-09-26T22:05:56.622Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-09-26T22:05:56.631Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-26T22:05:57.473Z] + echo Ensuring container killed. [2019-09-26T22:05:57.473Z] Ensuring container killed. [2019-09-26T22:05:57.473Z] + docker ps -aq -f name=docker-pr2-* [2019-09-26T22:05:57.473Z] + cids=2248e4726aa4 [2019-09-26T22:05:57.473Z] c4462d84bef9 [2019-09-26T22:05:57.473Z] 5e502d98e073 [2019-09-26T22:05:57.473Z] + [ -n 2248e4726aa4 [2019-09-26T22:05:57.473Z] c4462d84bef9 [2019-09-26T22:05:57.473Z] 5e502d98e073 ] [2019-09-26T22:05:57.473Z] + docker rm -vf 2248e4726aa4 c4462d84bef9 5e502d98e073 [2019-09-26T22:06:00.730Z] 2248e4726aa4 [2019-09-26T22:06:00.730Z] c4462d84bef9 [2019-09-26T22:06:02.090Z] 5e502d98e073 [Pipeline] sh [2019-09-26T22:06:02.537Z] + echo Chowning /workspace to jenkins user [2019-09-26T22:06:02.537Z] Chowning /workspace to jenkins user [2019-09-26T22:06:02.537Z] + id -u [2019-09-26T22:06:02.537Z] + id -g [2019-09-26T22:06:02.537Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39994:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-26T22:06:07.108Z] + bundleName=amd64 [2019-09-26T22:06:07.108Z] + echo Creating amd64-bundles.tar.gz [2019-09-26T22:06:07.108Z] Creating amd64-bundles.tar.gz [2019-09-26T22:06:07.108Z] + xargs tar -czf amd64-bundles.tar.gz [2019-09-26T22:06:07.108Z] + 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-09-26T22:06:08.478Z] Archiving artifacts [2019-09-26T22:06:08.836Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39994/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-26T22:06:09.261Z] + make clean [2019-09-26T22:06:09.516Z] docker volume rm -f docker-dev-cache [2019-09-26T22:06:09.516Z] docker-dev-cache [Pipeline] deleteDir [2019-09-26T22:06:10.934Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-26T22:06:14.655Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-26T22:06:15.112Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-26T22:06:15.112Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-26T22:06:18.014Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-26T22:06:18.014Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-09-26T22:06:30.369Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-26T22:06:34.187Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-26T22:06:34.187Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-26T22:06:55.573Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-26T22:06:55.573Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-26T22:06:55.573Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-26T22:06:55.573Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-09-26T22:06:55.573Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-26T22:07:02.627Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-26T22:07:04.800Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-26T22:07:04.800Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-26T22:07:04.800Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-26T22:07:04.800Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-26T22:07:07.067Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-26T22:07:11.051Z] === RUN TestDockerSuite/TestCommitChange [2019-09-26T22:07:15.888Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-26T22:07:20.562Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-26T22:07:20.562Z] === RUN TestDockerSuite/TestCommitNewFile [2019-09-26T22:07:26.430Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-26T22:07:26.887Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-26T22:07:33.022Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-26T22:07:37.369Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-26T22:07:43.471Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-26T22:07:50.617Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-26T22:07:50.617Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-26T22:07:52.147Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-26T22:07:52.147Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-26T22:07:52.147Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-26T22:07:52.147Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-26T22:07:54.315Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-26T22:07:54.315Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-26T22:07:54.315Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-26T22:07:56.485Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-26T22:07:56.485Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-26T22:07:56.485Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-26T22:07:56.485Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-26T22:07:56.485Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-26T22:07:58.654Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-26T22:08:00.820Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-09-26T22:08:02.997Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-26T22:08:02.997Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-26T22:08:02.997Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-26T22:08:04.529Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-26T22:08:04.529Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-26T22:08:06.697Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-26T22:08:06.697Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-26T22:08:06.697Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-26T22:08:08.866Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-26T22:08:08.866Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-26T22:08:10.396Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-26T22:08:10.396Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-09-26T22:08:12.564Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-26T22:08:12.564Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-26T22:08:14.190Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-26T22:08:18.033Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-26T22:08:21.754Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-26T22:08:21.754Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-26T22:08:21.754Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-26T22:08:21.754Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-26T22:08:21.754Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-26T22:08:22.719Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-26T22:08:22.719Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-26T22:08:29.768Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-26T22:08:29.768Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-26T22:08:31.937Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-26T22:08:31.937Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-26T22:08:36.268Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-26T22:08:37.298Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-26T22:08:37.298Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-26T22:08:37.298Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-26T22:08:37.298Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-26T22:08:37.298Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-26T22:08:37.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-26T22:08:38.827Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-26T22:09:09.036Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-26T22:09:11.501Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-26T22:09:11.501Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-26T22:09:11.501Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-26T22:09:11.501Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-26T22:09:15.286Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-26T22:09:22.429Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-26T22:09:22.429Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-26T22:09:22.429Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-26T22:09:34.878Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-26T22:09:34.878Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-26T22:09:34.878Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-26T22:09:43.534Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-26T22:09:43.534Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-26T22:09:43.534Z] === RUN TestDockerSuite/TestCpToDot [2019-09-26T22:09:45.120Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-26T22:09:45.120Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-26T22:09:45.120Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-26T22:09:47.288Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-26T22:09:47.288Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-26T22:09:47.288Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-26T22:09:47.288Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-26T22:09:47.288Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-26T22:09:47.288Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-26T22:09:47.288Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-26T22:09:49.457Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-26T22:09:51.084Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-26T22:09:51.084Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-26T22:09:51.541Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-26T22:09:53.137Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-26T22:09:54.101Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-26T22:09:54.101Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-26T22:09:54.101Z] === RUN TestDockerSuite/TestCreateRM [2019-09-26T22:09:54.558Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-26T22:09:54.558Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-26T22:09:54.558Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-26T22:09:55.014Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-26T22:10:02.395Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-26T22:10:02.395Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-26T22:10:02.853Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-26T22:10:06.573Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-26T22:10:06.573Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-26T22:10:06.573Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDockerFails [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestEventsCommit [2019-09-26T22:10:08.744Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-09-26T22:10:10.913Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-26T22:10:13.182Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-26T22:10:15.349Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-09-26T22:10:22.398Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-26T22:10:27.396Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-26T22:10:31.216Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-26T22:10:33.382Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-26T22:10:34.345Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-26T22:10:37.242Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-26T22:10:38.212Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-26T22:10:39.272Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-26T22:10:43.943Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-26T22:10:47.758Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-26T22:10:47.758Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-26T22:10:47.758Z] === RUN TestDockerSuite/TestEventsImageImport [2019-09-26T22:10:47.758Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-26T22:10:47.758Z] === RUN TestDockerSuite/TestEventsImagePull [2019-09-26T22:10:47.758Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-26T22:10:48.721Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-26T22:10:49.177Z] === RUN TestDockerSuite/TestEventsRename [2019-09-26T22:10:51.345Z] === RUN TestDockerSuite/TestEventsResize [2019-09-26T22:10:53.512Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-26T22:10:55.780Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-26T22:10:58.044Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-26T22:11:03.028Z] === RUN TestDockerSuite/TestEventsTop [2019-09-26T22:11:03.028Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-26T22:11:05.197Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-26T22:11:09.021Z] === RUN TestDockerSuite/TestExec [2019-09-26T22:11:09.021Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-26T22:11:09.021Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-26T22:11:10.649Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-26T22:11:11.710Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-26T22:11:11.710Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-26T22:11:12.233Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-26T22:11:12.233Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-26T22:11:13.862Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-26T22:11:15.460Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-26T22:11:17.630Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-26T22:11:19.159Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-26T22:11:22.976Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-26T22:11:22.976Z] === RUN TestDockerSuite/TestExecEnv [2019-09-26T22:11:22.976Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-26T22:11:22.976Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-26T22:11:24.604Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-26T22:11:29.434Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-26T22:11:29.434Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-26T22:11:29.434Z] === RUN TestDockerSuite/TestExecParseError [2019-09-26T22:11:29.434Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-26T22:11:29.434Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-26T22:11:29.434Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-26T22:11:31.601Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-26T22:11:31.601Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-26T22:11:31.601Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-26T22:11:31.601Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-26T22:11:31.601Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-26T22:11:31.601Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-26T22:11:33.130Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-26T22:11:33.130Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-26T22:11:40.607Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-26T22:11:40.607Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-26T22:11:40.607Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-26T22:11:40.607Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-26T22:11:46.540Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-26T22:11:52.405Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-26T22:11:55.365Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestHealth [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-26T22:12:01.677Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-26T22:12:06.356Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-26T22:12:06.356Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-26T22:12:06.356Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-26T22:12:06.356Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-26T22:12:06.356Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-26T22:12:06.812Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-26T22:12:07.730Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-26T22:12:07.730Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-26T22:12:08.253Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-26T22:12:08.253Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-26T22:12:09.950Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-26T22:12:09.950Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-26T22:12:12.285Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-26T22:12:19.590Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-26T22:12:19.590Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-26T22:12:19.590Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-26T22:12:22.578Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-26T22:12:22.579Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestImportFile [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-26T22:12:25.469Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-26T22:12:25.925Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-26T22:12:25.925Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-26T22:12:25.925Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-26T22:12:25.925Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-26T22:12:25.925Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-26T22:12:33.435Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-26T22:12:39.306Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-26T22:12:39.306Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-26T22:12:39.306Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-26T22:12:39.306Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-26T22:12:39.306Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-26T22:12:41.473Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-26T22:12:41.473Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-26T22:12:43.640Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-26T22:12:43.640Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-26T22:12:43.640Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-26T22:12:43.640Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-26T22:12:45.810Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-26T22:12:49.962Z] === RUN TestDockerSuite/TestInspectImage [2019-09-26T22:12:49.962Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-26T22:12:49.962Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-26T22:12:49.962Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-26T22:12:52.265Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-26T22:12:53.796Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-26T22:12:54.252Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-26T22:12:55.782Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-26T22:12:57.952Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-26T22:12:57.952Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-26T22:12:57.952Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-26T22:12:59.602Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-26T22:13:01.868Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-26T22:13:05.587Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-26T22:13:07.760Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-26T22:13:09.292Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-26T22:13:11.028Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-26T22:13:18.081Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-26T22:13:20.250Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-26T22:13:21.778Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-26T22:13:22.235Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-26T22:13:22.235Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-26T22:13:22.235Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-26T22:13:22.235Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-26T22:13:23.913Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-26T22:13:25.446Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-26T22:13:31.213Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-26T22:13:38.261Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-26T22:13:38.261Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-26T22:13:39.386Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-26T22:13:39.386Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-26T22:13:46.502Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-26T22:13:53.570Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-26T22:14:00.626Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-26T22:14:02.895Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-26T22:14:05.065Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-26T22:14:05.065Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-26T22:14:07.236Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-26T22:14:14.733Z] === RUN TestDockerSuite/TestLogsSince [2019-09-26T22:14:22.387Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-26T22:14:22.387Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-26T22:14:22.387Z] === RUN TestDockerSuite/TestLogsTail [2019-09-26T22:14:25.282Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-26T22:14:27.453Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestNetHostname [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestPluginActive [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-26T22:14:28.982Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPortList [2019-09-26T22:14:29.439Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-26T22:14:33.162Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-26T22:14:36.887Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-26T22:14:36.887Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-26T22:14:46.069Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-26T22:14:46.069Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-26T22:14:54.812Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-26T22:15:07.632Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-26T22:15:07.632Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-26T22:15:07.632Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-26T22:15:18.057Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-09-26T22:15:21.159Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-26T22:15:26.955Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-26T22:15:31.019Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-09-26T22:15:31.019Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-26T22:15:31.019Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-26T22:15:34.919Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-26T22:15:34.919Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-26T22:15:35.379Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-26T22:15:35.379Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-26T22:15:35.379Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-26T22:15:41.573Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-26T22:15:41.573Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-26T22:15:42.540Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-26T22:15:42.540Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-26T22:15:44.078Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-26T22:15:45.045Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-26T22:15:45.045Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-26T22:15:53.615Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-26T22:15:57.452Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-26T22:15:59.727Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-26T22:16:20.828Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-26T22:16:20.828Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-26T22:16:26.882Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-26T22:16:26.882Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-26T22:16:26.882Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-26T22:16:27.341Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-26T22:16:31.076Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-26T22:16:34.812Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-26T22:16:34.812Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-26T22:16:38.917Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-26T22:16:38.917Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-26T22:16:39.377Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-26T22:16:54.294Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-26T22:16:54.753Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-26T22:16:55.721Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-26T22:17:01.857Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-26T22:17:06.546Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-26T22:17:13.618Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-26T22:17:18.308Z] === RUN TestDockerSuite/TestRmiTag [2019-09-26T22:17:18.308Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-26T22:17:20.489Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-26T22:17:38.284Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-09-26T22:17:38.284Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-26T22:17:43.239Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-26T22:17:44.784Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-26T22:17:46.486Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-26T22:17:46.486Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-26T22:17:46.486Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-26T22:17:50.285Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-26T22:17:52.460Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-26T22:17:54.638Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-26T22:17:56.817Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-26T22:17:58.357Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-26T22:17:58.357Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-26T22:18:03.412Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-09-26T22:18:04.381Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-26T22:18:04.381Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-26T22:18:07.290Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-26T22:18:07.290Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-26T22:18:07.290Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-26T22:18:08.825Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-26T22:18:11.331Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-26T22:18:12.868Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-26T22:18:15.046Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-26T22:18:15.046Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-26T22:18:15.046Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-26T22:18:15.046Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-26T22:18:16.581Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-26T22:18:16.581Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-26T22:18:16.581Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-26T22:18:16.581Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-26T22:18:16.581Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-26T22:18:18.855Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-26T22:18:30.163Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-26T22:18:30.163Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-26T22:18:30.163Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-26T22:18:30.163Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-26T22:18:30.163Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-26T22:18:30.163Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-26T22:18:30.163Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-26T22:18:32.030Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-26T22:18:32.030Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-26T22:18:32.030Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-26T22:18:32.030Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-26T22:18:38.681Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-26T22:18:40.858Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-26T22:18:40.858Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-26T22:18:43.036Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-26T22:18:43.036Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-26T22:18:43.036Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-26T22:18:43.036Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-26T22:18:45.324Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-26T22:18:46.957Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-26T22:18:49.135Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-26T22:18:50.767Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-26T22:18:50.767Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-26T22:18:50.767Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-26T22:18:50.767Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-26T22:18:50.767Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-26T22:18:50.767Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-26T22:18:51.227Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-26T22:18:51.227Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-26T22:18:51.227Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-26T22:19:06.464Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-26T22:19:06.464Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-26T22:19:06.464Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-26T22:19:06.464Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-26T22:19:06.464Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-26T22:19:06.464Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-26T22:19:06.464Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-26T22:19:13.480Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-26T22:19:13.480Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunMount [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-26T22:19:14.447Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-26T22:19:21.869Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-26T22:19:21.869Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-26T22:19:21.869Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-26T22:19:21.869Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-26T22:19:24.873Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-26T22:19:28.610Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-26T22:19:29.072Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-26T22:19:30.039Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-26T22:19:32.218Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-26T22:19:33.758Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-26T22:19:34.725Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-26T22:19:36.267Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-26T22:19:36.729Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-26T22:19:39.738Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-26T22:19:39.738Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-26T22:19:39.738Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-26T22:19:39.738Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-26T22:19:39.738Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-26T22:19:39.738Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-26T22:19:47.051Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-26T22:19:47.051Z] === RUN TestDockerSuite/TestRunRm [2019-09-26T22:19:48.591Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-26T22:19:54.489Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-26T22:19:56.028Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-26T22:19:57.568Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-26T22:19:59.751Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-26T22:20:02.031Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-26T22:20:02.031Z] === RUN TestDockerSuite/TestRunState [2019-09-26T22:20:02.031Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-26T22:20:03.737Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-26T22:20:03.737Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-26T22:20:05.277Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-26T22:20:05.278Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-26T22:20:05.278Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-26T22:20:05.738Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-26T22:20:05.738Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-26T22:20:05.738Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-26T22:20:10.092Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-26T22:20:12.275Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-26T22:20:12.276Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-26T22:20:14.460Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-26T22:20:14.460Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-26T22:20:14.460Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-26T22:20:16.642Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-26T22:20:23.726Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-26T22:20:26.637Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-26T22:20:32.004Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-26T22:20:32.004Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-26T22:20:32.004Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-26T22:20:32.004Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-26T22:20:32.004Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-26T22:20:34.187Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-26T22:20:36.375Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-26T22:20:38.565Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-26T22:20:42.310Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-26T22:20:43.851Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-26T22:20:46.032Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-26T22:20:49.915Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-26T22:20:52.194Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-26T22:20:52.722Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-26T22:20:53.250Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-26T22:20:53.250Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-26T22:20:54.790Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-26T22:21:07.280Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-26T22:21:07.280Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-26T22:21:12.047Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-26T22:21:12.508Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-26T22:21:16.351Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-26T22:21:16.351Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-26T22:21:16.351Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-26T22:21:16.351Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-26T22:21:16.351Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-26T22:21:25.523Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-26T22:21:25.523Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-26T22:21:25.523Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-26T22:21:25.523Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-26T22:21:25.523Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-26T22:21:25.523Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-26T22:21:25.523Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-26T22:21:27.063Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-26T22:21:29.245Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-26T22:21:29.245Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-26T22:21:30.785Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-09-26T22:21:30.785Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-26T22:21:30.785Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-26T22:21:30.785Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-26T22:21:30.785Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-26T22:21:30.785Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-26T22:21:30.785Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-26T22:21:48.677Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-26T22:21:48.677Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-26T22:21:48.677Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-26T22:21:48.677Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-26T22:21:48.677Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-26T22:21:48.677Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-26T22:21:48.677Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-26T22:21:49.649Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-26T22:21:49.649Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-26T22:21:52.560Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-26T22:21:52.560Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-26T22:21:53.020Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-26T22:21:53.020Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-26T22:21:53.020Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-26T22:22:00.105Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-26T22:22:00.105Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-26T22:22:00.665Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-26T22:22:00.665Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-26T22:22:00.665Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-26T22:22:06.518Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-26T22:22:06.518Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-26T22:22:06.978Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-26T22:22:15.559Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-26T22:22:15.559Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite (2392.08s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.67s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (142.59s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.25s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (1.12s) [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.11s) [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.02s) [2019-09-26T22:22:16.021Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.15s) [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-09-26T22:22:16.021Z] requirement.go:26: unmatched requirement Apparmor [2019-09-26T22:22:16.021Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement Apparmor [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.08s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement IsPausable [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.44s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (105.40s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.45s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement UnixCli [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.37s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.31s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.81s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.96s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (10.37s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (4.12s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.90s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.82s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.94s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.13s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.54s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.16s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddTar (39.44s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.73s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.86s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.61s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.18s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.22s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.19s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.92s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.95s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.87s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.55s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (27.69s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.69s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.76s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.24s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.53s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.34s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement UnixCli [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.29s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.83s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCmd (0.49s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.97s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.95s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.13s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildContChar (12.93s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.48s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.92s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.80s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.44s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.73s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.62s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (10.03s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.66s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.64s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.37s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.60s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.02s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.80s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.59s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.94s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.23s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (7.28s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.42s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignore (51.94s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.78s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (61.60s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.75s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.83s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (28.66s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.92s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (19.98s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.22s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.29s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.14s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (80.57s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.47s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.38s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.04s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.40s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.53s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.78s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.59s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.35s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.98s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.82s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.85s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.11s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.60s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFails (1.91s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.68s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.70s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.09s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.59s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.26s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.41s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement UnixCli [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.46s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.63s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildHistory (10.22s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.82s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.85s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.70s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.28s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLabel (0.86s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.55s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.78s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.52s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLabels (0.85s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.43s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.82s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.48s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.80s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.48s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-09-26T22:22:16.022Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.04s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.65s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.05s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.60s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.49s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.97s) [2019-09-26T22:22:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.58s) [2019-09-26T22:22:16.022Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.89s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.62s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNoContext (7.38s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.67s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.07s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.24s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.02s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.14s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.61s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.39s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (13.08s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.22s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.32s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.03s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.63s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.03s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.88s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.19s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.15s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildRm (12.84s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.04s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.41s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.34s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.12s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.18s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.67s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.47s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.80s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.56s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.70s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.82s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildStderr (4.55s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.23s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.37s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.88s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.23s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.68s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.16s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.04s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.49s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.30s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.19s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (13.51s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.42s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.32s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.37s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.48s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.57s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.43s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.29s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.23s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.08s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.77s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-26T22:22:16.023Z] docker_cli_sni_test.go:18: Flakey test [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.87s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.30s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCommitChange (4.86s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.25s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.40s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCommitTTY (6.23s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.32s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.32s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.56s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.02s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.00s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.23s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.14s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.84s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.02s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.90s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.89s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.03s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.66s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.14s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.86s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.37s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.47s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.54s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.84s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.80s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.00s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.69s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.40s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.95s) [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc0009ee520 } [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1016879326 c:\foo false } [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1016879326 c:\foo true } [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.21s) [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 0 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 1 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 2 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 3 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 4 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 5 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 6 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 7 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 8 [2019-09-26T22:22:16.023Z] docker_api_containers_test.go:1927: case 9 [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.01s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.04s) [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2019-09-26T22:22:16.023Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.023Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.02s) [2019-09-26T22:22:16.023Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-09-26T22:22:16.023Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.96s) [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a654737321\file1 efc7d4f5a9f3499006d5bb063393e09790deebcdac3f39f802c91edf35eab512:/root/itWorks.txt` [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:279: checking that container "efc7d4f5a9f3499006d5bb063393e09790deebcdac3f39f802c91edf35eab512" start output contains "file1\n" [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:209: running `docker start -a efc7d4f5a9f3499006d5bb063393e09790deebcdac3f39f802c91edf35eab512` [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCpToCaseB (6.90s) [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b176618228\file1 13c6d6871fef9a1537e30812f345d6ed2d4e9470f27eba0c1df1ab660ee7ae38:testDir/` [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.73s) [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e087922627\dir1 bf9094ba27f2ae3e8553dca22dda52273cdc1f545c89dc5af5b9430c336e681c:testDir` [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:279: checking that container "bf9094ba27f2ae3e8553dca22dda52273cdc1f545c89dc5af5b9430c336e681c" start output contains "file1-1\n" [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:209: running `docker start -a bf9094ba27f2ae3e8553dca22dda52273cdc1f545c89dc5af5b9430c336e681c` [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e087922627\dir1 22588fa330dc6d764327ee6a827387ea7883630c1f3140906f177513d474e96a:testDir/` [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:279: checking that container "22588fa330dc6d764327ee6a827387ea7883630c1f3140906f177513d474e96a" start output contains "file1-1\n" [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:209: running `docker start -a 22588fa330dc6d764327ee6a827387ea7883630c1f3140906f177513d474e96a` [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.91s) [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h083001414\dir1\. 95b935edd91b962c596c35b2029e72698621480ea9365fd475f4f2f89ae494eb:testDir` [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:279: checking that container "95b935edd91b962c596c35b2029e72698621480ea9365fd475f4f2f89ae494eb" start output contains "file1-1\n" [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:209: running `docker start -a 95b935edd91b962c596c35b2029e72698621480ea9365fd475f4f2f89ae494eb` [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h083001414\dir1\. d2afc00fc36732de003ccd67e5401fa56a2f834c687b8d4ffa42884008e19657:testDir/` [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:279: checking that container "d2afc00fc36732de003ccd67e5401fa56a2f834c687b8d4ffa42884008e19657" start output contains "file1-1\n" [2019-09-26T22:22:16.024Z] docker_cli_cp_utils_test.go:209: running `docker start -a d2afc00fc36732de003ccd67e5401fa56a2f834c687b8d4ffa42884008e19657` [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCpToDot (2.04s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCpToStdout (2.17s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.65s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.91s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.86s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.60s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateRM (0.31s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.29s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.18s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.46s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.75s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (1.90s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.05s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.01s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.08s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (6.91s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsCopy (4.94s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.62s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.98s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.70s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.21s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.99s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.94s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFilters (4.19s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFormat (4.13s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsRename (2.16s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsResize (2.34s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.26s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.31s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.44s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.36s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.67s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.65s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.83s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.78s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.86s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.78s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.66s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.87s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecInspectID (4.31s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement IsPausable [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.21s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.92s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.31s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.74s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.64s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.44s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.74s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.45s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-09-26T22:22:16.024Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-09-26T22:22:16.024Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.15s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2019-09-26T22:22:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.57s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.90s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.59s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.83s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.05s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.52s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImportBadURL (2.40s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.33s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement IsPausable [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInfoFormat (0.13s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (6.76s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (6.69s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.94s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.96s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectDefault (1.83s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectHistory (4.60s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.95s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.84s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.89s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.84s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.82s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectStatus (2.37s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.56s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.05s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.85s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.74s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (6.79s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.87s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.85s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.62s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.63s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.31s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (6.82s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.90s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.90s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.05s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.00s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.31s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.14s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.08s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (6.77s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsSince (8.63s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsTail (2.58s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.20s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.93s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.67s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.68s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsByOrder (8.73s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.65s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.12s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-09-26T22:22:16.025Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.02s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.37s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.08s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.86s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.08s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.17s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.31s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (8.50s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.96s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.02s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.17s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.50s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.65s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.91s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.73s) [2019-09-26T22:22:16.025Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-09-26T22:22:16.025Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.01s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.30s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.45s) [2019-09-26T22:22:16.025Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.60s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.14s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.91s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.92s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.19s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiTag (0.68s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.04s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.74s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.21s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.77s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.05s) [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.93s) [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.79s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.47s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.89s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.13s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.90s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.97s) [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.026Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.84s) [2019-09-26T22:22:16.026Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-26T22:22:16.026Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.61s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.79s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.96s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.01s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.94s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.85s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.87s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (11.15s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.02s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (6.74s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.93s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.18s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunExitCode (2.21s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.85s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.87s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.01s) [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (13.27s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.29s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.67s) [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-09-26T22:22:16.487Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.487Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.17s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.19s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.59s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.33s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.96s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.85s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.85s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.01s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.81s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.51s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement Apparmor [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.17s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunRm (2.00s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.09s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.08s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.86s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.87s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.29s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.89s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.64s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.47s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement Apparmor [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.93s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.96s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.56s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.02s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.77s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.25s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.47s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.10s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.93s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.73s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.61s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.84s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.89s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement Apparmor [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.30s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.57s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.53s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.62s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.68s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.50s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement IsPausable [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.96s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.90s) [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.07s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.88s) [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-09-26T22:22:16.488Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.488Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.27s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.68s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.66s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.66s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.72s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.34s) [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-26T22:22:16.489Z] --- PASS: TestDockerRegistrySuite (0.00s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-26T22:22:16.489Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-26T22:22:16.489Z] --- PASS: TestDockerSchema1RegistrySuite (0.02s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-26T22:22:16.489Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-26T22:22:16.489Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-26T22:22:16.489Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] === RUN TestDockerDaemonSuite [2019-09-26T22:22:16.489Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-26T22:22:16.489Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-26T22:22:16.489Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-26T22:22:16.489Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-26T22:22:16.489Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-26T22:22:16.489Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.489Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] === RUN TestDockerSwarmSuite [2019-09-26T22:22:16.490Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-09-26T22:22:16.490Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-09-26T22:22:16.490Z] --- PASS: TestDockerPluginSuite (0.02s) [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] === RUN TestDockerExternalVolumeSuite [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] === RUN TestDockerNetworkSuite [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] === RUN TestDockerHubPullSuite [2019-09-26T22:22:16.490Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-09-26T22:22:16.490Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-26T22:22:16.490Z] PASS [2019-09-26T22:22:16.490Z] ok github.com/docker/docker/integration-cli 2392.852s [2019-09-26T22:22:16.490Z] INFO: Integration tests ended at 09/26/2019 22:22:16. Duration:00:40:00.6427395 [2019-09-26T22:22:16.490Z] INFO: Docker info of the daemon under test at end of run [2019-09-26T22:22:16.490Z] [2019-09-26T22:22:16.490Z] Containers: 2 [2019-09-26T22:22:16.490Z] Running: 0 [2019-09-26T22:22:16.490Z] Paused: 0 [2019-09-26T22:22:16.490Z] Stopped: 2 [2019-09-26T22:22:16.490Z] Images: 12 [2019-09-26T22:22:16.490Z] Server Version: 0.0.0-dev [2019-09-26T22:22:16.490Z] Storage Driver: windowsfilter [2019-09-26T22:22:16.490Z] Windows: [2019-09-26T22:22:16.490Z] Logging Driver: json-file [2019-09-26T22:22:16.490Z] Plugins: [2019-09-26T22:22:16.490Z] Volume: local [2019-09-26T22:22:16.490Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-26T22:22:16.490Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-26T22:22:16.490Z] Swarm: inactive [2019-09-26T22:22:16.490Z] Default Isolation: process [2019-09-26T22:22:16.490Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-26T22:22:16.490Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-26T22:22:16.490Z] OSType: windows [2019-09-26T22:22:16.490Z] Architecture: x86_64 [2019-09-26T22:22:16.490Z] CPUs: 4 [2019-09-26T22:22:16.490Z] Total Memory: 32GiB [2019-09-26T22:22:16.490Z] Name: azwin-2-8aa2e0 [2019-09-26T22:22:16.490Z] ID: HYRG:CROX:ESX6:SLPB:33DG:NZE6:FRST:DJ7F:5N5K:ZSWO:K35C:I2Q2 [2019-09-26T22:22:16.490Z] Docker Root Dir: D:\CI\PR-39994\2\daemon [2019-09-26T22:22:16.490Z] Debug Mode (client): false [2019-09-26T22:22:16.490Z] Debug Mode (server): true [2019-09-26T22:22:16.490Z] File Descriptors: -1 [2019-09-26T22:22:16.490Z] Goroutines: 18 [2019-09-26T22:22:16.490Z] System Time: 2019-09-26T22:22:16.2464043Z [2019-09-26T22:22:16.490Z] EventsListeners: 0 [2019-09-26T22:22:16.490Z] Registry: https://index.docker.io/v1/ [2019-09-26T22:22:16.490Z] Labels: [2019-09-26T22:22:16.490Z] Experimental: false [2019-09-26T22:22:16.490Z] Insecure Registries: [2019-09-26T22:22:16.490Z] 127.0.0.0/8 [2019-09-26T22:22:16.490Z] Live Restore Enabled: false [2019-09-26T22:22:16.490Z] [2019-09-26T22:22:16.490Z] [2019-09-26T22:22:16.490Z] INFO: Stopping daemon under test [2019-09-26T22:22:16.490Z] SUCCESS: The process with PID 3096 (child process of PID 4900) has been terminated. [2019-09-26T22:22:16.490Z] SUCCESS: The process with PID 4900 (child process of PID 3052) has been terminated. [2019-09-26T22:22:16.490Z] INFO: Stop tailing logs of the daemon under tests [2019-09-26T22:22:16.490Z] INFO: executeCI.ps1 Completed successfully at 09/26/2019 22:22:16. [2019-09-26T22:22:16.490Z] INFO: Tidying up at end of run [2019-09-26T22:22:16.490Z] INFO: Saving daemon under test log (d:\CI\PR-39994\2\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-26T22:22:16.953Z] INFO: Saving daemon under test log (d:\CI\PR-39994\2\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-26T22:22:16.953Z] INFO: Nuke-Everything... [2019-09-26T22:22:16.953Z] INFO: Container count on control daemon to delete is 2 [2019-09-26T22:22:17.413Z] defa8df71092 [2019-09-26T22:22:17.413Z] c5dfb5b7e506 [2019-09-26T22:22:17.970Z] INFO: Tidying pidfile d:\CI\PR-39994\2\docker.pid [2019-09-26T22:22:17.970Z] INFO: Nuking d:\CI [2019-09-26T22:22:48.050Z] INFO: Zapped successfully [2019-09-26T22:22:48.050Z] [2019-09-26T22:22:48.050Z] INFO: executeCI.ps1 exiting at Thu Sep 26 22:22:46 CUT 2019. Duration 01:03:43.3532494 [2019-09-26T22:22:48.050Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-26T22:22:50.031Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-26T22:22:51.790Z] Archiving artifacts [2019-09-26T22:23:09.541Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39994/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-26T22:23:10.468Z] + make clean [2019-09-26T22:23:11.442Z] docker volume rm -f docker-dev-cache [2019-09-26T22:23:11.903Z] 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