Pull request #40082 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 05469b5fa2b48cf20cd0137ca8c45645b63049ff+1e000435e60da678f3cb44ce4e5153d70328742c (f29a714d21bdfb4f1ebe445788ae6c27b38ea334) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-10-17T21:50:15.937Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-17T21:50:15.943Z] Trying to pass milestone 4 [Pipeline] milestone [2019-10-17T21:50:15.960Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-17T21:50:16.126Z] Running on ubuntu-1804-overlay2 (i-076e8013e617d1727) in /home/ubuntu/workspace/moby_PR-40082 [Pipeline] { [Pipeline] checkout [2019-10-17T21:50:16.178Z] using credential docker-jenkins-github-credentials [2019-10-17T21:50:16.186Z] Cloning the remote Git repository [2019-10-17T21:50:16.186Z] Cloning with configured refspecs honoured and without tags [2019-10-17T21:50:16.189Z] Cloning repository https://github.com/moby/moby.git [2019-10-17T21:50:16.189Z] > git init /home/ubuntu/workspace/moby_PR-40082 # timeout=10 [2019-10-17T21:50:16.211Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:16.211Z] > git --version # timeout=10 [2019-10-17T21:50:16.215Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:16.216Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:50:30.131Z] Fetching without tags [2019-10-17T21:50:30.079Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:50:30.082Z] > git config --add remote.origin.fetch +refs/pull/40082/head:refs/remotes/origin/PR-40082 # timeout=10 [2019-10-17T21:50:30.106Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-17T21:50:30.116Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:50:30.133Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:30.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:30.134Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:50:30.417Z] Merging remotes/origin/master commit 1e000435e60da678f3cb44ce4e5153d70328742c into PR head commit 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:31.422Z] Merge succeeded, producing 4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T21:50:31.423Z] Checking out Revision 4ba75de5363e5980244579051d740fe2620c70fe (PR-40082) [2019-10-17T21:50:31.497Z] Commit message: "Merge commit '1e000435e60da678f3cb44ce4e5153d70328742c' into HEAD" [2019-10-17T21:50:31.503Z] First time build. Skipping changelog. [2019-10-17T21:50:30.419Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:30.427Z] > git checkout -f 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:30.955Z] > git merge 1e000435e60da678f3cb44ce4e5153d70328742c # timeout=10 [2019-10-17T21:50:31.417Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-17T21:50:31.425Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:31.430Z] > git checkout -f 4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T21:50:31.499Z] > git rev-list --no-walk 9f7df27ba4b6ef16f804afcc3895d681d91f6242 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-17T21:50:32.494Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40082:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-10-17T21:50:35.765Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2019-10-17T21:50:36.920Z] Running on ubuntu-1804-overlay2 (i-076e8013e617d1727) in /home/ubuntu/workspace/moby_PR-40082 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-10-17T21:50:36.953Z] Running on ubuntu-1604-overlay2-arm64v8 (i-04dd3da5d080d73d8) in /home/ubuntu/workspace/moby_PR-40082 [Pipeline] { [2019-10-17T21:50:36.969Z] Running on ppc64le-ubuntu-20 in /home/docker/workspace/moby_PR-40082 [Pipeline] checkout [2019-10-17T21:50:36.989Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-10-17T21:50:37.004Z] Fetching changes from the remote Git repository [Pipeline] // stage [2019-10-17T21:50:37.011Z] Fetching without tags [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [2019-10-17T21:50:36.998Z] > git rev-parse --is-inside-work-tree # timeout=10 [2019-10-17T21:50:37.006Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:50:37.014Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:37.014Z] > git --version # timeout=10 [2019-10-17T21:50:37.019Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:37.020Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2019-10-17T21:50:37.087Z] Running on s390x-ubuntu-02 in /home/jenkins/workspace/moby_PR-40082 [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] { [2019-10-17T21:50:37.125Z] using credential docker-jenkins-github-credentials [2019-10-17T21:50:37.134Z] Cloning the remote Git repository [2019-10-17T21:50:37.134Z] Cloning with configured refspecs honoured and without tags [2019-10-17T21:50:37.139Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [2019-10-17T21:50:37.155Z] Cloning the remote Git repository [2019-10-17T21:50:37.155Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-17T21:50:37.268Z] Merging remotes/origin/master commit 1e000435e60da678f3cb44ce4e5153d70328742c into PR head commit 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:37.386Z] Merge succeeded, producing d97b03839ebbd7936ebb023201214736c717ad3d [2019-10-17T21:50:37.387Z] Checking out Revision d97b03839ebbd7936ebb023201214736c717ad3d (PR-40082) [2019-10-17T21:50:37.430Z] using credential docker-jenkins-github-credentials [2019-10-17T21:50:37.445Z] Commit message: "Merge commit '1e000435e60da678f3cb44ce4e5153d70328742c' into HEAD" [2019-10-17T21:50:37.453Z] First time build. Skipping changelog. [2019-10-17T21:50:37.482Z] Cloning the remote Git repository [2019-10-17T21:50:37.482Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-17T21:50:37.157Z] Cloning repository https://github.com/moby/moby.git [2019-10-17T21:50:37.157Z] > git init /home/docker/workspace/moby_PR-40082 # timeout=10 [2019-10-17T21:50:37.173Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:37.173Z] > git --version # timeout=10 [2019-10-17T21:50:37.177Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:37.178Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:50:37.270Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:37.284Z] > git checkout -f 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:37.326Z] > git merge 1e000435e60da678f3cb44ce4e5153d70328742c # timeout=10 [2019-10-17T21:50:37.378Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-17T21:50:37.389Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:37.395Z] > git checkout -f d97b03839ebbd7936ebb023201214736c717ad3d [2019-10-17T21:50:37.447Z] > git rev-list --no-walk 9f7df27ba4b6ef16f804afcc3895d681d91f6242 # timeout=10 [2019-10-17T21:50:37.150Z] Cloning repository https://github.com/moby/moby.git [2019-10-17T21:50:37.151Z] > git init /home/ubuntu/workspace/moby_PR-40082 # timeout=10 [2019-10-17T21:50:37.163Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:37.163Z] > git --version # timeout=10 [2019-10-17T21:50:37.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:37.169Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:50:38.206Z] + docker version [2019-10-17T21:50:38.206Z] Client: Docker Engine - Community [2019-10-17T21:50:38.206Z] Version: 19.03.2 [2019-10-17T21:50:38.206Z] API version: 1.40 [2019-10-17T21:50:38.206Z] Go version: go1.12.8 [2019-10-17T21:50:38.206Z] Git commit: 6a30dfc [2019-10-17T21:50:38.206Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-17T21:50:38.206Z] OS/Arch: linux/amd64 [2019-10-17T21:50:38.206Z] Experimental: false [2019-10-17T21:50:38.206Z] [2019-10-17T21:50:38.206Z] Server: Docker Engine - Community [2019-10-17T21:50:38.206Z] Engine: [2019-10-17T21:50:38.206Z] Version: 19.03.2 [2019-10-17T21:50:38.206Z] API version: 1.40 (minimum version 1.12) [2019-10-17T21:50:38.206Z] Go version: go1.12.8 [2019-10-17T21:50:38.206Z] Git commit: 6a30dfc [2019-10-17T21:50:38.206Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-17T21:50:38.206Z] OS/Arch: linux/amd64 [2019-10-17T21:50:38.206Z] Experimental: true [2019-10-17T21:50:38.206Z] containerd: [2019-10-17T21:50:38.206Z] Version: 1.2.6 [2019-10-17T21:50:38.206Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-17T21:50:38.206Z] runc: [2019-10-17T21:50:38.206Z] Version: 1.0.0-rc8 [2019-10-17T21:50:38.206Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-17T21:50:38.206Z] docker-init: [2019-10-17T21:50:38.206Z] Version: 0.18.0 [2019-10-17T21:50:38.206Z] GitCommit: fec3683 [Pipeline] sh [2019-10-17T21:50:37.522Z] Cloning repository https://github.com/moby/moby.git [2019-10-17T21:50:37.525Z] > git init /home/jenkins/workspace/moby_PR-40082 # timeout=10 [2019-10-17T21:50:37.558Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:37.560Z] > git --version # timeout=10 [2019-10-17T21:50:37.579Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:37.583Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:50:38.488Z] + docker info [2019-10-17T21:50:39.416Z] Client: [2019-10-17T21:50:39.416Z] Debug Mode: false [2019-10-17T21:50:39.416Z] [2019-10-17T21:50:39.416Z] Server: [2019-10-17T21:50:39.416Z] Containers: 0 [2019-10-17T21:50:39.416Z] Running: 0 [2019-10-17T21:50:39.416Z] Paused: 0 [2019-10-17T21:50:39.416Z] Stopped: 0 [2019-10-17T21:50:39.416Z] Images: 5 [2019-10-17T21:50:39.416Z] Server Version: 19.03.2 [2019-10-17T21:50:39.416Z] Storage Driver: overlay2 [2019-10-17T21:50:39.416Z] Backing Filesystem: extfs [2019-10-17T21:50:39.417Z] Supports d_type: true [2019-10-17T21:50:39.417Z] Native Overlay Diff: true [2019-10-17T21:50:39.417Z] Logging Driver: json-file [2019-10-17T21:50:39.417Z] Cgroup Driver: cgroupfs [2019-10-17T21:50:39.417Z] Plugins: [2019-10-17T21:50:39.417Z] Volume: local [2019-10-17T21:50:39.417Z] Network: bridge host ipvlan macvlan null overlay [2019-10-17T21:50:39.417Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-17T21:50:39.417Z] Swarm: inactive [2019-10-17T21:50:39.417Z] Runtimes: runc [2019-10-17T21:50:39.417Z] Default Runtime: runc [2019-10-17T21:50:39.417Z] Init Binary: docker-init [2019-10-17T21:50:39.417Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-17T21:50:39.417Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-17T21:50:39.417Z] init version: fec3683 [2019-10-17T21:50:39.417Z] Security Options: [2019-10-17T21:50:39.417Z] apparmor [2019-10-17T21:50:39.417Z] seccomp [2019-10-17T21:50:39.417Z] Profile: default [2019-10-17T21:50:39.417Z] Kernel Version: 4.15.0-1048-aws [2019-10-17T21:50:39.417Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-17T21:50:39.417Z] OSType: linux [2019-10-17T21:50:39.417Z] Architecture: x86_64 [2019-10-17T21:50:39.417Z] CPUs: 2 [2019-10-17T21:50:39.417Z] Total Memory: 7.501GiB [2019-10-17T21:50:39.417Z] Name: ip-10-100-107-252 [2019-10-17T21:50:39.417Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-17T21:50:39.417Z] Docker Root Dir: /var/lib/docker [2019-10-17T21:50:39.417Z] Debug Mode: false [2019-10-17T21:50:39.417Z] Registry: https://index.docker.io/v1/ [2019-10-17T21:50:39.417Z] Labels: [2019-10-17T21:50:39.417Z] Experimental: true [2019-10-17T21:50:39.417Z] Insecure Registries: [2019-10-17T21:50:39.417Z] 127.0.0.0/8 [2019-10-17T21:50:39.417Z] Live Restore Enabled: true [2019-10-17T21:50:39.417Z] [2019-10-17T21:50:39.417Z] WARNING: No swap limit support [Pipeline] sh [2019-10-17T21:50:39.699Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:50:39.699Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:50:39.699Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40082/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-17T21:50:39.699Z] + bash /home/ubuntu/workspace/moby_PR-40082/check-config.sh [2019-10-17T21:50:39.699Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-17T21:50:39.699Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-17T21:50:39.699Z] [2019-10-17T21:50:39.699Z] Generally Necessary: [2019-10-17T21:50:39.699Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-17T21:50:39.699Z] - apparmor: enabled and tools installed [2019-10-17T21:50:39.699Z] - CONFIG_NAMESPACES: enabled [2019-10-17T21:50:39.699Z] - CONFIG_NET_NS: enabled [2019-10-17T21:50:39.699Z] - CONFIG_PID_NS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_IPC_NS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_UTS_NS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUPS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CPUSETS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_MEMCG: enabled [2019-10-17T21:50:39.956Z] - CONFIG_KEYS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_VETH: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-17T21:50:39.956Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-17T21:50:39.956Z] [2019-10-17T21:50:39.956Z] Optional Features: [2019-10-17T21:50:39.956Z] - CONFIG_USER_NS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_SECCOMP: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-17T21:50:39.956Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-17T21:50:39.956Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-17T21:50:39.956Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-17T21:50:39.956Z] - CONFIG_BLK_CGROUP: enabled [2019-10-17T21:50:39.956Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-17T21:50:39.956Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_PERF: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-17T21:50:39.956Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-17T21:50:39.956Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-17T21:50:39.956Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-17T21:50:39.956Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-17T21:50:39.956Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_IP_VS: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-17T21:50:39.956Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-17T21:50:39.956Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-17T21:50:39.956Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-17T21:50:39.956Z] - CONFIG_EXT4_FS: enabled [2019-10-17T21:50:39.956Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-17T21:50:40.212Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-17T21:50:40.212Z] - Network Drivers: [2019-10-17T21:50:40.212Z] - "overlay": [2019-10-17T21:50:40.212Z] - CONFIG_VXLAN: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-17T21:50:40.212Z] Optional (for encrypted networks): [2019-10-17T21:50:40.212Z] - CONFIG_CRYPTO: enabled [2019-10-17T21:50:40.212Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-17T21:50:40.212Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-17T21:50:40.212Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-17T21:50:40.212Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-17T21:50:40.212Z] - CONFIG_XFRM: enabled [2019-10-17T21:50:40.212Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-17T21:50:40.212Z] - "ipvlan": [2019-10-17T21:50:40.212Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-17T21:50:40.212Z] - "macvlan": [2019-10-17T21:50:40.212Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_DUMMY: enabled (as module) [2019-10-17T21:50:40.212Z] - "ftp,tftp client in container": [2019-10-17T21:50:40.212Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-17T21:50:40.212Z] - Storage Drivers: [2019-10-17T21:50:40.212Z] - "aufs": [2019-10-17T21:50:40.212Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-17T21:50:40.212Z] - "btrfs": [2019-10-17T21:50:40.212Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-17T21:50:40.212Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-17T21:50:40.212Z] - "devicemapper": [2019-10-17T21:50:40.212Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-17T21:50:40.212Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-17T21:50:40.212Z] - "overlay": [2019-10-17T21:50:40.212Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-17T21:50:40.212Z] - "zfs": [2019-10-17T21:50:40.212Z] - /dev/zfs: missing [2019-10-17T21:50:40.212Z] - zfs command: missing [2019-10-17T21:50:40.212Z] - zpool command: missing [2019-10-17T21:50:40.212Z] [2019-10-17T21:50:40.212Z] Limits: [2019-10-17T21:50:40.212Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-17T21:50:40.212Z] [2019-10-17T21:50:40.212Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-17T21:50:40.539Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4ba75de5363e5980244579051d740fe2620c70fe . [2019-10-17T21:50:40.539Z] #2 [internal] load .dockerignore [2019-10-17T21:50:40.539Z] #2 transferring context: 87B done [2019-10-17T21:50:40.539Z] #2 DONE 0.0s [2019-10-17T21:50:40.539Z] [2019-10-17T21:50:40.539Z] #1 [internal] load build definition from Dockerfile [2019-10-17T21:50:40.539Z] #1 transferring dockerfile: 14.63kB done [2019-10-17T21:50:40.539Z] #1 DONE 0.0s [2019-10-17T21:50:40.539Z] [2019-10-17T21:50:40.539Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-17T21:50:40.796Z] #3 DONE 0.1s [2019-10-17T21:50:40.796Z] [2019-10-17T21:50:40.796Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-17T21:50:40.796Z] #4 CACHED [2019-10-17T21:50:41.358Z] [2019-10-17T21:50:41.358Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-17T21:50:41.358Z] #5 DONE 0.0s [2019-10-17T21:50:41.358Z] [2019-10-17T21:50:41.358Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-17T21:50:41.358Z] #6 DONE 0.1s [2019-10-17T21:50:41.615Z] [2019-10-17T21:50:41.615Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-17T21:50:41.615Z] #65 DONE 0.0s [2019-10-17T21:50:41.615Z] [2019-10-17T21:50:41.615Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:50:41.615Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 done [2019-10-17T21:50:41.615Z] #7 DONE 0.0s [2019-10-17T21:50:41.615Z] [2019-10-17T21:50:41.615Z] #19 [internal] load build context [2019-10-17T21:50:42.993Z] #19 transferring context: 45.62MB 1.2s done [2019-10-17T21:50:42.993Z] #19 DONE 1.2s [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-17T21:50:42.993Z] #12 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:50:42.993Z] #38 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-17T21:50:42.993Z] #46 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-17T21:50:42.993Z] #58 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #60 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-17T21:50:42.993Z] #53 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #48 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #45 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-17T21:50:42.993Z] #63 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:50:42.993Z] #36 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:50:42.993Z] #54 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:42.993Z] #20 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:50:42.993Z] #41 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:42.993Z] #22 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:50:42.993Z] #10 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:50:42.993Z] #33 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-17T21:50:42.993Z] #66 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-17T21:50:42.993Z] #25 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #55 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:42.993Z] #47 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:50:42.993Z] #24 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-17T21:50:42.993Z] #23 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #64 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:50:42.993Z] #26 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:50:42.993Z] #40 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-17T21:50:42.993Z] #27 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:50:42.993Z] #17 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:50:42.993Z] #68 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-17T21:50:42.993Z] #30 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #16 [dev 6/24] RUN ldconfig [2019-10-17T21:50:42.993Z] #16 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-17T21:50:42.993Z] #13 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:50:42.993Z] #56 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-17T21:50:42.993Z] #14 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-17T21:50:42.993Z] #35 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-17T21:50:42.993Z] #49 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:42.993Z] #59 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-17T21:50:42.993Z] #67 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:50:42.993Z] #44 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #37 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #69 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:50:42.993Z] #31 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-17T21:50:42.993Z] #61 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:50:42.993Z] #28 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-17T21:50:42.993Z] #15 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-17T21:50:42.993Z] #43 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:42.993Z] #50 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-17T21:50:42.993Z] #8 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #32 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #51 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #29 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-17T21:50:42.993Z] #42 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-17T21:50:42.993Z] #21 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:42.993Z] #62 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-17T21:50:42.993Z] #9 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T21:50:42.993Z] #18 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:42.993Z] #52 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:42.993Z] #34 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-17T21:50:42.993Z] #39 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-17T21:50:42.993Z] #11 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:42.993Z] #57 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-17T21:50:42.993Z] #70 CACHED [2019-10-17T21:50:42.993Z] [2019-10-17T21:50:42.993Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-17T21:50:44.361Z] #71 DONE 1.4s [2019-10-17T21:50:44.361Z] [2019-10-17T21:50:44.361Z] #72 exporting to image [2019-10-17T21:50:44.361Z] #72 exporting layers [2019-10-17T21:50:44.924Z] #72 exporting layers 0.7s done [2019-10-17T21:50:44.924Z] #72 writing image sha256:00c7fde26d6bde5c53e3a31d8d3de9ca8709067e269ee14d70c63b5c11d27d0f done [2019-10-17T21:50:44.924Z] #72 naming to docker.io/library/docker:4ba75de5363e5980244579051d740fe2620c70fe done [2019-10-17T21:50:44.924Z] #72 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-17T21:50:45.257Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40082/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/validate/default [2019-10-17T21:50:46.197Z] Congratulations! All commits are properly signed with the DCO! [2019-10-17T21:50:46.454Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-17T21:50:46.454Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-17T21:50:46.454Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-10-17T21:50:46.573Z] Fetching without tags [2019-10-17T21:50:46.430Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:50:46.450Z] > git config --add remote.origin.fetch +refs/pull/40082/head:refs/remotes/origin/PR-40082 # timeout=10 [2019-10-17T21:50:46.469Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-17T21:50:46.535Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:50:46.609Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:46.612Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:46.613Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:50:46.984Z] Merging remotes/origin/master commit 1e000435e60da678f3cb44ce4e5153d70328742c into PR head commit 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:48.189Z] Merge succeeded, producing 0065965e835af26a9535752c8c9d86a5a4924da4 [2019-10-17T21:50:48.190Z] Checking out Revision 0065965e835af26a9535752c8c9d86a5a4924da4 (PR-40082) [2019-10-17T21:50:47.015Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:47.034Z] > git checkout -f 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:47.639Z] > git merge 1e000435e60da678f3cb44ce4e5153d70328742c # timeout=10 [2019-10-17T21:50:48.148Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-17T21:50:48.221Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:48.242Z] > git checkout -f 0065965e835af26a9535752c8c9d86a5a4924da4 [2019-10-17T21:50:48.684Z] Commit message: "Merge commit '1e000435e60da678f3cb44ce4e5153d70328742c' into HEAD" [2019-10-17T21:50:48.764Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-17T21:50:48.718Z] > git rev-list --no-walk 9f7df27ba4b6ef16f804afcc3895d681d91f6242 # timeout=10 [2019-10-17T21:50:50.140Z] + docker version [2019-10-17T21:50:50.140Z] Client: [2019-10-17T21:50:50.140Z] Version: 18.06.3-ce [2019-10-17T21:50:50.140Z] API version: 1.38 [2019-10-17T21:50:50.140Z] Go version: go1.10.3 [2019-10-17T21:50:50.140Z] Git commit: d7080c1 [2019-10-17T21:50:50.140Z] Built: Wed Feb 20 02:27:09 2019 [2019-10-17T21:50:50.140Z] OS/Arch: linux/s390x [2019-10-17T21:50:50.140Z] Experimental: false [2019-10-17T21:50:50.140Z] [2019-10-17T21:50:50.140Z] Server: [2019-10-17T21:50:50.140Z] Engine: [2019-10-17T21:50:50.140Z] Version: 18.06.3-ce [2019-10-17T21:50:50.140Z] API version: 1.38 (minimum version 1.12) [2019-10-17T21:50:50.140Z] Go version: go1.10.3 [2019-10-17T21:50:50.140Z] Git commit: d7080c1 [2019-10-17T21:50:50.140Z] Built: Wed Feb 20 02:26:03 2019 [2019-10-17T21:50:50.140Z] OS/Arch: linux/s390x [2019-10-17T21:50:50.140Z] Experimental: true [Pipeline] sh [2019-10-17T21:50:50.979Z] + docker info [2019-10-17T21:50:50.979Z] Containers: 0 [2019-10-17T21:50:50.979Z] Running: 0 [2019-10-17T21:50:50.979Z] Paused: 0 [2019-10-17T21:50:50.979Z] Stopped: 0 [2019-10-17T21:50:50.979Z] Images: 0 [2019-10-17T21:50:50.979Z] Server Version: 18.06.3-ce [2019-10-17T21:50:50.979Z] Storage Driver: overlay2 [2019-10-17T21:50:50.979Z] Backing Filesystem: extfs [2019-10-17T21:50:50.979Z] Supports d_type: true [2019-10-17T21:50:50.979Z] Native Overlay Diff: true [2019-10-17T21:50:50.979Z] Logging Driver: json-file [2019-10-17T21:50:50.979Z] Cgroup Driver: cgroupfs [2019-10-17T21:50:50.979Z] Plugins: [2019-10-17T21:50:50.979Z] Volume: local [2019-10-17T21:50:50.979Z] Network: bridge host ipvlan macvlan null overlay [2019-10-17T21:50:50.979Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-17T21:50:50.979Z] Swarm: inactive [2019-10-17T21:50:50.979Z] Runtimes: runc [2019-10-17T21:50:50.979Z] Default Runtime: runc [2019-10-17T21:50:50.979Z] Init Binary: docker-init [2019-10-17T21:50:50.979Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-17T21:50:50.979Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-10-17T21:50:50.979Z] init version: fec3683 [2019-10-17T21:50:50.979Z] Security Options: [2019-10-17T21:50:50.979Z] apparmor [2019-10-17T21:50:50.979Z] seccomp [2019-10-17T21:50:50.979Z] Profile: default [2019-10-17T21:50:50.979Z] Kernel Version: 4.4.0-161-generic [2019-10-17T21:50:50.979Z] Operating System: Ubuntu 16.04.5 LTS [2019-10-17T21:50:50.979Z] OSType: linux [2019-10-17T21:50:50.979Z] Architecture: s390x [2019-10-17T21:50:50.979Z] CPUs: 2 [2019-10-17T21:50:50.979Z] Total Memory: 7.862GiB [2019-10-17T21:50:50.979Z] Name: s390x-ubuntu-02 [2019-10-17T21:50:50.979Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-17T21:50:50.979Z] Docker Root Dir: /var/lib/docker [2019-10-17T21:50:50.979Z] Debug Mode (client): false [2019-10-17T21:50:50.979Z] Debug Mode (server): false [2019-10-17T21:50:50.979Z] Username: dockerbuildbot [2019-10-17T21:50:50.979Z] Registry: https://index.docker.io/v1/ [2019-10-17T21:50:50.979Z] Labels: [2019-10-17T21:50:50.979Z] Experimental: true [2019-10-17T21:50:50.979Z] Insecure Registries: [2019-10-17T21:50:50.979Z] 127.0.0.0/8 [2019-10-17T21:50:50.979Z] Live Restore Enabled: false [2019-10-17T21:50:50.979Z] [2019-10-17T21:50:50.979Z] WARNING: No swap limit support [Pipeline] sh [2019-10-17T21:50:51.120Z] Fetching without tags [2019-10-17T21:50:51.104Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:50:51.109Z] > git config --add remote.origin.fetch +refs/pull/40082/head:refs/remotes/origin/PR-40082 # timeout=10 [2019-10-17T21:50:51.119Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-17T21:50:51.126Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:50:51.136Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:50:51.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:50:51.137Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:50:51.551Z] Merging remotes/origin/master commit 1e000435e60da678f3cb44ce4e5153d70328742c into PR head commit 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:51.872Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:50:51.873Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:50:51.873Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40082/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-17T21:50:51.873Z] + bash /home/jenkins/workspace/moby_PR-40082/check-config.sh [2019-10-17T21:50:51.873Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-17T21:50:51.873Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-10-17T21:50:51.873Z] [2019-10-17T21:50:51.873Z] Generally Necessary: [2019-10-17T21:50:51.873Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-17T21:50:51.873Z] - apparmor: enabled and tools installed [2019-10-17T21:50:51.873Z] - CONFIG_NAMESPACES: enabled [2019-10-17T21:50:51.916Z] Still waiting to schedule task [2019-10-17T21:50:51.916Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2019-10-17T21:50:51.927Z] Still waiting to schedule task [2019-10-17T21:50:51.927Z] Waiting for next available executor on ‘windows-2019’ [2019-10-17T21:50:52.256Z] - CONFIG_NET_NS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_PID_NS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_IPC_NS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_UTS_NS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUPS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CPUSETS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_MEMCG: enabled [2019-10-17T21:50:52.256Z] - CONFIG_KEYS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_VETH: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-17T21:50:52.256Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-17T21:50:52.256Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-17T21:50:52.256Z] [2019-10-17T21:50:52.256Z] Optional Features: [2019-10-17T21:50:52.256Z] - CONFIG_USER_NS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_SECCOMP: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-17T21:50:52.256Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-17T21:50:52.256Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-17T21:50:52.256Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-17T21:50:52.256Z] - CONFIG_BLK_CGROUP: enabled [2019-10-17T21:50:52.256Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-17T21:50:52.256Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_PERF: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-17T21:50:52.256Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-17T21:50:52.256Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-17T21:50:52.256Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-17T21:50:52.256Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_IP_VS: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-17T21:50:52.256Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-17T21:50:52.256Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-17T21:50:52.256Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_EXT4_FS: enabled [2019-10-17T21:50:52.256Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-17T21:50:52.256Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-17T21:50:52.256Z] - Network Drivers: [2019-10-17T21:50:52.256Z] - "overlay": [2019-10-17T21:50:52.256Z] - CONFIG_VXLAN: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-17T21:50:52.256Z] Optional (for encrypted networks): [2019-10-17T21:50:52.256Z] - CONFIG_CRYPTO: enabled [2019-10-17T21:50:52.256Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_XFRM: enabled [2019-10-17T21:50:52.256Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-17T21:50:52.256Z] - "ipvlan": [2019-10-17T21:50:52.256Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-17T21:50:52.256Z] - "macvlan": [2019-10-17T21:50:52.256Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_DUMMY: enabled (as module) [2019-10-17T21:50:52.256Z] - "ftp,tftp client in container": [2019-10-17T21:50:52.256Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-17T21:50:52.256Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-17T21:50:52.256Z] - Storage Drivers: [2019-10-17T21:50:52.256Z] - "aufs": [2019-10-17T21:50:52.256Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-17T21:50:52.256Z] - "btrfs": [2019-10-17T21:50:52.256Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-17T21:50:52.620Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-17T21:50:52.620Z] - "devicemapper": [2019-10-17T21:50:52.620Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-17T21:50:52.620Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-17T21:50:52.620Z] - "overlay": [2019-10-17T21:50:52.620Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-17T21:50:52.620Z] - "zfs": [2019-10-17T21:50:52.620Z] - /dev/zfs: missing [2019-10-17T21:50:52.620Z] - zfs command: missing [2019-10-17T21:50:52.620Z] - zpool command: missing [2019-10-17T21:50:52.620Z] [2019-10-17T21:50:52.620Z] Limits: [2019-10-17T21:50:52.620Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-17T21:50:52.620Z] [2019-10-17T21:50:52.620Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-17T21:50:51.567Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:51.571Z] > git checkout -f 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:50:52.456Z] > git merge 1e000435e60da678f3cb44ce4e5153d70328742c # timeout=10 [2019-10-17T21:50:53.043Z] Merge succeeded, producing b9d6e1154d3d06505c60b84fff5e26cc996dbf70 [2019-10-17T21:50:53.044Z] Checking out Revision b9d6e1154d3d06505c60b84fff5e26cc996dbf70 (PR-40082) [2019-10-17T21:50:53.144Z] Commit message: "Merge commit '1e000435e60da678f3cb44ce4e5153d70328742c' into HEAD" [2019-10-17T21:50:53.156Z] First time build. Skipping changelog. [2019-10-17T21:50:53.470Z] + make bundles/buildx [2019-10-17T21:50:53.470Z] mkdir bundles [2019-10-17T21:50:53.470Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-17T21:50:53.470Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-17T21:50:53.470Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-17T21:50:53.470Z] --build-arg BUILDX_COMMIT \ [2019-10-17T21:50:53.470Z] --build-arg BUILDX_REPO \ [2019-10-17T21:50:53.470Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-17T21:50:53.470Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-17T21:50:53.470Z] . && \ [2019-10-17T21:50:53.470Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-17T21:50:53.470Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-17T21:50:53.470Z] /bin/sh: 4: go: not found [2019-10-17T21:50:53.470Z] /bin/sh: 5: go: not found [2019-10-17T21:50:53.470Z] [2019-10-17T21:50:53.470Z] #1 local://dockerfile (Dockerfile.buildx) [2019-10-17T21:50:53.470Z] #1 digest: sha256:3dc4b9c675c54d3ada9411e5e685a03ee3d1898357185ceea7dfc5b0faed9ee8 [2019-10-17T21:50:53.470Z] #1 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-17T21:50:53.470Z] #1 started: 2019-10-17 21:50:53.378817143 +0000 UTC [2019-10-17T21:50:53.470Z] #1 completed: 2019-10-17 21:50:53.378887282 +0000 UTC [2019-10-17T21:50:53.470Z] #1 duration: 70.139µs [2019-10-17T21:50:53.470Z] [2019-10-17T21:50:53.470Z] [2019-10-17T21:50:53.470Z] #2 local://context (.dockerignore) [2019-10-17T21:50:53.470Z] #2 digest: sha256:d951e3ed9bd7118c4d4373e487f409717a77ab01ffcb27cfc35db4c41067472a [2019-10-17T21:50:53.470Z] #2 name: "local://context (.dockerignore)" [2019-10-17T21:50:53.470Z] #2 started: 2019-10-17 21:50:53.37946354 +0000 UTC [2019-10-17T21:50:53.470Z] #2 completed: 2019-10-17 21:50:53.37950231 +0000 UTC [2019-10-17T21:50:53.470Z] #2 duration: 38.77µs [2019-10-17T21:50:53.470Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-17T21:50:53.840Z] [2019-10-17T21:50:53.840Z] #1 local://dockerfile (Dockerfile.buildx) [2019-10-17T21:50:53.840Z] #1 started: 2019-10-17 21:50:53.387744485 +0000 UTC [2019-10-17T21:50:53.840Z] #1 completed: 2019-10-17 21:50:53.415803856 +0000 UTC [2019-10-17T21:50:53.840Z] #1 duration: 28.059371ms [2019-10-17T21:50:53.840Z] #1 transferring dockerfile: 792B 0.0s done [2019-10-17T21:50:53.840Z] [2019-10-17T21:50:53.840Z] [2019-10-17T21:50:53.840Z] #2 local://context (.dockerignore) [2019-10-17T21:50:53.840Z] #2 started: 2019-10-17 21:50:53.387827969 +0000 UTC [2019-10-17T21:50:53.840Z] #2 completed: 2019-10-17 21:50:53.419797056 +0000 UTC [2019-10-17T21:50:53.840Z] #2 duration: 31.969087ms [2019-10-17T21:50:53.840Z] #2 transferring context: 87B 0.0s done [2019-10-17T21:50:53.840Z] [2019-10-17T21:50:53.978Z] + docker version [2019-10-17T21:50:53.978Z] Client: Docker Engine - Community [2019-10-17T21:50:53.978Z] Version: 19.03.2 [2019-10-17T21:50:53.978Z] API version: 1.40 [2019-10-17T21:50:53.978Z] Go version: go1.12.8 [2019-10-17T21:50:53.978Z] Git commit: 6a30dfc [2019-10-17T21:50:53.978Z] Built: Thu Aug 29 05:32:25 2019 [2019-10-17T21:50:53.978Z] OS/Arch: linux/arm64 [2019-10-17T21:50:53.978Z] Experimental: false [2019-10-17T21:50:53.978Z] [2019-10-17T21:50:53.978Z] Server: Docker Engine - Community [2019-10-17T21:50:53.978Z] Engine: [2019-10-17T21:50:53.978Z] Version: 19.03.2 [2019-10-17T21:50:53.978Z] API version: 1.40 (minimum version 1.12) [2019-10-17T21:50:53.978Z] Go version: go1.12.8 [2019-10-17T21:50:53.978Z] Git commit: 6a30dfc [2019-10-17T21:50:53.978Z] Built: Thu Aug 29 05:30:57 2019 [2019-10-17T21:50:53.978Z] OS/Arch: linux/arm64 [2019-10-17T21:50:53.978Z] Experimental: true [2019-10-17T21:50:53.978Z] containerd: [2019-10-17T21:50:53.978Z] Version: 1.2.6 [2019-10-17T21:50:53.978Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-17T21:50:53.978Z] runc: [2019-10-17T21:50:53.978Z] Version: 1.0.0-rc8 [2019-10-17T21:50:53.978Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-17T21:50:53.978Z] docker-init: [2019-10-17T21:50:53.978Z] Version: 0.18.0 [2019-10-17T21:50:53.978Z] GitCommit: fec3683 [Pipeline] sh [2019-10-17T21:50:54.207Z] [2019-10-17T21:50:54.207Z] #3 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:63b2dd9d5... [2019-10-17T21:50:54.207Z] #3 digest: sha256:f7ca1d8f12e8bc57a7d1b13b064bbff9d7ba432484562b762168fa7ec1bf0594 [2019-10-17T21:50:54.207Z] #3 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:63b2dd9d595e7a11d3d27b2dbdf0d3d26eee099bb2a606b35ac2bb95b70f6079" [2019-10-17T21:50:54.207Z] #3 started: 2019-10-17 21:50:54.030372415 +0000 UTC [2019-10-17T21:50:54.207Z] #3 completed: 2019-10-17 21:50:54.030476325 +0000 UTC [2019-10-17T21:50:54.207Z] #3 duration: 103.91µs [2019-10-17T21:50:54.207Z] #3 started: 2019-10-17 21:50:54.030626179 +0000 UTC [2019-10-17T21:50:54.207Z] #3 completed: 2019-10-17 21:50:54.031867848 +0000 UTC [2019-10-17T21:50:54.207Z] #3 duration: 1.241669ms [2019-10-17T21:50:54.207Z] #3 started: 2019-10-17 21:50:54.031943297 +0000 UTC [2019-10-17T21:50:54.207Z] #3 resolve docker.io/library/golang:1.12.10-stretch@sha256:63b2dd9d595e7a11d3d27b2dbdf0d3d26eee099bb2a606b35ac2bb95b70f6079 done [2019-10-17T21:50:54.271Z] + docker info [2019-10-17T21:50:54.593Z] #3 sha256:63b2dd9d595e7a11d3d27b2dbdf0d3d26eee099bb2a606b35ac2bb95b70f6079 1.42kB / 1.42kB done [2019-10-17T21:50:54.593Z] #3 sha256:687421176e14226da64a697b0f467a2745e4a1c71b1d8c0437b06f1090badfd7 5.47kB / 5.47kB done [2019-10-17T21:50:54.593Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 0B / 45.24MB 0.1s [2019-10-17T21:50:54.593Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 0B / 10.32MB 0.1s [2019-10-17T21:50:54.593Z] #3 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 0B / 4.37MB 0.1s [2019-10-17T21:50:54.593Z] #3 sha256:9abad81e996021b5b6d06e9c2fa2340dd760872c11a9631303a78cb6ffc1a379 1.80kB / 1.80kB done [2019-10-17T21:50:54.593Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 5.75MB / 45.24MB 0.4s [2019-10-17T21:50:54.593Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 1.60MB / 10.32MB 0.4s [2019-10-17T21:50:54.593Z] #3 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.4s [2019-10-17T21:50:53.049Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-17T21:50:53.060Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:50:53.065Z] > git checkout -f b9d6e1154d3d06505c60b84fff5e26cc996dbf70 [2019-10-17T21:50:53.161Z] > git rev-list --no-walk 9f7df27ba4b6ef16f804afcc3895d681d91f6242 # timeout=10 [2019-10-17T21:50:54.838Z] Client: [2019-10-17T21:50:54.838Z] Debug Mode: false [2019-10-17T21:50:54.838Z] [2019-10-17T21:50:54.838Z] Server: [2019-10-17T21:50:54.838Z] Containers: 0 [2019-10-17T21:50:54.838Z] Running: 0 [2019-10-17T21:50:54.838Z] Paused: 0 [2019-10-17T21:50:54.838Z] Stopped: 0 [2019-10-17T21:50:54.838Z] Images: 2 [2019-10-17T21:50:54.838Z] Server Version: 19.03.2 [2019-10-17T21:50:54.838Z] Storage Driver: overlay2 [2019-10-17T21:50:54.838Z] Backing Filesystem: extfs [2019-10-17T21:50:54.838Z] Supports d_type: true [2019-10-17T21:50:54.838Z] Native Overlay Diff: true [2019-10-17T21:50:54.838Z] Logging Driver: json-file [2019-10-17T21:50:54.838Z] Cgroup Driver: cgroupfs [2019-10-17T21:50:54.838Z] Plugins: [2019-10-17T21:50:54.838Z] Volume: local [2019-10-17T21:50:54.838Z] Network: bridge host ipvlan macvlan null overlay [2019-10-17T21:50:54.838Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-17T21:50:54.838Z] Swarm: inactive [2019-10-17T21:50:54.838Z] Runtimes: runc [2019-10-17T21:50:54.838Z] Default Runtime: runc [2019-10-17T21:50:54.838Z] Init Binary: docker-init [2019-10-17T21:50:54.838Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-17T21:50:54.838Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-17T21:50:54.838Z] init version: fec3683 [2019-10-17T21:50:54.838Z] Security Options: [2019-10-17T21:50:54.838Z] apparmor [2019-10-17T21:50:54.838Z] seccomp [2019-10-17T21:50:54.838Z] Profile: default [2019-10-17T21:50:54.838Z] Kernel Version: 4.15.0-1048-aws [2019-10-17T21:50:54.838Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-17T21:50:54.838Z] OSType: linux [2019-10-17T21:50:54.838Z] Architecture: aarch64 [2019-10-17T21:50:54.838Z] CPUs: 4 [2019-10-17T21:50:54.838Z] Total Memory: 7.525GiB [2019-10-17T21:50:54.838Z] Name: ip-10-100-37-117 [2019-10-17T21:50:54.838Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-10-17T21:50:54.838Z] Docker Root Dir: /var/lib/docker [2019-10-17T21:50:54.838Z] Debug Mode: false [2019-10-17T21:50:54.838Z] Registry: https://index.docker.io/v1/ [2019-10-17T21:50:54.838Z] Labels: [2019-10-17T21:50:54.838Z] Experimental: true [2019-10-17T21:50:54.838Z] Insecure Registries: [2019-10-17T21:50:54.838Z] 127.0.0.0/8 [2019-10-17T21:50:54.838Z] Live Restore Enabled: true [2019-10-17T21:50:54.838Z] [2019-10-17T21:50:54.838Z] WARNING: No swap limit support [Pipeline] sh [2019-10-17T21:50:54.983Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 12.04MB / 45.24MB 0.5s [2019-10-17T21:50:54.983Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 5.14MB / 10.32MB 0.5s [2019-10-17T21:50:54.983Z] #3 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.4s done [2019-10-17T21:50:54.983Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 441.05kB / 50.49MB 0.5s [2019-10-17T21:50:54.983Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 15.64MB / 45.24MB 0.6s [2019-10-17T21:50:54.983Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 9.14MB / 10.32MB 0.6s [2019-10-17T21:50:54.983Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 3.74MB / 50.49MB 0.6s [2019-10-17T21:50:54.983Z] #3 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 10.32MB / 10.32MB 0.6s done [2019-10-17T21:50:54.983Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 11.77MB / 50.49MB 0.7s [2019-10-17T21:50:54.983Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 0B / 45.98MB 0.7s [2019-10-17T21:50:54.983Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 23.49MB / 45.24MB 0.8s [2019-10-17T21:50:54.983Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 14.75MB / 50.49MB 0.8s [2019-10-17T21:50:54.983Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 3.01MB / 45.98MB 0.8s [2019-10-17T21:50:55.132Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:50:55.132Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:50:55.132Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40082/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-17T21:50:55.132Z] + bash /home/ubuntu/workspace/moby_PR-40082/check-config.sh [2019-10-17T21:50:55.132Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-17T21:50:55.132Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-17T21:50:55.132Z] [2019-10-17T21:50:55.132Z] Generally Necessary: [2019-10-17T21:50:55.132Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-17T21:50:55.132Z] - apparmor: enabled and tools installed [2019-10-17T21:50:55.132Z] - CONFIG_NAMESPACES: enabled [2019-10-17T21:50:55.132Z] - CONFIG_NET_NS: enabled [2019-10-17T21:50:55.132Z] - CONFIG_PID_NS: enabled [2019-10-17T21:50:55.132Z] - CONFIG_IPC_NS: enabled [2019-10-17T21:50:55.132Z] - CONFIG_UTS_NS: enabled [2019-10-17T21:50:55.358Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 28.11MB / 45.24MB 0.9s [2019-10-17T21:50:55.358Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 18.06MB / 50.49MB 0.9s [2019-10-17T21:50:55.358Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 7.33MB / 45.98MB 0.9s [2019-10-17T21:50:55.358Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 31.59MB / 45.24MB 1.0s [2019-10-17T21:50:55.358Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 22.51MB / 50.49MB 1.0s [2019-10-17T21:50:55.358Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 10.96MB / 45.98MB 1.0s [2019-10-17T21:50:55.358Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 35.22MB / 45.24MB 1.1s [2019-10-17T21:50:55.358Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 26.08MB / 50.49MB 1.1s [2019-10-17T21:50:55.358Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 14.61MB / 45.98MB 1.1s [2019-10-17T21:50:55.358Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 38.87MB / 45.24MB 1.2s [2019-10-17T21:50:55.358Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 30.27MB / 50.49MB 1.2s [2019-10-17T21:50:55.358Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 18.48MB / 45.98MB 1.2s [2019-10-17T21:50:55.391Z] - CONFIG_CGROUPS: enabled [2019-10-17T21:50:55.391Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-17T21:50:55.391Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-17T21:50:55.391Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-17T21:50:55.391Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-17T21:50:55.391Z] - CONFIG_CPUSETS: enabled [2019-10-17T21:50:55.391Z] - CONFIG_MEMCG: enabled [2019-10-17T21:50:55.391Z] - CONFIG_KEYS: enabled [2019-10-17T21:50:55.391Z] - CONFIG_VETH: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-17T21:50:55.391Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-17T21:50:55.391Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-17T21:50:55.391Z] [2019-10-17T21:50:55.391Z] Optional Features: [2019-10-17T21:50:55.391Z] - CONFIG_USER_NS: enabled [2019-10-17T21:50:55.391Z] - CONFIG_SECCOMP: enabled [2019-10-17T21:50:55.391Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-17T21:50:55.391Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-17T21:50:55.391Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-17T21:50:55.651Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-17T21:50:55.651Z] - CONFIG_BLK_CGROUP: enabled [2019-10-17T21:50:55.651Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-17T21:50:55.651Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-17T21:50:55.651Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-17T21:50:55.651Z] - CONFIG_CGROUP_PERF: enabled [2019-10-17T21:50:55.651Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-17T21:50:55.651Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-17T21:50:55.651Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-17T21:50:55.651Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-17T21:50:55.651Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-17T21:50:55.651Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-17T21:50:55.651Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-17T21:50:55.651Z] - CONFIG_IP_VS: enabled (as module) [2019-10-17T21:50:55.651Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-17T21:50:55.651Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-17T21:50:55.651Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-17T21:50:55.651Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-17T21:50:55.651Z] - CONFIG_EXT4_FS: enabled [2019-10-17T21:50:55.651Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-17T21:50:55.651Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-17T21:50:55.651Z] - Network Drivers: [2019-10-17T21:50:55.651Z] - "overlay": [2019-10-17T21:50:55.757Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 43.28MB / 45.24MB 1.3s [2019-10-17T21:50:55.757Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 33.72MB / 50.49MB 1.3s [2019-10-17T21:50:55.757Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 22.39MB / 45.98MB 1.3s [2019-10-17T21:50:55.757Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 38.51MB / 50.49MB 1.4s [2019-10-17T21:50:55.757Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 25.64MB / 45.98MB 1.4s [2019-10-17T21:50:55.757Z] #3 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 45.24MB / 45.24MB 1.5s done [2019-10-17T21:50:55.757Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 44.40MB / 50.49MB 1.5s [2019-10-17T21:50:55.757Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 31.32MB / 45.98MB 1.5s [2019-10-17T21:50:55.757Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 0B / 111.04MB 1.5s [2019-10-17T21:50:55.757Z] #3 extracting sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 [2019-10-17T21:50:55.757Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 48.22MB / 50.49MB 1.6s [2019-10-17T21:50:55.757Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 35.43MB / 45.98MB 1.6s [2019-10-17T21:50:55.911Z] - CONFIG_VXLAN: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-17T21:50:55.911Z] Optional (for encrypted networks): [2019-10-17T21:50:55.911Z] - CONFIG_CRYPTO: enabled [2019-10-17T21:50:55.911Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-17T21:50:55.911Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-17T21:50:55.911Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-17T21:50:55.911Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-17T21:50:55.911Z] - CONFIG_XFRM: enabled [2019-10-17T21:50:55.911Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-17T21:50:55.911Z] - "ipvlan": [2019-10-17T21:50:55.911Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-17T21:50:55.911Z] - "macvlan": [2019-10-17T21:50:55.911Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_DUMMY: enabled (as module) [2019-10-17T21:50:55.911Z] - "ftp,tftp client in container": [2019-10-17T21:50:55.911Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-17T21:50:55.911Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-17T21:50:55.911Z] - Storage Drivers: [2019-10-17T21:50:55.911Z] - "aufs": [2019-10-17T21:50:55.911Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-17T21:50:55.911Z] - "btrfs": [2019-10-17T21:50:55.911Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-17T21:50:56.150Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 39.85MB / 45.98MB 1.7s [2019-10-17T21:50:56.150Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 7.20MB / 111.04MB 1.7s [2019-10-17T21:50:56.150Z] #3 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 1.8s done [2019-10-17T21:50:56.150Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 44.97MB / 45.98MB 1.8s [2019-10-17T21:50:56.150Z] #3 sha256:b00baabad4ce58a4521731072a095af304ed27ff09cf690b656f5535a9439d8e 0B / 126B 1.8s [2019-10-17T21:50:56.150Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 21.76MB / 111.04MB 1.9s [2019-10-17T21:50:56.150Z] #3 sha256:b00baabad4ce58a4521731072a095af304ed27ff09cf690b656f5535a9439d8e 126B / 126B 1.9s [2019-10-17T21:50:56.150Z] #3 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 1.9s done [2019-10-17T21:50:56.150Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 32.98MB / 111.04MB 2.0s [2019-10-17T21:50:56.150Z] #3 sha256:b00baabad4ce58a4521731072a095af304ed27ff09cf690b656f5535a9439d8e 126B / 126B 1.9s done [2019-10-17T21:50:56.171Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-17T21:50:56.171Z] - "devicemapper": [2019-10-17T21:50:56.171Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-17T21:50:56.171Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-17T21:50:56.171Z] - "overlay": [2019-10-17T21:50:56.171Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-17T21:50:56.171Z] - "zfs": [2019-10-17T21:50:56.171Z] - /dev/zfs: missing [2019-10-17T21:50:56.171Z] - zfs command: missing [2019-10-17T21:50:56.171Z] - zpool command: missing [2019-10-17T21:50:56.171Z] [2019-10-17T21:50:56.171Z] Limits: [2019-10-17T21:50:56.171Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-17T21:50:56.171Z] [2019-10-17T21:50:56.171Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-17T21:50:56.522Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4ba75de5363e5980244579051d740fe2620c70fe . [2019-10-17T21:50:56.522Z] #2 [internal] load .dockerignore [2019-10-17T21:50:56.522Z] #2 transferring context: 87B 0.0s done [2019-10-17T21:50:56.522Z] #2 DONE 0.0s [2019-10-17T21:50:56.522Z] [2019-10-17T21:50:56.522Z] #1 [internal] load build definition from Dockerfile [2019-10-17T21:50:56.522Z] #1 transferring dockerfile: 14.63kB 0.0s done [2019-10-17T21:50:56.522Z] #1 DONE 0.0s [2019-10-17T21:50:56.522Z] [2019-10-17T21:50:56.522Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-17T21:50:56.533Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 42.51MB / 111.04MB 2.1s [2019-10-17T21:50:56.533Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 53.17MB / 111.04MB 2.2s [2019-10-17T21:50:56.533Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 64.51MB / 111.04MB 2.3s [2019-10-17T21:50:56.533Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 74.70MB / 111.04MB 2.4s [2019-10-17T21:50:56.781Z] #3 DONE 0.1s [2019-10-17T21:50:56.781Z] [2019-10-17T21:50:56.781Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-17T21:50:56.781Z] #4 CACHED [2019-10-17T21:50:56.922Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 82.75MB / 111.04MB 2.5s [2019-10-17T21:50:56.922Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 93.13MB / 111.04MB 2.6s [2019-10-17T21:50:56.922Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 104.20MB / 111.04MB 2.7s [2019-10-17T21:50:56.922Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 111.04MB / 111.04MB 2.8s [2019-10-17T21:50:57.300Z] #3 sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 111.04MB / 111.04MB 3.0s done [2019-10-17T21:50:57.350Z] [2019-10-17T21:50:57.350Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-17T21:50:57.350Z] #5 DONE 0.0s [2019-10-17T21:50:57.350Z] [2019-10-17T21:50:57.350Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-17T21:50:57.350Z] #6 DONE 0.1s [2019-10-17T21:50:57.350Z] [2019-10-17T21:50:57.350Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-17T21:50:57.350Z] #65 DONE 0.0s [2019-10-17T21:50:57.350Z] [2019-10-17T21:50:57.350Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:50:57.350Z] #7 DONE 0.0s [2019-10-17T21:50:57.350Z] [2019-10-17T21:50:57.350Z] #19 [internal] load build context [2019-10-17T21:50:57.676Z] #3 extracting sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 1.8s done [2019-10-17T21:50:57.676Z] #3 extracting sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 [2019-10-17T21:50:58.062Z] #3 extracting sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 0.3s done [2019-10-17T21:50:58.062Z] #3 extracting sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 [2019-10-17T21:50:58.430Z] #3 extracting sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 0.2s done [2019-10-17T21:50:58.430Z] #3 extracting sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b [2019-10-17T21:50:59.264Z] #19 transferring context: 45.62MB 1.5s done [2019-10-17T21:50:59.264Z] #19 DONE 1.6s [2019-10-17T21:50:59.264Z] [2019-10-17T21:50:59.264Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-17T21:50:59.264Z] #64 CACHED [2019-10-17T21:50:59.264Z] [2019-10-17T21:50:59.264Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-17T21:50:59.264Z] #51 CACHED [2019-10-17T21:50:59.264Z] [2019-10-17T21:50:59.264Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-17T21:50:59.264Z] #15 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-17T21:50:59.265Z] #27 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-17T21:50:59.265Z] #35 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:59.265Z] #62 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-17T21:50:59.265Z] #8 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #32 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-17T21:50:59.265Z] #46 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:50:59.265Z] #10 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:50:59.265Z] #24 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #39 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:50:59.265Z] #56 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #48 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:50:59.265Z] #36 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #45 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:50:59.265Z] #68 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #60 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-17T21:50:59.265Z] #61 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:50:59.265Z] #17 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #16 [dev 6/24] RUN ldconfig [2019-10-17T21:50:59.265Z] #16 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:59.265Z] #22 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:59.265Z] #59 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:59.265Z] #52 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-17T21:50:59.265Z] #67 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-17T21:50:59.265Z] #14 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-17T21:50:59.265Z] #21 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-17T21:50:59.265Z] #53 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #69 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #55 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-17T21:50:59.265Z] #58 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #29 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:50:59.265Z] #38 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:59.265Z] #34 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-17T21:50:59.265Z] #42 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-17T21:50:59.265Z] #37 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:59.265Z] #50 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-17T21:50:59.265Z] #66 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:50:59.265Z] #41 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:50:59.265Z] #44 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-17T21:50:59.265Z] #9 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-17T21:50:59.265Z] #43 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:50:59.265Z] #54 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:50:59.265Z] #47 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:50:59.265Z] #26 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:50:59.265Z] #31 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T21:50:59.265Z] #18 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-17T21:50:59.265Z] #23 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-17T21:50:59.265Z] #30 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:50:59.265Z] #33 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:59.265Z] #20 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-17T21:50:59.265Z] #25 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:50:59.265Z] #57 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:50:59.265Z] #40 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-17T21:50:59.265Z] #12 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-17T21:50:59.265Z] #63 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:50:59.265Z] #28 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-17T21:50:59.265Z] #13 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-17T21:50:59.265Z] #11 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-17T21:50:59.265Z] #49 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-17T21:50:59.265Z] #70 CACHED [2019-10-17T21:50:59.265Z] [2019-10-17T21:50:59.265Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-17T21:51:00.275Z] #3 extracting sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 1.7s done [2019-10-17T21:51:00.275Z] #3 extracting sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 [2019-10-17T21:51:01.170Z] #71 DONE 2.1s [2019-10-17T21:51:01.170Z] [2019-10-17T21:51:01.171Z] #72 exporting to image [2019-10-17T21:51:01.171Z] #72 exporting layers [2019-10-17T21:51:01.552Z] #3 extracting sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 1.3s done [2019-10-17T21:51:01.655Z] Fetching without tags [2019-10-17T21:51:01.918Z] #3 extracting sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 [2019-10-17T21:51:02.124Z] Merging remotes/origin/master commit 1e000435e60da678f3cb44ce4e5153d70328742c into PR head commit 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:51:01.616Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:51:01.620Z] > git config --add remote.origin.fetch +refs/pull/40082/head:refs/remotes/origin/PR-40082 # timeout=10 [2019-10-17T21:51:01.624Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-17T21:51:01.640Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:51:01.657Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:51:01.657Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:51:01.658Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:51:02.126Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:51:02.131Z] > git checkout -f 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:51:03.077Z] #72 exporting layers 1.5s done [2019-10-17T21:51:03.077Z] #72 writing image sha256:6e110affbc0e2c9b293b68087b46cec8ab70e0d9945511331e2319ed3c9d9fef done [2019-10-17T21:51:03.077Z] #72 naming to docker.io/library/docker:4ba75de5363e5980244579051d740fe2620c70fe done [2019-10-17T21:51:03.077Z] #72 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-17T21:51:03.418Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/test/unit [2019-10-17T21:51:03.539Z] Merge succeeded, producing 172fdb89987f6c0330185719f1a1e26e5bfeca23 [2019-10-17T21:51:03.540Z] Checking out Revision 172fdb89987f6c0330185719f1a1e26e5bfeca23 (PR-40082) [2019-10-17T21:51:03.801Z] Commit message: "Merge commit '1e000435e60da678f3cb44ce4e5153d70328742c' into HEAD" [2019-10-17T21:51:03.818Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2019-10-17T21:51:04.638Z] #3 extracting sha256:e4d79466b81c6f7ecba12790a7553e02159354469c0afc74c39554b55f99f558 3.0s done [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-17T21:51:05.026Z] #3 extracting sha256:b00baabad4ce58a4521731072a095af304ed27ff09cf690b656f5535a9439d8e done [2019-10-17T21:51:05.039Z] + docker version [2019-10-17T21:51:05.039Z] Client: [2019-10-17T21:51:05.039Z] Version: 18.06.1-ce [2019-10-17T21:51:05.039Z] API version: 1.38 [2019-10-17T21:51:05.039Z] Go version: go1.10.3 [2019-10-17T21:51:05.039Z] Git commit: e68fc7a [2019-10-17T21:51:05.039Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-17T21:51:05.039Z] OS/Arch: linux/ppc64le [2019-10-17T21:51:05.039Z] Experimental: false [2019-10-17T21:51:05.039Z] [2019-10-17T21:51:05.039Z] Server: [2019-10-17T21:51:05.039Z] Engine: [2019-10-17T21:51:05.039Z] Version: 18.06.1-ce [2019-10-17T21:51:05.039Z] API version: 1.38 (minimum version 1.12) [2019-10-17T21:51:05.039Z] Go version: go1.10.3 [2019-10-17T21:51:05.039Z] Git commit: e68fc7a [2019-10-17T21:51:05.039Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-17T21:51:05.039Z] OS/Arch: linux/ppc64le [2019-10-17T21:51:05.039Z] Experimental: true [Pipeline] sh [2019-10-17T21:51:03.172Z] > git merge 1e000435e60da678f3cb44ce4e5153d70328742c # timeout=10 [2019-10-17T21:51:03.524Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-17T21:51:03.541Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:51:03.544Z] > git checkout -f 172fdb89987f6c0330185719f1a1e26e5bfeca23 [2019-10-17T21:51:03.804Z] > git rev-list --no-walk 9f7df27ba4b6ef16f804afcc3895d681d91f6242 # timeout=10 [2019-10-17T21:51:05.402Z] #3 completed: 2019-10-17 21:51:04.982361532 +0000 UTC [2019-10-17T21:51:05.402Z] #3 duration: 10.950418235s [2019-10-17T21:51:05.402Z] [2019-10-17T21:51:05.402Z] [2019-10-17T21:51:05.402Z] #4 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-17T21:51:05.402Z] #4 digest: sha256:aac3b99e61e9cb5deda4e548f7e50dd839c979aca43b6a50c3d1852e9ef4b918 [2019-10-17T21:51:05.402Z] #4 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-17T21:51:05.402Z] #4 started: 2019-10-17 21:51:04.984663662 +0000 UTC [2019-10-17T21:51:05.402Z] #4 0.302 Cloning into '/buildx'... [2019-10-17T21:51:05.434Z] + docker info [2019-10-17T21:51:05.434Z] Containers: 0 [2019-10-17T21:51:05.434Z] Running: 0 [2019-10-17T21:51:05.434Z] Paused: 0 [2019-10-17T21:51:05.434Z] Stopped: 0 [2019-10-17T21:51:05.434Z] Images: 0 [2019-10-17T21:51:05.434Z] Server Version: 18.06.1-ce [2019-10-17T21:51:05.434Z] Storage Driver: overlay2 [2019-10-17T21:51:05.434Z] Backing Filesystem: extfs [2019-10-17T21:51:05.434Z] Supports d_type: true [2019-10-17T21:51:05.434Z] Native Overlay Diff: true [2019-10-17T21:51:05.434Z] Logging Driver: json-file [2019-10-17T21:51:05.434Z] Cgroup Driver: cgroupfs [2019-10-17T21:51:05.434Z] Plugins: [2019-10-17T21:51:05.434Z] Volume: local [2019-10-17T21:51:05.434Z] Network: bridge host ipvlan macvlan null overlay [2019-10-17T21:51:05.434Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-17T21:51:05.434Z] Swarm: inactive [2019-10-17T21:51:05.434Z] Runtimes: runc [2019-10-17T21:51:05.434Z] Default Runtime: runc [2019-10-17T21:51:05.434Z] Init Binary: docker-init [2019-10-17T21:51:05.434Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-17T21:51:05.434Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-17T21:51:05.434Z] init version: fec3683 [2019-10-17T21:51:05.434Z] Security Options: [2019-10-17T21:51:05.434Z] apparmor [2019-10-17T21:51:05.434Z] seccomp [2019-10-17T21:51:05.434Z] Profile: default [2019-10-17T21:51:05.434Z] Kernel Version: 4.4.0-139-generic [2019-10-17T21:51:05.434Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-17T21:51:05.434Z] OSType: linux [2019-10-17T21:51:05.434Z] Architecture: ppc64le [2019-10-17T21:51:05.434Z] CPUs: 4 [2019-10-17T21:51:05.434Z] Total Memory: 3.976GiB [2019-10-17T21:51:05.434Z] Name: ppc64le-ubuntu-20 [2019-10-17T21:51:05.434Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-17T21:51:05.434Z] Docker Root Dir: /var/lib/docker [2019-10-17T21:51:05.434Z] Debug Mode (client): false [2019-10-17T21:51:05.434Z] Debug Mode (server): false [2019-10-17T21:51:05.434Z] Username: dockerbuildbot [2019-10-17T21:51:05.434Z] Registry: https://index.docker.io/v1/ [2019-10-17T21:51:05.434Z] Labels: [2019-10-17T21:51:05.434Z] Experimental: true [2019-10-17T21:51:05.434Z] Insecure Registries: [2019-10-17T21:51:05.434Z] 127.0.0.0/8 [2019-10-17T21:51:05.434Z] Live Restore Enabled: false [2019-10-17T21:51:05.434Z] [Pipeline] sh [2019-10-17T21:51:05.820Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:51:05.820Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:51:05.820Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40082/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-17T21:51:06.130Z] + bash /home/docker/workspace/moby_PR-40082/check-config.sh [2019-10-17T21:51:06.131Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-17T21:51:06.131Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-10-17T21:51:06.131Z] [2019-10-17T21:51:06.131Z] Generally Necessary: [2019-10-17T21:51:06.131Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-17T21:51:06.131Z] - apparmor: enabled and tools installed [2019-10-17T21:51:06.131Z] - CONFIG_NAMESPACES: enabled [2019-10-17T21:51:06.131Z] - CONFIG_NET_NS: enabled [2019-10-17T21:51:06.131Z] - CONFIG_PID_NS: enabled [2019-10-17T21:51:06.131Z] - CONFIG_IPC_NS: enabled [2019-10-17T21:51:06.131Z] - CONFIG_UTS_NS: enabled [2019-10-17T21:51:06.131Z] - CONFIG_CGROUPS: enabled [2019-10-17T21:51:06.131Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-17T21:51:06.131Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-17T21:51:06.131Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-17T21:51:06.131Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-17T21:51:06.131Z] - CONFIG_CPUSETS: enabled [2019-10-17T21:51:06.131Z] - CONFIG_MEMCG: enabled [2019-10-17T21:51:06.131Z] - CONFIG_KEYS: enabled [2019-10-17T21:51:06.131Z] - CONFIG_VETH: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-17T21:51:06.131Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-17T21:51:06.422Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-17T21:51:06.422Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-17T21:51:06.422Z] [2019-10-17T21:51:06.422Z] Optional Features: [2019-10-17T21:51:06.422Z] - CONFIG_USER_NS: enabled [2019-10-17T21:51:06.422Z] - CONFIG_SECCOMP: enabled [2019-10-17T21:51:06.422Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-17T21:51:06.422Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-17T21:51:06.422Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-17T21:51:06.422Z] (cgroup swap accounting is currently enabled) [2019-10-17T21:51:06.423Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-17T21:51:06.423Z] - CONFIG_BLK_CGROUP: enabled [2019-10-17T21:51:06.423Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-17T21:51:06.423Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-17T21:51:06.423Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-17T21:51:06.423Z] - CONFIG_CGROUP_PERF: enabled [2019-10-17T21:51:06.423Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-17T21:51:06.423Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-17T21:51:06.423Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-17T21:51:06.423Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-17T21:51:06.423Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-17T21:51:06.423Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-17T21:51:06.423Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-17T21:51:06.423Z] - CONFIG_IP_VS: enabled (as module) [2019-10-17T21:51:06.423Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-17T21:51:06.423Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-17T21:51:06.423Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-17T21:51:06.423Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-17T21:51:06.423Z] - CONFIG_EXT4_FS: enabled [2019-10-17T21:51:06.423Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-17T21:51:06.423Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-17T21:51:06.423Z] - Network Drivers: [2019-10-17T21:51:06.423Z] - "overlay": [2019-10-17T21:51:06.423Z] - CONFIG_VXLAN: enabled (as module) [2019-10-17T21:51:06.423Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-17T21:51:06.423Z] Optional (for encrypted networks): [2019-10-17T21:51:06.685Z] #4 completed: 2019-10-17 21:51:06.243713146 +0000 UTC [2019-10-17T21:51:06.685Z] #4 duration: 1.259049484s [2019-10-17T21:51:06.685Z] [2019-10-17T21:51:06.685Z] [2019-10-17T21:51:06.685Z] #5 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-17T21:51:06.685Z] #5 digest: sha256:5d5f7a3f607e7477bc2ffac3cfcc060472fe17734be2ff6c0571f05fc504382b [2019-10-17T21:51:06.685Z] #5 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-17T21:51:06.685Z] #5 started: 2019-10-17 21:51:06.246183782 +0000 UTC [2019-10-17T21:51:06.706Z] - CONFIG_CRYPTO: enabled [2019-10-17T21:51:06.706Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_XFRM: enabled [2019-10-17T21:51:06.706Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-17T21:51:06.706Z] - "ipvlan": [2019-10-17T21:51:06.706Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-17T21:51:06.706Z] - "macvlan": [2019-10-17T21:51:06.706Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_DUMMY: enabled (as module) [2019-10-17T21:51:06.706Z] - "ftp,tftp client in container": [2019-10-17T21:51:06.706Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-17T21:51:06.706Z] - Storage Drivers: [2019-10-17T21:51:06.706Z] - "aufs": [2019-10-17T21:51:06.706Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-17T21:51:06.706Z] - "btrfs": [2019-10-17T21:51:06.706Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-17T21:51:06.706Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-17T21:51:06.706Z] - "devicemapper": [2019-10-17T21:51:06.706Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-17T21:51:06.706Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-17T21:51:06.706Z] - "overlay": [2019-10-17T21:51:06.706Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-17T21:51:06.706Z] - "zfs": [2019-10-17T21:51:06.706Z] - /dev/zfs: missing [2019-10-17T21:51:06.706Z] - zfs command: missing [2019-10-17T21:51:06.706Z] - zpool command: missing [2019-10-17T21:51:06.706Z] [2019-10-17T21:51:06.706Z] Limits: [2019-10-17T21:51:06.706Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-17T21:51:06.706Z] [2019-10-17T21:51:06.706Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-17T21:51:07.050Z] #5 0.456 From https://github.com/docker/buildx [2019-10-17T21:51:07.050Z] #5 0.456 * [new branch] master -> build [2019-10-17T21:51:07.050Z] #5 0.539 Switched to branch 'build' [2019-10-17T21:51:07.050Z] #5 completed: 2019-10-17 21:51:06.919989913 +0000 UTC [2019-10-17T21:51:07.050Z] #5 duration: 673.806131ms [2019-10-17T21:51:07.050Z] [2019-10-17T21:51:07.050Z] [2019-10-17T21:51:07.050Z] #6 /bin/sh -c go mod download [2019-10-17T21:51:07.050Z] #6 digest: sha256:2041ac95a0f95d24c497cff631bb8d145d4aab58b236613261115a229abc2f6d [2019-10-17T21:51:07.050Z] #6 name: "/bin/sh -c go mod download" [2019-10-17T21:51:07.050Z] #6 started: 2019-10-17 21:51:06.922195 +0000 UTC [2019-10-17T21:51:07.143Z] + make bundles/buildx [2019-10-17T21:51:07.591Z] #6 0.360 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-17T21:51:07.591Z] #6 0.364 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-17T21:51:07.591Z] #6 0.366 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-17T21:51:07.591Z] #6 0.368 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-17T21:51:07.591Z] #6 0.369 go: finding github.com/imdario/mergo v0.3.7 [2019-10-17T21:51:07.591Z] #6 0.369 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-17T21:51:07.591Z] #6 0.370 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-17T21:51:07.591Z] #6 0.371 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-17T21:51:07.591Z] #6 0.375 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-17T21:51:07.625Z] ? github.com/docker/docker/api [no test files] [2019-10-17T21:51:07.762Z] mkdir bundles [2019-10-17T21:51:07.762Z] # This intetionally is not using the `--output` flag from the docker CLI which is a buildkit option [2019-10-17T21:51:07.762Z] # The idea here being that if buildx is being used, it's because buildkit is not supported natively [2019-10-17T21:51:07.762Z] docker build -f Dockerfile.buildx -t "moby-buildx:v0.3.0" \ [2019-10-17T21:51:07.762Z] --build-arg BUILDX_COMMIT \ [2019-10-17T21:51:07.762Z] --build-arg BUILDX_REPO \ [2019-10-17T21:51:07.762Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-10-17T21:51:07.762Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-10-17T21:51:07.762Z] . && \ [2019-10-17T21:51:07.762Z] id=$(docker create moby-buildx:v0.3.0); \ [2019-10-17T21:51:07.762Z] if [ -n "${id}" ]; then docker cp ${id}:/usr/bin/buildx bundles/buildx && touch bundles/buildx; docker rm -f ${id}; fi [2019-10-17T21:51:07.762Z] /bin/sh: 4: go: not found [2019-10-17T21:51:07.762Z] /bin/sh: 5: go: not found [2019-10-17T21:51:07.762Z] [2019-10-17T21:51:07.762Z] #2 local://dockerfile (Dockerfile.buildx) [2019-10-17T21:51:07.762Z] #2 digest: sha256:fe26dd16fd0a335e347291d50227a77f45d87f05f0d4e4094655bddffada5bb5 [2019-10-17T21:51:07.762Z] #2 name: "local://dockerfile (Dockerfile.buildx)" [2019-10-17T21:51:07.762Z] #2 started: 2019-10-17 21:51:07.611372775 +0000 UTC [2019-10-17T21:51:07.762Z] #2 completed: 2019-10-17 21:51:07.611549215 +0000 UTC [2019-10-17T21:51:07.762Z] #2 duration: 176.44µs [2019-10-17T21:51:07.762Z] #2 started: 2019-10-17 21:51:07.614818653 +0000 UTC [2019-10-17T21:51:07.762Z] #2 completed: 2019-10-17 21:51:07.63129868 +0000 UTC [2019-10-17T21:51:07.762Z] #2 duration: 16.480027ms [2019-10-17T21:51:07.762Z] #2 transferring dockerfile: 792B done [2019-10-17T21:51:07.762Z] [2019-10-17T21:51:07.762Z] [2019-10-17T21:51:07.762Z] #1 local://context (.dockerignore) [2019-10-17T21:51:07.762Z] #1 digest: sha256:49492da61ea461f3e810212b5f3f8111009d70d092131f0c47aedc7864d06964 [2019-10-17T21:51:07.762Z] #1 name: "local://context (.dockerignore)" [2019-10-17T21:51:07.762Z] #1 started: 2019-10-17 21:51:07.611253027 +0000 UTC [2019-10-17T21:51:07.762Z] #1 completed: 2019-10-17 21:51:07.611435073 +0000 UTC [2019-10-17T21:51:07.762Z] #1 duration: 182.046µs [2019-10-17T21:51:07.762Z] #1 started: 2019-10-17 21:51:07.614812381 +0000 UTC [2019-10-17T21:51:07.762Z] #1 completed: 2019-10-17 21:51:07.635608051 +0000 UTC [2019-10-17T21:51:07.762Z] #1 duration: 20.79567ms [2019-10-17T21:51:07.762Z] #1 transferring context: 87B 0.0s done [2019-10-17T21:51:07.762Z] [2019-10-17T21:51:08.312Z] #6 1.171 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-17T21:51:08.376Z] [2019-10-17T21:51:08.376Z] #3 docker-image://docker.io/library/golang:1.12.10-stretch@sha256:63b2dd9d5... [2019-10-17T21:51:08.376Z] #3 digest: sha256:8c1441f58c1ce73ceed91509fc7df116b4fc1a8a450132c548689e682edcc271 [2019-10-17T21:51:08.376Z] #3 name: "docker-image://docker.io/library/golang:1.12.10-stretch@sha256:63b2dd9d595e7a11d3d27b2dbdf0d3d26eee099bb2a606b35ac2bb95b70f6079" [2019-10-17T21:51:08.376Z] #3 started: 2019-10-17 21:51:08.256966273 +0000 UTC [2019-10-17T21:51:08.376Z] #3 completed: 2019-10-17 21:51:08.257317558 +0000 UTC [2019-10-17T21:51:08.376Z] #3 duration: 351.285µs [2019-10-17T21:51:08.376Z] #3 started: 2019-10-17 21:51:08.257465711 +0000 UTC [2019-10-17T21:51:08.376Z] #3 completed: 2019-10-17 21:51:08.26013101 +0000 UTC [2019-10-17T21:51:08.376Z] #3 duration: 2.665299ms [2019-10-17T21:51:08.376Z] #3 started: 2019-10-17 21:51:08.260356005 +0000 UTC [2019-10-17T21:51:08.376Z] #3 resolve docker.io/library/golang:1.12.10-stretch@sha256:63b2dd9d595e7a11d3d27b2dbdf0d3d26eee099bb2a606b35ac2bb95b70f6079 done [2019-10-17T21:51:08.660Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 0B / 45.65MB 0.1s [2019-10-17T21:51:08.660Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0B / 4.30MB 0.1s [2019-10-17T21:51:08.660Z] #3 sha256:63b2dd9d595e7a11d3d27b2dbdf0d3d26eee099bb2a606b35ac2bb95b70f6079 1.42kB / 1.42kB done [2019-10-17T21:51:08.660Z] #3 sha256:8a4a1569a1ea7d240074fa223283ba1e23c1a1f1b83407fa524e39dc53385242 1.79kB / 1.79kB done [2019-10-17T21:51:08.660Z] #3 sha256:9b20014a18e9eb94e18e8b2aa1a17b0660f7db0fce35096d204bfcfc105ecc94 5.47kB / 5.47kB done [2019-10-17T21:51:08.660Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0B / 9.99MB 0.1s [2019-10-17T21:51:08.928Z] #6 1.833 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-17T21:51:08.948Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.27MB / 4.30MB 0.5s [2019-10-17T21:51:08.948Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 1.06MB / 9.99MB 0.5s [2019-10-17T21:51:08.948Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 3.21MB / 45.65MB 0.6s [2019-10-17T21:51:08.948Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.58MB / 4.30MB 0.6s [2019-10-17T21:51:08.948Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.33MB / 9.99MB 0.6s [2019-10-17T21:51:09.234Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.86MB / 4.30MB 0.7s [2019-10-17T21:51:09.234Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 3.60MB / 9.99MB 0.7s [2019-10-17T21:51:09.234Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 5.75MB / 45.65MB 0.8s [2019-10-17T21:51:09.234Z] #3 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 0.7s done [2019-10-17T21:51:09.234Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.57MB / 9.99MB 0.8s [2019-10-17T21:51:09.234Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 0B / 50.07MB 0.8s [2019-10-17T21:51:09.234Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 7.35MB / 9.99MB 0.9s [2019-10-17T21:51:09.414Z] #6 2.135 go: finding github.com/pkg/errors v0.8.1 [2019-10-17T21:51:09.414Z] #6 2.144 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-17T21:51:09.414Z] #6 2.231 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-17T21:51:09.414Z] #6 2.269 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-17T21:51:09.414Z] #6 2.379 go: finding github.com/stretchr/testify v1.3.0 [2019-10-17T21:51:09.521Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 8.66MB / 45.65MB 1.0s [2019-10-17T21:51:09.521Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.75MB / 9.99MB 1.0s [2019-10-17T21:51:09.521Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 2.69MB / 50.07MB 1.0s [2019-10-17T21:51:09.521Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 1.1s [2019-10-17T21:51:09.806Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 12.62MB / 45.65MB 1.2s [2019-10-17T21:51:09.806Z] #3 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 1.1s done [2019-10-17T21:51:09.806Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 5.41MB / 50.07MB 1.2s [2019-10-17T21:51:09.806Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 687.19kB / 52.87MB 1.2s [2019-10-17T21:51:09.806Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 15.17MB / 45.65MB 1.4s [2019-10-17T21:51:09.806Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 8.39MB / 50.07MB 1.4s [2019-10-17T21:51:09.806Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 3.44MB / 52.87MB 1.4s [2019-10-17T21:51:09.940Z] #6 2.544 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-17T21:51:10.091Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 18.21MB / 45.65MB 1.6s [2019-10-17T21:51:10.091Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 11.07MB / 50.07MB 1.6s [2019-10-17T21:51:10.091Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 6.22MB / 52.87MB 1.6s [2019-10-17T21:51:10.377Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 21.14MB / 45.65MB 1.8s [2019-10-17T21:51:10.377Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 14.09MB / 50.07MB 1.8s [2019-10-17T21:51:10.377Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 9.31MB / 52.87MB 1.8s [2019-10-17T21:51:10.377Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 24.25MB / 45.65MB 2.0s [2019-10-17T21:51:10.377Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 16.94MB / 50.07MB 2.0s [2019-10-17T21:51:10.377Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 12.35MB / 52.87MB 2.0s [2019-10-17T21:51:10.513Z] #6 3.250 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-17T21:51:10.662Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 27.07MB / 45.65MB 2.2s [2019-10-17T21:51:10.662Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 19.75MB / 50.07MB 2.2s [2019-10-17T21:51:10.662Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 15.17MB / 52.87MB 2.2s [2019-10-17T21:51:10.949Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 30.15MB / 45.65MB 2.4s [2019-10-17T21:51:10.949Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 22.67MB / 50.07MB 2.4s [2019-10-17T21:51:10.949Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 18.12MB / 52.87MB 2.4s [2019-10-17T21:51:10.949Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 32.93MB / 45.65MB 2.6s [2019-10-17T21:51:10.949Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 25.40MB / 50.07MB 2.6s [2019-10-17T21:51:10.949Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 20.81MB / 52.87MB 2.6s [2019-10-17T21:51:11.015Z] #6 3.670 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-17T21:51:11.015Z] #6 3.872 go: finding github.com/spf13/pflag v1.0.3 [2019-10-17T21:51:11.250Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 23.46MB / 52.87MB 2.8s [2019-10-17T21:51:11.250Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 36.58MB / 45.65MB 2.9s [2019-10-17T21:51:11.250Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 29.17MB / 50.07MB 2.9s [2019-10-17T21:51:11.514Z] #6 4.058 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-17T21:51:11.514Z] #6 4.465 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-17T21:51:11.514Z] #6 4.556 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-17T21:51:11.537Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 32.47MB / 50.07MB 3.1s [2019-10-17T21:51:11.537Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 27.45MB / 52.87MB 3.1s [2019-10-17T21:51:11.537Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 40.50MB / 45.65MB 3.2s [2019-10-17T21:51:11.822Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 35.39MB / 50.07MB 3.3s [2019-10-17T21:51:11.822Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 30.41MB / 52.87MB 3.3s [2019-10-17T21:51:11.822Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 43.14MB / 45.65MB 3.4s [2019-10-17T21:51:12.109Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 38.34MB / 50.07MB 3.5s [2019-10-17T21:51:12.109Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 33.14MB / 52.87MB 3.5s [2019-10-17T21:51:12.109Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 3.6s [2019-10-17T21:51:12.109Z] #3 extracting sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 [2019-10-17T21:51:12.109Z] #3 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 3.6s done [2019-10-17T21:51:12.109Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 40.87MB / 50.07MB 3.7s [2019-10-17T21:51:12.109Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 0B / 104.03MB 3.7s [2019-10-17T21:51:12.400Z] #6 5.207 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-17T21:51:12.400Z] #6 5.270 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-17T21:51:12.406Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 36.94MB / 52.87MB 3.8s [2019-10-17T21:51:12.406Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 44.03MB / 50.07MB 4.0s [2019-10-17T21:51:12.708Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 39.80MB / 52.87MB 4.1s [2019-10-17T21:51:12.708Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 46.62MB / 50.07MB 4.3s [2019-10-17T21:51:12.708Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.77MB / 104.03MB 4.3s [2019-10-17T21:51:12.807Z] #6 5.507 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-17T21:51:12.807Z] #6 5.523 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-17T21:51:12.807Z] #6 5.632 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-17T21:51:12.995Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 43.84MB / 52.87MB 4.5s [2019-10-17T21:51:12.995Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.06MB / 50.07MB 4.7s [2019-10-17T21:51:13.233Z] #6 6.100 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-17T21:51:13.233Z] #6 6.103 go: finding github.com/gofrs/flock v0.7.0 [2019-10-17T21:51:13.291Z] #3 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 4.7s done [2019-10-17T21:51:13.291Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 47.51MB / 52.87MB 4.8s [2019-10-17T21:51:13.291Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 11.47MB / 104.03MB 4.8s [2019-10-17T21:51:13.291Z] #3 sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 0B / 155B 4.8s [2019-10-17T21:51:13.291Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 50.26MB / 52.87MB 5.0s [2019-10-17T21:51:13.291Z] #3 sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 155B / 155B 4.8s done [2019-10-17T21:51:13.578Z] #3 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.87MB / 52.87MB 5.2s done [2019-10-17T21:51:13.578Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 18.29MB / 104.03MB 5.2s [2019-10-17T21:51:13.864Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 24.46MB / 104.03MB 5.4s [2019-10-17T21:51:14.107Z] #6 6.835 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-17T21:51:14.107Z] #6 7.019 go: finding github.com/lib/pq v1.0.0 [2019-10-17T21:51:14.151Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 30.80MB / 104.03MB 5.6s [2019-10-17T21:51:14.151Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 37.09MB / 104.03MB 5.8s [2019-10-17T21:51:14.438Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 43.11MB / 104.03MB 6.0s [2019-10-17T21:51:14.510Z] #6 7.181 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-17T21:51:14.510Z] #6 7.258 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-17T21:51:14.510Z] #6 7.345 go: finding github.com/json-iterator/go v1.1.6 [2019-10-17T21:51:14.510Z] #6 7.392 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-17T21:51:14.510Z] #6 7.414 go: finding github.com/spf13/cobra v0.0.3 [2019-10-17T21:51:14.510Z] #6 7.461 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-17T21:51:14.725Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 49.09MB / 104.03MB 6.2s [2019-10-17T21:51:14.725Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 54.95MB / 104.03MB 6.4s [2019-10-17T21:51:15.013Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 60.45MB / 104.03MB 6.6s [2019-10-17T21:51:15.303Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 66.01MB / 104.03MB 6.8s [2019-10-17T21:51:15.379Z] #6 8.121 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-17T21:51:15.379Z] #6 8.305 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-17T21:51:15.379Z] #6 8.324 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-17T21:51:15.589Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 71.95MB / 104.03MB 7.0s [2019-10-17T21:51:15.590Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 78.24MB / 104.03MB 7.2s [2019-10-17T21:51:15.881Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 84.03MB / 104.03MB 7.4s [2019-10-17T21:51:16.166Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 89.51MB / 104.03MB 7.6s [2019-10-17T21:51:16.166Z] #3 extracting sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 4.1s done [2019-10-17T21:51:16.247Z] #6 8.813 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-17T21:51:16.247Z] #6 9.022 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-17T21:51:16.247Z] #6 9.132 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-17T21:51:16.452Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 95.91MB / 104.03MB 7.9s [2019-10-17T21:51:16.452Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 102.21MB / 104.03MB 8.1s [2019-10-17T21:51:16.959Z] #3 sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 104.03MB / 104.03MB 8.2s done [2019-10-17T21:51:16.959Z] #3 extracting sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc [2019-10-17T21:51:17.084Z] #6 9.362 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-17T21:51:17.084Z] #6 9.480 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-17T21:51:17.084Z] #6 9.549 go: finding github.com/jinzhu/now v1.0.0 [2019-10-17T21:51:17.084Z] #6 9.947 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-17T21:51:17.246Z] #3 extracting sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0.4s done [2019-10-17T21:51:17.531Z] #3 extracting sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed [2019-10-17T21:51:17.531Z] #3 extracting sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0.1s done [2019-10-17T21:51:17.531Z] #3 extracting sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 [2019-10-17T21:51:17.627Z] #6 9.986 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-17T21:51:18.088Z] #6 10.63 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-17T21:51:18.088Z] #6 10.68 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-17T21:51:18.088Z] #6 11.02 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-17T21:51:18.088Z] #6 11.02 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-17T21:51:18.500Z] #6 11.16 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-17T21:51:18.500Z] #6 11.25 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-17T21:51:18.505Z] INFO [loader] Go packages loading at mode load types and syntax took 27.622958398s [2019-10-17T21:51:18.901Z] #6 11.82 go: finding github.com/docker/go-connections v0.3.0 [2019-10-17T21:51:19.302Z] #6 11.86 go: finding github.com/gorilla/mux v1.7.0 [2019-10-17T21:51:19.302Z] #6 12.01 go: finding google.golang.org/grpc v1.20.1 [2019-10-17T21:51:19.302Z] #6 12.03 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-17T21:51:19.302Z] #6 12.04 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-17T21:51:19.435Z] INFO [loader] SSA repr building timing: packages building 311.864052ms, total 5.200274436s [2019-10-17T21:51:19.720Z] #6 12.59 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-17T21:51:19.865Z] ok github.com/docker/docker/api/server 0.034s coverage: 9.0% of statements [2019-10-17T21:51:20.131Z] #6 13.09 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-17T21:51:20.131Z] #6 13.12 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-17T21:51:20.131Z] #6 13.12 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-17T21:51:20.526Z] #6 13.33 go: finding github.com/uber/jaeger-lib v1.2.1 [2019-10-17T21:51:20.526Z] #6 13.40 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-17T21:51:20.526Z] #6 13.49 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-17T21:51:20.936Z] #6 13.58 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-17T21:51:20.936Z] #6 13.84 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-17T21:51:21.003Z] #3 extracting sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 2.9s done [2019-10-17T21:51:21.003Z] #3 extracting sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 [2019-10-17T21:51:21.805Z] #6 14.65 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-17T21:51:21.805Z] #6 14.68 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-17T21:51:21.806Z] #6 14.72 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-17T21:51:21.806Z] #6 14.83 go: finding gotest.tools v2.1.0+incompatible [2019-10-17T21:51:22.225Z] #6 14.97 go: finding github.com/google/go-cmp v0.2.0 [2019-10-17T21:51:23.096Z] #6 15.72 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-17T21:51:23.096Z] #6 15.82 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-17T21:51:23.096Z] #6 15.83 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-17T21:51:23.096Z] #6 15.98 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-17T21:51:23.510Z] #6 16.06 go: finding github.com/docker/go-connections v0.4.0 [2019-10-17T21:51:23.510Z] #6 16.42 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-17T21:51:23.510Z] #6 16.53 go: finding github.com/onsi/gomega v1.4.3 [2019-10-17T21:51:23.697Z] #3 extracting sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 2.4s done [2019-10-17T21:51:23.697Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec [2019-10-17T21:51:23.947Z] #6 16.73 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-17T21:51:23.947Z] #6 16.90 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-17T21:51:24.361Z] #6 17.10 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-17T21:51:24.361Z] #6 17.11 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-17T21:51:24.774Z] #6 17.36 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-17T21:51:24.774Z] #6 17.44 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-17T21:51:24.774Z] #6 17.62 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-17T21:51:24.774Z] #6 17.66 go: finding github.com/containerd/containerd v1.2.4 [2019-10-17T21:51:25.189Z] #6 17.78 go: finding go.etcd.io/bbolt v1.3.2 [2019-10-17T21:51:25.583Z] #6 18.41 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-17T21:51:25.978Z] #6 18.61 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-17T21:51:25.978Z] #6 18.61 go: finding github.com/golang/mock v1.1.1 [2019-10-17T21:51:25.978Z] #6 18.94 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-17T21:51:26.375Z] #6 19.10 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-17T21:51:27.223Z] #6 19.78 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-17T21:51:27.223Z] #6 20.06 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-17T21:51:27.223Z] #6 20.14 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-17T21:51:27.652Z] #6 20.60 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-17T21:51:28.078Z] #6 20.85 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-17T21:51:28.485Z] #6 21.23 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-17T21:51:28.485Z] #6 21.35 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-17T21:51:28.485Z] #6 21.37 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-17T21:51:28.891Z] #6 21.80 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-17T21:51:29.198Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.0s [2019-10-17T21:51:29.198Z] #3 extracting sha256:b7e7e03b39f21abfc8bb052fec8b3364a6d345e9e6e6b46d6cc582fcc2f8caec 5.2s done [2019-10-17T21:51:29.320Z] #6 22.09 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-17T21:51:29.320Z] #6 22.29 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-17T21:51:29.320Z] #6 22.34 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-17T21:51:29.480Z] #3 extracting sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 [2019-10-17T21:51:29.480Z] #3 completed: 2019-10-17 21:51:29.385047638 +0000 UTC [2019-10-17T21:51:29.480Z] #3 duration: 21.124691633s [2019-10-17T21:51:29.480Z] #3 extracting sha256:c8d0433a4b0c2643268c2d8e7cb7d9f69e819e27081a2e5e1512cbed99a2bf21 done [2019-10-17T21:51:29.480Z] [2019-10-17T21:51:29.747Z] #6 22.35 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-17T21:51:29.747Z] #6 22.37 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-17T21:51:29.747Z] #6 22.60 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-17T21:51:29.747Z] #6 22.67 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-17T21:51:29.774Z] [2019-10-17T21:51:29.774Z] #4 /bin/sh -c git clone "${BUILDX_REPO}" /buildx [2019-10-17T21:51:29.774Z] #4 digest: sha256:b22e9c800f510b90a4af2f828249b6d70e987266c3c150c087d719521faf8115 [2019-10-17T21:51:29.774Z] #4 name: "/bin/sh -c git clone \"${BUILDX_REPO}\" /buildx" [2019-10-17T21:51:29.774Z] #4 started: 2019-10-17 21:51:29.387077984 +0000 UTC [2019-10-17T21:51:29.774Z] #4 0.132 Cloning into '/buildx'... [2019-10-17T21:51:30.170Z] #6 22.96 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-17T21:51:30.170Z] #6 23.08 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-17T21:51:30.572Z] #6 23.30 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-17T21:51:30.572Z] #6 23.46 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-17T21:51:30.976Z] #6 23.63 go: finding github.com/kr/pretty v0.1.0 [2019-10-17T21:51:30.976Z] #6 23.82 go: finding github.com/docker/go-units v0.3.1 [2019-10-17T21:51:31.363Z] #6 24.12 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-17T21:51:31.801Z] #4 completed: 2019-10-17 21:51:31.278983731 +0000 UTC [2019-10-17T21:51:31.801Z] #4 duration: 1.891905747s [2019-10-17T21:51:31.801Z] [2019-10-17T21:51:31.801Z] [2019-10-17T21:51:31.801Z] #5 /bin/sh -c git fetch origin "${BUILDX_COMMIT}":build && git checkout bui... [2019-10-17T21:51:31.801Z] #5 digest: sha256:0780ff3e3dac30dfdea603421088f941612b2ef6741d7675a762c34b38cfa37b [2019-10-17T21:51:31.801Z] #5 name: "/bin/sh -c git fetch origin \"${BUILDX_COMMIT}\":build && git checkout build" [2019-10-17T21:51:31.801Z] #5 started: 2019-10-17 21:51:31.281716321 +0000 UTC [2019-10-17T21:51:31.801Z] #5 0.350 From https://github.com/docker/buildx [2019-10-17T21:51:31.801Z] #5 0.350 * [new branch] master -> build [2019-10-17T21:51:31.882Z] #6 24.52 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-17T21:51:31.882Z] #6 24.63 go: finding github.com/spf13/viper v1.3.2 [2019-10-17T21:51:31.882Z] #6 24.74 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-17T21:51:32.088Z] #5 completed: 2019-10-17 21:51:31.910814556 +0000 UTC [2019-10-17T21:51:32.088Z] #5 duration: 629.098235ms [2019-10-17T21:51:32.088Z] #5 0.557 Switched to branch 'build' [2019-10-17T21:51:32.088Z] [2019-10-17T21:51:32.088Z] [2019-10-17T21:51:32.088Z] #6 /bin/sh -c go mod download [2019-10-17T21:51:32.088Z] #6 digest: sha256:bde523be1ed31f376cc6de1a187feecb6662ca7cf4ba527c4a62b3ffc35e351d [2019-10-17T21:51:32.088Z] #6 name: "/bin/sh -c go mod download" [2019-10-17T21:51:32.088Z] #6 started: 2019-10-17 21:51:31.91286274 +0000 UTC [2019-10-17T21:51:32.376Z] #6 0.166 go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-10-17T21:51:32.376Z] #6 0.170 go: finding github.com/mattn/go-shellwords v1.0.5 [2019-10-17T21:51:32.376Z] #6 0.174 go: finding github.com/spf13/pflag v1.0.3 [2019-10-17T21:51:32.376Z] #6 0.174 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-10-17T21:51:32.376Z] #6 0.180 go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-10-17T21:51:32.376Z] #6 0.181 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-17T21:51:32.376Z] #6 0.184 go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-10-17T21:51:32.376Z] #6 0.185 go: finding github.com/gofrs/flock v0.7.0 [2019-10-17T21:51:32.376Z] #6 0.194 go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-10-17T21:51:32.668Z] #6 24.74 go: finding github.com/stretchr/objx v0.1.1 [2019-10-17T21:51:32.668Z] #6 24.87 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-17T21:51:32.668Z] #6 25.34 go: finding github.com/client9/misspell v0.3.4 [2019-10-17T21:51:33.124Z] #6 25.76 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-17T21:51:33.397Z] #6 1.053 go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-10-17T21:51:33.552Z] #6 26.19 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-17T21:51:33.552Z] #6 26.26 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-17T21:51:33.552Z] #6 26.44 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-17T21:51:33.992Z] #6 26.80 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-17T21:51:34.432Z] #6 2.019 go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-10-17T21:51:34.432Z] #6 2.106 go: finding github.com/jinzhu/gorm v1.9.2 [2019-10-17T21:51:34.432Z] #6 2.338 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-17T21:51:34.486Z] #6 27.04 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-17T21:51:34.486Z] #6 27.05 go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-10-17T21:51:34.719Z] #6 2.642 go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-10-17T21:51:34.719Z] #6 2.662 go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-10-17T21:51:35.349Z] #6 28.11 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-17T21:51:35.349Z] #6 28.16 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-17T21:51:35.349Z] #6 28.25 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-17T21:51:35.737Z] #6 3.555 go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-10-17T21:51:35.737Z] #6 3.571 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-17T21:51:35.737Z] #6 3.594 go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-10-17T21:51:35.759Z] #6 28.41 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-17T21:51:35.759Z] #6 28.51 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-17T21:51:35.759Z] #6 28.60 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-17T21:51:36.026Z] #6 4.085 go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-10-17T21:51:36.156Z] #6 29.12 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-17T21:51:36.652Z] #6 4.687 go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-10-17T21:51:36.938Z] #6 4.694 go: finding github.com/prometheus/client_golang v0.8.0 [2019-10-17T21:51:36.938Z] #6 4.783 go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-10-17T21:51:37.035Z] #6 29.75 go: finding google.golang.org/appengine v1.1.0 [2019-10-17T21:51:37.035Z] #6 29.79 go: finding github.com/golang/protobuf v1.2.0 [2019-10-17T21:51:37.035Z] #6 29.83 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-17T21:51:37.035Z] #6 29.92 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-17T21:51:37.035Z] #6 29.99 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-17T21:51:37.456Z] #6 30.16 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-17T21:51:37.456Z] #6 30.16 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-17T21:51:37.973Z] #6 5.638 go: finding github.com/stretchr/testify v1.3.0 [2019-10-17T21:51:37.973Z] #6 5.674 go: finding github.com/imdario/mergo v0.3.7 [2019-10-17T21:51:38.263Z] #6 6.033 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-10-17T21:51:38.263Z] #6 6.280 go: finding github.com/jinzhu/now v1.0.0 [2019-10-17T21:51:38.348Z] #6 31.19 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-17T21:51:38.348Z] #6 31.19 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-17T21:51:38.348Z] #6 31.25 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-17T21:51:38.555Z] #6 6.562 go: finding github.com/json-iterator/go v1.1.6 [2019-10-17T21:51:38.751Z] #6 31.40 go: finding golang.org/x/text v0.3.0 [2019-10-17T21:51:38.751Z] #6 31.43 go: finding gotest.tools v2.2.0+incompatible [2019-10-17T21:51:38.751Z] #6 31.43 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-17T21:51:38.751Z] #6 31.51 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-17T21:51:39.158Z] #6 32.11 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-17T21:51:39.183Z] #6 7.132 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-10-17T21:51:39.183Z] #6 7.148 go: finding github.com/bitly/go-simplejson v0.5.0 [2019-10-17T21:51:39.613Z] #6 7.348 go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-10-17T21:51:39.613Z] #6 7.468 go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-10-17T21:51:39.719Z] #6 32.34 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-17T21:51:40.240Z] #6 7.965 go: finding github.com/spf13/viper v1.3.2 [2019-10-17T21:51:40.240Z] #6 8.120 go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-10-17T21:51:40.240Z] #6 8.194 go: finding github.com/sirupsen/logrus v1.4.0 [2019-10-17T21:51:40.543Z] #6 33.30 go: finding github.com/spf13/cast v1.3.0 [2019-10-17T21:51:40.544Z] #6 33.30 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-17T21:51:40.544Z] #6 33.40 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-17T21:51:40.544Z] #6 33.51 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-17T21:51:41.064Z] #6 8.845 go: finding github.com/gogo/protobuf v1.2.1 [2019-10-17T21:51:41.130Z] #6 34.05 go: finding github.com/kr/text v0.1.0 [2019-10-17T21:51:41.131Z] #6 34.14 go: finding cloud.google.com/go v0.26.0 [2019-10-17T21:51:41.356Z] #6 9.105 go: finding github.com/stretchr/objx v0.1.0 [2019-10-17T21:51:41.356Z] #6 9.110 go: finding github.com/lib/pq v1.0.0 [2019-10-17T21:51:41.357Z] #6 9.308 go: finding github.com/davecgh/go-spew v1.1.0 [2019-10-17T21:51:41.602Z] #6 34.42 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-17T21:51:42.357Z] #6 35.23 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-17T21:51:42.382Z] #6 10.05 go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-10-17T21:51:42.382Z] #6 10.19 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-17T21:51:42.677Z] #6 10.54 go: finding github.com/ghodss/yaml v1.0.0 [2019-10-17T21:51:42.677Z] #6 10.59 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-10-17T21:51:42.990Z] #6 35.69 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-17T21:51:43.606Z] #6 36.50 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-17T21:51:43.723Z] #6 11.51 go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-10-17T21:51:43.723Z] #6 11.74 go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-10-17T21:51:44.012Z] #6 11.88 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-10-17T21:51:44.029Z] #6 36.85 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-17T21:51:44.029Z] #6 36.94 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-17T21:51:44.909Z] #6 37.86 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-17T21:51:45.038Z] #6 12.78 go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-10-17T21:51:45.038Z] #6 12.96 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-17T21:51:45.038Z] #6 12.98 go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-10-17T21:51:45.321Z] #6 38.19 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-17T21:51:45.321Z] #6 38.26 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-17T21:51:45.327Z] #6 13.39 go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-10-17T21:51:45.747Z] #6 38.45 go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-10-17T21:51:45.954Z] #6 13.95 go: finding github.com/davecgh/go-spew v1.1.1 [2019-10-17T21:51:46.173Z] #6 38.78 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-17T21:51:46.242Z] #6 14.14 go: finding github.com/gorilla/mux v1.7.0 [2019-10-17T21:51:46.242Z] #6 14.17 go: finding github.com/spf13/cobra v0.0.3 [2019-10-17T21:51:46.596Z] #6 39.34 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-17T21:51:46.596Z] #6 39.40 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-17T21:51:47.025Z] #6 39.60 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-17T21:51:47.025Z] #6 39.67 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-17T21:51:47.270Z] #6 15.12 go: finding github.com/pkg/errors v0.8.1 [2019-10-17T21:51:47.456Z] #6 40.19 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-17T21:51:47.878Z] #6 40.67 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-17T21:51:47.878Z] #6 40.74 go: finding github.com/kr/pty v1.1.1 [2019-10-17T21:51:47.897Z] #6 15.87 go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-10-17T21:51:48.539Z] #6 16.28 go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-10-17T21:51:48.539Z] #6 16.30 go: finding github.com/spf13/cast v1.3.0 [2019-10-17T21:51:48.539Z] #6 16.47 go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-10-17T21:51:48.759Z] #6 41.32 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-17T21:51:48.759Z] #6 41.49 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-17T21:51:48.759Z] #6 41.52 go: finding github.com/pkg/profile v1.2.1 [2019-10-17T21:51:48.759Z] #6 41.75 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-17T21:51:48.826Z] #6 16.61 go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-10-17T21:51:48.827Z] #6 16.85 go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-10-17T21:51:49.174Z] #6 41.84 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-17T21:51:49.174Z] #6 41.91 go: finding github.com/magiconair/properties v1.8.0 [2019-10-17T21:51:49.585Z] #6 42.32 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-17T21:51:49.585Z] #6 42.46 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-17T21:51:49.851Z] #6 17.65 go: finding github.com/magiconair/properties v1.8.0 [2019-10-17T21:51:50.014Z] #6 42.61 go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-10-17T21:51:50.014Z] #6 42.68 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-17T21:51:50.014Z] #6 42.91 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-17T21:51:50.014Z] #6 42.92 go: finding github.com/spf13/afero v1.1.2 [2019-10-17T21:51:50.140Z] #6 18.16 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-10-17T21:51:50.427Z] #6 18.29 go: finding github.com/spf13/afero v1.1.2 [2019-10-17T21:51:50.715Z] #6 18.53 go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-10-17T21:51:50.920Z] #6 43.65 go: finding github.com/stretchr/testify v1.2.2 [2019-10-17T21:51:50.920Z] #6 43.88 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-17T21:51:50.920Z] #6 43.94 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-17T21:51:51.004Z] #6 18.88 go: finding github.com/theupdateframework/notary v0.6.1 [2019-10-17T21:51:51.324Z] #6 43.98 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-17T21:51:51.324Z] #6 44.02 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-17T21:51:51.324Z] #6 44.03 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-17T21:51:51.324Z] #6 44.07 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-17T21:51:51.324Z] #6 44.13 go: finding github.com/stretchr/objx v0.1.0 [2019-10-17T21:51:51.324Z] #6 44.28 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-10-17T21:51:51.324Z] #6 44.29 go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-10-17T21:51:51.324Z] #6 44.29 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-17T21:51:51.324Z] #6 44.30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-17T21:51:51.324Z] #6 44.35 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-17T21:51:51.631Z] #6 19.45 go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-10-17T21:51:51.631Z] #6 19.57 go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-10-17T21:51:51.728Z] #6 44.67 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-17T21:51:52.123Z] #6 44.98 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-17T21:51:52.264Z] #6 19.91 go: finding gopkg.in/yaml.v2 v2.2.2 [2019-10-17T21:51:52.264Z] #6 20.06 go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-10-17T21:51:52.264Z] #6 20.28 go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-10-17T21:51:52.542Z] #6 45.29 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-17T21:51:52.542Z] #6 45.32 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-17T21:51:52.553Z] #6 20.36 go: finding golang.org/x/text v0.3.0 [2019-10-17T21:51:54.603Z] #6 22.25 go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-10-17T21:51:54.603Z] #6 22.60 go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-10-17T21:51:54.891Z] #6 22.69 go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-10-17T21:51:54.891Z] #6 22.73 go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-10-17T21:51:54.891Z] #6 22.83 go: finding github.com/hashicorp/hcl v1.0.0 [2019-10-17T21:51:55.521Z] #6 23.28 go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-10-17T21:51:56.313Z] #6 23.90 go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-10-17T21:51:56.621Z] #6 24.42 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-10-17T21:51:56.621Z] #6 24.43 go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-10-17T21:51:56.969Z] #6 24.73 go: finding github.com/kisielk/errcheck v1.1.0 [2019-10-17T21:51:56.969Z] #6 24.85 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-10-17T21:51:57.257Z] #6 25.08 go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-10-17T21:51:57.548Z] #6 25.53 go: finding gopkg.in/inf.v0 v0.9.1 [2019-10-17T21:51:57.838Z] #6 25.79 go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-10-17T21:51:58.868Z] #6 26.60 go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-10-17T21:51:58.868Z] #6 26.76 go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-10-17T21:51:58.868Z] #6 26.87 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-10-17T21:51:59.156Z] #6 27.11 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-10-17T21:51:59.784Z] #6 27.63 go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-10-17T21:52:00.416Z] #6 28.16 go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-10-17T21:52:00.416Z] #6 28.30 go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-10-17T21:52:00.734Z] Running on ubuntu-1804-overlay2 (i-0df5159063b818348) in /home/ubuntu/workspace/moby_PR-40082 [Pipeline] { [Pipeline] checkout [2019-10-17T21:52:01.047Z] #6 29.07 go: finding github.com/coreos/go-semver v0.2.0 [2019-10-17T21:52:01.338Z] #6 29.19 go: finding github.com/hashicorp/go-version v1.1.0 [2019-10-17T21:52:01.338Z] #6 29.33 go: finding github.com/stretchr/testify v1.2.2 [2019-10-17T21:52:01.338Z] #6 29.37 go: finding github.com/pelletier/go-toml v1.2.0 [2019-10-17T21:52:01.991Z] #6 29.76 go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-10-17T21:52:03.016Z] #6 30.93 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-10-17T21:52:03.307Z] #6 31.04 go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-10-17T21:52:03.596Z] #6 31.31 go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-10-17T21:52:03.596Z] #6 31.40 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-10-17T21:52:03.884Z] #6 31.84 go: finding github.com/kisielk/gotool v1.0.0 [2019-10-17T21:52:05.388Z] #6 33.08 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-10-17T21:52:05.388Z] #6 33.18 go: finding github.com/pmezard/go-difflib v1.0.0 [2019-10-17T21:52:05.684Z] #6 33.49 go: finding github.com/modern-go/reflect2 v1.0.1 [2019-10-17T21:52:05.954Z] using credential docker-jenkins-github-credentials [2019-10-17T21:52:05.964Z] Cloning the remote Git repository [2019-10-17T21:52:05.964Z] Cloning with configured refspecs honoured and without tags [2019-10-17T21:52:05.973Z] #6 33.71 go: finding github.com/opencontainers/image-spec v1.0.1 [2019-10-17T21:52:05.997Z] Cloning repository https://github.com/moby/moby.git [2019-10-17T21:52:06.262Z] #6 34.08 go: finding github.com/docker/go-connections v0.4.0 [2019-10-17T21:52:06.551Z] #6 34.58 go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-10-17T21:52:06.063Z] > git init /home/ubuntu/workspace/moby_PR-40082 # timeout=10 [2019-10-17T21:52:06.394Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:52:06.395Z] > git --version # timeout=10 [2019-10-17T21:52:06.450Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:52:06.451Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:52:08.059Z] #6 35.84 go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-10-17T21:52:08.348Z] #6 36.16 go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-10-17T21:52:08.348Z] #6 36.21 go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-10-17T21:52:08.637Z] #6 36.66 go: finding github.com/stretchr/objx v0.1.1 [2019-10-17T21:52:09.141Z] #6 36.81 go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-10-17T21:52:09.442Z] #6 37.34 go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-10-17T21:52:13.888Z] #6 41.30 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-10-17T21:52:13.888Z] #6 41.30 go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-10-17T21:52:13.888Z] #6 41.30 go: finding github.com/docker/go-connections v0.3.0 [2019-10-17T21:52:13.888Z] #6 41.36 go: finding github.com/google/go-cmp v0.2.0 [2019-10-17T21:52:13.888Z] #6 41.37 go: finding github.com/kr/pretty v0.1.0 [2019-10-17T21:52:13.888Z] #6 41.43 go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-10-17T21:52:13.888Z] #6 41.45 go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-10-17T21:52:15.382Z] #6 42.94 go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-10-17T21:52:15.382Z] #6 43.34 go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/api/server/httputils 0.021s coverage: 14.7% of statements [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/api/server/middleware 0.019s coverage: 37.7% of statements [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/api/types/filters 0.016s coverage: 95.2% of statements [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/api/server/router/swarm 0.018s coverage: 4.0% of statements [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/api/types/versions 0.022s coverage: 75.0% of statements [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-17T21:52:16.148Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/builder/dockerignore 0.028s coverage: 96.8% of statements [2019-10-17T21:52:16.148Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2019-10-17T21:52:16.402Z] #6 44.15 go: finding github.com/vishvananda/netlink v1.0.0 [2019-10-17T21:52:16.402Z] #6 44.33 go: finding github.com/pkg/profile v1.2.1 [2019-10-17T21:52:17.026Z] #6 44.73 go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-10-17T21:52:17.026Z] #6 45.09 go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-10-17T21:52:17.038Z] #6 completed: 2019-10-17 21:52:16.026530442 +0000 UTC [2019-10-17T21:52:17.038Z] #6 duration: 1m9.104335442s [2019-10-17T21:52:17.038Z] [2019-10-17T21:52:17.038Z] [2019-10-17T21:52:17.038Z] #7 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-17T21:52:17.038Z] #7 digest: sha256:0155a0c8fd60ffcfae077af1ebaf8fcd95f228db5d15b7f5c18160844daa19b5 [2019-10-17T21:52:17.038Z] #7 name: "/bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.com/docker/buildx/version.Version=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Revision=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o /usr/bin/buildx ./cmd/buildx" [2019-10-17T21:52:17.038Z] #7 started: 2019-10-17 21:52:16.028186156 +0000 UTC [2019-10-17T21:52:17.090Z] ok github.com/docker/docker/builder/remotecontext 0.295s coverage: 13.6% of statements [2019-10-17T21:52:17.661Z] ok github.com/docker/docker/builder/remotecontext/git 3.393s coverage: 85.1% of statements [2019-10-17T21:52:18.066Z] #6 45.95 go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-10-17T21:52:18.232Z] ok github.com/docker/docker/builder/dockerfile 1.092s coverage: 48.2% of statements [2019-10-17T21:52:18.232Z] ? github.com/docker/docker/cli [no test files] [2019-10-17T21:52:18.232Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-17T21:52:18.354Z] #6 46.22 go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-10-17T21:52:18.643Z] #6 46.70 go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-10-17T21:52:19.271Z] #6 47.10 go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-10-17T21:52:19.901Z] #6 47.60 go: finding github.com/BurntSushi/toml v0.3.1 [2019-10-17T21:52:20.188Z] #6 48.04 go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-10-17T21:52:21.212Z] #6 49.12 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-10-17T21:52:21.500Z] #6 49.32 go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-10-17T21:52:21.500Z] #6 49.48 go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-10-17T21:52:21.787Z] #6 49.79 go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-10-17T21:52:22.415Z] #6 50.18 go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-10-17T21:52:22.704Z] #6 50.44 go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-10-17T21:52:22.992Z] #6 50.76 go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-10-17T21:52:23.561Z] ok github.com/docker/docker/client 0.563s coverage: 75.8% of statements [2019-10-17T21:52:24.017Z] #6 51.98 go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-10-17T21:52:24.306Z] #6 52.19 go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-10-17T21:52:24.306Z] #6 52.22 go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-10-17T21:52:24.620Z] #6 52.33 go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-10-17T21:52:25.259Z] #6 53.07 go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-10-17T21:52:25.259Z] #6 53.14 go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-10-17T21:52:25.259Z] #6 53.25 go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-10-17T21:52:25.548Z] #6 53.34 go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-10-17T21:52:25.548Z] #6 53.34 go: finding github.com/docker/go-units v0.3.1 [2019-10-17T21:52:27.606Z] #6 55.36 go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-10-17T21:52:27.606Z] #6 55.47 go: finding github.com/containerd/containerd v1.2.4 [2019-10-17T21:52:27.894Z] #6 55.71 go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-10-17T21:52:28.183Z] #6 56.09 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-10-17T21:52:28.183Z] #6 56.19 go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-10-17T21:52:28.471Z] #6 56.32 go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-10-17T21:52:28.760Z] #6 56.58 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-10-17T21:52:29.049Z] #6 57.02 go: finding github.com/kr/text v0.1.0 [2019-10-17T21:52:30.076Z] #6 57.77 go: finding github.com/sirupsen/logrus v1.0.3 [2019-10-17T21:52:30.076Z] #6 57.80 go: finding google.golang.org/grpc v1.20.1 [2019-10-17T21:52:30.076Z] #6 57.80 go: finding github.com/golang/protobuf v1.2.0 [2019-10-17T21:52:30.076Z] #6 57.83 go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-10-17T21:52:30.367Z] #6 58.34 go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-10-17T21:52:30.445Z] Fetching without tags [2019-10-17T21:52:30.658Z] #6 58.40 go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-10-17T21:52:30.658Z] #6 58.40 go: finding github.com/onsi/ginkgo v1.7.0 [2019-10-17T21:52:30.658Z] #6 58.48 go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-10-17T21:52:30.658Z] #6 58.57 go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-10-17T21:52:30.887Z] Merging remotes/origin/master commit 1e000435e60da678f3cb44ce4e5153d70328742c into PR head commit 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:52:30.969Z] #6 59.00 go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-10-17T21:52:32.090Z] #6 60.01 go: finding go.etcd.io/bbolt v1.3.2 [2019-10-17T21:52:32.090Z] #6 60.07 go: finding github.com/onsi/gomega v1.4.3 [2019-10-17T21:52:30.288Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:52:30.385Z] > git config --add remote.origin.fetch +refs/pull/40082/head:refs/remotes/origin/PR-40082 # timeout=10 [2019-10-17T21:52:30.418Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-17T21:52:30.445Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:52:30.512Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:52:30.512Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:52:30.515Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:52:30.917Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:52:30.940Z] > git checkout -f 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:52:32.377Z] #6 60.18 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-10-17T21:52:32.663Z] #6 60.56 go: finding github.com/gogo/protobuf v1.2.0 [2019-10-17T21:52:32.663Z] #6 60.58 go: finding github.com/gogo/googleapis v1.1.0 [2019-10-17T21:52:32.663Z] #6 60.65 go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-10-17T21:52:32.951Z] #6 60.79 go: finding gotest.tools v2.1.0+incompatible [2019-10-17T21:52:33.069Z] Merge succeeded, producing ceb2033bacd530d9ef14db161016824fc064ee14 [2019-10-17T21:52:33.070Z] Checking out Revision ceb2033bacd530d9ef14db161016824fc064ee14 (PR-40082) [2019-10-17T21:52:33.914Z] Commit message: "Merge commit '1e000435e60da678f3cb44ce4e5153d70328742c' into HEAD" [2019-10-17T21:52:33.940Z] First time build. Skipping changelog. [2019-10-17T21:52:33.983Z] #6 61.98 go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-10-17T21:52:33.983Z] #6 62.05 go: finding gopkg.in/yaml.v2 v2.2.1 [2019-10-17T21:52:34.268Z] #6 62.11 go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-10-17T21:52:34.268Z] #6 62.12 go: finding github.com/uber/jaeger-lib v1.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2019-10-17T21:52:32.291Z] > git merge 1e000435e60da678f3cb44ce4e5153d70328742c # timeout=10 [2019-10-17T21:52:33.067Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-17T21:52:33.134Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:52:33.173Z] > git checkout -f ceb2033bacd530d9ef14db161016824fc064ee14 [2019-10-17T21:52:33.935Z] > git rev-list --no-walk 9f7df27ba4b6ef16f804afcc3895d681d91f6242 # timeout=10 [Pipeline] sh [2019-10-17T21:52:34.893Z] #6 62.77 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-10-17T21:52:35.216Z] + docker version [2019-10-17T21:52:35.227Z] #6 63.06 go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-10-17T21:52:35.515Z] #6 63.36 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-10-17T21:52:35.802Z] #6 63.53 go: finding github.com/Microsoft/go-winio v0.4.11 [2019-10-17T21:52:35.802Z] #6 63.60 go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-10-17T21:52:35.802Z] #6 63.67 go: finding github.com/golang/mock v1.1.1 [2019-10-17T21:52:36.090Z] #6 64.07 go: finding github.com/onsi/ginkgo v1.6.0 [2019-10-17T21:52:36.379Z] #6 64.29 go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-10-17T21:52:37.410Z] #6 65.21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-10-17T21:52:37.410Z] #6 65.26 go: finding github.com/hpcloud/tail v1.0.0 [2019-10-17T21:52:37.410Z] #6 65.47 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-10-17T21:52:37.698Z] #6 65.65 go: finding github.com/sirupsen/logrus v1.3.0 [2019-10-17T21:52:38.339Z] #6 66.00 go: finding github.com/client9/misspell v0.3.4 [2019-10-17T21:52:38.339Z] #6 66.13 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-10-17T21:52:38.339Z] #6 66.18 go: finding gotest.tools v2.2.0+incompatible [2019-10-17T21:52:38.964Z] #6 66.75 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-10-17T21:52:39.251Z] #6 67.08 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-10-17T21:52:39.540Z] #6 67.54 go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-10-17T21:52:39.828Z] #6 67.70 go: finding github.com/kr/pty v1.1.1 [2019-10-17T21:52:39.828Z] #6 67.71 go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-10-17T21:52:40.452Z] #6 68.39 go: finding github.com/gogo/protobuf v1.0.0 [2019-10-17T21:52:40.840Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:20207006 Name:quota Decls:[0xc024e7af00 0xc024e7af80 0xc024e7b000 0xc024e7b080 0xc024ce3140 0xc024ce3320] Scope:scope 0xc025c255e0 { [2019-10-17T21:52:40.840Z] var ErrQuotaNotSupported [2019-10-17T21:52:40.840Z] type errQuotaNotSupported [2019-10-17T21:52:40.840Z] } [2019-10-17T21:52:40.840Z] Imports:[0xc024ce2d20] Unresolved:[errdefs nil string] Comments:[0xc015970b80 0xc015970d00]} [2019-10-17T21:52:41.469Z] #6 69.42 go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-10-17T21:52:41.758Z] #6 69.77 go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-10-17T21:52:41.768Z] Client: Docker Engine - Community [2019-10-17T21:52:41.768Z] Version: 19.03.2 [2019-10-17T21:52:41.768Z] API version: 1.40 [2019-10-17T21:52:41.768Z] Go version: go1.12.8 [2019-10-17T21:52:41.768Z] Git commit: 6a30dfc [2019-10-17T21:52:41.768Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-17T21:52:41.768Z] OS/Arch: linux/amd64 [2019-10-17T21:52:41.768Z] Experimental: false [2019-10-17T21:52:41.768Z] [2019-10-17T21:52:41.768Z] Server: Docker Engine - Community [2019-10-17T21:52:41.768Z] Engine: [2019-10-17T21:52:41.768Z] Version: 19.03.2 [2019-10-17T21:52:41.768Z] API version: 1.40 (minimum version 1.12) [2019-10-17T21:52:41.768Z] Go version: go1.12.8 [2019-10-17T21:52:41.768Z] Git commit: 6a30dfc [2019-10-17T21:52:41.768Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-17T21:52:41.768Z] OS/Arch: linux/amd64 [2019-10-17T21:52:41.768Z] Experimental: true [2019-10-17T21:52:41.768Z] containerd: [2019-10-17T21:52:41.768Z] Version: 1.2.6 [2019-10-17T21:52:41.768Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-17T21:52:41.768Z] runc: [2019-10-17T21:52:41.768Z] Version: 1.0.0-rc8 [2019-10-17T21:52:41.768Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-17T21:52:41.768Z] docker-init: [2019-10-17T21:52:41.768Z] Version: 0.18.0 [2019-10-17T21:52:41.768Z] GitCommit: fec3683 [Pipeline] sh [2019-10-17T21:52:42.045Z] #6 69.95 go: finding google.golang.org/appengine v1.1.0 [2019-10-17T21:52:42.088Z] + docker info [2019-10-17T21:52:43.534Z] #6 71.11 go: finding cloud.google.com/go v0.26.0 [2019-10-17T21:52:44.162Z] #6 71.90 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-10-17T21:52:44.464Z] #6 72.45 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-10-17T21:52:46.506Z] #6 74.19 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-10-17T21:52:48.555Z] #6 76.37 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-10-17T21:52:48.555Z] #6 76.45 go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-10-17T21:52:50.139Z] ok github.com/docker/docker/cmd/dockerd 0.101s coverage: 30.3% of statements [2019-10-17T21:52:50.178Z] Client: [2019-10-17T21:52:50.178Z] Debug Mode: false [2019-10-17T21:52:50.178Z] [2019-10-17T21:52:50.178Z] Server: [2019-10-17T21:52:50.178Z] Containers: 0 [2019-10-17T21:52:50.178Z] Running: 0 [2019-10-17T21:52:50.178Z] Paused: 0 [2019-10-17T21:52:50.178Z] Stopped: 0 [2019-10-17T21:52:50.178Z] Images: 0 [2019-10-17T21:52:50.178Z] Server Version: 19.03.2 [2019-10-17T21:52:50.178Z] Storage Driver: overlay2 [2019-10-17T21:52:50.178Z] Backing Filesystem: extfs [2019-10-17T21:52:50.178Z] Supports d_type: true [2019-10-17T21:52:50.178Z] Native Overlay Diff: true [2019-10-17T21:52:50.178Z] Logging Driver: json-file [2019-10-17T21:52:50.178Z] Cgroup Driver: cgroupfs [2019-10-17T21:52:50.178Z] Plugins: [2019-10-17T21:52:50.178Z] Volume: local [2019-10-17T21:52:50.178Z] Network: bridge host ipvlan macvlan null overlay [2019-10-17T21:52:50.178Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-17T21:52:50.178Z] Swarm: inactive [2019-10-17T21:52:50.178Z] Runtimes: runc [2019-10-17T21:52:50.178Z] Default Runtime: runc [2019-10-17T21:52:50.178Z] Init Binary: docker-init [2019-10-17T21:52:50.178Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-17T21:52:50.178Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-17T21:52:50.178Z] init version: fec3683 [2019-10-17T21:52:50.178Z] Security Options: [2019-10-17T21:52:50.178Z] apparmor [2019-10-17T21:52:50.178Z] seccomp [2019-10-17T21:52:50.178Z] Profile: default [2019-10-17T21:52:50.178Z] Kernel Version: 4.15.0-1048-aws [2019-10-17T21:52:50.178Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-17T21:52:50.178Z] OSType: linux [2019-10-17T21:52:50.178Z] Architecture: x86_64 [2019-10-17T21:52:50.178Z] CPUs: 2 [2019-10-17T21:52:50.178Z] Total Memory: 7.501GiB [2019-10-17T21:52:50.178Z] Name: ip-10-100-85-19 [2019-10-17T21:52:50.178Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-17T21:52:50.178Z] Docker Root Dir: /var/lib/docker [2019-10-17T21:52:50.178Z] Debug Mode: false [2019-10-17T21:52:50.178Z] Registry: https://index.docker.io/v1/ [2019-10-17T21:52:50.178Z] Labels: [2019-10-17T21:52:50.178Z] Experimental: true [2019-10-17T21:52:50.178Z] Insecure Registries: [2019-10-17T21:52:50.178Z] 127.0.0.0/8 [2019-10-17T21:52:50.178Z] Live Restore Enabled: true [2019-10-17T21:52:50.178Z] [2019-10-17T21:52:50.178Z] WARNING: No swap limit support [Pipeline] sh [2019-10-17T21:52:50.507Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:52:50.507Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:52:50.507Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40082/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-17T21:52:50.507Z] + bash /home/ubuntu/workspace/moby_PR-40082/check-config.sh [2019-10-17T21:52:50.507Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-17T21:52:50.507Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-17T21:52:50.507Z] [2019-10-17T21:52:50.507Z] Generally Necessary: [2019-10-17T21:52:50.507Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-17T21:52:50.507Z] - apparmor: enabled and tools installed [2019-10-17T21:52:50.507Z] - CONFIG_NAMESPACES: enabled [2019-10-17T21:52:50.507Z] - CONFIG_NET_NS: enabled [2019-10-17T21:52:50.507Z] - CONFIG_PID_NS: enabled [2019-10-17T21:52:50.507Z] - CONFIG_IPC_NS: enabled [2019-10-17T21:52:50.507Z] - CONFIG_UTS_NS: enabled [2019-10-17T21:52:50.507Z] - CONFIG_CGROUPS: enabled [2019-10-17T21:52:50.507Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-17T21:52:50.507Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-17T21:52:50.507Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-17T21:52:50.507Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-17T21:52:50.507Z] - CONFIG_CPUSETS: enabled [2019-10-17T21:52:50.769Z] - CONFIG_MEMCG: enabled [2019-10-17T21:52:50.769Z] - CONFIG_KEYS: enabled [2019-10-17T21:52:50.769Z] - CONFIG_VETH: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-17T21:52:50.769Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-17T21:52:50.769Z] [2019-10-17T21:52:50.769Z] Optional Features: [2019-10-17T21:52:50.769Z] - CONFIG_USER_NS: enabled [2019-10-17T21:52:50.769Z] - CONFIG_SECCOMP: enabled [2019-10-17T21:52:50.769Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-17T21:52:50.769Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-17T21:52:50.769Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-17T21:52:50.769Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-17T21:52:50.769Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-17T21:52:50.769Z] - CONFIG_BLK_CGROUP: enabled [2019-10-17T21:52:50.769Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-17T21:52:50.769Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-17T21:52:50.769Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-17T21:52:50.769Z] - CONFIG_CGROUP_PERF: enabled [2019-10-17T21:52:50.769Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-17T21:52:50.769Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-17T21:52:50.769Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-17T21:52:50.769Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-17T21:52:50.769Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-17T21:52:50.769Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-17T21:52:51.033Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_IP_VS: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-17T21:52:51.033Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-17T21:52:51.033Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-17T21:52:51.033Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_EXT4_FS: enabled [2019-10-17T21:52:51.033Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-17T21:52:51.033Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-17T21:52:51.033Z] - Network Drivers: [2019-10-17T21:52:51.033Z] - "overlay": [2019-10-17T21:52:51.033Z] - CONFIG_VXLAN: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-17T21:52:51.033Z] Optional (for encrypted networks): [2019-10-17T21:52:51.033Z] - CONFIG_CRYPTO: enabled [2019-10-17T21:52:51.033Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-17T21:52:51.033Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-17T21:52:51.033Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-17T21:52:51.033Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-17T21:52:51.033Z] - CONFIG_XFRM: enabled [2019-10-17T21:52:51.033Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-17T21:52:51.033Z] - "ipvlan": [2019-10-17T21:52:51.033Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-17T21:52:51.033Z] - "macvlan": [2019-10-17T21:52:51.033Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_DUMMY: enabled (as module) [2019-10-17T21:52:51.033Z] - "ftp,tftp client in container": [2019-10-17T21:52:51.033Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-17T21:52:51.033Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-17T21:52:51.033Z] - Storage Drivers: [2019-10-17T21:52:51.033Z] - "aufs": [2019-10-17T21:52:51.298Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-17T21:52:51.298Z] - "btrfs": [2019-10-17T21:52:51.298Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-17T21:52:51.298Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-17T21:52:51.298Z] - "devicemapper": [2019-10-17T21:52:51.298Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-17T21:52:51.298Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-17T21:52:51.298Z] - "overlay": [2019-10-17T21:52:51.298Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-17T21:52:51.298Z] - "zfs": [2019-10-17T21:52:51.298Z] - /dev/zfs: missing [2019-10-17T21:52:51.298Z] - zfs command: missing [2019-10-17T21:52:51.298Z] - zpool command: missing [2019-10-17T21:52:51.298Z] [2019-10-17T21:52:51.298Z] Limits: [2019-10-17T21:52:51.298Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-17T21:52:51.298Z] [2019-10-17T21:52:51.298Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-17T21:52:51.525Z] ok github.com/docker/docker/container 0.168s coverage: 35.3% of statements [2019-10-17T21:52:51.525Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-17T21:52:51.525Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-17T21:52:51.525Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-17T21:52:51.525Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-17T21:52:51.580Z] #7 completed: 2019-10-17 21:52:48.64790173 +0000 UTC [2019-10-17T21:52:51.580Z] #7 duration: 32.619715574s [2019-10-17T21:52:51.580Z] [2019-10-17T21:52:51.580Z] [2019-10-17T21:52:51.580Z] #8 exporting to image [2019-10-17T21:52:51.580Z] #8 digest: sha256:2038b1c05079741022789603a0c92009081b343e2f288c8a336ed61abeacf33b [2019-10-17T21:52:51.580Z] #8 name: "exporting to image" [2019-10-17T21:52:51.580Z] #8 started: 2019-10-17 21:52:48.65223987 +0000 UTC [2019-10-17T21:52:51.580Z] #8 exporting layers [2019-10-17T21:52:51.740Z] + sudo modprobe ip_vs [2019-10-17T21:52:51.997Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4ba75de5363e5980244579051d740fe2620c70fe . [2019-10-17T21:52:52.253Z] #1 [internal] load build definition from Dockerfile [2019-10-17T21:52:52.253Z] #1 transferring dockerfile: 14.63kB done [2019-10-17T21:52:52.253Z] #1 DONE 0.0s [2019-10-17T21:52:52.253Z] [2019-10-17T21:52:52.253Z] #2 [internal] load .dockerignore [2019-10-17T21:52:52.253Z] #2 transferring context: 87B done [2019-10-17T21:52:52.253Z] #2 DONE 0.0s [2019-10-17T21:52:52.253Z] [2019-10-17T21:52:52.253Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-17T21:52:52.509Z] #3 DONE 0.4s [2019-10-17T21:52:52.509Z] [2019-10-17T21:52:52.509Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-17T21:52:52.509Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-17T21:52:52.509Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-17T21:52:52.509Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2019-10-17T21:52:52.509Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2019-10-17T21:52:52.509Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0B / 8.82MB 0.0s [2019-10-17T21:52:52.765Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.1s done [2019-10-17T21:52:52.765Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2019-10-17T21:52:53.326Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.4s done [2019-10-17T21:52:53.326Z] #4 DONE 0.7s [2019-10-17T21:52:53.888Z] [2019-10-17T21:52:53.888Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-17T21:52:54.098Z] #8 exporting layers 5.0s done [2019-10-17T21:52:54.098Z] #8 writing image sha256:a722451833755449b85b1e1dc272b91635ff9878b3f9179e9fd82e0b433c0bf2 [2019-10-17T21:52:54.098Z] #8 completed: 2019-10-17 21:52:53.655872532 +0000 UTC [2019-10-17T21:52:54.098Z] #8 duration: 5.003632662s [2019-10-17T21:52:54.098Z] #8 writing image sha256:a722451833755449b85b1e1dc272b91635ff9878b3f9179e9fd82e0b433c0bf2 done [2019-10-17T21:52:54.098Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-17T21:52:54.098Z] [2019-10-17T21:52:54.098Z] 1bbbd74e18207df642f3e53220a8f698c838658fb783a3c599edbcb4969f3ab9 [2019-10-17T21:52:54.098Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:4ba75de5363e5980244579051d740fe2620c70fe . [2019-10-17T21:52:54.098Z] #1 [internal] booting buildkit [2019-10-17T21:52:54.144Z] #6 ... [2019-10-17T21:52:54.144Z] [2019-10-17T21:52:54.144Z] #5 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-17T21:52:54.144Z] #5 DONE 0.2s [2019-10-17T21:52:54.144Z] [2019-10-17T21:52:54.144Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-17T21:52:54.144Z] #6 DONE 0.2s [2019-10-17T21:52:54.144Z] [2019-10-17T21:52:54.144Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:52:54.144Z] #7 resolve docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 done [2019-10-17T21:52:54.144Z] #7 sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 1.42kB / 1.42kB done [2019-10-17T21:52:54.144Z] #7 sha256:a219387d86d28db4e6e0c14b9331492648442460fc803d84a03ba582fa5217a6 1.80kB / 1.80kB done [2019-10-17T21:52:54.144Z] #7 sha256:f8c4e1a86e6d52be270d3f1f3c26ea3b56959a93643ff063b008b06ec4f84e42 5.47kB / 5.47kB done [2019-10-17T21:52:54.144Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 0B / 45.38MB 0.1s [2019-10-17T21:52:54.144Z] #7 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0B / 10.79MB 0.1s [2019-10-17T21:52:54.399Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 9.52MB / 45.38MB 0.3s [2019-10-17T21:52:54.399Z] #7 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s [2019-10-17T21:52:54.474Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-17T21:52:54.660Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 13.28MB / 45.38MB 0.4s [2019-10-17T21:52:54.660Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 17.81MB / 45.38MB 0.5s [2019-10-17T21:52:54.831Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2019-10-17T21:52:55.226Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 26.91MB / 45.38MB 0.9s [2019-10-17T21:52:55.226Z] #7 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.6s done [2019-10-17T21:52:55.226Z] #7 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 3.69MB / 4.34MB 0.9s [2019-10-17T21:52:55.226Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 4.75MB / 50.07MB 0.9s [2019-10-17T21:52:55.226Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 33.96MB / 45.38MB 1.1s [2019-10-17T21:52:55.226Z] #7 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.9s done [2019-10-17T21:52:55.226Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 12.73MB / 50.07MB 1.1s [2019-10-17T21:52:55.226Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0B / 57.69MB 1.1s [2019-10-17T21:52:55.483Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 38.65MB / 45.38MB 1.2s [2019-10-17T21:52:55.483Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 16.14MB / 50.07MB 1.2s [2019-10-17T21:52:55.483Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 4.41MB / 57.69MB 1.2s [2019-10-17T21:52:55.483Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 1.4s [2019-10-17T21:52:55.483Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 26.53MB / 50.07MB 1.4s [2019-10-17T21:52:55.483Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 10.45MB / 57.69MB 1.4s [2019-10-17T21:52:55.740Z] #7 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 1.5s done [2019-10-17T21:52:55.740Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 37.94MB / 50.07MB 1.6s [2019-10-17T21:52:55.740Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 18.32MB / 57.69MB 1.6s [2019-10-17T21:52:55.740Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 0B / 120.05MB 1.6s [2019-10-17T21:52:55.740Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 43.23MB / 50.07MB 1.7s [2019-10-17T21:52:55.997Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 47.27MB / 50.07MB 1.9s [2019-10-17T21:52:55.997Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 28.66MB / 57.69MB 1.9s [2019-10-17T21:52:55.997Z] #7 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [2019-10-17T21:52:55.997Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 2.0s [2019-10-17T21:52:55.997Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 31.77MB / 57.69MB 2.0s [2019-10-17T21:52:55.997Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 8.41MB / 120.05MB 2.0s [2019-10-17T21:52:56.219Z] ok github.com/docker/docker/daemon/cluster/convert 0.085s coverage: 35.8% of statements [2019-10-17T21:52:56.256Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 36.54MB / 57.69MB 2.1s [2019-10-17T21:52:56.256Z] #7 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 2.2s done [2019-10-17T21:52:56.256Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 41.50MB / 57.69MB 2.3s [2019-10-17T21:52:56.256Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 20.06MB / 120.05MB 2.3s [2019-10-17T21:52:56.256Z] #7 sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 0B / 127B 2.3s [2019-10-17T21:52:56.337Z] #1 pulling image moby/buildkit:buildx-stable-1 2.0s done [2019-10-17T21:52:56.337Z] #1 creating container buildx_buildkit_default [2019-10-17T21:52:56.513Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 45.02MB / 57.69MB 2.4s [2019-10-17T21:52:56.513Z] #7 sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 127B / 127B 2.3s done [2019-10-17T21:52:56.715Z] #1 creating container buildx_buildkit_default 0.5s done [2019-10-17T21:52:56.715Z] #1 DONE 2.5s [2019-10-17T21:52:56.775Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 55.83MB / 57.69MB 2.6s [2019-10-17T21:52:56.775Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 33.88MB / 120.05MB 2.6s [2019-10-17T21:52:56.792Z] ok github.com/docker/docker/daemon/cluster 0.129s coverage: 0.5% of statements [2019-10-17T21:52:57.035Z] #7 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 2.8s done [2019-10-17T21:52:57.035Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 42.97MB / 120.05MB 2.9s [2019-10-17T21:52:57.081Z] [2019-10-17T21:52:57.081Z] #2 [internal] load .dockerignore [2019-10-17T21:52:57.081Z] #2 transferring context: 87B done [2019-10-17T21:52:57.081Z] #2 DONE 0.0s [2019-10-17T21:52:57.081Z] [2019-10-17T21:52:57.081Z] #3 [internal] load build definition from Dockerfile [2019-10-17T21:52:57.081Z] #3 transferring dockerfile: 14.62kB done [2019-10-17T21:52:57.081Z] #3 DONE 0.0s [2019-10-17T21:52:57.081Z] [2019-10-17T21:52:57.081Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-17T21:52:57.292Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 50.57MB / 120.05MB 3.1s [2019-10-17T21:52:57.444Z] #4 DONE 0.6s [2019-10-17T21:52:57.553Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 60.53MB / 120.05MB 3.3s [2019-10-17T21:52:57.553Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 74.96MB / 120.05MB 3.6s [2019-10-17T21:52:57.829Z] [2019-10-17T21:52:57.829Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-17T21:52:57.829Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-17T21:52:57.829Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-10-17T21:52:57.829Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 3.11MB / 8.87MB 0.1s [2019-10-17T21:52:57.829Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-10-17T21:52:57.829Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-17T21:52:57.829Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.3s done [2019-10-17T21:52:57.829Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-17T21:52:58.117Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 83.93MB / 120.05MB 3.8s [2019-10-17T21:52:58.117Z] #7 ... [2019-10-17T21:52:58.117Z] [2019-10-17T21:52:58.117Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-17T21:52:58.117Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-17T21:52:58.117Z] #65 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-17T21:52:58.117Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.6s done [2019-10-17T21:52:58.117Z] #65 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-17T21:52:58.117Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 3.1s done [2019-10-17T21:52:58.117Z] #65 DONE 3.9s [2019-10-17T21:52:58.117Z] [2019-10-17T21:52:58.117Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:52:58.117Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 105.06MB / 120.05MB 4.1s [2019-10-17T21:52:58.198Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2019-10-17T21:52:58.198Z] #5 DONE 0.6s [2019-10-17T21:52:58.372Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 120.05MB / 120.05MB 4.3s [2019-10-17T21:52:58.566Z] [2019-10-17T21:52:58.566Z] #7 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-17T21:52:58.566Z] #7 ... [2019-10-17T21:52:58.566Z] [2019-10-17T21:52:58.566Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-17T21:52:58.566Z] #6 DONE 0.3s [2019-10-17T21:52:59.042Z] [2019-10-17T21:52:59.042Z] #7 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-17T21:52:59.042Z] #7 DONE 0.4s [2019-10-17T21:52:59.042Z] [2019-10-17T21:52:59.042Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:52:59.042Z] #8 resolve docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 done [2019-10-17T21:52:59.042Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 0B / 45.98MB 0.1s [2019-10-17T21:52:59.042Z] #8 sha256:1ab0017398f3766e36aad26b46ec31f5b08c2016afda03dabc775e8be741a158 126B / 126B 0.1s [2019-10-17T21:52:59.042Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 3.53MB / 45.24MB 0.1s [2019-10-17T21:52:59.042Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 0B / 4.37MB 0.1s [2019-10-17T21:52:59.042Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 0B / 50.49MB 0.1s [2019-10-17T21:52:59.042Z] #8 sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 1.42kB / 1.42kB done [2019-10-17T21:52:59.042Z] #8 sha256:d4fc82aa937e90634b1f61e243fca793d93669f5c98b2aef0dcb994310cf3a2c 1.80kB / 1.80kB done [2019-10-17T21:52:59.042Z] #8 sha256:92c4cbd0e6c410cfce9eafa81b4337032ad0ad04350d03b12cefb0e94bfe0b3a 5.47kB / 5.47kB done [2019-10-17T21:52:59.042Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 64.65kB / 10.32MB 0.1s [2019-10-17T21:52:59.566Z] #8 sha256:1ab0017398f3766e36aad26b46ec31f5b08c2016afda03dabc775e8be741a158 126B / 126B 0.2s done [2019-10-17T21:52:59.566Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 6.87MB / 45.24MB 0.3s [2019-10-17T21:52:59.566Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 3.52MB / 4.37MB 0.3s [2019-10-17T21:52:59.566Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 3.64MB / 50.49MB 0.3s [2019-10-17T21:52:59.566Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 2.48MB / 10.32MB 0.3s [2019-10-17T21:52:59.566Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 851.08kB / 102.14MB 0.3s [2019-10-17T21:52:59.566Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 4.54MB / 45.98MB 0.4s [2019-10-17T21:52:59.566Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 9.36MB / 45.24MB 0.4s [2019-10-17T21:52:59.566Z] #8 sha256:ff33bd1013d7c7aaa76ef24bc3dd85e5ca91407dd0bc24f3d82033083e775a51 4.37MB / 4.37MB 0.4s done [2019-10-17T21:52:59.566Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 6.56MB / 50.49MB 0.4s [2019-10-17T21:52:59.566Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 5.61MB / 10.32MB 0.4s [2019-10-17T21:52:59.566Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 7.50MB / 45.98MB 0.6s [2019-10-17T21:52:59.566Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 12.45MB / 45.24MB 0.6s [2019-10-17T21:52:59.566Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 10.03MB / 50.49MB 0.6s [2019-10-17T21:52:59.566Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 7.94MB / 10.32MB 0.6s [2019-10-17T21:52:59.566Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 5.99MB / 102.14MB 0.6s [2019-10-17T21:52:59.566Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 9.92MB / 45.98MB 0.7s [2019-10-17T21:52:59.566Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 12.74MB / 50.49MB 0.7s [2019-10-17T21:52:59.566Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 10.32MB / 10.32MB 0.7s [2019-10-17T21:52:59.756Z] #7 ... [2019-10-17T21:52:59.756Z] [2019-10-17T21:52:59.756Z] #19 [internal] load build context [2019-10-17T21:52:59.756Z] #19 transferring context: 45.62MB 5.3s done [2019-10-17T21:52:59.756Z] #19 DONE 5.4s [2019-10-17T21:52:59.756Z] [2019-10-17T21:52:59.756Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:52:59.756Z] #7 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 120.05MB / 120.05MB 5.5s done [2019-10-17T21:53:00.032Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 16.67MB / 45.24MB 0.9s [2019-10-17T21:53:00.032Z] #8 sha256:fbabdb69f63940e074f11d0342ae36dd2601d0d41bcbd963e444655dc459ab58 10.32MB / 10.32MB 0.8s done [2019-10-17T21:53:00.032Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 14.04MB / 45.98MB 1.0s [2019-10-17T21:53:00.032Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 19.33MB / 45.24MB 1.0s [2019-10-17T21:53:00.032Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 17.76MB / 50.49MB 1.0s [2019-10-17T21:53:00.032Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 13.63MB / 102.14MB 1.0s [2019-10-17T21:53:00.032Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 17.44MB / 45.98MB 1.2s [2019-10-17T21:53:00.032Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 21.60MB / 45.24MB 1.2s [2019-10-17T21:53:00.101Z] ok github.com/docker/docker/daemon/discovery 0.043s coverage: 30.0% of statements [2019-10-17T21:53:00.573Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 19.90MB / 45.98MB 1.3s [2019-10-17T21:53:00.573Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 24.77MB / 45.24MB 1.3s [2019-10-17T21:53:00.573Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 23.81MB / 50.49MB 1.3s [2019-10-17T21:53:00.573Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 21.24MB / 102.14MB 1.3s [2019-10-17T21:53:00.573Z] #8 ... [2019-10-17T21:53:00.573Z] [2019-10-17T21:53:00.573Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-17T21:53:00.573Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-17T21:53:00.573Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.6s done [2019-10-17T21:53:00.573Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-17T21:53:00.573Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-17T21:53:00.573Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.0s done [2019-10-17T21:53:00.573Z] #66 DONE 1.6s [2019-10-17T21:53:00.573Z] [2019-10-17T21:53:00.573Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:53:00.573Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 22.29MB / 45.98MB 1.5s [2019-10-17T21:53:00.573Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 28.08MB / 45.24MB 1.5s [2019-10-17T21:53:00.573Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 26.97MB / 50.49MB 1.5s [2019-10-17T21:53:00.573Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 26.72MB / 45.98MB 1.6s [2019-10-17T21:53:00.573Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 31.98MB / 45.24MB 1.6s [2019-10-17T21:53:00.573Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 29.55MB / 50.49MB 1.6s [2019-10-17T21:53:00.573Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 27.99MB / 102.14MB 1.6s [2019-10-17T21:53:01.050Z] ok github.com/docker/docker/daemon/config 0.100s coverage: 84.6% of statements [2019-10-17T21:53:01.082Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 31.44MB / 45.98MB 1.8s [2019-10-17T21:53:01.082Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 34.42MB / 45.24MB 1.8s [2019-10-17T21:53:01.082Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 34.50MB / 50.49MB 1.8s [2019-10-17T21:53:01.082Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 34.26MB / 45.98MB 1.9s [2019-10-17T21:53:01.082Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 38.09MB / 45.24MB 1.9s [2019-10-17T21:53:01.082Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 38.17MB / 50.49MB 1.9s [2019-10-17T21:53:01.082Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 35.28MB / 102.14MB 1.9s [2019-10-17T21:53:01.082Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 42.35MB / 45.98MB 2.2s [2019-10-17T21:53:01.082Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 44.69MB / 45.24MB 2.2s [2019-10-17T21:53:01.082Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 47.23MB / 50.49MB 2.2s [2019-10-17T21:53:01.082Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 43.26MB / 102.14MB 2.2s [2019-10-17T21:53:01.138Z] #7 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 5.1s [2019-10-17T21:53:01.138Z] #7 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 5.2s done [2019-10-17T21:53:01.138Z] #7 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-10-17T21:53:01.481Z] #8 ... [2019-10-17T21:53:01.481Z] [2019-10-17T21:53:01.481Z] #20 [internal] load build context [2019-10-17T21:53:01.481Z] #20 transferring context: 45.62MB 2.4s done [2019-10-17T21:53:01.481Z] #20 DONE 2.5s [2019-10-17T21:53:01.481Z] [2019-10-17T21:53:01.481Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:53:01.481Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 2.4s [2019-10-17T21:53:01.481Z] #8 sha256:ade01ea651a2867944fa9d927cb4cef29871fcfa07620b0963a95848fba8a7b3 45.24MB / 45.24MB 2.4s done [2019-10-17T21:53:01.481Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 2.4s [2019-10-17T21:53:01.481Z] #8 sha256:85cfe9d77eff494dfd24e27fe7f48a1b0f7611605869a45f52c46d0bf6537d7b 50.49MB / 50.49MB 2.5s done [2019-10-17T21:53:01.481Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 65.23MB / 102.14MB 2.5s [2019-10-17T21:53:01.624Z] ok github.com/docker/docker/daemon/events 0.079s coverage: 50.0% of statements [2019-10-17T21:53:01.865Z] #8 sha256:ace5139f9caaba7bc41b8382327086c4813ef02e6a00b2bc4c7603b530265b13 45.98MB / 45.98MB 2.6s done [2019-10-17T21:53:01.865Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 82.57MB / 102.14MB 2.7s [2019-10-17T21:53:01.865Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 92.08MB / 102.14MB 2.8s [2019-10-17T21:53:01.865Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 102.14MB / 102.14MB 3.0s [2019-10-17T21:53:02.065Z] #7 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.7s done [2019-10-17T21:53:02.065Z] #7 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-10-17T21:53:02.238Z] #8 sha256:38741db92cf3152db23359fab0c107d5a5f5fd2e2c73095cf5bc2db1cc305543 102.14MB / 102.14MB 3.1s done [2019-10-17T21:53:02.238Z] #8 unpacking docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 [2019-10-17T21:53:02.366Z] #7 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.2s done [2019-10-17T21:53:02.622Z] #7 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee [2019-10-17T21:53:03.543Z] ok github.com/docker/docker/daemon/graphdriver 0.061s coverage: 2.2% of statements [2019-10-17T21:53:06.802Z] #7 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 4.0s done [2019-10-17T21:53:06.802Z] #7 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 [2019-10-17T21:53:06.844Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2019-10-17T21:53:07.105Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.503s coverage: 13.7% of statements [2019-10-17T21:53:07.359Z] INFO [runner] worker.2 took 1m45.778623954s with stages: golint: 1m19.493584262s, gosec: 14.972082453s, gofmt: 5.221809975s, ineffassign: 3.137045234s, misspell: 1.679684337s, varcheck: 607.01052ms, deadcode: 312.393499ms, unconvert: 188.644477ms, structcheck: 166.29373ms, typecheck: 5.166µs [2019-10-17T21:53:07.359Z] INFO [runner] worker.1 took 1m47.834634504s with stages: megacheck: 49.994555637s, goimports: 29.276865605s, govet: 28.563178167s [2019-10-17T21:53:07.359Z] INFO [runner] Workers idle times: #2: 2.045948674s [2019-10-17T21:53:07.359Z] INFO [runner] Issues before processing: 1957, after processing: 0 [2019-10-17T21:53:07.359Z] INFO [runner] processing took 674.043698ms with stages: identifier_marker: 210.964999ms, exclude: 198.52288ms, skip_dirs: 92.420949ms, nolint: 83.03709ms, autogenerated_exclude: 77.67295ms, cgo: 5.114297ms, path_prettifier: 4.155444ms, exclude-rules: 1.065686ms, filename_unadjuster: 1.061231ms, diff: 5.169µs, max_same_issues: 4.503µs, source_code: 4.046µs, uniq_by_line: 3.304µs, path_shortener: 3.176µs, max_per_file_from_linter: 2.883µs, max_from_linter: 2.568µs, skip_files: 2.523µs [2019-10-17T21:53:07.359Z] INFO File cache stats: 1433 entries of total size 6.7MiB [2019-10-17T21:53:07.923Z] INFO Memory: 184 samples, avg is 1328.1MB, max is 5177.5MB [2019-10-17T21:53:07.923Z] INFO Execution took 2m21.413510545s [2019-10-17T21:53:07.923Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-17T21:53:07.923Z] No api/types/ or api/swagger.yaml changes in diff. [2019-10-17T21:53:08.179Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-17T21:53:08.179Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-17T21:53:08.179Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-17T21:53:09.018Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.634s coverage: 57.0% of statements [2019-10-17T21:53:09.210Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/make.sh dynbinary-daemon test-docker-py [2019-10-17T21:53:10.139Z] [2019-10-17T21:53:10.206Z] #7 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 2.7s done [2019-10-17T21:53:10.206Z] #7 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 [2019-10-17T21:53:10.396Z] Removing bundles/ [2019-10-17T21:53:10.396Z] [2019-10-17T21:53:10.396Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-17T21:53:10.396Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T21:53:10.396Z] GOOS="" GOARCH="" GOARM="" [2019-10-17T21:53:12.321Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.477s coverage: 45.9% of statements [2019-10-17T21:53:13.268Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.773s coverage: 51.0% of statements [2019-10-17T21:53:14.007Z] #8 unpacking docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 11.4s done [2019-10-17T21:53:14.007Z] #8 DONE 14.7s [2019-10-17T21:53:14.007Z] [2019-10-17T21:53:14.007Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-17T21:53:14.007Z] #9 DONE 0.3s [2019-10-17T21:53:14.007Z] [2019-10-17T21:53:14.007Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-17T21:53:14.007Z] #10 DONE 0.3s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:14.413Z] #57 ... [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:53:14.413Z] #21 DONE 0.2s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-17T21:53:14.413Z] #31 DONE 0.1s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-17T21:53:14.413Z] #68 DONE 0.1s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-17T21:53:14.413Z] #62 DONE 0.1s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-17T21:53:14.413Z] #47 DONE 0.1s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-17T21:53:14.413Z] #22 DONE 0.1s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-17T21:53:14.413Z] #44 DONE 0.1s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-17T21:53:14.413Z] #50 DONE 0.1s [2019-10-17T21:53:14.413Z] [2019-10-17T21:53:14.413Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:53:14.413Z] #29 0.349 + mktemp -d [2019-10-17T21:53:14.413Z] #29 0.350 + export GOPATH=/tmp/tmp.YOwBFU65QJ [2019-10-17T21:53:14.413Z] #29 0.350 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.YOwBFU65QJ/src/github.com/go-swagger/go-swagger [2019-10-17T21:53:14.413Z] #29 0.352 Cloning into '/tmp/tmp.YOwBFU65QJ/src/github.com/go-swagger/go-swagger'... [2019-10-17T21:53:15.182Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.452s coverage: 72.5% of statements [2019-10-17T21:53:15.457Z] #7 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 5.1s [2019-10-17T21:53:15.752Z] ok github.com/docker/docker/daemon 12.410s coverage: 17.6% of statements [2019-10-17T21:53:15.752Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-17T21:53:15.753Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-17T21:53:15.753Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-17T21:53:15.753Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-17T21:53:15.753Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-17T21:53:16.014Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.666s coverage: 76.1% of statements [2019-10-17T21:53:16.830Z] #7 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 7.0s done [2019-10-17T21:53:16.957Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.094s coverage: 58.0% of statements [2019-10-17T21:53:17.086Z] #7 extracting sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 done [2019-10-17T21:53:17.341Z] #7 DONE 23.2s [2019-10-17T21:53:17.341Z] [2019-10-17T21:53:17.341Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-17T21:53:18.345Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements [2019-10-17T21:53:18.345Z] ok github.com/docker/docker/daemon/links 0.027s coverage: 93.0% of statements [2019-10-17T21:53:19.819Z] #29 ... [2019-10-17T21:53:19.819Z] [2019-10-17T21:53:19.819Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:19.819Z] #32 0.430 + RM_GOPATH=0 [2019-10-17T21:53:19.819Z] #32 0.430 + TMP_GOPATH= [2019-10-17T21:53:19.819Z] #32 0.431 + : /build [2019-10-17T21:53:19.819Z] #32 0.431 + '[' -z '' ']' [2019-10-17T21:53:19.819Z] #32 0.432 ++ mktemp -d [2019-10-17T21:53:19.819Z] #32 0.435 + export GOPATH=/tmp/tmp.JqdPmYxpXh [2019-10-17T21:53:19.819Z] #32 0.435 + GOPATH=/tmp/tmp.JqdPmYxpXh [2019-10-17T21:53:19.819Z] #32 0.435 + RM_GOPATH=1 [2019-10-17T21:53:19.819Z] #32 0.436 ++ dirname ./install.sh [2019-10-17T21:53:19.819Z] #32 0.438 + dir=. [2019-10-17T21:53:19.819Z] #32 0.438 + bin=tomlv [2019-10-17T21:53:19.819Z] #32 0.438 + shift [2019-10-17T21:53:19.819Z] #32 0.439 + '[' '!' -f ./tomlv.installer ']' [2019-10-17T21:53:19.819Z] #32 0.439 + . ./tomlv.installer [2019-10-17T21:53:19.819Z] #32 0.439 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:53:19.819Z] #32 0.439 + install_tomlv [2019-10-17T21:53:19.819Z] #32 0.439 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-17T21:53:19.819Z] #32 0.440 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:53:19.819Z] #32 0.440 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.JqdPmYxpXh/src/github.com/BurntSushi/toml [2019-10-17T21:53:19.819Z] #32 0.443 Cloning into '/tmp/tmp.JqdPmYxpXh/src/github.com/BurntSushi/toml'... [2019-10-17T21:53:19.819Z] #32 1.720 + cd /tmp/tmp.JqdPmYxpXh/src/github.com/BurntSushi/toml [2019-10-17T21:53:19.819Z] #32 1.723 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:53:19.819Z] #32 1.747 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-17T21:53:19.819Z] #32 2.230 runtime/internal/atomic [2019-10-17T21:53:19.819Z] #32 2.242 internal/cpu [2019-10-17T21:53:19.819Z] #32 2.402 runtime/internal/sys [2019-10-17T21:53:19.819Z] #32 2.532 runtime/internal/math [2019-10-17T21:53:19.819Z] #32 2.604 math/bits [2019-10-17T21:53:19.819Z] #32 2.901 internal/bytealg [2019-10-17T21:53:19.819Z] #32 3.175 math [2019-10-17T21:53:19.819Z] #32 3.285 runtime [2019-10-17T21:53:20.268Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.752s coverage: 57.2% of statements [2019-10-17T21:53:20.268Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-17T21:53:20.268Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-17T21:53:20.530Z] ok github.com/docker/docker/daemon/logger 0.256s coverage: 42.7% of statements [2019-10-17T21:53:20.798Z] ok github.com/docker/docker/daemon/images 0.042s coverage: 4.9% of statements [2019-10-17T21:53:20.798Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-17T21:53:20.798Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-17T21:53:20.798Z] ok github.com/docker/docker/daemon/logger/awslogs 0.323s coverage: 77.8% of statements [2019-10-17T21:53:20.798Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-17T21:53:20.798Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-17T21:53:21.550Z] #8 DONE 3.6s [2019-10-17T21:53:21.550Z] [2019-10-17T21:53:21.550Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-17T21:53:21.805Z] #9 DONE 1.0s [2019-10-17T21:53:21.805Z] [2019-10-17T21:53:21.805Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:22.062Z] #33 ... [2019-10-17T21:53:22.062Z] [2019-10-17T21:53:22.062Z] #20 [golangci_lint 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:53:22.062Z] #20 DONE 0.1s [2019-10-17T21:53:22.062Z] [2019-10-17T21:53:22.062Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-17T21:53:22.062Z] #67 DONE 0.2s [2019-10-17T21:53:22.062Z] [2019-10-17T21:53:22.062Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-17T21:53:22.187Z] ok github.com/docker/docker/daemon/logger/gelf 0.039s coverage: 68.2% of statements [2019-10-17T21:53:22.187Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 88.3% of statements [2019-10-17T21:53:22.187Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 26.2% of statements [2019-10-17T21:53:22.319Z] #30 ... [2019-10-17T21:53:22.319Z] [2019-10-17T21:53:22.319Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-17T21:53:22.319Z] #21 DONE 0.2s [2019-10-17T21:53:22.319Z] [2019-10-17T21:53:22.319Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-17T21:53:22.319Z] #61 DONE 0.2s [2019-10-17T21:53:22.319Z] [2019-10-17T21:53:22.319Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-17T21:53:22.319Z] #43 DONE 0.3s [2019-10-17T21:53:22.319Z] [2019-10-17T21:53:22.319Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-17T21:53:22.319Z] #46 DONE 0.3s [2019-10-17T21:53:22.319Z] [2019-10-17T21:53:22.319Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-17T21:53:22.319Z] #30 DONE 0.4s [2019-10-17T21:53:22.319Z] [2019-10-17T21:53:22.319Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-17T21:53:22.319Z] #49 DONE 0.4s [2019-10-17T21:53:22.319Z] [2019-10-17T21:53:22.319Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:22.760Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.054s coverage: 62.1% of statements [2019-10-17T21:53:23.223Z] #32 ... [2019-10-17T21:53:23.223Z] [2019-10-17T21:53:23.223Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:23.223Z] #23 0.377 + RM_GOPATH=0 [2019-10-17T21:53:23.223Z] #23 0.377 + TMP_GOPATH= [2019-10-17T21:53:23.223Z] #23 0.377 + : /build [2019-10-17T21:53:23.223Z] #23 0.377 + '[' -z '' ']' [2019-10-17T21:53:23.223Z] #23 0.378 ++ mktemp -d [2019-10-17T21:53:23.223Z] #23 0.403 + export GOPATH=/tmp/tmp.rjMY51eGCC [2019-10-17T21:53:23.223Z] #23 0.403 + GOPATH=/tmp/tmp.rjMY51eGCC [2019-10-17T21:53:23.223Z] #23 0.403 + RM_GOPATH=1 [2019-10-17T21:53:23.223Z] #23 0.404 ++ dirname ./install.sh [2019-10-17T21:53:23.223Z] #23 0.407 + dir=. [2019-10-17T21:53:23.223Z] #23 0.407 + bin=dockercli [2019-10-17T21:53:23.223Z] #23 0.407 + shift [2019-10-17T21:53:23.223Z] #23 0.407 + '[' '!' -f ./dockercli.installer ']' [2019-10-17T21:53:23.223Z] #23 0.407 + . ./dockercli.installer [2019-10-17T21:53:23.223Z] #23 0.408 ++ : stable [2019-10-17T21:53:23.223Z] #23 0.408 ++ : 17.06.2-ce [2019-10-17T21:53:23.223Z] #23 0.411 + install_dockercli [2019-10-17T21:53:23.223Z] #23 0.411 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-17T21:53:23.223Z] #23 0.411 Install docker/cli version 17.06.2-ce from stable [2019-10-17T21:53:23.223Z] #23 0.412 ++ uname -m [2019-10-17T21:53:23.223Z] #23 0.429 + arch=s390x [2019-10-17T21:53:23.223Z] #23 0.431 + '[' s390x '!=' x86_64 ']' [2019-10-17T21:53:23.223Z] #23 0.432 + '[' s390x '!=' s390x ']' [2019-10-17T21:53:23.223Z] #23 0.432 + url=https://download.docker.com/linux/static [2019-10-17T21:53:23.223Z] #23 0.435 + tar -xz docker/docker [2019-10-17T21:53:23.223Z] #23 0.442 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-10-17T21:53:23.223Z] #23 8.304 + mkdir -p /build [2019-10-17T21:53:23.223Z] #23 8.306 + mv docker/docker /build/ [2019-10-17T21:53:23.223Z] #23 8.307 + rmdir docker [2019-10-17T21:53:23.223Z] #23 DONE 8.4s [2019-10-17T21:53:23.223Z] [2019-10-17T21:53:23.223Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:23.223Z] #32 8.446 internal/testlog [2019-10-17T21:53:23.223Z] #32 ... [2019-10-17T21:53:23.223Z] [2019-10-17T21:53:23.223Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:23.223Z] #45 0.458 + RM_GOPATH=0 [2019-10-17T21:53:23.223Z] #45 0.458 + TMP_GOPATH= [2019-10-17T21:53:23.223Z] #45 0.458 + : /build [2019-10-17T21:53:23.223Z] #45 0.459 + '[' -z '' ']' [2019-10-17T21:53:23.223Z] #45 0.459 ++ mktemp -d [2019-10-17T21:53:23.223Z] #45 0.461 + export GOPATH=/tmp/tmp.HaOkGsWSoA [2019-10-17T21:53:23.223Z] #45 0.461 + GOPATH=/tmp/tmp.HaOkGsWSoA [2019-10-17T21:53:23.223Z] #45 0.461 + RM_GOPATH=1 [2019-10-17T21:53:23.223Z] #45 0.462 ++ dirname ./install.sh [2019-10-17T21:53:23.223Z] #45 0.468 + dir=. [2019-10-17T21:53:23.223Z] #45 0.469 + bin=vndr [2019-10-17T21:53:23.223Z] #45 0.469 + shift [2019-10-17T21:53:23.223Z] #45 0.469 + '[' '!' -f ./vndr.installer ']' [2019-10-17T21:53:23.223Z] #45 0.469 + . ./vndr.installer [2019-10-17T21:53:23.223Z] #45 0.470 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:53:23.223Z] #45 0.470 + install_vndr [2019-10-17T21:53:23.223Z] #45 0.470 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-17T21:53:23.223Z] #45 0.470 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:53:23.223Z] #45 0.471 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.HaOkGsWSoA/src/github.com/LK4D4/vndr [2019-10-17T21:53:23.223Z] #45 0.477 Cloning into '/tmp/tmp.HaOkGsWSoA/src/github.com/LK4D4/vndr'... [2019-10-17T21:53:23.223Z] #45 1.426 + cd /tmp/tmp.HaOkGsWSoA/src/github.com/LK4D4/vndr [2019-10-17T21:53:23.223Z] #45 1.426 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:53:23.223Z] #45 1.449 + go build -buildmode=pie -v -o /build/vndr . [2019-10-17T21:53:23.223Z] #45 2.513 runtime/internal/math [2019-10-17T21:53:23.223Z] #45 2.529 internal/cpu [2019-10-17T21:53:23.223Z] #45 2.630 internal/race [2019-10-17T21:53:23.223Z] #45 2.690 sync/atomic [2019-10-17T21:53:23.223Z] #45 3.095 unicode [2019-10-17T21:53:23.223Z] #45 3.525 runtime [2019-10-17T21:53:23.223Z] #45 6.651 unicode/utf8 [2019-10-17T21:53:23.223Z] #45 7.389 math [2019-10-17T21:53:23.223Z] #45 ... [2019-10-17T21:53:23.223Z] [2019-10-17T21:53:23.223Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:23.223Z] #32 8.853 encoding [2019-10-17T21:53:23.630Z] #32 9.141 runtime/cgo [2019-10-17T21:53:24.031Z] #32 ... [2019-10-17T21:53:24.031Z] [2019-10-17T21:53:24.031Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:53:24.031Z] #25 0.550 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:24.031Z] #25 0.563 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:24.031Z] #25 0.593 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:24.031Z] #25 0.612 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:24.031Z] #25 0.626 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:24.031Z] #25 1.402 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-17T21:53:24.031Z] #25 2.911 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-17T21:53:24.031Z] #25 3.820 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-17T21:53:24.149Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 74.7% of statements [2019-10-17T21:53:24.149Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-17T21:53:24.149Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 19.9% of statements [2019-10-17T21:53:24.453Z] #25 ... [2019-10-17T21:53:24.453Z] [2019-10-17T21:53:24.453Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:53:24.453Z] #11 0.575 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:24.453Z] #11 0.586 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:24.453Z] #11 0.617 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:24.453Z] #11 0.633 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:24.453Z] #11 0.652 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:24.453Z] #11 1.385 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-17T21:53:24.453Z] #11 2.493 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-17T21:53:24.453Z] #11 3.526 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-17T21:53:24.453Z] #11 ... [2019-10-17T21:53:24.453Z] [2019-10-17T21:53:24.453Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:53:24.453Z] #39 0.526 + mktemp -d [2019-10-17T21:53:24.453Z] #39 0.526 + export GOPATH=/tmp/tmp.bX5kTlPoY5 [2019-10-17T21:53:24.453Z] #39 0.527 + git clone https://github.com/docker/distribution.git /tmp/tmp.bX5kTlPoY5/src/github.com/docker/distribution [2019-10-17T21:53:24.453Z] #39 0.530 Cloning into '/tmp/tmp.bX5kTlPoY5/src/github.com/docker/distribution'... [2019-10-17T21:53:24.722Z] ok github.com/docker/docker/daemon/logger/templates 0.010s coverage: 8.3% of statements [2019-10-17T21:53:24.722Z] ok github.com/docker/docker/daemon/logger/syslog 0.023s coverage: 47.8% of statements [2019-10-17T21:53:24.864Z] #39 ... [2019-10-17T21:53:24.864Z] [2019-10-17T21:53:24.864Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:24.864Z] #63 0.494 + RM_GOPATH=0 [2019-10-17T21:53:24.864Z] #63 0.494 + TMP_GOPATH= [2019-10-17T21:53:24.864Z] #63 0.494 + : /build/ [2019-10-17T21:53:24.864Z] #63 0.494 + '[' -z '' ']' [2019-10-17T21:53:24.864Z] #63 0.497 ++ mktemp -d [2019-10-17T21:53:24.864Z] #63 0.502 + export GOPATH=/tmp/tmp.QrCi3aEUHC [2019-10-17T21:53:24.864Z] #63 0.502 + GOPATH=/tmp/tmp.QrCi3aEUHC [2019-10-17T21:53:24.864Z] #63 0.502 + RM_GOPATH=1 [2019-10-17T21:53:24.864Z] #63 0.503 ++ dirname ./install.sh [2019-10-17T21:53:24.864Z] #63 0.509 + dir=. [2019-10-17T21:53:24.864Z] #63 0.510 + bin=rootlesskit [2019-10-17T21:53:24.864Z] #63 0.510 + shift [2019-10-17T21:53:24.864Z] #63 0.510 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-17T21:53:24.864Z] #63 0.510 + . ./rootlesskit.installer [2019-10-17T21:53:24.864Z] #63 0.511 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:53:24.864Z] #63 0.512 + install_rootlesskit [2019-10-17T21:53:24.864Z] #63 0.512 + case "$1" in [2019-10-17T21:53:24.864Z] #63 0.513 + export CGO_ENABLED=0 [2019-10-17T21:53:24.864Z] #63 0.513 + CGO_ENABLED=0 [2019-10-17T21:53:24.864Z] #63 0.513 + _install_rootlesskit [2019-10-17T21:53:24.864Z] #63 0.513 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-17T21:53:24.864Z] #63 0.513 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:53:24.864Z] #63 0.513 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.QrCi3aEUHC/src/github.com/rootless-containers/rootlesskit [2019-10-17T21:53:24.864Z] #63 0.518 Cloning into '/tmp/tmp.QrCi3aEUHC/src/github.com/rootless-containers/rootlesskit'... [2019-10-17T21:53:24.864Z] #63 4.340 + cd /tmp/tmp.QrCi3aEUHC/src/github.com/rootless-containers/rootlesskit [2019-10-17T21:53:24.864Z] #63 4.341 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:53:24.864Z] #63 4.722 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-17T21:53:24.864Z] #63 4.722 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-17T21:53:24.864Z] #63 ... [2019-10-17T21:53:24.864Z] [2019-10-17T21:53:24.864Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:24.864Z] #51 0.443 + RM_GOPATH=0 [2019-10-17T21:53:24.864Z] #51 0.444 + TMP_GOPATH= [2019-10-17T21:53:24.864Z] #51 0.444 + : /build [2019-10-17T21:53:24.864Z] #51 0.445 + '[' -z '' ']' [2019-10-17T21:53:24.864Z] #51 0.445 ++ mktemp -d [2019-10-17T21:53:24.864Z] #51 0.446 + export GOPATH=/tmp/tmp.xcTZXYhOc1 [2019-10-17T21:53:24.864Z] #51 0.447 + GOPATH=/tmp/tmp.xcTZXYhOc1 [2019-10-17T21:53:24.864Z] #51 0.447 + RM_GOPATH=1 [2019-10-17T21:53:24.864Z] #51 0.450 ++ dirname ./install.sh [2019-10-17T21:53:24.864Z] #51 0.457 + dir=. [2019-10-17T21:53:24.864Z] #51 0.457 + bin=golangci_lint [2019-10-17T21:53:24.864Z] #51 0.458 + shift [2019-10-17T21:53:24.864Z] #51 0.458 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-17T21:53:24.864Z] #51 0.458 + . ./golangci_lint.installer [2019-10-17T21:53:24.864Z] #51 0.458 ++ : v1.17.1 [2019-10-17T21:53:24.864Z] #51 0.458 + install_golangci_lint [2019-10-17T21:53:24.864Z] #51 0.459 + echo 'Installing golangci-lint version v1.17.1' [2019-10-17T21:53:24.864Z] #51 0.459 Installing golangci-lint version v1.17.1 [2019-10-17T21:53:24.864Z] #51 0.459 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-17T21:53:24.864Z] #51 ... [2019-10-17T21:53:24.864Z] [2019-10-17T21:53:24.864Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:24.864Z] #69 0.423 + RM_GOPATH=0 [2019-10-17T21:53:24.864Z] #69 0.423 + TMP_GOPATH= [2019-10-17T21:53:24.864Z] #69 0.423 + : /build [2019-10-17T21:53:24.864Z] #69 0.423 + '[' -z '' ']' [2019-10-17T21:53:24.864Z] #69 0.424 ++ mktemp -d [2019-10-17T21:53:24.864Z] #69 0.427 + export GOPATH=/tmp/tmp.R9EYd6JTxs [2019-10-17T21:53:24.864Z] #69 0.427 + GOPATH=/tmp/tmp.R9EYd6JTxs [2019-10-17T21:53:24.864Z] #69 0.427 + RM_GOPATH=1 [2019-10-17T21:53:24.864Z] #69 0.430 ++ dirname ./install.sh [2019-10-17T21:53:24.864Z] #69 0.455 + dir=. [2019-10-17T21:53:24.864Z] #69 0.456 + bin=proxy [2019-10-17T21:53:24.864Z] #69 0.456 + shift [2019-10-17T21:53:24.864Z] #69 0.456 + '[' '!' -f ./proxy.installer ']' [2019-10-17T21:53:24.864Z] #69 0.456 + . ./proxy.installer [2019-10-17T21:53:24.864Z] #69 0.456 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:53:24.864Z] #69 0.457 + install_proxy [2019-10-17T21:53:24.864Z] #69 0.457 + case "$1" in [2019-10-17T21:53:24.864Z] #69 0.457 + export CGO_ENABLED=0 [2019-10-17T21:53:24.864Z] #69 0.457 + CGO_ENABLED=0 [2019-10-17T21:53:24.864Z] #69 0.458 + _install_proxy [2019-10-17T21:53:24.864Z] #69 0.458 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:53:24.864Z] #69 0.458 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-17T21:53:24.864Z] #69 0.458 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.R9EYd6JTxs/src/github.com/docker/libnetwork [2019-10-17T21:53:24.864Z] #69 0.465 Cloning into '/tmp/tmp.R9EYd6JTxs/src/github.com/docker/libnetwork'... [2019-10-17T21:53:25.292Z] #69 ... [2019-10-17T21:53:25.292Z] [2019-10-17T21:53:25.293Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:25.293Z] #57 0.674 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:25.293Z] #57 0.685 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:25.293Z] #57 0.718 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:25.293Z] #57 0.735 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:25.293Z] #57 0.810 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:25.293Z] #57 1.473 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-17T21:53:25.293Z] #57 2.639 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-17T21:53:25.293Z] #57 3.830 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-17T21:53:25.293Z] #57 ... [2019-10-17T21:53:25.293Z] [2019-10-17T21:53:25.293Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:25.293Z] #34 0.429 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:25.293Z] #34 0.517 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:25.293Z] #34 0.575 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:25.293Z] #34 0.591 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:25.293Z] #34 0.612 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:25.293Z] #34 1.386 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-17T21:53:25.293Z] #34 2.505 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-17T21:53:25.293Z] #34 3.334 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-17T21:53:25.293Z] #34 ... [2019-10-17T21:53:25.293Z] [2019-10-17T21:53:25.293Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:53:25.293Z] #41 0.563 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:25.293Z] #41 0.573 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:25.293Z] #41 0.606 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:25.293Z] #41 0.619 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:25.293Z] #41 0.642 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:25.293Z] #41 1.339 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-17T21:53:25.293Z] #41 2.709 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-17T21:53:25.293Z] #41 3.448 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-17T21:53:25.664Z] ok github.com/docker/docker/daemon/network 0.015s coverage: 63.8% of statements [2019-10-17T21:53:25.880Z] #41 ... [2019-10-17T21:53:25.880Z] [2019-10-17T21:53:25.880Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:25.880Z] #48 0.477 + RM_GOPATH=0 [2019-10-17T21:53:25.880Z] #48 0.477 + TMP_GOPATH= [2019-10-17T21:53:25.880Z] #48 0.477 + : /build [2019-10-17T21:53:25.880Z] #48 0.477 + '[' -z '' ']' [2019-10-17T21:53:25.880Z] #48 0.477 ++ mktemp -d [2019-10-17T21:53:25.880Z] #48 0.478 + export GOPATH=/tmp/tmp.5B7hwoyfFR [2019-10-17T21:53:25.880Z] #48 0.478 + GOPATH=/tmp/tmp.5B7hwoyfFR [2019-10-17T21:53:25.880Z] #48 0.478 + RM_GOPATH=1 [2019-10-17T21:53:25.880Z] #48 0.478 ++ dirname ./install.sh [2019-10-17T21:53:25.880Z] #48 0.479 + dir=. [2019-10-17T21:53:25.880Z] #48 0.479 + bin=gotestsum [2019-10-17T21:53:25.880Z] #48 0.479 + shift [2019-10-17T21:53:25.880Z] #48 0.479 + '[' '!' -f ./gotestsum.installer ']' [2019-10-17T21:53:25.880Z] #48 0.479 + . ./gotestsum.installer [2019-10-17T21:53:25.880Z] #48 0.479 ++ : v0.3.5 [2019-10-17T21:53:25.880Z] #48 0.479 + install_gotestsum [2019-10-17T21:53:25.880Z] #48 0.479 + echo 'Installing gotestsum version v0.3.5' [2019-10-17T21:53:25.880Z] #48 0.479 Installing gotestsum version v0.3.5 [2019-10-17T21:53:25.880Z] #48 0.479 + go get -d gotest.tools/gotestsum [2019-10-17T21:53:25.880Z] #48 ... [2019-10-17T21:53:25.880Z] [2019-10-17T21:53:25.880Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:53:25.880Z] #39 10.84 + cd /tmp/tmp.bX5kTlPoY5/src/github.com/docker/distribution [2019-10-17T21:53:25.880Z] #39 10.84 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-17T21:53:26.237Z] ok github.com/docker/docker/daemon/logger/splunk 1.971s coverage: 82.5% of statements [2019-10-17T21:53:26.237Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-17T21:53:26.237Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-17T21:53:27.623Z] ok github.com/docker/docker/distribution/metadata 0.095s coverage: 48.2% of statements [2019-10-17T21:53:27.928Z] #39 13.91 + GOPATH=/tmp/tmp.bX5kTlPoY5/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.bX5kTlPoY5 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-17T21:53:28.570Z] ok github.com/docker/docker/errdefs 0.043s coverage: 49.4% of statements [2019-10-17T21:53:28.831Z] ok github.com/docker/docker/distribution 0.335s coverage: 22.1% of statements [2019-10-17T21:53:28.831Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-17T21:53:28.861Z] #50 ... [2019-10-17T21:53:28.862Z] [2019-10-17T21:53:28.862Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:53:28.862Z] #24 6.576 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:28.862Z] #24 6.661 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:28.862Z] #24 6.686 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:28.862Z] #24 6.686 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:28.862Z] #24 6.695 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:28.862Z] #24 7.073 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-17T21:53:30.219Z] ok github.com/docker/docker/image 0.096s coverage: 86.4% of statements [2019-10-17T21:53:30.220Z] ok github.com/docker/docker/distribution/xfer 1.734s coverage: 85.1% of statements [2019-10-17T21:53:30.220Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-17T21:53:30.516Z] #39 ... [2019-10-17T21:53:30.516Z] [2019-10-17T21:53:30.516Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:30.517Z] #69 13.22 Checking out files: 39% (781/1993) Checking out files: 40% (798/1993) Checking out files: 41% (818/1993) Checking out files: 42% (838/1993) Checking out files: 43% (857/1993) Checking out files: 44% (877/1993) Checking out files: 45% (897/1993) Checking out files: 46% (917/1993) Checking out files: 47% (937/1993) Checking out files: 48% (957/1993) Checking out files: 49% (977/1993) Checking out files: 50% (997/1993) Checking out files: 51% (1017/1993) Checking out files: 52% (1037/1993) Checking out files: 53% (1057/1993) Checking out files: 54% (1077/1993) Checking out files: 55% (1097/1993) Checking out files: 56% (1117/1993) Checking out files: 57% (1137/1993) Checking out files: 58% (1156/1993) Checking out files: 59% (1176/1993) Checking out files: 60% (1196/1993) Checking out files: 61% (1216/1993) Checking out files: 62% (1236/1993) Checking out files: 63% (1256/1993) Checking out files: 64% (1276/1993) Checking out files: 65% (1296/1993) Checking out files: 66% (1316/1993) Checking out files: 67% (1336/1993) Checking out files: 68% (1356/1993) Checking out files: 69% (1376/1993) Checking out files: 70% (1396/1993) Checking out files: 71% (1416/1993) Checking out files: 72% (1435/1993) Checking out files: 73% (1455/1993) Checking out files: 74% (1475/1993) Checking out files: 75% (1495/1993) Checking out files: 76% (1515/1993) Checking out files: 77% (1535/1993) Checking out files: 78% (1555/1993) Checking out files: 79% (1575/1993) Checking out files: 79% (1590/1993) Checking out files: 80% (1595/1993) Checking out files: 81% (1615/1993) Checking out files: 82% (1635/1993) Checking out files: 83% (1655/1993) Checking out files: 84% (1675/1993) Checking out files: 85% (1695/1993) Checking out files: 86% (1714/1993) Checking out files: 87% (1734/1993) Checking out files: 88% (1754/1993) Checking out files: 89% (1774/1993) Checking out files: 90% (1794/1993) Checking out files: 91% (1814/1993) Checking out files: 92% (1834/1993) Checking out files: 93% (1854/1993) Checking out files: 94% (1874/1993) Checking out files: 95% (1894/1993) Checking out files: 96% (1914/1993) Checking out files: 97% (1934/1993) Checking out files: 98% (1954/1993) Checking out files: 99% (1974/1993) Checking out files: 100% (1993/1993) Checking out files: 100% (1993/1993), done. [2019-10-17T21:53:30.517Z] #69 14.55 + cd /tmp/tmp.R9EYd6JTxs/src/github.com/docker/libnetwork [2019-10-17T21:53:30.517Z] #69 14.55 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:53:30.517Z] #69 14.81 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-17T21:53:30.796Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [2019-10-17T21:53:30.796Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-17T21:53:31.058Z] ok github.com/docker/docker/libcontainerd/queue 0.046s coverage: 100.0% of statements [2019-10-17T21:53:31.058Z] ok github.com/docker/docker/image/v1 0.061s coverage: 25.0% of statements [2019-10-17T21:53:31.058Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-17T21:53:32.128Z] #24 9.917 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-17T21:53:32.128Z] #24 ... [2019-10-17T21:53:32.128Z] [2019-10-17T21:53:32.128Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:53:32.128Z] #38 7.247 + mktemp -d [2019-10-17T21:53:32.128Z] #38 7.255 + export GOPATH=/tmp/tmp.BUnyNkxeFU [2019-10-17T21:53:32.128Z] #38 7.255 + git clone https://github.com/docker/distribution.git /tmp/tmp.BUnyNkxeFU/src/github.com/docker/distribution [2019-10-17T21:53:32.128Z] #38 7.255 Cloning into '/tmp/tmp.BUnyNkxeFU/src/github.com/docker/distribution'... [2019-10-17T21:53:32.128Z] #38 ... [2019-10-17T21:53:32.128Z] [2019-10-17T21:53:32.128Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:53:32.128Z] #10 ... [2019-10-17T21:53:32.128Z] [2019-10-17T21:53:32.128Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:53:32.384Z] #28 10.42 + mktemp -d [2019-10-17T21:53:32.384Z] #28 10.46 + export GOPATH=/tmp/tmp.9jCoyFv64p [2019-10-17T21:53:32.384Z] #28 10.46 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.9jCoyFv64p/src/github.com/go-swagger/go-swagger [2019-10-17T21:53:32.384Z] #28 10.46 Cloning into '/tmp/tmp.9jCoyFv64p/src/github.com/go-swagger/go-swagger'... [2019-10-17T21:53:32.384Z] #28 ... [2019-10-17T21:53:32.384Z] [2019-10-17T21:53:32.384Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:32.384Z] #56 7.163 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:32.384Z] #56 7.163 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:32.384Z] #56 7.192 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:32.384Z] #56 7.202 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:32.384Z] #56 7.237 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:32.384Z] #56 8.512 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-17T21:53:32.384Z] #56 ... [2019-10-17T21:53:32.384Z] [2019-10-17T21:53:32.384Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:32.384Z] #44 9.610 + RM_GOPATH=0 [2019-10-17T21:53:32.384Z] #44 9.610 + TMP_GOPATH= [2019-10-17T21:53:32.384Z] #44 9.610 + : /build [2019-10-17T21:53:32.384Z] #44 9.610 + '[' -z '' ']' [2019-10-17T21:53:32.384Z] #44 9.610 ++ mktemp -d [2019-10-17T21:53:32.384Z] #44 9.619 + export GOPATH=/tmp/tmp.QSfP4VzKtW [2019-10-17T21:53:32.384Z] #44 9.620 + GOPATH=/tmp/tmp.QSfP4VzKtW [2019-10-17T21:53:32.384Z] #44 9.620 + RM_GOPATH=1 [2019-10-17T21:53:32.384Z] #44 9.620 ++ dirname ./install.sh [2019-10-17T21:53:32.384Z] #44 9.621 + dir=. [2019-10-17T21:53:32.384Z] #44 9.621 + bin=vndr [2019-10-17T21:53:32.384Z] #44 9.621 + shift [2019-10-17T21:53:32.384Z] #44 9.621 + '[' '!' -f ./vndr.installer ']' [2019-10-17T21:53:32.384Z] #44 9.621 + . ./vndr.installer [2019-10-17T21:53:32.384Z] #44 9.621 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:53:32.384Z] #44 9.621 + install_vndr [2019-10-17T21:53:32.384Z] #44 9.621 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-17T21:53:32.384Z] #44 9.621 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.QSfP4VzKtW/src/github.com/LK4D4/vndr [2019-10-17T21:53:32.384Z] #44 9.622 Cloning into '/tmp/tmp.QSfP4VzKtW/src/github.com/LK4D4/vndr'... [2019-10-17T21:53:32.384Z] #44 9.622 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:53:32.447Z] ok github.com/docker/docker/pkg/aaparser 0.049s coverage: 50.0% of statements [2019-10-17T21:53:32.639Z] #44 ... [2019-10-17T21:53:32.639Z] [2019-10-17T21:53:32.639Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:32.639Z] #62 9.614 + RM_GOPATH=0 [2019-10-17T21:53:32.639Z] #62 9.614 + TMP_GOPATH= [2019-10-17T21:53:32.639Z] #62 9.614 + : /build/ [2019-10-17T21:53:32.639Z] #62 9.614 + '[' -z '' ']' [2019-10-17T21:53:32.639Z] #62 9.614 ++ mktemp -d [2019-10-17T21:53:32.639Z] #62 9.614 + export GOPATH=/tmp/tmp.RHxdCPFeVM [2019-10-17T21:53:32.639Z] #62 9.614 + GOPATH=/tmp/tmp.RHxdCPFeVM [2019-10-17T21:53:32.639Z] #62 9.614 + RM_GOPATH=1 [2019-10-17T21:53:32.639Z] #62 9.614 ++ dirname ./install.sh [2019-10-17T21:53:32.639Z] #62 9.617 + dir=. [2019-10-17T21:53:32.639Z] #62 9.617 + bin=rootlesskit [2019-10-17T21:53:32.639Z] #62 9.618 + shift [2019-10-17T21:53:32.639Z] #62 9.618 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-17T21:53:32.639Z] #62 9.621 + . ./rootlesskit.installer [2019-10-17T21:53:32.639Z] #62 9.621 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:53:32.639Z] #62 9.621 + install_rootlesskit [2019-10-17T21:53:32.639Z] #62 9.624 + case "$1" in [2019-10-17T21:53:32.639Z] #62 9.624 + export CGO_ENABLED=0 [2019-10-17T21:53:32.639Z] #62 9.624 + CGO_ENABLED=0 [2019-10-17T21:53:32.639Z] #62 9.624 + _install_rootlesskit [2019-10-17T21:53:32.639Z] #62 9.625 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-17T21:53:32.639Z] #62 9.625 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:53:32.639Z] #62 9.625 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.RHxdCPFeVM/src/github.com/rootless-containers/rootlesskit [2019-10-17T21:53:32.639Z] #62 9.642 Cloning into '/tmp/tmp.RHxdCPFeVM/src/github.com/rootless-containers/rootlesskit'... [2019-10-17T21:53:32.639Z] #62 ... [2019-10-17T21:53:32.639Z] [2019-10-17T21:53:32.639Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:32.895Z] #22 ... [2019-10-17T21:53:32.895Z] [2019-10-17T21:53:32.895Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:32.895Z] #47 9.806 + RM_GOPATH=0 [2019-10-17T21:53:32.895Z] #47 9.809 + TMP_GOPATH= [2019-10-17T21:53:32.895Z] #47 9.809 + : /build [2019-10-17T21:53:32.895Z] #47 9.809 + '[' -z '' ']' [2019-10-17T21:53:32.895Z] #47 9.813 ++ mktemp -d [2019-10-17T21:53:32.895Z] #47 9.817 + export GOPATH=/tmp/tmp.asUcfWSzDm [2019-10-17T21:53:32.895Z] #47 9.817 + GOPATH=/tmp/tmp.asUcfWSzDm [2019-10-17T21:53:32.895Z] #47 9.817 + RM_GOPATH=1 [2019-10-17T21:53:32.895Z] #47 9.819 ++ dirname ./install.sh [2019-10-17T21:53:32.895Z] #47 9.823 + dir=. [2019-10-17T21:53:32.895Z] #47 9.831 Installing gotestsum version v0.3.5 [2019-10-17T21:53:32.895Z] #47 9.831 + bin=gotestsum [2019-10-17T21:53:32.895Z] #47 9.831 + shift [2019-10-17T21:53:32.895Z] #47 9.831 + '[' '!' -f ./gotestsum.installer ']' [2019-10-17T21:53:32.895Z] #47 9.831 + . ./gotestsum.installer [2019-10-17T21:53:32.895Z] #47 9.831 ++ : v0.3.5 [2019-10-17T21:53:32.895Z] #47 9.831 + install_gotestsum [2019-10-17T21:53:32.895Z] #47 9.831 + echo 'Installing gotestsum version v0.3.5' [2019-10-17T21:53:32.895Z] #47 9.831 + go get -d gotest.tools/gotestsum [2019-10-17T21:53:33.151Z] #47 ... [2019-10-17T21:53:33.151Z] [2019-10-17T21:53:33.151Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:53:33.151Z] #40 7.364 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:33.151Z] #40 7.364 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:33.151Z] #40 7.373 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:33.151Z] #40 7.410 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:33.151Z] #40 7.456 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:33.151Z] #40 9.396 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-17T21:53:33.151Z] #40 ... [2019-10-17T21:53:33.151Z] [2019-10-17T21:53:33.151Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:33.151Z] #31 10.27 + RM_GOPATH=0 [2019-10-17T21:53:33.151Z] #31 10.27 + TMP_GOPATH= [2019-10-17T21:53:33.151Z] #31 10.27 + : /build [2019-10-17T21:53:33.151Z] #31 10.27 + '[' -z '' ']' [2019-10-17T21:53:33.151Z] #31 10.27 ++ mktemp -d [2019-10-17T21:53:33.151Z] #31 10.27 + export GOPATH=/tmp/tmp.NQbTHPzyqE [2019-10-17T21:53:33.151Z] #31 10.27 + GOPATH=/tmp/tmp.NQbTHPzyqE [2019-10-17T21:53:33.151Z] #31 10.27 + RM_GOPATH=1 [2019-10-17T21:53:33.151Z] #31 10.27 ++ dirname ./install.sh [2019-10-17T21:53:33.151Z] #31 10.27 + dir=. [2019-10-17T21:53:33.151Z] #31 10.27 + bin=tomlv [2019-10-17T21:53:33.151Z] #31 10.27 + shift [2019-10-17T21:53:33.151Z] #31 10.27 + '[' '!' -f ./tomlv.installer ']' [2019-10-17T21:53:33.151Z] #31 10.27 + . ./tomlv.installer [2019-10-17T21:53:33.151Z] #31 10.27 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:53:33.151Z] #31 10.27 + install_tomlv [2019-10-17T21:53:33.151Z] #31 10.27 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-17T21:53:33.151Z] #31 10.27 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NQbTHPzyqE/src/github.com/BurntSushi/toml [2019-10-17T21:53:33.151Z] #31 10.27 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:53:33.151Z] #31 10.28 Cloning into '/tmp/tmp.NQbTHPzyqE/src/github.com/BurntSushi/toml'... [2019-10-17T21:53:33.392Z] ok github.com/docker/docker/opts 0.057s coverage: 66.9% of statements [2019-10-17T21:53:33.407Z] #31 ... [2019-10-17T21:53:33.407Z] [2019-10-17T21:53:33.407Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:33.407Z] #68 8.831 + RM_GOPATH=0 [2019-10-17T21:53:33.407Z] #68 8.831 + TMP_GOPATH= [2019-10-17T21:53:33.407Z] #68 8.831 + : /build [2019-10-17T21:53:33.407Z] #68 8.831 + '[' -z '' ']' [2019-10-17T21:53:33.407Z] #68 8.831 ++ mktemp -d [2019-10-17T21:53:33.407Z] #68 8.866 + export GOPATH=/tmp/tmp.CmIgJnmXAm [2019-10-17T21:53:33.407Z] #68 8.866 + GOPATH=/tmp/tmp.CmIgJnmXAm [2019-10-17T21:53:33.407Z] #68 8.866 + RM_GOPATH=1 [2019-10-17T21:53:33.407Z] #68 8.866 ++ dirname ./install.sh [2019-10-17T21:53:33.407Z] #68 8.908 + dir=. [2019-10-17T21:53:33.407Z] #68 8.908 + bin=proxy [2019-10-17T21:53:33.407Z] #68 8.908 + shift [2019-10-17T21:53:33.407Z] #68 8.908 + '[' '!' -f ./proxy.installer ']' [2019-10-17T21:53:33.407Z] #68 8.908 + . ./proxy.installer [2019-10-17T21:53:33.407Z] #68 8.908 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:53:33.407Z] #68 8.908 + install_proxy [2019-10-17T21:53:33.407Z] #68 8.908 + case "$1" in [2019-10-17T21:53:33.407Z] #68 8.908 + export CGO_ENABLED=0 [2019-10-17T21:53:33.407Z] #68 8.908 + CGO_ENABLED=0 [2019-10-17T21:53:33.407Z] #68 8.908 + _install_proxy [2019-10-17T21:53:33.407Z] #68 8.908 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-17T21:53:33.407Z] #68 8.908 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.CmIgJnmXAm/src/github.com/docker/libnetwork [2019-10-17T21:53:33.407Z] #68 8.908 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:53:33.407Z] #68 8.913 Cloning into '/tmp/tmp.CmIgJnmXAm/src/github.com/docker/libnetwork'... [2019-10-17T21:53:33.662Z] #68 ... [2019-10-17T21:53:33.662Z] [2019-10-17T21:53:33.662Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:33.662Z] #22 10.92 + RM_GOPATH=0 [2019-10-17T21:53:33.662Z] #22 10.93 + TMP_GOPATH= [2019-10-17T21:53:33.662Z] #22 10.93 + : /build [2019-10-17T21:53:33.662Z] #22 10.93 + '[' -z '' ']' [2019-10-17T21:53:33.662Z] #22 10.93 ++ mktemp -d [2019-10-17T21:53:33.662Z] #22 10.93 + export GOPATH=/tmp/tmp.HN3wRIPcnm [2019-10-17T21:53:33.662Z] #22 10.93 + GOPATH=/tmp/tmp.HN3wRIPcnm [2019-10-17T21:53:33.662Z] #22 10.93 + RM_GOPATH=1 [2019-10-17T21:53:33.662Z] #22 10.94 ++ dirname ./install.sh [2019-10-17T21:53:33.662Z] #22 10.94 + dir=. [2019-10-17T21:53:33.662Z] #22 10.94 + bin=dockercli [2019-10-17T21:53:33.662Z] #22 10.94 + shift [2019-10-17T21:53:33.662Z] #22 10.94 + '[' '!' -f ./dockercli.installer ']' [2019-10-17T21:53:33.662Z] #22 10.94 + . ./dockercli.installer [2019-10-17T21:53:33.662Z] #22 10.94 ++ : stable [2019-10-17T21:53:33.662Z] #22 10.94 ++ : 17.06.2-ce [2019-10-17T21:53:33.662Z] #22 10.94 + install_dockercli [2019-10-17T21:53:33.662Z] #22 10.94 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-17T21:53:33.662Z] #22 10.94 Install docker/cli version 17.06.2-ce from stable [2019-10-17T21:53:33.662Z] #22 10.94 ++ uname -m [2019-10-17T21:53:33.662Z] #22 10.95 + arch=x86_64 [2019-10-17T21:53:33.662Z] #22 10.95 + '[' x86_64 '!=' x86_64 ']' [2019-10-17T21:53:33.662Z] #22 10.95 + url=https://download.docker.com/linux/static [2019-10-17T21:53:33.662Z] #22 10.96 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-10-17T21:53:33.662Z] #22 10.96 + tar -xz docker/docker [2019-10-17T21:53:34.335Z] ok github.com/docker/docker/pkg/broadcaster 0.013s coverage: 100.0% of statements [2019-10-17T21:53:34.782Z] #69 ... [2019-10-17T21:53:34.782Z] [2019-10-17T21:53:34.782Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:53:34.782Z] #11 10.70 Fetched 7670 kB in 10s (754 kB/s) [2019-10-17T21:53:34.782Z] #11 10.70 Reading package lists... [2019-10-17T21:53:34.782Z] #11 15.79 Reading package lists... [2019-10-17T21:53:34.782Z] #11 19.84 Building dependency tree... [2019-10-17T21:53:34.906Z] ok github.com/docker/docker/pkg/authorization 0.632s coverage: 68.3% of statements [2019-10-17T21:53:34.906Z] ok github.com/docker/docker/pkg/capabilities 0.016s coverage: 87.5% of statements [2019-10-17T21:53:35.194Z] #11 ... [2019-10-17T21:53:35.194Z] [2019-10-17T21:53:35.194Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:35.194Z] #45 13.95 unicode/utf16 [2019-10-17T21:53:35.194Z] #45 14.32 container/list [2019-10-17T21:53:35.194Z] #45 14.80 crypto/internal/subtle [2019-10-17T21:53:35.194Z] #45 14.87 crypto/subtle [2019-10-17T21:53:35.194Z] #45 14.95 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-17T21:53:35.194Z] #45 15.04 internal/nettrace [2019-10-17T21:53:35.194Z] #45 15.19 runtime/cgo [2019-10-17T21:53:35.194Z] #45 ... [2019-10-17T21:53:35.194Z] [2019-10-17T21:53:35.194Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:53:35.194Z] #11 20.90 The following additional packages will be installed: [2019-10-17T21:53:35.194Z] #11 20.95 libapparmor1 libseccomp2 [2019-10-17T21:53:35.194Z] #11 20.96 Suggested packages: [2019-10-17T21:53:35.194Z] #11 20.96 seccomp [2019-10-17T21:53:35.592Z] #11 21.23 The following NEW packages will be installed: [2019-10-17T21:53:35.592Z] #11 21.23 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-17T21:53:35.592Z] #11 21.33 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. [2019-10-17T21:53:35.592Z] #11 21.33 Need to get 301 kB of archives. [2019-10-17T21:53:35.592Z] #11 21.33 After this operation, 1402 kB of additional disk space will be used. [2019-10-17T21:53:35.592Z] #11 21.33 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-10-17T21:53:35.592Z] #11 21.35 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-10-17T21:53:35.592Z] #11 21.36 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-10-17T21:53:35.592Z] #11 21.36 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-10-17T21:53:35.850Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2019-10-17T21:53:35.850Z] ok github.com/docker/docker/pkg/archive 1.251s coverage: 76.8% of statements [2019-10-17T21:53:36.440Z] #11 ... [2019-10-17T21:53:36.440Z] [2019-10-17T21:53:36.440Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:53:36.440Z] #41 12.22 Fetched 7670 kB in 11s (670 kB/s) [2019-10-17T21:53:36.440Z] #41 12.22 Reading package lists... [2019-10-17T21:53:36.440Z] #41 17.65 Reading package lists... [2019-10-17T21:53:36.440Z] #41 22.33 Building dependency tree... [2019-10-17T21:53:36.440Z] #41 ... [2019-10-17T21:53:36.440Z] [2019-10-17T21:53:36.440Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:36.440Z] #57 12.56 Fetched 7670 kB in 11s (643 kB/s) [2019-10-17T21:53:36.440Z] #57 12.56 Reading package lists... [2019-10-17T21:53:36.440Z] #57 16.94 Reading package lists... [2019-10-17T21:53:36.440Z] #57 21.29 Building dependency tree... [2019-10-17T21:53:36.463Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2019-10-17T21:53:36.463Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2019-10-17T21:53:36.848Z] #57 ... [2019-10-17T21:53:36.848Z] [2019-10-17T21:53:36.848Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:53:36.848Z] #11 22.49 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:53:36.848Z] #11 22.60 Fetched 301 kB in 0s (3957 kB/s) [2019-10-17T21:53:36.848Z] #11 22.71 Selecting previously unselected package libseccomp2:s390x. [2019-10-17T21:53:36.848Z] #11 22.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-17T21:53:36.848Z] #11 22.79 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-17T21:53:36.848Z] #11 22.80 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-17T21:53:37.239Z] #11 22.98 Selecting previously unselected package libseccomp-dev:s390x. [2019-10-17T21:53:37.239Z] #11 22.99 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-10-17T21:53:37.239Z] #11 22.99 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-17T21:53:37.239Z] #11 ... [2019-10-17T21:53:37.239Z] [2019-10-17T21:53:37.239Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:37.239Z] #34 13.07 Fetched 7670 kB in 12s (606 kB/s) [2019-10-17T21:53:37.239Z] #34 13.07 Reading package lists... [2019-10-17T21:53:37.239Z] #34 18.10 Reading package lists... [2019-10-17T21:53:37.239Z] #34 22.76 Building dependency tree... [2019-10-17T21:53:37.239Z] #34 ... [2019-10-17T21:53:37.239Z] [2019-10-17T21:53:37.239Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:53:37.239Z] #11 23.16 Selecting previously unselected package libapparmor1:s390x. [2019-10-17T21:53:37.239Z] #11 23.16 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-10-17T21:53:37.239Z] #11 23.16 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-17T21:53:37.410Z] ok github.com/docker/docker/pkg/discovery/memory 0.021s coverage: 92.3% of statements [2019-10-17T21:53:37.635Z] #11 23.34 Selecting previously unselected package libapparmor-dev:s390x. [2019-10-17T21:53:37.635Z] #11 23.34 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-10-17T21:53:37.635Z] #11 23.35 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-17T21:53:37.981Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2019-10-17T21:53:38.050Z] #11 23.73 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:38.441Z] #11 24.08 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-10-17T21:53:38.441Z] #11 24.29 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-10-17T21:53:38.551Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2019-10-17T21:53:38.909Z] #22 ... [2019-10-17T21:53:38.909Z] [2019-10-17T21:53:38.909Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:38.909Z] #62 16.74 + cd /tmp/tmp.RHxdCPFeVM/src/github.com/rootless-containers/rootlesskit [2019-10-17T21:53:38.909Z] #62 16.74 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:53:38.930Z] #11 24.46 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-10-17T21:53:38.930Z] #11 24.53 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-10-17T21:53:38.930Z] #11 24.55 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:39.342Z] #11 DONE 25.0s [2019-10-17T21:53:39.342Z] [2019-10-17T21:53:39.342Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:39.342Z] #57 23.41 The following additional packages will be installed: [2019-10-17T21:53:39.342Z] #57 23.41 btrfs-progs liblzo2-2 [2019-10-17T21:53:39.342Z] #57 23.64 The following NEW packages will be installed: [2019-10-17T21:53:39.342Z] #57 23.65 btrfs-progs btrfs-tools liblzo2-2 [2019-10-17T21:53:39.342Z] #57 23.81 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-17T21:53:39.342Z] #57 23.81 Need to get 668 kB of archives. [2019-10-17T21:53:39.342Z] #57 23.81 After this operation, 5446 kB of additional disk space will be used. [2019-10-17T21:53:39.342Z] #57 23.81 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-17T21:53:39.342Z] #57 23.87 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-17T21:53:39.342Z] #57 23.90 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-17T21:53:39.342Z] #57 24.63 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:53:39.342Z] #57 24.80 Fetched 668 kB in 0s (5034 kB/s) [2019-10-17T21:53:39.342Z] #57 24.88 Selecting previously unselected package liblzo2-2:s390x. [2019-10-17T21:53:39.342Z] #57 24.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 ... 14828 files and directories currently installed.) [2019-10-17T21:53:39.342Z] #57 24.88 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-17T21:53:39.342Z] #57 25.09 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-17T21:53:39.342Z] #57 ... [2019-10-17T21:53:39.342Z] [2019-10-17T21:53:39.342Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:53:39.342Z] #53 DONE 0.1s [2019-10-17T21:53:39.342Z] [2019-10-17T21:53:39.342Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:39.342Z] #57 25.28 Selecting previously unselected package btrfs-progs. [2019-10-17T21:53:39.472Z] #62 17.06 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-17T21:53:39.472Z] #62 17.08 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-17T21:53:39.524Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2019-10-17T21:53:39.755Z] #57 ... [2019-10-17T21:53:39.755Z] [2019-10-17T21:53:39.755Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-17T21:53:39.755Z] #54 DONE 0.2s [2019-10-17T21:53:39.755Z] [2019-10-17T21:53:39.755Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:39.755Z] #57 25.29 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-17T21:53:39.755Z] #57 25.34 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-17T21:53:39.755Z] #57 ... [2019-10-17T21:53:39.755Z] [2019-10-17T21:53:39.755Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:53:39.755Z] #25 15.42 Fetched 7670 kB in 14s (516 kB/s) [2019-10-17T21:53:39.755Z] #25 15.42 Reading package lists... [2019-10-17T21:53:39.755Z] #25 19.66 Reading package lists... [2019-10-17T21:53:39.755Z] #25 24.77 Building dependency tree... [2019-10-17T21:53:39.755Z] #25 ... [2019-10-17T21:53:39.755Z] [2019-10-17T21:53:39.755Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:39.755Z] #55 ... [2019-10-17T21:53:39.755Z] [2019-10-17T21:53:39.755Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:39.755Z] #51 15.32 + cd /tmp/tmp.xcTZXYhOc1/src/github.com/golangci/golangci-lint/ [2019-10-17T21:53:39.755Z] #51 15.32 + git checkout -q v1.17.1 [2019-10-17T21:53:39.755Z] #51 16.14 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-17T21:53:39.755Z] #51 ... [2019-10-17T21:53:39.755Z] [2019-10-17T21:53:39.755Z] #12 [dev 1/24] RUN groupadd -r docker [2019-10-17T21:53:39.755Z] #12 DONE 0.7s [2019-10-17T21:53:39.755Z] [2019-10-17T21:53:39.755Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:39.755Z] #34 22.76 Building dependency tree... [2019-10-17T21:53:39.755Z] #34 23.91 The following additional packages will be installed: [2019-10-17T21:53:39.756Z] #34 23.91 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-17T21:53:39.756Z] #34 23.92 Suggested packages: [2019-10-17T21:53:39.756Z] #34 23.92 codeblocks eclipse ninja-build lrzip [2019-10-17T21:53:39.756Z] #34 23.92 Recommended packages: [2019-10-17T21:53:39.756Z] #34 23.92 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-17T21:53:39.756Z] #34 24.74 The following NEW packages will be installed: [2019-10-17T21:53:39.756Z] #34 24.74 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-17T21:53:39.756Z] #34 24.74 vim-common xxd [2019-10-17T21:53:39.756Z] #34 24.83 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-10-17T21:53:39.756Z] #34 24.83 Need to get 13.2 MB of archives. [2019-10-17T21:53:39.756Z] #34 24.83 After this operation, 59.4 MB of additional disk space will be used. [2019-10-17T21:53:39.756Z] #34 24.83 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-10-17T21:53:39.756Z] #34 24.93 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-17T21:53:39.756Z] #34 24.93 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-10-17T21:53:39.756Z] #34 25.55 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-10-17T21:53:39.756Z] #34 25.64 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-10-17T21:53:39.756Z] #34 25.65 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-10-17T21:53:39.756Z] #34 25.65 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-10-17T21:53:39.756Z] #34 25.65 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-10-17T21:53:39.756Z] #34 25.71 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-17T21:53:39.756Z] #34 25.72 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-17T21:53:40.095Z] ok github.com/docker/docker/pkg/chrootarchive 3.644s coverage: 43.2% of statements [2019-10-17T21:53:40.355Z] ok github.com/docker/docker/pkg/fileutils 0.022s coverage: 89.5% of statements [2019-10-17T21:53:40.598Z] #34 ... [2019-10-17T21:53:40.598Z] [2019-10-17T21:53:40.598Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-17T21:53:40.598Z] #13 DONE 0.7s [2019-10-17T21:53:40.598Z] [2019-10-17T21:53:40.598Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:40.598Z] #55 0.459 + RM_GOPATH=0 [2019-10-17T21:53:40.598Z] #55 0.460 + TMP_GOPATH= [2019-10-17T21:53:40.598Z] #55 0.460 + : /build [2019-10-17T21:53:40.598Z] #55 0.460 + '[' -z '' ']' [2019-10-17T21:53:40.598Z] #55 0.468 ++ mktemp -d [2019-10-17T21:53:40.598Z] #55 0.477 + export GOPATH=/tmp/tmp.9gKg4P6Fez [2019-10-17T21:53:40.598Z] #55 0.477 + GOPATH=/tmp/tmp.9gKg4P6Fez [2019-10-17T21:53:40.598Z] #55 0.477 + RM_GOPATH=1 [2019-10-17T21:53:40.598Z] #55 0.479 ++ dirname ./install.sh [2019-10-17T21:53:40.598Z] #55 0.487 + dir=. [2019-10-17T21:53:40.598Z] #55 0.487 + bin=runc [2019-10-17T21:53:40.598Z] #55 0.487 + shift [2019-10-17T21:53:40.598Z] #55 0.487 + '[' '!' -f ./runc.installer ']' [2019-10-17T21:53:40.598Z] #55 0.488 + . ./runc.installer [2019-10-17T21:53:40.598Z] #55 0.488 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-17T21:53:40.598Z] #55 0.489 + install_runc [2019-10-17T21:53:40.598Z] #55 0.492 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-17T21:53:40.599Z] #55 0.493 + uname -r [2019-10-17T21:53:40.599Z] #55 0.501 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-17T21:53:40.599Z] #55 0.502 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-17T21:53:40.599Z] #55 0.502 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-17T21:53:40.599Z] #55 0.503 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.9gKg4P6Fez/src/github.com/opencontainers/runc [2019-10-17T21:53:40.599Z] #55 0.542 Cloning into '/tmp/tmp.9gKg4P6Fez/src/github.com/opencontainers/runc'... [2019-10-17T21:53:40.927Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2019-10-17T21:53:40.927Z] ok github.com/docker/docker/pkg/fsutils 0.318s coverage: 85.1% of statements [2019-10-17T21:53:40.995Z] #55 ... [2019-10-17T21:53:40.995Z] [2019-10-17T21:53:40.995Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-17T21:53:40.995Z] #14 0.304 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-17T21:53:40.995Z] #14 DONE 0.4s [2019-10-17T21:53:40.995Z] [2019-10-17T21:53:40.995Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:40.995Z] #34 26.90 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:53:40.995Z] #34 27.04 Fetched 13.2 MB in 0s (14.1 MB/s) [2019-10-17T21:53:41.188Z] ok github.com/docker/docker/pkg/discovery/kv 3.139s coverage: 84.1% of statements [2019-10-17T21:53:41.188Z] ok github.com/docker/docker/layer 7.490s coverage: 68.8% of statements [2019-10-17T21:53:41.188Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-17T21:53:41.188Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-17T21:53:41.188Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-17T21:53:41.188Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-17T21:53:41.188Z] ? github.com/docker/docker/oci [no test files] [2019-10-17T21:53:41.189Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-17T21:53:41.189Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-17T21:53:41.189Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-17T21:53:41.582Z] #34 ... [2019-10-17T21:53:41.582Z] [2019-10-17T21:53:41.582Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:41.582Z] #57 26.37 Selecting previously unselected package btrfs-tools. [2019-10-17T21:53:41.582Z] #57 26.37 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-17T21:53:41.582Z] #57 26.39 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-17T21:53:41.582Z] #57 26.52 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:41.582Z] #57 26.66 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-17T21:53:41.582Z] #57 26.67 Setting up btrfs-progs (4.7.3-1) ... [2019-10-17T21:53:41.582Z] #57 26.68 Setting up btrfs-tools (4.7.3-1) ... [2019-10-17T21:53:41.582Z] #57 26.74 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:41.582Z] #57 DONE 27.2s [2019-10-17T21:53:41.582Z] [2019-10-17T21:53:41.582Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:41.582Z] #34 27.20 Selecting previously unselected package cmake-data. [2019-10-17T21:53:41.582Z] #34 27.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-17T21:53:41.582Z] #34 27.22 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-17T21:53:41.582Z] #34 27.23 Unpacking cmake-data (3.7.2-1) ... [2019-10-17T21:53:41.582Z] #34 ... [2019-10-17T21:53:41.582Z] [2019-10-17T21:53:41.582Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:53:41.582Z] #58 DONE 0.2s [2019-10-17T21:53:42.061Z] [2019-10-17T21:53:42.061Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-17T21:53:42.061Z] #15 DONE 0.6s [2019-10-17T21:53:42.061Z] [2019-10-17T21:53:42.061Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-17T21:53:42.061Z] #16 ... [2019-10-17T21:53:42.061Z] [2019-10-17T21:53:42.061Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-17T21:53:42.061Z] #59 DONE 0.3s [2019-10-17T21:53:42.061Z] [2019-10-17T21:53:42.061Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-17T21:53:42.061Z] #16 DONE 0.5s [2019-10-17T21:53:42.061Z] [2019-10-17T21:53:42.061Z] #17 [dev 6/24] RUN ldconfig [2019-10-17T21:53:42.134Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2019-10-17T21:53:42.396Z] ok github.com/docker/docker/pkg/locker 0.041s coverage: 88.9% of statements [2019-10-17T21:53:42.657Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2019-10-17T21:53:42.746Z] #62 ... [2019-10-17T21:53:42.746Z] [2019-10-17T21:53:42.746Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:42.746Z] #50 10.28 + RM_GOPATH=0 [2019-10-17T21:53:42.746Z] #50 10.28 + TMP_GOPATH= [2019-10-17T21:53:42.746Z] #50 10.28 + : /build [2019-10-17T21:53:42.746Z] #50 10.28 + '[' -z '' ']' [2019-10-17T21:53:42.746Z] #50 10.28 ++ mktemp -d [2019-10-17T21:53:42.746Z] #50 10.29 + export GOPATH=/tmp/tmp.vZYRhviPXe [2019-10-17T21:53:42.746Z] #50 10.29 + GOPATH=/tmp/tmp.vZYRhviPXe [2019-10-17T21:53:42.746Z] #50 10.29 + RM_GOPATH=1 [2019-10-17T21:53:42.746Z] #50 10.29 ++ dirname ./install.sh [2019-10-17T21:53:42.746Z] #50 10.29 + dir=. [2019-10-17T21:53:42.746Z] #50 10.29 + bin=golangci_lint [2019-10-17T21:53:42.746Z] #50 10.29 + shift [2019-10-17T21:53:42.746Z] #50 10.29 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-17T21:53:42.746Z] #50 10.29 + . ./golangci_lint.installer [2019-10-17T21:53:42.746Z] #50 10.29 ++ : v1.17.1 [2019-10-17T21:53:42.746Z] #50 10.30 + install_golangci_lint [2019-10-17T21:53:42.746Z] #50 10.30 + echo 'Installing golangci-lint version v1.17.1' [2019-10-17T21:53:42.746Z] #50 10.30 Installing golangci-lint version v1.17.1 [2019-10-17T21:53:42.746Z] #50 10.30 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-17T21:53:42.918Z] ok github.com/docker/docker/pkg/idtools 0.804s coverage: 70.1% of statements [2019-10-17T21:53:42.918Z] ok github.com/docker/docker/pkg/ioutils 0.716s coverage: 70.6% of statements [2019-10-17T21:53:42.918Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-17T21:53:43.179Z] ok github.com/docker/docker/pkg/namesgenerator 0.022s coverage: 85.7% of statements [2019-10-17T21:53:43.311Z] #50 ... [2019-10-17T21:53:43.311Z] [2019-10-17T21:53:43.311Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:53:43.311Z] #10 11.41 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:43.311Z] #10 11.41 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:43.311Z] #10 11.44 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:43.311Z] #10 11.46 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:43.311Z] #10 11.58 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:43.311Z] #10 13.06 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-17T21:53:43.311Z] #10 16.68 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-17T21:53:43.311Z] #10 18.24 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-17T21:53:43.429Z] #17 DONE 1.2s [2019-10-17T21:53:43.429Z] [2019-10-17T21:53:43.429Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:53:43.440Z] ok github.com/docker/docker/pkg/parsers 0.018s coverage: 97.0% of statements [2019-10-17T21:53:43.570Z] #10 ... [2019-10-17T21:53:43.571Z] [2019-10-17T21:53:43.571Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:53:43.571Z] #56 11.41 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-17T21:53:43.571Z] #56 12.97 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-17T21:53:43.571Z] #56 ... [2019-10-17T21:53:43.571Z] [2019-10-17T21:53:43.571Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:53:43.571Z] #24 11.75 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-17T21:53:43.701Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2019-10-17T21:53:43.828Z] #24 ... [2019-10-17T21:53:43.828Z] [2019-10-17T21:53:43.828Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:43.828Z] #33 11.79 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:43.828Z] #33 11.79 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:43.828Z] #33 11.87 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:43.828Z] #33 11.89 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:43.828Z] #33 11.94 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:43.828Z] #33 13.04 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-17T21:53:43.828Z] #33 16.31 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-17T21:53:43.828Z] #33 17.65 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-17T21:53:43.962Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.014s coverage: 91.4% of statements [2019-10-17T21:53:44.086Z] #33 ... [2019-10-17T21:53:44.086Z] [2019-10-17T21:53:44.086Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:44.086Z] #44 11.66 + cd /tmp/tmp.QSfP4VzKtW/src/github.com/LK4D4/vndr [2019-10-17T21:53:44.086Z] #44 11.66 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:53:44.086Z] #44 11.70 + go build -buildmode=pie -v -o /build/vndr . [2019-10-17T21:53:44.086Z] #44 13.70 runtime/internal/atomic [2019-10-17T21:53:44.086Z] #44 13.76 internal/cpu [2019-10-17T21:53:44.086Z] #44 14.29 runtime/internal/math [2019-10-17T21:53:44.086Z] #44 14.51 internal/race [2019-10-17T21:53:44.086Z] #44 14.82 sync/atomic [2019-10-17T21:53:44.086Z] #44 15.15 internal/bytealg [2019-10-17T21:53:44.086Z] #44 15.33 unicode [2019-10-17T21:53:44.086Z] #44 17.40 runtime [2019-10-17T21:53:44.086Z] #44 18.63 unicode/utf8 [2019-10-17T21:53:44.086Z] #44 19.83 math [2019-10-17T21:53:44.086Z] #44 ... [2019-10-17T21:53:44.086Z] [2019-10-17T21:53:44.086Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:53:44.086Z] #40 12.14 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-17T21:53:44.086Z] #40 13.98 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-17T21:53:44.224Z] ok github.com/docker/docker/pkg/pidfile 0.019s coverage: 82.4% of statements [2019-10-17T21:53:44.347Z] #40 ... [2019-10-17T21:53:44.347Z] [2019-10-17T21:53:44.347Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:44.347Z] #31 11.99 + cd /tmp/tmp.NQbTHPzyqE/src/github.com/BurntSushi/toml [2019-10-17T21:53:44.347Z] #31 11.99 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:53:44.347Z] #31 12.01 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-17T21:53:44.347Z] #31 13.23 runtime/internal/atomic [2019-10-17T21:53:44.347Z] #31 13.35 internal/cpu [2019-10-17T21:53:44.347Z] #31 13.76 runtime/internal/sys [2019-10-17T21:53:44.347Z] #31 14.04 runtime/internal/math [2019-10-17T21:53:44.347Z] #31 14.37 math/bits [2019-10-17T21:53:44.347Z] #31 14.69 internal/bytealg [2019-10-17T21:53:44.347Z] #31 15.45 math [2019-10-17T21:53:44.347Z] #31 15.90 runtime [2019-10-17T21:53:44.347Z] #31 20.40 internal/testlog [2019-10-17T21:53:44.347Z] #31 20.86 encoding [2019-10-17T21:53:44.347Z] #31 20.99 runtime/cgo [2019-10-17T21:53:44.347Z] #31 ... [2019-10-17T21:53:44.347Z] [2019-10-17T21:53:44.347Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:44.347Z] #22 22.15 + mkdir -p /build [2019-10-17T21:53:44.347Z] #22 22.17 + mv docker/docker /build/ [2019-10-17T21:53:44.347Z] #22 22.17 + rmdir docker [2019-10-17T21:53:44.492Z] ok github.com/docker/docker/pkg/mount 0.878s coverage: 69.6% of statements [2019-10-17T21:53:44.492Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-17T21:53:44.492Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-17T21:53:44.492Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-17T21:53:44.845Z] #18 1.368 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:53:44.845Z] #18 1.378 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:53:44.845Z] #18 1.414 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:53:44.845Z] #18 1.464 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:53:44.845Z] #18 1.514 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:53:45.066Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.024s coverage: 56.8% of statements [2019-10-17T21:53:45.379Z] #6 completed: 2019-10-17 21:53:37.461566186 +0000 UTC [2019-10-17T21:53:45.379Z] #6 duration: 2m5.548703446s [2019-10-17T21:53:45.379Z] [2019-10-17T21:53:45.379Z] [2019-10-17T21:53:45.379Z] #7 /bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.co... [2019-10-17T21:53:45.379Z] #7 digest: sha256:e07b3ba31364b4a077d57bb3e4e8b6b4f468ce95d827bea23713969516aa7dcd [2019-10-17T21:53:45.379Z] #7 name: "/bin/sh -c GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags '-X github.com/docker/buildx/version.Version=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Revision=${BUILDX_COMMIT} -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o /usr/bin/buildx ./cmd/buildx" [2019-10-17T21:53:45.379Z] #7 started: 2019-10-17 21:53:37.464206634 +0000 UTC [2019-10-17T21:53:45.639Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2019-10-17T21:53:45.639Z] ok github.com/docker/docker/pkg/plugins/transport 0.016s coverage: 85.7% of statements [2019-10-17T21:53:45.639Z] ok github.com/docker/docker/pkg/progress 0.013s coverage: 75.9% of statements [2019-10-17T21:53:46.207Z] #18 ... [2019-10-17T21:53:46.207Z] [2019-10-17T21:53:46.207Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:53:46.207Z] #25 24.77 Building dependency tree... [2019-10-17T21:53:46.207Z] #25 26.54 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-17T21:53:46.207Z] #25 26.54 The following additional packages will be installed: [2019-10-17T21:53:46.207Z] #25 26.54 libjq1 libonig4 [2019-10-17T21:53:46.207Z] #25 26.95 The following NEW packages will be installed: [2019-10-17T21:53:46.207Z] #25 26.95 jq libjq1 libonig4 [2019-10-17T21:53:46.207Z] #25 27.07 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-10-17T21:53:46.207Z] #25 27.07 Need to get 328 kB of archives. [2019-10-17T21:53:46.207Z] #25 27.07 After this operation, 1263 kB of additional disk space will be used. [2019-10-17T21:53:46.207Z] #25 27.07 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-17T21:53:46.207Z] #25 27.13 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-17T21:53:46.207Z] #25 27.13 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-17T21:53:46.207Z] #25 28.58 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:53:46.207Z] #25 29.10 Fetched 328 kB in 0s (2978 kB/s) [2019-10-17T21:53:46.207Z] #25 30.52 Selecting previously unselected package libonig4:s390x. [2019-10-17T21:53:46.207Z] #25 30.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-10-17T21:53:46.207Z] #25 30.54 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-10-17T21:53:46.207Z] #25 30.78 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-17T21:53:46.207Z] #25 30.98 Selecting previously unselected package libjq1:s390x. [2019-10-17T21:53:46.207Z] #25 30.99 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-17T21:53:46.207Z] #25 31.02 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-17T21:53:46.207Z] #25 31.17 Selecting previously unselected package jq. [2019-10-17T21:53:46.207Z] #25 31.17 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-17T21:53:46.207Z] #25 31.18 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-17T21:53:46.207Z] #25 31.40 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-17T21:53:46.207Z] #25 31.41 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-17T21:53:46.207Z] #25 31.42 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:46.207Z] #25 31.48 Setting up jq (1.5+dfsg-1.3) ... [2019-10-17T21:53:46.207Z] #25 DONE 31.7s [2019-10-17T21:53:46.207Z] [2019-10-17T21:53:46.207Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-17T21:53:46.207Z] #26 DONE 0.1s [2019-10-17T21:53:46.207Z] [2019-10-17T21:53:46.207Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:46.207Z] #34 31.81 Selecting previously unselected package liblzo2-2:s390x. [2019-10-17T21:53:46.207Z] #34 31.86 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-17T21:53:46.207Z] #34 31.87 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-17T21:53:46.207Z] #34 32.01 Selecting previously unselected package libicu57:s390x. [2019-10-17T21:53:46.207Z] #34 32.06 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-10-17T21:53:46.207Z] #34 32.07 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-10-17T21:53:46.211Z] ok github.com/docker/docker/pkg/reexec 0.022s coverage: 82.4% of statements [2019-10-17T21:53:47.156Z] ok github.com/docker/docker/pkg/stdcopy 0.013s coverage: 100.0% of statements [2019-10-17T21:53:47.156Z] ok github.com/docker/docker/pkg/pubsub 1.113s coverage: 73.9% of statements [2019-10-17T21:53:47.728Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2019-10-17T21:53:47.728Z] ok github.com/docker/docker/pkg/streamformatter 0.021s coverage: 66.2% of statements [2019-10-17T21:53:48.111Z] #34 ... [2019-10-17T21:53:48.111Z] [2019-10-17T21:53:48.111Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:53:48.111Z] #41 22.33 Building dependency tree... [2019-10-17T21:53:48.111Z] #41 24.32 The following additional packages will be installed: [2019-10-17T21:53:48.111Z] #41 24.32 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-17T21:53:48.111Z] #41 24.37 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-17T21:53:48.111Z] #41 24.37 Suggested packages: [2019-10-17T21:53:48.111Z] #41 24.37 manpages-dev python-setuptools [2019-10-17T21:53:48.111Z] #41 26.62 The following NEW packages will be installed: [2019-10-17T21:53:48.111Z] #41 26.62 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-17T21:53:48.111Z] #41 26.62 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-17T21:53:48.111Z] #41 26.62 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-17T21:53:48.111Z] #41 26.62 zlib1g-dev [2019-10-17T21:53:48.111Z] #41 26.81 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-10-17T21:53:48.111Z] #41 26.81 Need to get 3476 kB of archives. [2019-10-17T21:53:48.112Z] #41 26.81 After this operation, 20.2 MB of additional disk space will be used. [2019-10-17T21:53:48.112Z] #41 26.81 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-17T21:53:48.112Z] #41 26.84 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-10-17T21:53:48.112Z] #41 26.84 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-10-17T21:53:48.112Z] #41 26.85 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-10-17T21:53:48.112Z] #41 26.86 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-10-17T21:53:48.112Z] #41 26.86 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-17T21:53:48.112Z] #41 26.86 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-10-17T21:53:48.112Z] #41 26.86 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-10-17T21:53:48.112Z] #41 26.87 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-10-17T21:53:48.112Z] #41 26.91 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-10-17T21:53:48.112Z] #41 26.92 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-10-17T21:53:48.112Z] #41 27.01 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-10-17T21:53:48.112Z] #41 27.06 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-10-17T21:53:48.112Z] #41 27.07 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-10-17T21:53:48.112Z] #41 27.07 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-17T21:53:48.112Z] #41 27.13 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-10-17T21:53:48.112Z] #41 29.52 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:53:48.112Z] #41 30.36 Fetched 3476 kB in 0s (8795 kB/s) [2019-10-17T21:53:48.112Z] #41 30.83 Selecting previously unselected package libnet1:s390x. [2019-10-17T21:53:48.112Z] #41 30.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 ... 14828 files and directories currently installed.) [2019-10-17T21:53:48.112Z] #41 30.89 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 30.92 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-17T21:53:48.112Z] #41 31.04 Selecting previously unselected package libcap-dev:s390x. [2019-10-17T21:53:48.112Z] #41 31.04 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 31.05 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-10-17T21:53:48.112Z] #41 31.16 Selecting previously unselected package libnet1-dev. [2019-10-17T21:53:48.112Z] #41 31.17 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 31.17 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-17T21:53:48.112Z] #41 31.44 Selecting previously unselected package libnl-3-200:s390x. [2019-10-17T21:53:48.112Z] #41 31.45 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 31.46 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-17T21:53:48.112Z] #41 31.57 Selecting previously unselected package libnl-3-dev:s390x. [2019-10-17T21:53:48.112Z] #41 31.58 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 31.59 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-10-17T21:53:48.112Z] #41 31.91 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-17T21:53:48.112Z] #41 31.95 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 31.97 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-17T21:53:48.112Z] #41 32.05 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-10-17T21:53:48.112Z] #41 32.06 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 32.06 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-17T21:53:48.112Z] #41 32.17 Selecting previously unselected package zlib1g-dev:s390x. [2019-10-17T21:53:48.112Z] #41 32.18 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 32.18 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-17T21:53:48.112Z] #41 32.48 Selecting previously unselected package libprotobuf10:s390x. [2019-10-17T21:53:48.112Z] #41 32.50 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 32.50 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-10-17T21:53:48.112Z] #41 33.36 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-10-17T21:53:48.112Z] #41 33.36 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 33.36 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-17T21:53:48.112Z] #41 33.55 Selecting previously unselected package libprotobuf-dev:s390x. [2019-10-17T21:53:48.112Z] #41 33.57 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-10-17T21:53:48.112Z] #41 33.57 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-17T21:53:48.112Z] #41 ... [2019-10-17T21:53:48.112Z] [2019-10-17T21:53:48.112Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:48.112Z] #69 DONE 33.6s [2019-10-17T21:53:48.112Z] [2019-10-17T21:53:48.112Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:53:48.112Z] #29 30.52 + cd /tmp/tmp.YOwBFU65QJ/src/github.com/go-swagger/go-swagger [2019-10-17T21:53:48.112Z] #29 30.53 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-17T21:53:48.112Z] #29 32.49 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-17T21:53:48.300Z] ok github.com/docker/docker/pkg/symlink 0.023s coverage: 87.7% of statements [2019-10-17T21:53:48.520Z] #22 DONE 26.1s [2019-10-17T21:53:48.520Z] [2019-10-17T21:53:48.520Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:48.520Z] #44 25.55 unicode/utf16 [2019-10-17T21:53:48.520Z] #44 25.82 container/list [2019-10-17T21:53:48.560Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 80.6% of statements [2019-10-17T21:53:49.454Z] #44 27.04 crypto/internal/subtle [2019-10-17T21:53:49.454Z] #44 27.27 crypto/subtle [2019-10-17T21:53:49.503Z] ok github.com/docker/docker/pkg/tailfile 0.105s coverage: 88.6% of statements [2019-10-17T21:53:49.503Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 36.9% of statements [2019-10-17T21:53:49.503Z] ok github.com/docker/docker/pkg/signal 2.883s coverage: 61.0% of statements [2019-10-17T21:53:49.713Z] #44 27.43 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-17T21:53:50.078Z] testing: warning: no tests to run [2019-10-17T21:53:50.078Z] coverage: [no statements] [2019-10-17T21:53:50.078Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2019-10-17T21:53:50.290Z] #44 27.73 internal/nettrace [2019-10-17T21:53:50.340Z] ok github.com/docker/docker/pkg/term 0.017s coverage: 84.8% of statements [2019-10-17T21:53:50.547Z] #44 28.08 runtime/cgo [2019-10-17T21:53:50.602Z] ok github.com/docker/docker/pkg/tarsum 0.147s coverage: 89.3% of statements [2019-10-17T21:53:50.699Z] #29 ... [2019-10-17T21:53:50.699Z] [2019-10-17T21:53:50.699Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:50.699Z] #48 25.73 + cd /tmp/tmp.5B7hwoyfFR/src/gotest.tools/gotestsum [2019-10-17T21:53:50.699Z] #48 25.73 + git checkout -q v0.3.5 [2019-10-17T21:53:50.699Z] #48 25.80 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-17T21:53:50.699Z] #48 ... [2019-10-17T21:53:50.699Z] [2019-10-17T21:53:50.699Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:53:50.699Z] #27 2.056 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-17T21:53:50.699Z] #27 3.066 [2019-10-17T21:53:50.863Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2019-10-17T21:53:50.863Z] ok github.com/docker/docker/pkg/urlutil 0.014s coverage: 100.0% of statements [2019-10-17T21:53:51.125Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2019-10-17T21:53:52.167Z] #27 3.374 # 2.7% ### 4.8% #### 6.9% ###### 9.0% ####### 11.1% ######### 13.2% ############ 17.3% ############# 19.4% ############### 21.5% ################## 25.7% #################### 27.8% ##################### 29.9% ####################### 32.0% ########################## 36.2% ############################# 40.3% ################################ 44.5% ################################# 46.6% [2019-10-17T21:53:52.167Z] #27 ... [2019-10-17T21:53:52.167Z] [2019-10-17T21:53:52.167Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:52.167Z] #60 0.302 + RM_GOPATH=0 [2019-10-17T21:53:52.167Z] #60 0.304 + TMP_GOPATH= [2019-10-17T21:53:52.167Z] #60 0.304 + : /build [2019-10-17T21:53:52.167Z] #60 0.304 + '[' -z '' ']' [2019-10-17T21:53:52.167Z] #60 0.314 ++ mktemp -d [2019-10-17T21:53:52.167Z] #60 0.317 + export GOPATH=/tmp/tmp.ECboCvbq7A [2019-10-17T21:53:52.167Z] #60 0.317 + GOPATH=/tmp/tmp.ECboCvbq7A [2019-10-17T21:53:52.167Z] #60 0.317 + RM_GOPATH=1 [2019-10-17T21:53:52.167Z] #60 0.317 ++ dirname ./install.sh [2019-10-17T21:53:52.167Z] #60 0.318 + dir=. [2019-10-17T21:53:52.167Z] #60 0.318 + bin=containerd [2019-10-17T21:53:52.167Z] #60 0.318 + shift [2019-10-17T21:53:52.167Z] #60 0.318 + '[' '!' -f ./containerd.installer ']' [2019-10-17T21:53:52.167Z] #60 0.318 + . ./containerd.installer [2019-10-17T21:53:52.167Z] #60 0.318 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:53:52.167Z] #60 0.318 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:53:52.167Z] #60 0.318 + install_containerd [2019-10-17T21:53:52.167Z] #60 0.318 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-17T21:53:52.167Z] #60 0.318 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ECboCvbq7A/src/github.com/containerd/containerd [2019-10-17T21:53:52.167Z] #60 0.321 Cloning into '/tmp/tmp.ECboCvbq7A/src/github.com/containerd/containerd'... [2019-10-17T21:53:52.167Z] #60 ... [2019-10-17T21:53:52.167Z] [2019-10-17T21:53:52.167Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:53:52.598Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2019-10-17T21:53:53.066Z] #44 ... [2019-10-17T21:53:53.066Z] [2019-10-17T21:53:53.066Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:53.175Z] ok github.com/docker/docker/profiles/seccomp 0.025s coverage: 73.8% of statements [2019-10-17T21:53:53.436Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2019-10-17T21:53:53.449Z] #68 29.41 Checking out files: 45% (911/1993) Checking out files: 46% (917/1993) Checking out files: 47% (937/1993) Checking out files: 48% (957/1993) Checking out files: 49% (977/1993) Checking out files: 50% (997/1993) Checking out files: 51% (1017/1993) Checking out files: 52% (1037/1993) Checking out files: 53% (1057/1993) Checking out files: 54% (1077/1993) Checking out files: 55% (1097/1993) Checking out files: 56% (1117/1993) Checking out files: 57% (1137/1993) Checking out files: 58% (1156/1993) Checking out files: 59% (1176/1993) Checking out files: 60% (1196/1993) Checking out files: 61% (1216/1993) Checking out files: 62% (1236/1993) Checking out files: 63% (1256/1993) Checking out files: 64% (1276/1993) Checking out files: 65% (1296/1993) Checking out files: 66% (1316/1993) Checking out files: 67% (1336/1993) Checking out files: 68% (1356/1993) Checking out files: 69% (1376/1993) Checking out files: 70% (1396/1993) Checking out files: 71% (1416/1993) Checking out files: 72% (1435/1993) Checking out files: 73% (1455/1993) Checking out files: 74% (1475/1993) Checking out files: 75% (1495/1993) Checking out files: 76% (1515/1993) Checking out files: 77% (1535/1993) Checking out files: 78% (1555/1993) Checking out files: 79% (1575/1993) Checking out files: 80% (1595/1993) Checking out files: 81% (1615/1993) Checking out files: 82% (1635/1993) Checking out files: 83% (1655/1993) Checking out files: 84% (1675/1993) Checking out files: 85% (1695/1993) Checking out files: 86% (1714/1993) Checking out files: 87% (1734/1993) Checking out files: 88% (1754/1993) Checking out files: 89% (1774/1993) Checking out files: 90% (1794/1993) Checking out files: 91% (1814/1993) Checking out files: 92% (1834/1993) Checking out files: 93% (1854/1993) Checking out files: 94% (1874/1993) Checking out files: 95% (1894/1993) Checking out files: 96% (1914/1993) Checking out files: 97% (1934/1993) Checking out files: 98% (1954/1993) Checking out files: 99% (1974/1993) Checking out files: 100% (1993/1993) Checking out files: 100% (1993/1993), done. [2019-10-17T21:53:53.450Z] #68 31.14 + cd /tmp/tmp.CmIgJnmXAm/src/github.com/docker/libnetwork [2019-10-17T21:53:53.450Z] #68 31.14 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:53:53.798Z] #68 31.42 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-17T21:53:54.378Z] ok github.com/docker/docker/plugin 0.575s coverage: 27.1% of statements [2019-10-17T21:53:54.639Z] ok github.com/docker/docker/registry/resumable 0.035s coverage: 100.0% of statements [2019-10-17T21:53:55.175Z] #27 3.374 # 2.7% ### 4.8% #### 6.9% ###### 9.0% ####### 11.1% ######### 13.2% ############ 17.3% ############# 19.4% ############### 21.5% ################## 25.7% #################### 27.8% ##################### 29.9% ####################### 32.0% ########################## 36.2% ############################# 40.3% ################################ 44.5% ################################# 46.6% ################################### 48.7% #################################### 50.8% ###################################### 52.9% ####################################### 55.0% ######################################### 57.1% ############################################ 61.2% ############################################# 63.4% ################################################ 67.5% ################################################## 69.6% ################################################### 71.7% ###################################################### 75.9% ######################################################## 78.0% ######################################################### 80.0% ########################################################### 82.2% ############################################################ 84.3% ############################################################## 86.3% ############################################################### 88.4% ################################################################# 90.5% ################################################################## 92.6% #################################################################### 94.7% ##################################################################### 96.8% [2019-10-17T21:53:55.175Z] #27 ... [2019-10-17T21:53:55.175Z] [2019-10-17T21:53:55.175Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:53:55.175Z] #32 30.47 sync [2019-10-17T21:53:55.175Z] #32 30.47 internal/reflectlite [2019-10-17T21:53:55.175Z] #32 34.47 errors [2019-10-17T21:53:55.175Z] #32 34.47 sort [2019-10-17T21:53:55.175Z] #32 34.91 strconv [2019-10-17T21:53:55.175Z] #32 36.12 io [2019-10-17T21:53:55.175Z] #32 37.58 internal/oserror [2019-10-17T21:53:55.175Z] #32 37.65 syscall [2019-10-17T21:53:55.175Z] #32 40.40 reflect [2019-10-17T21:53:55.175Z] #32 ... [2019-10-17T21:53:55.175Z] [2019-10-17T21:53:55.175Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:53:55.175Z] #27 3.374 # 2.7% ### 4.8% #### 6.9% ###### 9.0% ####### 11.1% ######### 13.2% ############ 17.3% ############# 19.4% ############### 21.5% ################## 25.7% #################### 27.8% ##################### 29.9% ####################### 32.0% ########################## 36.2% ############################# 40.3% ################################ 44.5% ################################# 46.6% ################################### 48.7% #################################### 50.8% ###################################### 52.9% ####################################### 55.0% ######################################### 57.1% ############################################ 61.2% ############################################# 63.4% ################################################ 67.5% ################################################## 69.6% ################################################### 71.7% ###################################################### 75.9% ######################################################## 78.0% ######################################################### 80.0% ########################################################### 82.2% ############################################################ 84.3% ############################################################## 86.3% ############################################################### 88.4% ################################################################# 90.5% ################################################################## 92.6% #################################################################### 94.7% ##################################################################### 96.8% ####################################################################### 98.9% ######################################################################## 100.0% [2019-10-17T21:53:55.213Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 45.3% of statements [2019-10-17T21:53:55.755Z] #68 ... [2019-10-17T21:53:55.755Z] [2019-10-17T21:53:55.755Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:53:55.755Z] #38 23.46 + cd /tmp/tmp.BUnyNkxeFU/src/github.com/docker/distribution [2019-10-17T21:53:55.755Z] #38 23.46 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-17T21:53:55.755Z] #38 26.48 + GOPATH=/tmp/tmp.BUnyNkxeFU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.BUnyNkxeFU go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-17T21:53:55.755Z] #38 ... [2019-10-17T21:53:55.755Z] [2019-10-17T21:53:55.755Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:53:55.755Z] #40 32.14 Fetched 7919 kB in 25s (311 kB/s) [2019-10-17T21:53:55.787Z] ok github.com/docker/docker/registry 0.335s coverage: 56.3% of statements [2019-10-17T21:53:55.787Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2019-10-17T21:53:55.898Z] #27 9.767 [2019-10-17T21:53:55.898Z] #27 ... [2019-10-17T21:53:55.898Z] [2019-10-17T21:53:55.898Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:53:55.898Z] #18 2.500 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [485 kB] [2019-10-17T21:53:55.898Z] #18 3.985 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-10-17T21:53:55.898Z] #18 5.090 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-10-17T21:53:56.048Z] ok github.com/docker/docker/runconfig 0.020s coverage: 68.2% of statements [2019-10-17T21:53:56.375Z] #18 ... [2019-10-17T21:53:56.375Z] [2019-10-17T21:53:56.375Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:56.375Z] #34 39.02 Selecting previously unselected package libxml2:s390x. [2019-10-17T21:53:56.375Z] #34 39.04 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-10-17T21:53:56.375Z] #34 39.04 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-17T21:53:56.375Z] #34 39.75 Selecting previously unselected package libarchive13:s390x. [2019-10-17T21:53:56.375Z] #34 39.75 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-10-17T21:53:56.375Z] #34 39.75 Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-17T21:53:56.375Z] #34 40.06 Selecting previously unselected package libjsoncpp1:s390x. [2019-10-17T21:53:56.375Z] #34 40.08 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-10-17T21:53:56.375Z] #34 40.09 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-10-17T21:53:56.375Z] #34 40.19 Selecting previously unselected package libuv1:s390x. [2019-10-17T21:53:56.375Z] #34 40.22 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-10-17T21:53:56.375Z] #34 40.22 Unpacking libuv1:s390x (1.9.1-3) ... [2019-10-17T21:53:56.375Z] #34 40.41 Selecting previously unselected package cmake. [2019-10-17T21:53:56.375Z] #34 40.45 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-10-17T21:53:56.375Z] #34 40.53 Unpacking cmake (3.7.2-1) ... [2019-10-17T21:53:57.970Z] ok github.com/docker/docker/volume/drivers 0.023s coverage: 36.1% of statements [2019-10-17T21:53:58.400Z] #34 44.31 Selecting previously unselected package xxd. [2019-10-17T21:53:58.400Z] #34 ... [2019-10-17T21:53:58.400Z] [2019-10-17T21:53:58.400Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:53:58.400Z] #18 14.95 Fetched 7670 kB in 13s (564 kB/s) [2019-10-17T21:53:59.476Z] ok github.com/docker/docker/volume/local 0.058s coverage: 73.0% of statements [2019-10-17T21:53:59.477Z] ok github.com/docker/docker/volume/mounts 0.055s coverage: 67.0% of statements [2019-10-17T21:53:59.931Z] #40 32.14 Reading package lists... [2019-10-17T21:53:59.931Z] #40 ... [2019-10-17T21:53:59.931Z] [2019-10-17T21:53:59.931Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:53:59.931Z] #50 33.82 + cd /tmp/tmp.vZYRhviPXe/src/github.com/golangci/golangci-lint/ [2019-10-17T21:53:59.931Z] #50 33.82 + git checkout -q v1.17.1 [2019-10-17T21:53:59.931Z] #50 35.23 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-17T21:53:59.947Z] #18 14.95 Reading package lists... [2019-10-17T21:53:59.947Z] #18 ... [2019-10-17T21:53:59.947Z] [2019-10-17T21:53:59.947Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:53:59.947Z] #41 35.32 Selecting previously unselected package libprotoc10:s390x. [2019-10-17T21:53:59.947Z] #41 35.33 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-10-17T21:53:59.947Z] #41 35.33 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 35.88 Selecting previously unselected package protobuf-c-compiler. [2019-10-17T21:53:59.947Z] #41 35.88 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-10-17T21:53:59.947Z] #41 35.88 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-17T21:53:59.947Z] #41 35.96 Selecting previously unselected package protobuf-compiler. [2019-10-17T21:53:59.947Z] #41 35.96 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-10-17T21:53:59.947Z] #41 35.96 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 36.06 Selecting previously unselected package python-pkg-resources. [2019-10-17T21:53:59.947Z] #41 36.07 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-17T21:53:59.947Z] #41 36.07 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-17T21:53:59.947Z] #41 36.40 Selecting previously unselected package python-protobuf. [2019-10-17T21:53:59.947Z] #41 36.42 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-10-17T21:53:59.947Z] #41 36.45 Unpacking python-protobuf (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 37.05 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-17T21:53:59.947Z] #41 37.18 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-17T21:53:59.947Z] #41 37.19 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-17T21:53:59.947Z] #41 40.16 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-17T21:53:59.947Z] #41 40.17 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 40.18 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:59.947Z] #41 40.19 Setting up python-protobuf (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 45.01 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-10-17T21:53:59.947Z] #41 45.02 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-10-17T21:53:59.947Z] #41 45.03 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-17T21:53:59.947Z] #41 45.05 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 45.06 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 45.07 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-17T21:53:59.947Z] #41 45.08 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-10-17T21:53:59.947Z] #41 45.09 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 45.10 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-10-17T21:53:59.947Z] #41 45.11 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-10-17T21:53:59.947Z] #41 45.12 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:59.947Z] #41 DONE 45.4s [2019-10-17T21:53:59.947Z] [2019-10-17T21:53:59.947Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:53:59.947Z] #34 44.31 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-17T21:53:59.947Z] #34 44.32 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:53:59.947Z] #34 44.52 Selecting previously unselected package vim-common. [2019-10-17T21:53:59.947Z] #34 44.56 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:53:59.947Z] #34 44.59 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:53:59.947Z] #34 44.85 Processing triggers for mime-support (3.60) ... [2019-10-17T21:53:59.947Z] #34 44.93 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:53:59.947Z] #34 44.94 Setting up libuv1:s390x (1.9.1-3) ... [2019-10-17T21:53:59.947Z] #34 44.95 Setting up cmake-data (3.7.2-1) ... [2019-10-17T21:53:59.947Z] #34 44.96 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-10-17T21:53:59.947Z] #34 44.97 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-17T21:53:59.947Z] #34 44.98 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:59.947Z] #34 45.02 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:53:59.947Z] #34 45.04 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-17T21:53:59.947Z] #34 45.06 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-10-17T21:53:59.947Z] #34 45.07 Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-10-17T21:53:59.947Z] #34 45.08 Setting up cmake (3.7.2-1) ... [2019-10-17T21:53:59.947Z] #34 45.15 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:53:59.947Z] #34 DONE 45.4s [2019-10-17T21:53:59.947Z] [2019-10-17T21:53:59.947Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:53:59.947Z] #35 ... [2019-10-17T21:53:59.947Z] [2019-10-17T21:53:59.947Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:53:59.947Z] #45 35.17 io [2019-10-17T21:53:59.947Z] #45 35.18 strconv [2019-10-17T21:53:59.947Z] #45 36.80 bytes [2019-10-17T21:53:59.947Z] #45 39.57 reflect [2019-10-17T21:53:59.947Z] #45 39.94 bufio [2019-10-17T21:53:59.947Z] #45 42.93 syscall [2019-10-17T21:53:59.947Z] #45 ... [2019-10-17T21:53:59.947Z] [2019-10-17T21:53:59.947Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:53:59.947Z] #35 DONE 0.2s [2019-10-17T21:53:59.947Z] [2019-10-17T21:53:59.947Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-17T21:53:59.947Z] #36 DONE 0.1s [2019-10-17T21:53:59.947Z] [2019-10-17T21:53:59.947Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:53:59.947Z] #27 10.25 ##### 7.2% ######### 12.9% ############# 18.6% ################# 24.3% ##################### 29.9% ######################### 35.6% ############################# 41.3% ################################# 46.9% ######################################### 58.3% ################################################## 69.6% ########################################################## 80.9% ################################################################## 92.3% ###################################################################### 98.0% ######################################################################## 100.0% [2019-10-17T21:53:59.947Z] #27 12.65 [2019-10-17T21:54:00.047Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.0% of statements [2019-10-17T21:54:00.754Z] #27 13.05 #### 6.0% ###### 8.5% ######### 13.6% ############# 18.7% ################# 23.8% #################### 28.9% ######################## 34.0% ############################ 39.1% ############################# 41.6% ################################# 46.7% ##################################### 51.8% ######################################## [2019-10-17T21:54:00.754Z] #27 ... [2019-10-17T21:54:00.754Z] [2019-10-17T21:54:00.754Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:00.754Z] #55 11.17 + cd /tmp/tmp.9gKg4P6Fez/src/github.com/opencontainers/runc [2019-10-17T21:54:00.754Z] #55 11.17 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-17T21:54:00.754Z] #55 11.62 + '[' -z '' ']' [2019-10-17T21:54:00.754Z] #55 11.63 + target=static [2019-10-17T21:54:00.754Z] #55 11.63 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-17T21:54:00.754Z] #55 13.39 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-17T21:54:00.754Z] #55 ... [2019-10-17T21:54:00.754Z] [2019-10-17T21:54:00.754Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:00.864Z] #50 ... [2019-10-17T21:54:00.864Z] [2019-10-17T21:54:00.864Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:54:00.864Z] #24 29.02 Fetched 7919 kB in 23s (337 kB/s) [2019-10-17T21:54:00.864Z] #24 29.02 Reading package lists... [2019-10-17T21:54:01.126Z] #24 ... [2019-10-17T21:54:01.126Z] [2019-10-17T21:54:01.126Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:54:01.126Z] #10 36.31 Fetched 7919 kB in 25s (305 kB/s) [2019-10-17T21:54:02.001Z] #27 13.05 #### 6.0% ###### 8.5% ######### 13.6% ############# 18.7% ################# 23.8% #################### 28.9% ######################## 34.0% ############################ 39.1% ############################# 41.6% ################################# 46.7% ##################################### 51.8% ######################################## 56.9% ############################################ 62.0% ############################################## 64.5% ################################################## 69.6% ##################################################### 74.7% ####################################################### 77.2% ############################################################# 84.8% ################################################################ 89.9% #################################################################### 95.0% ######################################################################## 100.0% [2019-10-17T21:54:02.857Z] #27 16.66 [2019-10-17T21:54:03.644Z] #10 36.31 Reading package lists... [2019-10-17T21:54:03.644Z] #10 ... [2019-10-17T21:54:03.644Z] [2019-10-17T21:54:03.644Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:03.644Z] #40 32.14 Reading package lists... [2019-10-17T21:54:03.644Z] #40 ... [2019-10-17T21:54:03.644Z] [2019-10-17T21:54:03.644Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:54:03.644Z] #56 31.81 Fetched 7919 kB in 25s (311 kB/s) [2019-10-17T21:54:03.644Z] #56 31.81 Reading package lists... [2019-10-17T21:54:03.899Z] #56 ... [2019-10-17T21:54:03.899Z] [2019-10-17T21:54:03.899Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:07.274Z] #40 41.96 Reading package lists... [2019-10-17T21:54:07.274Z] #40 ... [2019-10-17T21:54:07.274Z] [2019-10-17T21:54:07.274Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:54:07.274Z] #33 35.52 Fetched 7919 kB in 24s (321 kB/s) [2019-10-17T21:54:07.274Z] #33 35.52 Reading package lists... [2019-10-17T21:54:07.488Z] #27 17.12 # 2.1% ## 3.1% ### 5.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ########## 14.4% ########### 15.4% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% #################### 28.6% ##################### 30.5% ###################### 31.4% ####################### 33.3% ######################## 34.3% ######################### 35.2% ########################## 37.1% ########################### 38.0% ############################## 41.8% ################################ 45.6% [2019-10-17T21:54:07.488Z] #27 ... [2019-10-17T21:54:07.488Z] [2019-10-17T21:54:07.488Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:07.488Z] #37 0.298 + RM_GOPATH=0 [2019-10-17T21:54:07.488Z] #37 0.298 + TMP_GOPATH= [2019-10-17T21:54:07.488Z] #37 0.298 + : /build [2019-10-17T21:54:07.488Z] #37 0.298 + '[' -z '' ']' [2019-10-17T21:54:07.488Z] #37 0.298 ++ mktemp -d [2019-10-17T21:54:07.488Z] #37 0.306 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:54:07.488Z] #37 0.306 + export GOPATH=/tmp/tmp.V6BolcU8Rc [2019-10-17T21:54:07.488Z] #37 0.306 + GOPATH=/tmp/tmp.V6BolcU8Rc [2019-10-17T21:54:07.488Z] #37 0.306 + RM_GOPATH=1 [2019-10-17T21:54:07.488Z] #37 0.306 ++ dirname ./install.sh [2019-10-17T21:54:07.488Z] #37 0.306 + dir=. [2019-10-17T21:54:07.488Z] #37 0.306 + bin=tini [2019-10-17T21:54:07.488Z] #37 0.306 + shift [2019-10-17T21:54:07.488Z] #37 0.306 + '[' '!' -f ./tini.installer ']' [2019-10-17T21:54:07.488Z] #37 0.306 + . ./tini.installer [2019-10-17T21:54:07.488Z] #37 0.306 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:54:07.488Z] #37 0.306 + install_tini [2019-10-17T21:54:07.488Z] #37 0.306 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-17T21:54:07.489Z] #37 0.306 + git clone https://github.com/krallin/tini.git /tmp/tmp.V6BolcU8Rc/tini [2019-10-17T21:54:07.489Z] #37 0.306 Cloning into '/tmp/tmp.V6BolcU8Rc/tini'... [2019-10-17T21:54:07.489Z] #37 1.255 + cd /tmp/tmp.V6BolcU8Rc/tini [2019-10-17T21:54:07.489Z] #37 1.256 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:54:07.489Z] #37 1.259 + cmake . [2019-10-17T21:54:07.489Z] #37 1.807 -- The C compiler identification is GNU 6.3.0 [2019-10-17T21:54:07.489Z] #37 1.881 -- Check for working C compiler: /usr/bin/cc [2019-10-17T21:54:07.489Z] #37 2.492 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-17T21:54:07.489Z] #37 2.494 -- Detecting C compiler ABI info [2019-10-17T21:54:07.489Z] #37 2.939 -- Detecting C compiler ABI info - done [2019-10-17T21:54:07.489Z] #37 2.949 -- Detecting C compile features [2019-10-17T21:54:07.489Z] #37 4.332 -- Detecting C compile features - done [2019-10-17T21:54:07.489Z] #37 4.370 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-17T21:54:07.489Z] #37 4.595 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-17T21:54:07.489Z] #37 4.641 -- Configuring done [2019-10-17T21:54:07.489Z] #37 4.679 -- Generating done [2019-10-17T21:54:07.489Z] #37 4.695 -- Build files have been written to: /tmp/tmp.V6BolcU8Rc/tini [2019-10-17T21:54:07.489Z] #37 4.703 + make tini-static [2019-10-17T21:54:07.489Z] #37 5.053 Scanning dependencies of target tini-static [2019-10-17T21:54:07.489Z] #37 5.208 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-17T21:54:07.489Z] #37 6.656 [100%] Linking C executable tini-static [2019-10-17T21:54:07.489Z] #37 7.071 [100%] Built target tini-static [2019-10-17T21:54:07.489Z] #37 7.177 + mkdir -p /build [2019-10-17T21:54:07.489Z] #37 7.178 + cp tini-static /build/docker-init [2019-10-17T21:54:07.489Z] #37 DONE 7.4s [2019-10-17T21:54:07.489Z] [2019-10-17T21:54:07.489Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:07.489Z] #42 1.324 Note: Building without setproctitle() and strlcpy() support. [2019-10-17T21:54:07.489Z] #42 1.324 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-17T21:54:07.489Z] #42 2.240 fatal: Not a git repository (or any of the parent directories): .git [2019-10-17T21:54:07.489Z] #42 2.257 GEN .gitid [2019-10-17T21:54:07.489Z] #42 2.287 GEN criu/include/version.h [2019-10-17T21:54:07.489Z] #42 2.335 GEN include/common/asm [2019-10-17T21:54:07.489Z] #42 3.582 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-17T21:54:07.489Z] #42 3.677 PBCC images/opts.pb-c.c [2019-10-17T21:54:07.489Z] #42 3.725 PBCC images/sit.pb-c.c [2019-10-17T21:54:07.489Z] #42 3.767 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-17T21:54:07.489Z] #42 3.872 DEP images/opts.pb-c.d [2019-10-17T21:54:07.489Z] #42 3.904 DEP images/sit.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.002 PBCC images/macvlan.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.007 DEP images/macvlan.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.042 PBCC images/autofs.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.056 DEP images/autofs.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.124 PBCC images/sysctl.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.136 DEP images/sysctl.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.213 PBCC images/time.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.245 DEP images/time.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.303 PBCC images/binfmt-misc.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.332 DEP images/binfmt-misc.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.392 PBCC images/seccomp.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.422 DEP images/seccomp.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.454 PBCC images/userns.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.485 DEP images/userns.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.513 PBCC images/cgroup.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.537 DEP images/cgroup.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.614 PBCC images/fown.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.647 PBCC images/ext-file.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.657 DEP images/fown.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.724 DEP images/ext-file.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.770 PBCC images/rpc.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.810 DEP images/rpc.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.863 PBCC images/siginfo.pb-c.c [2019-10-17T21:54:07.489Z] #42 4.935 DEP images/siginfo.pb-c.d [2019-10-17T21:54:07.489Z] #42 4.957 PBCC images/pagemap.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.005 DEP images/pagemap.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.052 PBCC images/rlimit.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.057 DEP images/rlimit.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.129 PBCC images/file-lock.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.151 DEP images/file-lock.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.221 PBCC images/tty.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.353 DEP images/tty.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.397 PBCC images/tun.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.420 PBCC images/netdev.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.452 DEP images/tun.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.494 DEP images/netdev.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.582 PBCC images/vma.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.691 DEP images/vma.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.753 PBCC images/creds.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.758 DEP images/creds.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.818 PBCC images/utsns.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.841 DEP images/utsns.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.889 PBCC images/ipc-desc.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.894 PBCC images/ipc-sem.pb-c.c [2019-10-17T21:54:07.489Z] #42 5.904 DEP images/ipc-desc.pb-c.d [2019-10-17T21:54:07.489Z] #42 5.982 DEP images/ipc-sem.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.072 PBCC images/ipc-msg.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.161 DEP images/ipc-msg.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.223 PBCC images/ipc-shm.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.238 DEP images/ipc-shm.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.291 PBCC images/ipc-var.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.323 DEP images/ipc-var.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.362 PBCC images/sk-opts.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.371 PBCC images/packet-sock.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.444 DEP images/sk-opts.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.486 DEP images/packet-sock.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.569 PBCC images/sk-netlink.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.668 DEP images/sk-netlink.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.696 PBCC images/sk-inet.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.734 DEP images/sk-inet.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.791 PBCC images/sk-unix.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.870 DEP images/sk-unix.pb-c.d [2019-10-17T21:54:07.489Z] #42 6.951 PBCC images/mm.pb-c.c [2019-10-17T21:54:07.489Z] #42 6.980 DEP images/mm.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.032 PBCC images/timerfd.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.057 DEP images/timerfd.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.115 PBCC images/timer.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.124 DEP images/timer.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.202 PBCC images/sa.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.254 DEP images/sa.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.316 PBCC images/pipe-data.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.344 DEP images/pipe-data.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.430 PBCC images/mnt.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.462 DEP images/mnt.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.485 PBCC images/sk-packet.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.490 DEP images/sk-packet.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.513 PBCC images/tcp-stream.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.525 DEP images/tcp-stream.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.542 PBCC images/pipe.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.567 DEP images/pipe.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.605 PBCC images/pstree.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.667 DEP images/pstree.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.830 PBCC images/fs.pb-c.c [2019-10-17T21:54:07.489Z] #42 7.871 DEP images/fs.pb-c.d [2019-10-17T21:54:07.489Z] #42 7.940 PBCC images/signalfd.pb-c.c [2019-10-17T21:54:07.489Z] #42 ... [2019-10-17T21:54:07.489Z] [2019-10-17T21:54:07.489Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:07.531Z] #33 44.67 Reading package lists... [2019-10-17T21:54:07.531Z] #33 ... [2019-10-17T21:54:07.531Z] [2019-10-17T21:54:07.531Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:54:07.531Z] #10 36.31 Reading package lists... [2019-10-17T21:54:11.694Z] #10 45.44 Reading package lists... [2019-10-17T21:54:11.694Z] #10 ... [2019-10-17T21:54:11.694Z] [2019-10-17T21:54:11.694Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:54:11.694Z] #24 39.47 Reading package lists... [2019-10-17T21:54:11.694Z] #24 47.18 Building dependency tree... [2019-10-17T21:54:11.695Z] #24 49.55 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-17T21:54:11.695Z] #24 49.55 The following additional packages will be installed: [2019-10-17T21:54:11.695Z] #24 49.56 libjq1 libonig4 [2019-10-17T21:54:11.695Z] #24 ... [2019-10-17T21:54:11.695Z] [2019-10-17T21:54:11.695Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:11.695Z] #40 41.96 Reading package lists... [2019-10-17T21:54:11.950Z] #40 48.66 Building dependency tree... [2019-10-17T21:54:12.666Z] #27 17.12 # 2.1% ## 3.1% ### 5.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ########## 14.4% ########### 15.4% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% #################### 28.6% ##################### 30.5% ###################### 31.4% ####################### 33.3% ######################## 34.3% ######################### 35.2% ########################## 37.1% ########################### 38.0% ############################## 41.8% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################## 48.4% ################################### 49.4% #################################### 50.3% ##################################### 52.2% ###################################### 53.2% ###################################### 54.1% ####################################### 55.0% ######################################## 56.0% ######################################### 57.9% ########################################### 60.6% ############################################ 61.5% ############################################ 62.5% ############################################## 64.3% ############################################### 65.3% ############################################### 66.2% ################################################ 67.2% ################################################# 68.1% ################################################## 70.0% ################################################### 71.0% ##################################################### 73.7% ###################################################### 75.4% ####################################################### 76.9% ######################################################## 78.8% ########################################################## 80.7% ########################################################## 81.7% ############################################################ 83.5% ############################################################# 85.4% ############################################################## 87.3% ################################################################ 89.2% [2019-10-17T21:54:12.666Z] #27 ... [2019-10-17T21:54:12.666Z] [2019-10-17T21:54:12.666Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:12.666Z] #32 48.38 time [2019-10-17T21:54:12.666Z] #32 56.17 internal/poll [2019-10-17T21:54:13.100Z] #32 ... [2019-10-17T21:54:13.100Z] [2019-10-17T21:54:13.100Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:13.100Z] #18 14.95 Reading package lists... [2019-10-17T21:54:13.100Z] #18 19.58 Reading package lists... [2019-10-17T21:54:13.100Z] #18 24.87 Building dependency tree... [2019-10-17T21:54:13.100Z] #18 27.49 The following additional packages will be installed: [2019-10-17T21:54:13.100Z] #18 27.49 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-17T21:54:13.100Z] #18 27.49 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-17T21:54:13.100Z] #18 27.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-17T21:54:13.100Z] #18 27.49 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-17T21:54:13.100Z] #18 27.49 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-17T21:54:13.100Z] #18 27.49 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-17T21:54:13.100Z] #18 27.49 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-17T21:54:13.100Z] #18 27.49 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-17T21:54:13.100Z] #18 27.49 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-17T21:54:13.100Z] #18 27.49 Suggested packages: [2019-10-17T21:54:13.100Z] #18 27.49 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-17T21:54:13.100Z] #18 27.49 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-17T21:54:13.100Z] #18 27.49 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-17T21:54:13.100Z] #18 27.49 vim-doc vim-scripts xfsdump acl attr quota [2019-10-17T21:54:13.100Z] #18 27.49 Recommended packages: [2019-10-17T21:54:13.100Z] #18 27.49 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-17T21:54:13.100Z] #18 27.49 python3-keyrings.alt python3-xdg unzip [2019-10-17T21:54:13.100Z] #18 ... [2019-10-17T21:54:13.100Z] [2019-10-17T21:54:13.100Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:13.317Z] #40 51.19 The following additional packages will be installed: [2019-10-17T21:54:13.317Z] #40 51.20 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-17T21:54:13.317Z] #40 51.20 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-17T21:54:13.317Z] #40 51.21 Suggested packages: [2019-10-17T21:54:13.317Z] #40 51.21 manpages-dev python-setuptools [2019-10-17T21:54:13.915Z] #27 17.12 # 2.1% ## 3.1% ### 5.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ########## 14.4% ########### 15.4% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% #################### 28.6% ##################### 30.5% ###################### 31.4% ####################### 33.3% ######################## 34.3% ######################### 35.2% ########################## 37.1% ########################### 38.0% ############################## 41.8% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################## 48.4% ################################### 49.4% #################################### 50.3% ##################################### 52.2% ###################################### 53.2% ###################################### 54.1% ####################################### 55.0% ######################################## 56.0% ######################################### 57.9% ########################################### 60.6% ############################################ 61.5% ############################################ 62.5% ############################################## 64.3% ############################################### 65.3% ############################################### 66.2% ################################################ 67.2% ################################################# 68.1% ################################################## 70.0% ################################################### 71.0% ##################################################### 73.7% ###################################################### 75.4% ####################################################### 76.9% ######################################################## 78.8% ########################################################## 80.7% ########################################################## 81.7% ############################################################ 83.5% ############################################################# 85.4% ############################################################## 87.3% ################################################################ 89.2% ################################################################# 91.1% ################################################################## 93.0% #################################################################### 94.9% #################################################################### 95.8% ###################################################################### 97.7% ####################################################################### 99.6% ######################################################################## 100.0% [2019-10-17T21:54:13.915Z] #27 27.88 [2019-10-17T21:54:14.246Z] #40 ... [2019-10-17T21:54:14.246Z] [2019-10-17T21:54:14.246Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:54:14.246Z] #56 42.25 Reading package lists... [2019-10-17T21:54:14.246Z] #56 48.78 Building dependency tree... [2019-10-17T21:54:14.246Z] #56 51.24 The following additional packages will be installed: [2019-10-17T21:54:14.246Z] #56 51.26 btrfs-progs liblzo2-2 [2019-10-17T21:54:14.246Z] #56 51.51 The following NEW packages will be installed: [2019-10-17T21:54:14.246Z] #56 51.55 btrfs-progs btrfs-tools liblzo2-2 [2019-10-17T21:54:14.246Z] #56 ... [2019-10-17T21:54:14.246Z] [2019-10-17T21:54:14.246Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:54:14.246Z] #24 50.01 The following NEW packages will be installed: [2019-10-17T21:54:14.246Z] #24 50.03 jq libjq1 libonig4 [2019-10-17T21:54:14.246Z] #24 51.37 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:54:14.246Z] #24 51.37 Need to get 327 kB of archives. [2019-10-17T21:54:14.246Z] #24 51.37 After this operation, 1157 kB of additional disk space will be used. [2019-10-17T21:54:14.246Z] #24 51.37 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-10-17T21:54:14.246Z] #24 51.38 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-10-17T21:54:14.246Z] #24 51.38 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-10-17T21:54:14.246Z] #24 52.39 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:54:14.246Z] #24 52.51 Fetched 327 kB in 1s (260 kB/s) [2019-10-17T21:54:14.809Z] #24 52.90 Selecting previously unselected package libonig4:amd64. [2019-10-17T21:54:14.809Z] #24 52.90 (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% #24 ... [2019-10-17T21:54:14.809Z] [2019-10-17T21:54:14.809Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:14.809Z] #68 DONE 52.7s [2019-10-17T21:54:14.809Z] [2019-10-17T21:54:14.809Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:54:14.809Z] #24 52.90 (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-10-17T21:54:14.809Z] #24 52.95 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-10-17T21:54:14.809Z] #24 52.98 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-10-17T21:54:15.068Z] #24 53.34 Selecting previously unselected package libjq1:amd64. [2019-10-17T21:54:15.068Z] #24 53.34 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-10-17T21:54:15.280Z] #27 29.39 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-17T21:54:15.326Z] #24 53.35 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-17T21:54:15.326Z] #24 53.61 Selecting previously unselected package jq. [2019-10-17T21:54:15.584Z] #24 53.64 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-10-17T21:54:15.584Z] #24 53.66 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-17T21:54:15.677Z] #27 29.87 [2019-10-17T21:54:15.842Z] #24 53.88 Setting up libonig4:amd64 (6.1.3-2) ... [2019-10-17T21:54:15.842Z] #24 53.90 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-17T21:54:15.842Z] #24 53.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:16.100Z] #24 54.13 Setting up jq (1.5+dfsg-1.3) ... [2019-10-17T21:54:16.534Z] #27 30.34 ######################################################################## 100.0% [2019-10-17T21:54:16.534Z] #27 30.45 [2019-10-17T21:54:16.672Z] #24 DONE 54.8s [2019-10-17T21:54:16.672Z] [2019-10-17T21:54:16.672Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-17T21:54:16.929Z] #25 DONE 0.1s [2019-10-17T21:54:16.929Z] [2019-10-17T21:54:16.929Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:54:16.929Z] #56 52.69 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:54:16.929Z] #56 52.69 Need to get 649 kB of archives. [2019-10-17T21:54:16.929Z] #56 52.69 After this operation, 4320 kB of additional disk space will be used. [2019-10-17T21:54:16.929Z] #56 52.69 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-10-17T21:54:16.929Z] #56 52.72 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-10-17T21:54:16.929Z] #56 52.90 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-10-17T21:54:16.929Z] #56 54.18 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:54:16.929Z] #56 54.39 Fetched 649 kB in 1s (518 kB/s) [2019-10-17T21:54:16.929Z] #56 54.68 Selecting previously unselected package liblzo2-2:amd64. [2019-10-17T21:54:16.929Z] #56 54.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-10-17T21:54:16.929Z] #56 54.74 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-17T21:54:16.929Z] #56 54.81 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-17T21:54:16.929Z] #56 55.11 Selecting previously unselected package btrfs-progs. [2019-10-17T21:54:16.929Z] #56 55.11 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-10-17T21:54:16.929Z] #56 55.13 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-17T21:54:17.965Z] #27 31.62 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-17T21:54:17.965Z] #27 ... [2019-10-17T21:54:17.965Z] [2019-10-17T21:54:17.965Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:17.965Z] #42 7.977 DEP images/signalfd.pb-c.d [2019-10-17T21:54:17.965Z] #42 8.107 PBCC images/fh.pb-c.c [2019-10-17T21:54:17.965Z] #42 8.177 PBCC images/fsnotify.pb-c.c [2019-10-17T21:54:17.965Z] #42 8.298 DEP images/fh.pb-c.d [2019-10-17T21:54:17.965Z] #42 8.390 DEP images/fsnotify.pb-c.d [2019-10-17T21:54:17.965Z] #42 8.450 PBCC images/eventpoll.pb-c.c [2019-10-17T21:54:17.965Z] #42 8.513 DEP images/eventpoll.pb-c.d [2019-10-17T21:54:17.965Z] #42 8.553 PBCC images/eventfd.pb-c.c [2019-10-17T21:54:17.965Z] #42 8.746 DEP images/eventfd.pb-c.d [2019-10-17T21:54:17.965Z] #42 8.791 PBCC images/remap-file-path.pb-c.c [2019-10-17T21:54:17.965Z] #42 8.842 DEP images/remap-file-path.pb-c.d [2019-10-17T21:54:17.965Z] #42 8.947 PBCC images/fifo.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.073 DEP images/fifo.pb-c.d [2019-10-17T21:54:17.965Z] #42 9.094 PBCC images/ghost-file.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.108 DEP images/ghost-file.pb-c.d [2019-10-17T21:54:17.965Z] #42 9.138 PBCC images/regfile.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.168 DEP images/regfile.pb-c.d [2019-10-17T21:54:17.965Z] #42 9.185 PBCC images/ns.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.212 DEP images/ns.pb-c.d [2019-10-17T21:54:17.965Z] #42 9.235 PBCC images/fdinfo.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.332 DEP images/fdinfo.pb-c.d [2019-10-17T21:54:17.965Z] #42 9.402 PBCC images/core-aarch64.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.448 PBCC images/core-arm.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.607 PBCC images/core-ppc64.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.710 PBCC images/core-s390.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.752 PBCC images/core-x86.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.843 PBCC images/core.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.885 PBCC images/inventory.pb-c.c [2019-10-17T21:54:17.965Z] #42 9.961 DEP images/core-aarch64.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.16 DEP images/core-arm.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.19 DEP images/core-ppc64.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.28 DEP images/core-s390.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.43 DEP images/core-x86.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.45 DEP images/core.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.62 DEP images/inventory.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.70 PBCC images/cpuinfo.pb-c.c [2019-10-17T21:54:17.965Z] #42 10.76 DEP images/cpuinfo.pb-c.d [2019-10-17T21:54:17.965Z] #42 10.98 PBCC images/stats.pb-c.c [2019-10-17T21:54:17.965Z] #42 11.05 DEP images/stats.pb-c.d [2019-10-17T21:54:17.965Z] #42 12.32 make[1]: Nothing to be done for 'all'. [2019-10-17T21:54:17.965Z] #42 13.54 CC images/stats.o [2019-10-17T21:54:17.965Z] #42 13.91 CC images/core.o [2019-10-17T21:54:17.965Z] #42 14.40 CC images/core-x86.o [2019-10-17T21:54:17.965Z] #42 14.83 CC images/core-arm.o [2019-10-17T21:54:17.965Z] #42 15.13 CC images/core-aarch64.o [2019-10-17T21:54:17.965Z] #42 15.39 CC images/core-ppc64.o [2019-10-17T21:54:17.965Z] #42 15.84 CC images/core-s390.o [2019-10-17T21:54:17.965Z] #42 16.30 CC images/cpuinfo.o [2019-10-17T21:54:17.965Z] #42 16.57 CC images/inventory.o [2019-10-17T21:54:17.965Z] #42 16.80 CC images/fdinfo.o [2019-10-17T21:54:17.965Z] #42 17.05 CC images/fown.o [2019-10-17T21:54:17.965Z] #42 17.31 CC images/ns.o [2019-10-17T21:54:17.965Z] #42 17.46 CC images/regfile.o [2019-10-17T21:54:17.965Z] #42 17.66 CC images/ghost-file.o [2019-10-17T21:54:17.965Z] #42 17.89 CC images/fifo.o [2019-10-17T21:54:17.965Z] #42 18.05 CC images/remap-file-path.o [2019-10-17T21:54:17.965Z] #42 18.24 CC images/eventfd.o [2019-10-17T21:54:17.965Z] #42 ... [2019-10-17T21:54:17.965Z] [2019-10-17T21:54:17.965Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:17.965Z] #45 53.28 time [2019-10-17T21:54:17.965Z] #45 57.85 internal/fmtsort [2019-10-17T21:54:17.965Z] #45 58.60 internal/syscall/unix [2019-10-17T21:54:17.965Z] #45 58.80 strings [2019-10-17T21:54:17.965Z] #45 59.71 os [2019-10-17T21:54:17.965Z] #45 62.06 regexp/syntax [2019-10-17T21:54:17.965Z] #45 ... [2019-10-17T21:54:17.965Z] [2019-10-17T21:54:17.965Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:17.965Z] #42 18.39 CC images/eventpoll.o [2019-10-17T21:54:18.377Z] #42 18.66 CC images/fh.o [2019-10-17T21:54:18.377Z] #42 18.93 CC images/fsnotify.o [2019-10-17T21:54:18.828Z] #56 56.53 Selecting previously unselected package btrfs-tools. [2019-10-17T21:54:18.828Z] #56 56.54 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-10-17T21:54:18.828Z] #56 56.54 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-17T21:54:18.828Z] #56 56.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:18.828Z] #56 56.77 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-17T21:54:18.828Z] #56 56.79 Setting up btrfs-progs (4.7.3-1) ... [2019-10-17T21:54:18.828Z] #56 56.81 Setting up btrfs-tools (4.7.3-1) ... [2019-10-17T21:54:18.828Z] #56 56.82 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:19.085Z] #56 DONE 57.3s [2019-10-17T21:54:19.085Z] [2019-10-17T21:54:19.085Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:54:19.254Z] #42 19.48 CC images/signalfd.o [2019-10-17T21:54:19.254Z] #42 19.65 CC images/fs.o [2019-10-17T21:54:19.341Z] #57 DONE 0.0s [2019-10-17T21:54:19.341Z] [2019-10-17T21:54:19.341Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-17T21:54:19.341Z] #58 DONE 0.1s [2019-10-17T21:54:19.341Z] [2019-10-17T21:54:19.341Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:19.341Z] #40 52.97 The following NEW packages will be installed: [2019-10-17T21:54:19.341Z] #40 52.97 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-17T21:54:19.341Z] #40 52.97 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-17T21:54:19.341Z] #40 52.98 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-17T21:54:19.341Z] #40 52.98 zlib1g-dev [2019-10-17T21:54:19.341Z] #40 54.30 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:54:19.341Z] #40 54.30 Need to get 3602 kB of archives. [2019-10-17T21:54:19.341Z] #40 54.30 After this operation, 18.9 MB of additional disk space will be used. [2019-10-17T21:54:19.341Z] #40 54.30 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-10-17T21:54:19.341Z] #40 54.31 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-10-17T21:54:19.341Z] #40 54.31 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-10-17T21:54:19.341Z] #40 54.33 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-10-17T21:54:19.341Z] #40 54.34 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-10-17T21:54:19.341Z] #40 54.39 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-10-17T21:54:19.341Z] #40 54.39 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-10-17T21:54:19.341Z] #40 54.39 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-10-17T21:54:19.341Z] #40 54.44 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-10-17T21:54:19.341Z] #40 54.54 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-10-17T21:54:19.341Z] #40 54.55 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-10-17T21:54:19.341Z] #40 54.67 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-10-17T21:54:19.341Z] #40 54.77 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-10-17T21:54:19.341Z] #40 54.81 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-10-17T21:54:19.341Z] #40 54.84 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-17T21:54:19.341Z] #40 54.84 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-10-17T21:54:19.341Z] #40 56.11 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:54:19.341Z] #40 56.32 Fetched 3602 kB in 1s (2093 kB/s) [2019-10-17T21:54:19.341Z] #40 56.53 Selecting previously unselected package libnet1:amd64. [2019-10-17T21:54:19.341Z] #40 56.53 (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-10-17T21:54:19.342Z] #40 56.57 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-10-17T21:54:19.342Z] #40 56.58 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-17T21:54:19.342Z] #40 56.75 Selecting previously unselected package libcap-dev:amd64. [2019-10-17T21:54:19.342Z] #40 56.77 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-10-17T21:54:19.342Z] #40 56.78 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-10-17T21:54:19.342Z] #40 56.88 Selecting previously unselected package libnet1-dev. [2019-10-17T21:54:19.342Z] #40 56.88 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-10-17T21:54:19.342Z] #40 56.90 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-17T21:54:19.342Z] #40 57.07 Selecting previously unselected package libnl-3-200:amd64. [2019-10-17T21:54:19.342Z] #40 57.08 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-10-17T21:54:19.342Z] #40 57.08 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-10-17T21:54:19.342Z] #40 57.38 Selecting previously unselected package libnl-3-dev:amd64. [2019-10-17T21:54:19.342Z] #40 57.38 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-10-17T21:54:19.342Z] #40 57.41 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-10-17T21:54:19.661Z] #42 19.78 CC images/pstree.o [2019-10-17T21:54:19.661Z] #42 20.04 CC images/pipe.o [2019-10-17T21:54:19.661Z] #42 20.25 CC images/tcp-stream.o [2019-10-17T21:54:19.904Z] #40 57.89 Selecting previously unselected package libprotobuf-c1:amd64. [2019-10-17T21:54:19.904Z] #40 57.89 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-10-17T21:54:19.904Z] #40 57.90 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-17T21:54:19.904Z] #40 58.00 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-10-17T21:54:19.904Z] #40 58.00 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-10-17T21:54:19.904Z] #40 58.00 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-10-17T21:54:20.064Z] #42 20.49 CC images/sk-packet.o [2019-10-17T21:54:20.161Z] #40 58.19 Selecting previously unselected package zlib1g-dev:amd64. [2019-10-17T21:54:20.161Z] #40 58.24 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-10-17T21:54:20.161Z] #40 58.25 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-10-17T21:54:20.484Z] #42 20.64 CC images/mnt.o [2019-10-17T21:54:20.484Z] #42 20.90 CC images/pipe-data.o [2019-10-17T21:54:20.484Z] #42 21.02 CC images/sa.o [2019-10-17T21:54:20.723Z] #40 58.69 Selecting previously unselected package libprotobuf10:amd64. [2019-10-17T21:54:20.724Z] #40 58.70 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-10-17T21:54:20.724Z] #40 58.70 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-10-17T21:54:20.987Z] #40 ... [2019-10-17T21:54:20.987Z] [2019-10-17T21:54:20.987Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:54:20.987Z] #10 45.44 Reading package lists... [2019-10-17T21:54:20.987Z] #10 51.26 Building dependency tree... [2019-10-17T21:54:20.987Z] #10 54.30 The following additional packages will be installed: [2019-10-17T21:54:20.987Z] #10 54.30 libapparmor1 libseccomp2 [2019-10-17T21:54:20.987Z] #10 54.30 Suggested packages: [2019-10-17T21:54:20.987Z] #10 54.30 seccomp [2019-10-17T21:54:20.987Z] #10 54.77 The following NEW packages will be installed: [2019-10-17T21:54:20.987Z] #10 54.78 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-17T21:54:20.987Z] #10 55.99 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:54:20.987Z] #10 55.99 Need to get 300 kB of archives. [2019-10-17T21:54:20.987Z] #10 55.99 After this operation, 1201 kB of additional disk space will be used. [2019-10-17T21:54:20.987Z] #10 55.99 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-10-17T21:54:20.987Z] #10 55.99 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-10-17T21:54:20.987Z] #10 56.01 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-10-17T21:54:20.987Z] #10 56.03 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-10-17T21:54:20.987Z] #10 57.10 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:54:20.987Z] #10 57.44 Fetched 300 kB in 1s (264 kB/s) [2019-10-17T21:54:20.987Z] #10 57.66 Selecting previously unselected package libseccomp2:amd64. [2019-10-17T21:54:20.987Z] #10 57.66 (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-10-17T21:54:20.987Z] #10 57.71 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-10-17T21:54:20.987Z] #10 57.77 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-17T21:54:20.987Z] #10 57.95 Selecting previously unselected package libseccomp-dev:amd64. [2019-10-17T21:54:20.987Z] #10 57.96 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-10-17T21:54:20.987Z] #10 57.97 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-17T21:54:20.987Z] #10 58.25 Selecting previously unselected package libapparmor1:amd64. [2019-10-17T21:54:20.987Z] #10 58.26 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-10-17T21:54:20.987Z] #10 58.26 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-10-17T21:54:20.987Z] #10 58.39 Selecting previously unselected package libapparmor-dev:amd64. [2019-10-17T21:54:20.987Z] #10 58.42 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-10-17T21:54:20.987Z] #10 58.43 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-10-17T21:54:20.987Z] #10 58.72 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:20.987Z] #10 58.75 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-17T21:54:20.987Z] #10 58.77 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-10-17T21:54:20.987Z] #10 58.77 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-17T21:54:20.987Z] #10 58.78 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-10-17T21:54:20.987Z] #10 58.79 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:20.987Z] #10 DONE 59.0s [2019-10-17T21:54:20.987Z] [2019-10-17T21:54:20.987Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:54:20.987Z] #52 DONE 0.1s [2019-10-17T21:54:20.987Z] [2019-10-17T21:54:20.987Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-17T21:54:20.987Z] #53 DONE 0.1s [2019-10-17T21:54:20.987Z] [2019-10-17T21:54:20.987Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-17T21:54:21.253Z] #42 21.38 CC images/timer.o [2019-10-17T21:54:21.253Z] #42 21.58 CC images/timerfd.o [2019-10-17T21:54:21.790Z] #42 21.98 CC images/mm.o [2019-10-17T21:54:21.979Z] ok github.com/docker/docker/pkg/plugins 33.646s coverage: 76.6% of statements [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/rootless [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-17T21:54:21.979Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/volume [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-17T21:54:21.980Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === Skipped [2019-10-17T21:54:21.980Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-17T21:54:21.980Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-17T21:54:21.980Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:73: No driver to put! [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-17T21:54:21.980Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-17T21:54:21.980Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-17T21:54:21.980Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T21:54:21.980Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-17T21:54:21.980Z] graphtest_unix.go:73: No driver to put! [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-17T21:54:21.980Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-17T21:54:21.980Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] [2019-10-17T21:54:21.980Z] DONE 2114 tests, 20 skipped in 193.945s Post stage [Pipeline] junit [2019-10-17T21:54:21.995Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-17T21:54:22.355Z] #11 ... [2019-10-17T21:54:22.355Z] [2019-10-17T21:54:22.355Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:54:22.355Z] #33 44.67 Reading package lists... [2019-10-17T21:54:22.355Z] #33 50.84 Building dependency tree... [2019-10-17T21:54:22.355Z] #33 53.14 The following additional packages will be installed: [2019-10-17T21:54:22.355Z] #33 53.14 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-17T21:54:22.355Z] #33 53.14 Suggested packages: [2019-10-17T21:54:22.355Z] #33 53.14 codeblocks eclipse ninja-build lrzip [2019-10-17T21:54:22.355Z] #33 53.14 Recommended packages: [2019-10-17T21:54:22.355Z] #33 53.14 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-17T21:54:22.355Z] #33 54.17 The following NEW packages will be installed: [2019-10-17T21:54:22.355Z] #33 54.18 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-17T21:54:22.355Z] #33 54.18 vim-common xxd [2019-10-17T21:54:22.355Z] #33 55.36 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:54:22.355Z] #33 55.36 Need to get 13.7 MB of archives. [2019-10-17T21:54:22.355Z] #33 55.36 After this operation, 57.2 MB of additional disk space will be used. [2019-10-17T21:54:22.355Z] #33 55.36 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-10-17T21:54:22.355Z] #33 55.48 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-10-17T21:54:22.355Z] #33 55.49 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-10-17T21:54:22.355Z] #33 56.50 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-10-17T21:54:22.355Z] #33 56.59 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-10-17T21:54:22.355Z] #33 56.62 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-10-17T21:54:22.355Z] #33 56.64 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-10-17T21:54:22.355Z] #33 56.66 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-10-17T21:54:22.355Z] #33 57.01 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-17T21:54:22.355Z] #33 57.03 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-17T21:54:22.355Z] #33 58.45 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:54:22.355Z] #33 58.69 Fetched 13.7 MB in 2s (4969 kB/s) [2019-10-17T21:54:22.355Z] #33 58.82 Selecting previously unselected package cmake-data. [2019-10-17T21:54:22.355Z] #33 58.82 (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-10-17T21:54:22.355Z] #33 58.88 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-17T21:54:22.356Z] #33 58.89 Unpacking cmake-data (3.7.2-1) ... [2019-10-17T21:54:22.479Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/make.sh dynbinary test-integration [2019-10-17T21:54:22.480Z] #42 22.55 CC images/sk-opts.o [2019-10-17T21:54:22.480Z] #42 22.92 CC images/sk-unix.o [2019-10-17T21:54:22.613Z] #33 ... [2019-10-17T21:54:22.613Z] [2019-10-17T21:54:22.613Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:22.613Z] #40 60.04 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-10-17T21:54:22.613Z] #40 60.04 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-10-17T21:54:22.613Z] #40 60.04 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-10-17T21:54:22.613Z] #40 60.26 Selecting previously unselected package libprotobuf-dev:amd64. [2019-10-17T21:54:22.613Z] #40 60.27 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-10-17T21:54:22.613Z] #40 60.29 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-10-17T21:54:22.613Z] #40 ... [2019-10-17T21:54:22.613Z] [2019-10-17T21:54:22.613Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:54:22.613Z] #47 50.30 + cd /tmp/tmp.asUcfWSzDm/src/gotest.tools/gotestsum [2019-10-17T21:54:22.613Z] #47 50.30 + git checkout -q v0.3.5 [2019-10-17T21:54:22.613Z] #47 50.32 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-17T21:54:22.870Z] #47 ... [2019-10-17T21:54:22.870Z] [2019-10-17T21:54:22.870Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:54:22.870Z] #28 53.96 + cd /tmp/tmp.9jCoyFv64p/src/github.com/go-swagger/go-swagger [2019-10-17T21:54:22.870Z] #28 53.96 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-17T21:54:22.870Z] #28 56.26 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-17T21:54:22.964Z] #42 23.43 CC images/sk-inet.o [2019-10-17T21:54:22.964Z] #42 ... [2019-10-17T21:54:22.964Z] [2019-10-17T21:54:22.964Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:54:22.964Z] #60 30.97 + cd /tmp/tmp.ECboCvbq7A/src/github.com/containerd/containerd [2019-10-17T21:54:22.964Z] #60 30.97 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:54:22.964Z] #60 31.60 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-17T21:54:22.964Z] #60 31.60 + BUILDTAGS='netgo osusergo static_build' [2019-10-17T21:54:22.964Z] #60 31.60 + export EXTRA_FLAGS=-buildmode=pie [2019-10-17T21:54:22.964Z] #60 31.60 + EXTRA_FLAGS=-buildmode=pie [2019-10-17T21:54:22.964Z] #60 31.60 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-17T21:54:22.964Z] #60 31.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-17T21:54:22.964Z] #60 31.61 + '[' '' = dynamic ']' [2019-10-17T21:54:22.964Z] #60 31.61 + make [2019-10-17T21:54:22.964Z] #60 32.88 + bin/ctr [2019-10-17T21:54:22.964Z] #60 ... [2019-10-17T21:54:22.964Z] [2019-10-17T21:54:22.964Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:22.964Z] #32 58.76 internal/syscall/unix [2019-10-17T21:54:22.964Z] #32 58.88 strings [2019-10-17T21:54:22.964Z] #32 58.93 os [2019-10-17T21:54:22.964Z] #32 61.46 path [2019-10-17T21:54:22.964Z] #32 62.42 text/tabwriter [2019-10-17T21:54:22.964Z] #32 63.16 fmt [2019-10-17T21:54:22.964Z] #32 63.35 path/filepath [2019-10-17T21:54:22.964Z] #32 65.22 io/ioutil [2019-10-17T21:54:22.964Z] #32 67.27 flag [2019-10-17T21:54:22.964Z] #32 67.27 github.com/BurntSushi/toml [2019-10-17T21:54:23.420Z] #32 ... [2019-10-17T21:54:23.420Z] [2019-10-17T21:54:23.420Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:23.420Z] #27 32.01 [2019-10-17T21:54:23.420Z] #27 32.33 ####################################################### 76.4% ######################################################################## 100.0% [2019-10-17T21:54:23.420Z] #27 32.46 [2019-10-17T21:54:23.420Z] #27 33.81 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-17T21:54:23.420Z] #27 33.90 skipping existing b63cc5f62c21 [2019-10-17T21:54:23.420Z] #27 34.06 [2019-10-17T21:54:23.420Z] #27 35.89 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-17T21:54:23.420Z] #27 36.59 [2019-10-17T21:54:23.420Z] #27 37.05 ######################################################################## 100.0% [2019-10-17T21:54:23.420Z] #27 37.29 [2019-10-17T21:54:23.420Z] #27 37.33 Download of images into '/build' complete. [2019-10-17T21:54:23.420Z] #27 37.33 Use something like the following to load the result into a Docker daemon: [2019-10-17T21:54:23.420Z] #27 37.33 tar -cC '/build' . | docker load [2019-10-17T21:54:23.420Z] #27 DONE 37.5s [2019-10-17T21:54:23.420Z] [2019-10-17T21:54:23.420Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:23.420Z] #18 31.64 The following NEW packages will be installed: [2019-10-17T21:54:23.420Z] #18 31.64 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-17T21:54:23.420Z] #18 31.64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-17T21:54:23.420Z] #18 31.66 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-17T21:54:23.420Z] #18 31.66 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-17T21:54:23.420Z] #18 31.66 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-17T21:54:23.420Z] #18 31.66 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-17T21:54:23.420Z] #18 31.66 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-17T21:54:23.420Z] #18 31.66 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-17T21:54:23.420Z] #18 31.66 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-17T21:54:23.420Z] #18 31.66 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-17T21:54:23.420Z] #18 31.66 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-17T21:54:23.420Z] #18 31.66 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-17T21:54:23.420Z] #18 31.66 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-17T21:54:23.420Z] #18 31.66 xfsprogs xxd xz-utils zip [2019-10-17T21:54:23.420Z] #18 31.76 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded. [2019-10-17T21:54:23.420Z] #18 31.76 Need to get 88.2 MB of archives. [2019-10-17T21:54:23.420Z] #18 31.76 After this operation, 565 MB of additional disk space will be used. [2019-10-17T21:54:23.420Z] #18 31.76 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-10-17T21:54:23.420Z] #18 31.81 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-10-17T21:54:23.420Z] #18 31.81 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-10-17T21:54:23.420Z] #18 31.81 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-10-17T21:54:23.420Z] #18 31.82 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-10-17T21:54:23.420Z] #18 31.82 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-10-17T21:54:23.420Z] #18 31.83 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-10-17T21:54:23.420Z] #18 31.94 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-10-17T21:54:23.420Z] #18 31.94 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-10-17T21:54:23.420Z] #18 31.95 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-10-17T21:54:23.420Z] #18 32.08 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-10-17T21:54:23.420Z] #18 32.10 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-10-17T21:54:23.420Z] #18 32.10 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-10-17T21:54:23.420Z] #18 32.11 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-10-17T21:54:23.420Z] #18 32.13 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-10-17T21:54:23.420Z] #18 32.13 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-17T21:54:23.420Z] #18 32.13 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-10-17T21:54:23.420Z] #18 32.14 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-10-17T21:54:23.420Z] #18 32.14 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-10-17T21:54:23.420Z] #18 32.14 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-10-17T21:54:23.420Z] #18 32.15 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-10-17T21:54:23.420Z] #18 32.16 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-17T21:54:23.420Z] #18 32.18 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-17T21:54:23.420Z] #18 32.18 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-10-17T21:54:23.420Z] #18 32.19 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-10-17T21:54:23.420Z] #18 32.19 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-10-17T21:54:23.420Z] #18 32.22 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-10-17T21:54:23.420Z] #18 32.22 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-10-17T21:54:23.420Z] #18 32.23 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-10-17T21:54:23.420Z] #18 32.27 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-10-17T21:54:23.420Z] #18 32.28 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-10-17T21:54:23.420Z] #18 32.28 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-10-17T21:54:23.420Z] #18 32.30 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-10-17T21:54:23.420Z] #18 32.31 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-10-17T21:54:23.420Z] #18 32.32 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-10-17T21:54:23.420Z] #18 32.33 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-10-17T21:54:23.420Z] #18 32.33 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-10-17T21:54:23.420Z] #18 32.34 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-10-17T21:54:23.420Z] #18 32.35 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-10-17T21:54:23.420Z] #18 32.35 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-10-17T21:54:23.420Z] #18 32.40 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-10-17T21:54:23.420Z] #18 32.42 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-10-17T21:54:23.420Z] #18 32.46 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-10-17T21:54:23.420Z] #18 32.48 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-10-17T21:54:23.420Z] #18 32.49 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-10-17T21:54:23.420Z] #18 32.49 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-10-17T21:54:23.420Z] #18 32.50 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-10-17T21:54:23.420Z] #18 32.51 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-10-17T21:54:23.420Z] #18 32.63 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-10-17T21:54:23.420Z] #18 32.65 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-17T21:54:23.420Z] #18 32.76 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-17T21:54:23.420Z] #18 32.77 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-17T21:54:23.420Z] #18 32.79 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-10-17T21:54:23.420Z] #18 32.81 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-17T21:54:23.420Z] #18 32.81 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-10-17T21:54:23.420Z] #18 32.85 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-17T21:54:23.420Z] #18 33.16 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-10-17T21:54:23.420Z] #18 33.22 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-10-17T21:54:23.420Z] #18 33.26 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-10-17T21:54:23.420Z] #18 33.28 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-10-17T21:54:23.420Z] #18 33.29 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-10-17T21:54:23.420Z] #18 33.33 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-10-17T21:54:23.420Z] #18 33.47 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-10-17T21:54:23.420Z] #18 33.63 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-17T21:54:23.420Z] #18 33.65 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-17T21:54:23.420Z] #18 33.93 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-17T21:54:23.420Z] #18 34.11 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-10-17T21:54:23.420Z] #18 34.12 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] [2019-10-17T21:54:23.420Z] #18 35.89 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-10-17T21:54:23.420Z] #18 38.86 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:54:23.420Z] #18 39.01 Fetched 88.2 MB in 5s (15.4 MB/s) [2019-10-17T21:54:23.420Z] #18 39.47 Selecting previously unselected package bash-completion. [2019-10-17T21:54:23.420Z] #18 39.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-10-17T21:54:23.420Z] #18 39.47 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-17T21:54:23.434Z] #28 ... [2019-10-17T21:54:23.434Z] [2019-10-17T21:54:23.434Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:23.434Z] #31 51.11 sync [2019-10-17T21:54:23.434Z] #31 51.11 internal/reflectlite [2019-10-17T21:54:23.434Z] #31 54.08 sort [2019-10-17T21:54:23.434Z] #31 54.08 errors [2019-10-17T21:54:23.434Z] #31 54.55 strconv [2019-10-17T21:54:23.434Z] #31 55.65 io [2019-10-17T21:54:23.434Z] #31 56.52 syscall [2019-10-17T21:54:23.434Z] #31 59.58 reflect [2019-10-17T21:54:23.434Z] #31 ... [2019-10-17T21:54:23.434Z] [2019-10-17T21:54:23.434Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:23.434Z] #40 61.62 Selecting previously unselected package libprotoc10:amd64. [2019-10-17T21:54:23.434Z] #40 61.62 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-10-17T21:54:23.434Z] #40 61.63 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-10-17T21:54:23.434Z] [2019-10-17T21:54:23.435Z] Removing bundles/ [2019-10-17T21:54:23.435Z] [2019-10-17T21:54:23.435Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-17T21:54:23.435Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T21:54:23.435Z] GOOS="" GOARCH="" GOARM="" [2019-10-17T21:54:23.833Z] #18 ... [2019-10-17T21:54:23.833Z] [2019-10-17T21:54:23.833Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:23.833Z] #42 24.06 CC images/tun.o [2019-10-17T21:54:23.833Z] #42 24.41 CC images/sk-netlink.o [2019-10-17T21:54:24.245Z] #42 24.75 CC images/packet-sock.o [2019-10-17T21:54:24.368Z] #40 62.34 Selecting previously unselected package protobuf-c-compiler. [2019-10-17T21:54:24.369Z] #40 62.36 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-10-17T21:54:24.369Z] #40 62.37 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-17T21:54:24.369Z] #40 62.55 Selecting previously unselected package protobuf-compiler. [2019-10-17T21:54:24.369Z] #40 62.55 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-10-17T21:54:24.369Z] #40 62.56 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-17T21:54:24.624Z] #40 62.77 Selecting previously unselected package python-pkg-resources. [2019-10-17T21:54:24.624Z] #40 62.77 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-17T21:54:24.624Z] #40 62.79 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-17T21:54:24.651Z] #42 25.04 CC images/ipc-var.o [2019-10-17T21:54:24.651Z] #42 25.09 CC images/ipc-desc.o [2019-10-17T21:54:25.073Z] #42 25.23 CC images/ipc-shm.o [2019-10-17T21:54:25.073Z] #42 25.44 CC images/ipc-msg.o [2019-10-17T21:54:25.199Z] #40 ... [2019-10-17T21:54:25.199Z] [2019-10-17T21:54:25.199Z] #11 [dev 1/24] RUN groupadd -r docker [2019-10-17T21:54:25.199Z] #11 DONE 4.3s [2019-10-17T21:54:25.199Z] [2019-10-17T21:54:25.199Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:25.199Z] #40 63.40 Selecting previously unselected package python-protobuf. [2019-10-17T21:54:25.199Z] #40 63.44 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-10-17T21:54:25.468Z] #40 63.45 Unpacking python-protobuf (3.0.0-9) ... [2019-10-17T21:54:25.495Z] #42 25.61 CC images/ipc-sem.o [2019-10-17T21:54:25.496Z] #42 25.84 CC images/utsns.o [2019-10-17T21:54:25.496Z] #42 25.95 CC images/creds.o [2019-10-17T21:54:25.496Z] #42 26.09 CC images/vma.o [2019-10-17T21:54:25.899Z] #42 26.33 CC images/netdev.o [2019-10-17T21:54:26.029Z] #40 64.14 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-17T21:54:26.029Z] #40 64.27 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-17T21:54:26.029Z] #40 64.28 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-17T21:54:26.313Z] #42 26.77 CC images/tty.o [2019-10-17T21:54:26.958Z] #40 ... [2019-10-17T21:54:26.958Z] [2019-10-17T21:54:26.958Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:26.958Z] #26 5.517 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-17T21:54:26.958Z] #26 6.160 [2019-10-17T21:54:26.958Z] #26 6.454 #### 5.9% ####### 10.2% ############ 17.0% ################ 22.5% ################### 27.2% ####################### 32.1% ########################## 36.8% ############################## 42.1% ################################## 48.0% ##################################### 51.6% ######################################### 57.0% ############################################ 61.9% ################################################ 67.5% ################################################## 70.4% ###################################################### 75.9% ########################################################## 81.0% ############################################################## 86.2% ################################################################### 94.3% ######################################################################## 100.0% [2019-10-17T21:54:26.958Z] #26 9.391 [2019-10-17T21:54:26.958Z] #26 9.746 ############## 20.1% ############################## 41.8% ############################################## 64.8% ########################################################### 83.0% ######################################################################## 100.0% [2019-10-17T21:54:27.149Z] #42 27.27 CC images/file-lock.o [2019-10-17T21:54:27.149Z] #42 27.44 CC images/rlimit.o [2019-10-17T21:54:27.149Z] #42 27.64 CC images/pagemap.o [2019-10-17T21:54:27.525Z] #26 ... [2019-10-17T21:54:27.525Z] [2019-10-17T21:54:27.525Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:27.525Z] #44 55.27 github.com/LK4D4/vndr/godl/singleflight [2019-10-17T21:54:27.525Z] #44 55.37 io [2019-10-17T21:54:27.525Z] #44 55.59 strconv [2019-10-17T21:54:27.525Z] #44 56.79 bytes [2019-10-17T21:54:27.525Z] #44 60.09 bufio [2019-10-17T21:54:27.525Z] #44 60.77 reflect [2019-10-17T21:54:27.525Z] #44 62.16 syscall [2019-10-17T21:54:27.538Z] #42 27.99 CC images/siginfo.o [2019-10-17T21:54:27.780Z] #44 ... [2019-10-17T21:54:27.780Z] [2019-10-17T21:54:27.780Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:27.780Z] #26 10.86 [2019-10-17T21:54:27.953Z] #42 28.25 CC images/rpc.o [2019-10-17T21:54:28.356Z] #42 ... [2019-10-17T21:54:28.356Z] [2019-10-17T21:54:28.356Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:28.356Z] #45 63.93 fmt [2019-10-17T21:54:28.356Z] #45 68.29 regexp [2019-10-17T21:54:28.356Z] #45 70.63 go/token [2019-10-17T21:54:28.356Z] #45 71.62 go/scanner [2019-10-17T21:54:28.356Z] #45 73.15 internal/lazyregexp [2019-10-17T21:54:28.356Z] #45 73.15 go/ast [2019-10-17T21:54:28.356Z] #45 73.49 net/url [2019-10-17T21:54:28.356Z] #45 ... [2019-10-17T21:54:28.356Z] [2019-10-17T21:54:28.356Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:28.356Z] #18 42.81 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-17T21:54:28.356Z] #18 43.45 Selecting previously unselected package libnet1:s390x. [2019-10-17T21:54:28.356Z] #18 43.45 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-10-17T21:54:28.356Z] #18 43.46 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-17T21:54:28.356Z] #18 43.58 Selecting previously unselected package libnfnetlink0:s390x. [2019-10-17T21:54:28.356Z] #18 43.61 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-10-17T21:54:28.356Z] #18 43.62 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-10-17T21:54:28.356Z] #18 43.66 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-10-17T21:54:28.356Z] #18 43.66 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-10-17T21:54:28.356Z] #18 43.74 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-17T21:54:28.356Z] #18 43.97 Selecting previously unselected package libudev-dev:s390x. [2019-10-17T21:54:28.356Z] #18 43.97 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-10-17T21:54:28.356Z] #18 43.98 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-10-17T21:54:28.356Z] #18 44.12 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-10-17T21:54:28.356Z] #18 44.12 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-17T21:54:28.356Z] #18 44.13 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-17T21:54:28.356Z] #18 44.91 Selecting previously unselected package python3.5-minimal. [2019-10-17T21:54:28.356Z] #18 44.91 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-10-17T21:54:28.356Z] #18 44.94 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-17T21:54:29.202Z] #18 45.85 Selecting previously unselected package python3-minimal. [2019-10-17T21:54:29.323Z] #26 11.16 ### 5.2% ###### 9.7% ########### 15.9% ############### 22.2% ################# 23.9% ######################### 35.9% ################################ 44.7% ######################################## 56.4% ############################################## 63.9% ################################################### 72.1% ###################################################### 76.3% [2019-10-17T21:54:29.323Z] #26 ... [2019-10-17T21:54:29.323Z] [2019-10-17T21:54:29.323Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-17T21:54:29.323Z] #12 DONE 4.0s [2019-10-17T21:54:29.323Z] [2019-10-17T21:54:29.323Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:29.323Z] #26 11.16 ### 5.2% ###### 9.7% ########### 15.9% ############### 22.2% ################# 23.9% ######################### 35.9% ################################ 44.7% ######################################## 56.4% ############################################## 63.9% ################################################### 72.1% ###################################################### 76.3% ############################################################ 83.8% [2019-10-17T21:54:29.323Z] #26 ... [2019-10-17T21:54:29.323Z] [2019-10-17T21:54:29.323Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:54:29.323Z] #59 3.739 + RM_GOPATH=0 [2019-10-17T21:54:29.323Z] #59 3.739 + TMP_GOPATH= [2019-10-17T21:54:29.323Z] #59 3.739 + : /build [2019-10-17T21:54:29.323Z] #59 3.739 + '[' -z '' ']' [2019-10-17T21:54:29.323Z] #59 3.739 ++ mktemp -d [2019-10-17T21:54:29.323Z] #59 3.739 + export GOPATH=/tmp/tmp.Gzl986tISy [2019-10-17T21:54:29.323Z] #59 3.739 + GOPATH=/tmp/tmp.Gzl986tISy [2019-10-17T21:54:29.323Z] #59 3.739 + RM_GOPATH=1 [2019-10-17T21:54:29.323Z] #59 3.739 ++ dirname ./install.sh [2019-10-17T21:54:29.323Z] #59 3.739 + dir=. [2019-10-17T21:54:29.323Z] #59 3.739 + bin=containerd [2019-10-17T21:54:29.323Z] #59 3.739 + shift [2019-10-17T21:54:29.323Z] #59 3.739 + '[' '!' -f ./containerd.installer ']' [2019-10-17T21:54:29.323Z] #59 3.739 + . ./containerd.installer [2019-10-17T21:54:29.323Z] #59 3.739 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:54:29.323Z] #59 3.739 + install_containerd [2019-10-17T21:54:29.323Z] #59 3.739 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-17T21:54:29.323Z] #59 3.739 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Gzl986tISy/src/github.com/containerd/containerd [2019-10-17T21:54:29.323Z] #59 3.739 Cloning into '/tmp/tmp.Gzl986tISy/src/github.com/containerd/containerd'... [2019-10-17T21:54:29.323Z] #59 3.740 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:54:29.323Z] #59 ... [2019-10-17T21:54:29.323Z] [2019-10-17T21:54:29.323Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:29.578Z] #26 11.16 ### 5.2% ###### 9.7% ########### 15.9% ############### 22.2% ################# 23.9% ######################### 35.9% ################################ 44.7% ######################################## 56.4% ############################################## 63.9% ################################################### 72.1% ###################################################### 76.3% ############################################################ 83.8% ############################################################### 88.4% ##################################################################### 96.6% ######################################################################## 100.0% [2019-10-17T21:54:29.591Z] #18 45.86 Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-10-17T21:54:29.591Z] #18 45.87 Unpacking python3-minimal (3.5.3-1) ... [2019-10-17T21:54:29.591Z] #18 46.04 Selecting previously unselected package libmpdec2:s390x. [2019-10-17T21:54:29.591Z] #18 46.04 Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-10-17T21:54:29.591Z] #18 46.04 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-10-17T21:54:29.591Z] #18 46.17 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-10-17T21:54:29.591Z] #18 46.17 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-10-17T21:54:29.591Z] #18 46.17 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-17T21:54:30.507Z] #26 13.44 [2019-10-17T21:54:30.932Z] #18 ... [2019-10-17T21:54:30.932Z] [2019-10-17T21:54:30.932Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:30.932Z] #32 70.53 log [2019-10-17T21:54:30.932Z] #32 72.56 github.com/BurntSushi/toml/cmd/tomlv [2019-10-17T21:54:30.932Z] #32 DONE 76.7s [2019-10-17T21:54:31.018Z] #26 13.75 # 2.6% ### 5.5% ###### 8.7% ######## 11.7% ########## 14.9% ############# 18.6% [2019-10-17T21:54:31.018Z] #26 ... [2019-10-17T21:54:31.018Z] [2019-10-17T21:54:31.018Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:31.018Z] #54 3.847 + RM_GOPATH=0 [2019-10-17T21:54:31.018Z] #54 3.847 + TMP_GOPATH= [2019-10-17T21:54:31.018Z] #54 3.847 + : /build [2019-10-17T21:54:31.018Z] #54 3.847 + '[' -z '' ']' [2019-10-17T21:54:31.018Z] #54 3.852 ++ mktemp -d [2019-10-17T21:54:31.018Z] #54 3.857 + export GOPATH=/tmp/tmp.xmWohenEND [2019-10-17T21:54:31.018Z] #54 3.857 + GOPATH=/tmp/tmp.xmWohenEND [2019-10-17T21:54:31.018Z] #54 3.859 + RM_GOPATH=1 [2019-10-17T21:54:31.018Z] #54 3.860 ++ dirname ./install.sh [2019-10-17T21:54:31.018Z] #54 3.860 + dir=. [2019-10-17T21:54:31.018Z] #54 3.860 + bin=runc [2019-10-17T21:54:31.018Z] #54 3.860 + shift [2019-10-17T21:54:31.018Z] #54 3.860 + '[' '!' -f ./runc.installer ']' [2019-10-17T21:54:31.018Z] #54 3.860 + . ./runc.installer [2019-10-17T21:54:31.018Z] #54 3.861 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-17T21:54:31.018Z] #54 3.861 + install_runc [2019-10-17T21:54:31.018Z] #54 3.861 + uname -r [2019-10-17T21:54:31.018Z] #54 3.862 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-17T21:54:31.018Z] #54 3.870 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-17T21:54:31.018Z] #54 3.870 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-17T21:54:31.018Z] #54 3.870 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-17T21:54:31.018Z] #54 3.870 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xmWohenEND/src/github.com/opencontainers/runc [2019-10-17T21:54:31.018Z] #54 3.886 Cloning into '/tmp/tmp.xmWohenEND/src/github.com/opencontainers/runc'... [2019-10-17T21:54:31.273Z] #54 ... [2019-10-17T21:54:31.273Z] [2019-10-17T21:54:31.273Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:31.422Z] [2019-10-17T21:54:31.422Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:31.422Z] #42 29.09 CC images/ext-file.o [2019-10-17T21:54:31.422Z] #42 29.19 CC images/cgroup.o [2019-10-17T21:54:31.422Z] #42 29.68 CC images/userns.o [2019-10-17T21:54:31.422Z] #42 30.02 CC images/google/protobuf/descriptor.o [2019-10-17T21:54:31.422Z] #42 31.62 CC images/opts.o [2019-10-17T21:54:31.801Z] #42 32.28 CC images/seccomp.o [2019-10-17T21:54:31.809Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T21:54:31.809Z] [2019-10-17T21:54:31.809Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-17T21:54:31.809Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-17T21:54:31.809Z] Using test binary docker [2019-10-17T21:54:31.809Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-17T21:54:31.809Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-17T21:54:31.809Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-17T21:54:31.809Z] Warning failed to create cache: (null) [2019-10-17T21:54:31.809Z] . [2019-10-17T21:54:31.809Z] INFO: Waiting for daemon to start... [2019-10-17T21:54:31.809Z] Starting dockerd [2019-10-17T21:54:31.809Z] . [2019-10-17T21:54:31.809Z] INFO: Building docker-sdk-python3:4.1.0... [2019-10-17T21:54:32.203Z] #42 32.44 CC images/binfmt-misc.o [2019-10-17T21:54:32.203Z] #42 32.69 CC images/time.o [2019-10-17T21:54:32.603Z] #42 32.87 CC images/sysctl.o [2019-10-17T21:54:32.603Z] #42 33.03 CC images/autofs.o [2019-10-17T21:54:33.012Z] #42 33.19 CC images/macvlan.o [2019-10-17T21:54:33.012Z] #42 33.45 CC images/sit.o [2019-10-17T21:54:33.336Z] #26 13.75 # 2.6% ### 5.5% ###### 8.7% ######## 11.7% ########## 14.9% ############# 18.6% ############### 22.0% ################# 24.5% ################### 27.2% ##################### 30.4% ######################## 33.8% ########################## 36.7% ############################ 40.0% ############################### 43.2% ################################# 46.4% ################################### 48.8% #################################### 50.7% ##################################### 52.2% ###################################### 54.0% ######################################## 56.2% ######################################### 58.3% ########################################### 60.1% ############################################ 61.9% ############################################## 64.2% ############################################### 66.6% [2019-10-17T21:54:33.336Z] #26 ... [2019-10-17T21:54:33.337Z] [2019-10-17T21:54:33.337Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-17T21:54:33.337Z] #13 3.409 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-17T21:54:33.337Z] #13 DONE 4.1s [2019-10-17T21:54:33.337Z] [2019-10-17T21:54:33.337Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:33.439Z] #42 33.60 LINK images/built-in.o [2019-10-17T21:54:33.439Z] #42 33.70 GEN compel/include/asm [2019-10-17T21:54:33.439Z] #42 33.71 GEN compel/include/version.h [2019-10-17T21:54:33.439Z] #42 33.72 touch .config [2019-10-17T21:54:33.439Z] #42 33.75 GEN include/common/config.h [2019-10-17T21:54:33.439Z] #42 33.84 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-10-17T21:54:33.439Z] #42 33.87 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-17T21:54:33.439Z] #42 33.90 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-17T21:54:33.439Z] #42 33.94 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-10-17T21:54:33.439Z] #42 33.94 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-10-17T21:54:34.182Z] #42 33.97 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-10-17T21:54:34.182Z] #42 33.98 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-17T21:54:34.182Z] #42 34.00 DEP compel/plugins/std/infect.d [2019-10-17T21:54:34.182Z] #42 34.16 DEP compel/plugins/std/string.d [2019-10-17T21:54:34.182Z] #42 34.29 DEP compel/plugins/std/log.d [2019-10-17T21:54:34.182Z] #42 34.38 DEP compel/plugins/std/fds.d [2019-10-17T21:54:34.182Z] #42 34.53 DEP compel/plugins/std/std.d [2019-10-17T21:54:34.182Z] #42 34.74 DEP compel/plugins/shmem/shmem.d [2019-10-17T21:54:34.182Z] #42 34.79 DEP compel/plugins/fds/fds.d [2019-10-17T21:54:34.618Z] #26 13.75 # 2.6% ### 5.5% ###### 8.7% ######## 11.7% ########## 14.9% ############# 18.6% ############### 22.0% ################# 24.5% ################### 27.2% ##################### 30.4% ######################## 33.8% ########################## 36.7% ############################ 40.0% ############################### 43.2% ################################# 46.4% ################################### 48.8% #################################### 50.7% ##################################### 52.2% ###################################### 54.0% ######################################## 56.2% ######################################### 58.3% ########################################### 60.1% ############################################ 61.9% ############################################## 64.2% ############################################### 66.6% ################################################## 69.7% ################################################### 71.2% #################################################### 72.3% ##################################################### 74.9% ####################################################### 76.8% ######################################################### 79.2% ########################################################### 82.9% ############################################################# 85.8% ############################################################### 88.8% ################################################################## 91.7% ################################################################### 93.7% #################################################################### 95.8% ###################################################################### 98.0% ######################################################################## 100.0% [2019-10-17T21:54:34.618Z] #26 ... [2019-10-17T21:54:34.618Z] [2019-10-17T21:54:34.618Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:54:34.618Z] #33 62.83 Selecting previously unselected package liblzo2-2:amd64. [2019-10-17T21:54:34.618Z] #33 62.85 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-17T21:54:34.618Z] #33 62.86 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-17T21:54:34.618Z] #33 63.33 Selecting previously unselected package libicu57:amd64. [2019-10-17T21:54:34.618Z] #33 63.33 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-10-17T21:54:34.618Z] #33 63.36 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-10-17T21:54:34.618Z] #33 72.24 Selecting previously unselected package libxml2:amd64. [2019-10-17T21:54:34.618Z] #33 72.25 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-10-17T21:54:34.618Z] #33 72.41 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-17T21:54:34.673Z] #42 35.10 CC compel/plugins/std/std.o [2019-10-17T21:54:34.947Z] #33 ... [2019-10-17T21:54:34.947Z] [2019-10-17T21:54:34.947Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:34.947Z] #26 17.99 [2019-10-17T21:54:35.143Z] #42 35.67 CC compel/plugins/std/fds.o [2019-10-17T21:54:36.114Z] #42 36.38 CC compel/plugins/std/log.o [2019-10-17T21:54:36.313Z] #26 19.28 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-17T21:54:36.569Z] #26 19.74 [2019-10-17T21:54:36.825Z] #26 19.98 ######################################################################## 100.0% [2019-10-17T21:54:36.825Z] #26 20.11 [2019-10-17T21:54:36.945Z] #42 37.30 CC compel/plugins/std/string.o [2019-10-17T21:54:37.369Z] #42 ... [2019-10-17T21:54:37.369Z] [2019-10-17T21:54:37.369Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:37.369Z] #18 48.37 Selecting previously unselected package python3.5. [2019-10-17T21:54:37.369Z] #18 48.37 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 48.38 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-17T21:54:37.369Z] #18 48.48 Selecting previously unselected package libpython3-stdlib:s390x. [2019-10-17T21:54:37.369Z] #18 48.49 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 48.50 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-17T21:54:37.369Z] #18 48.56 Selecting previously unselected package dh-python. [2019-10-17T21:54:37.369Z] #18 48.56 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-17T21:54:37.369Z] #18 48.58 Unpacking dh-python (2.20170125) ... [2019-10-17T21:54:37.369Z] #18 48.79 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-10-17T21:54:37.369Z] #18 48.83 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-17T21:54:37.369Z] #18 51.84 Setting up python3-minimal (3.5.3-1) ... [2019-10-17T21:54:37.369Z] #18 53.29 Selecting previously unselected package python3. [2019-10-17T21:54:37.369Z] #18 53.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16484 files and directories currently installed.) [2019-10-17T21:54:37.369Z] #18 53.30 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.32 Unpacking python3 (3.5.3-1) ... [2019-10-17T21:54:37.369Z] #18 53.38 Selecting previously unselected package pigz. [2019-10-17T21:54:37.369Z] #18 53.39 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.39 Unpacking pigz (2.3.4-1) ... [2019-10-17T21:54:37.369Z] #18 53.48 Selecting previously unselected package libip4tc0:s390x. [2019-10-17T21:54:37.369Z] #18 53.48 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.48 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:54:37.369Z] #18 53.57 Selecting previously unselected package libip6tc0:s390x. [2019-10-17T21:54:37.369Z] #18 53.57 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.57 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:54:37.369Z] #18 53.69 Selecting previously unselected package libiptc0:s390x. [2019-10-17T21:54:37.369Z] #18 53.69 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.69 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:54:37.369Z] #18 53.77 Selecting previously unselected package libxtables12:s390x. [2019-10-17T21:54:37.369Z] #18 53.77 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.77 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:54:37.369Z] #18 53.84 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-10-17T21:54:37.369Z] #18 53.84 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.85 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-17T21:54:37.369Z] #18 53.93 Selecting previously unselected package iptables. [2019-10-17T21:54:37.369Z] #18 53.93 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-10-17T21:54:37.369Z] #18 53.94 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-17T21:54:37.389Z] #26 ... [2019-10-17T21:54:37.389Z] [2019-10-17T21:54:37.389Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-17T21:54:37.389Z] #14 DONE 4.2s [2019-10-17T21:54:37.645Z] [2019-10-17T21:54:37.645Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-17T21:54:37.770Z] #18 54.22 Selecting previously unselected package xxd. [2019-10-17T21:54:37.770Z] #18 54.23 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-17T21:54:37.770Z] #18 54.23 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:37.770Z] #18 54.33 Selecting previously unselected package vim-common. [2019-10-17T21:54:37.770Z] #18 54.33 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:54:37.770Z] #18 54.33 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:38.169Z] #18 54.45 Selecting previously unselected package bzip2. [2019-10-17T21:54:38.169Z] #18 54.46 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-10-17T21:54:38.169Z] #18 54.47 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-17T21:54:38.169Z] #18 54.65 Selecting previously unselected package libgpm2:s390x. [2019-10-17T21:54:38.169Z] #18 54.65 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-10-17T21:54:38.169Z] #18 54.66 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-17T21:54:38.169Z] #18 54.71 Selecting previously unselected package xz-utils. [2019-10-17T21:54:38.169Z] #18 54.71 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-10-17T21:54:38.169Z] #18 54.71 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-17T21:54:38.207Z] #15 ... [2019-10-17T21:54:38.207Z] [2019-10-17T21:54:38.207Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:38.207Z] #31 65.79 time [2019-10-17T21:54:38.207Z] #31 73.51 internal/poll [2019-10-17T21:54:38.207Z] #31 ... [2019-10-17T21:54:38.207Z] [2019-10-17T21:54:38.207Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:54:38.207Z] #33 73.19 Selecting previously unselected package libarchive13:amd64. [2019-10-17T21:54:38.207Z] #33 73.20 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-10-17T21:54:38.207Z] #33 73.20 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-10-17T21:54:38.207Z] #33 73.53 Selecting previously unselected package libjsoncpp1:amd64. [2019-10-17T21:54:38.207Z] #33 73.54 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-10-17T21:54:38.207Z] #33 73.55 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-10-17T21:54:38.207Z] #33 73.74 Selecting previously unselected package libuv1:amd64. [2019-10-17T21:54:38.207Z] #33 73.75 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-10-17T21:54:38.207Z] #33 73.76 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-10-17T21:54:38.207Z] #33 73.98 Selecting previously unselected package cmake. [2019-10-17T21:54:38.207Z] #33 73.99 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-10-17T21:54:38.207Z] #33 74.17 Unpacking cmake (3.7.2-1) ... [2019-10-17T21:54:38.561Z] #18 54.86 Selecting previously unselected package aufs-tools. [2019-10-17T21:54:38.561Z] #18 54.86 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-10-17T21:54:38.561Z] #18 54.87 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-17T21:54:38.561Z] #18 55.02 Selecting previously unselected package liblzo2-2:s390x. [2019-10-17T21:54:38.561Z] #18 55.02 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-10-17T21:54:38.561Z] #18 55.02 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-17T21:54:38.561Z] #18 55.12 Selecting previously unselected package btrfs-progs. [2019-10-17T21:54:38.561Z] #18 55.12 Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-10-17T21:54:38.561Z] #18 55.12 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-17T21:54:38.972Z] #18 55.60 Selecting previously unselected package btrfs-tools. [2019-10-17T21:54:38.972Z] #18 55.60 Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-10-17T21:54:38.972Z] #18 55.60 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-17T21:54:38.972Z] #18 55.66 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-10-17T21:54:38.972Z] #18 55.66 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-17T21:54:39.359Z] #18 55.67 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-17T21:54:39.359Z] #18 55.77 Selecting previously unselected package dmsetup. [2019-10-17T21:54:39.359Z] #18 55.77 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-10-17T21:54:39.359Z] #18 55.78 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-17T21:54:39.359Z] #18 55.92 Selecting previously unselected package libonig4:s390x. [2019-10-17T21:54:39.359Z] #18 55.92 Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-10-17T21:54:39.359Z] #18 55.92 Unpacking libonig4:s390x (6.1.3-2) ... [2019-10-17T21:54:39.359Z] #18 56.04 Selecting previously unselected package libjq1:s390x. [2019-10-17T21:54:39.359Z] #18 56.04 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-10-17T21:54:39.577Z] #33 77.48 Selecting previously unselected package xxd. [2019-10-17T21:54:39.577Z] #33 77.52 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-17T21:54:39.577Z] #33 77.52 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:39.577Z] #33 77.72 Selecting previously unselected package vim-common. [2019-10-17T21:54:39.577Z] #33 77.73 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:54:39.577Z] #33 77.75 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:39.769Z] #18 56.04 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-17T21:54:39.769Z] #18 56.21 Selecting previously unselected package jq. [2019-10-17T21:54:39.769Z] #18 56.21 Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-10-17T21:54:39.769Z] #18 56.22 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-17T21:54:39.769Z] #18 56.39 Selecting previously unselected package libaio1:s390x. [2019-10-17T21:54:39.769Z] #18 56.39 Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-10-17T21:54:39.769Z] #18 56.40 Unpacking libaio1:s390x (0.3.110-3) ... [2019-10-17T21:54:39.769Z] #18 ... [2019-10-17T21:54:39.769Z] [2019-10-17T21:54:39.769Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:39.769Z] #45 75.45 text/template/parse [2019-10-17T21:54:39.769Z] #45 78.67 go/parser [2019-10-17T21:54:39.769Z] #45 80.73 text/template [2019-10-17T21:54:39.769Z] #45 83.84 encoding/xml [2019-10-17T21:54:40.174Z] #45 ... [2019-10-17T21:54:40.174Z] [2019-10-17T21:54:40.174Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:40.174Z] #18 56.52 Selecting previously unselected package libcap2-bin. [2019-10-17T21:54:40.174Z] #18 56.52 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-10-17T21:54:40.174Z] #18 56.53 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-17T21:54:40.174Z] #18 56.61 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-10-17T21:54:40.174Z] #18 56.61 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-10-17T21:54:40.174Z] #18 56.61 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-17T21:54:40.174Z] #18 56.69 Selecting previously unselected package libsepol1-dev:s390x. [2019-10-17T21:54:40.174Z] #18 56.69 Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-10-17T21:54:40.174Z] #18 56.69 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-10-17T21:54:40.504Z] #33 ... [2019-10-17T21:54:40.504Z] [2019-10-17T21:54:40.504Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:54:40.504Z] #40 69.92 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-17T21:54:40.504Z] #40 69.92 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-10-17T21:54:40.504Z] #40 69.92 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:40.504Z] #40 69.97 Setting up python-protobuf (3.0.0-9) ... [2019-10-17T21:54:40.504Z] #40 77.64 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-10-17T21:54:40.504Z] #40 77.66 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-10-17T21:54:40.504Z] #40 77.67 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-10-17T21:54:40.504Z] #40 77.69 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-10-17T21:54:40.504Z] #40 77.70 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-10-17T21:54:40.504Z] #40 77.72 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-17T21:54:40.504Z] #40 77.73 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-10-17T21:54:40.504Z] #40 77.75 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-17T21:54:40.504Z] #40 77.76 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-10-17T21:54:40.504Z] #40 77.77 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-10-17T21:54:40.504Z] #40 77.80 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:40.504Z] #40 DONE 78.6s [2019-10-17T21:54:40.504Z] [2019-10-17T21:54:40.504Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:40.504Z] #26 21.80 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-17T21:54:40.504Z] #26 22.51 [2019-10-17T21:54:40.504Z] #26 22.86 #### 5.9% ######################################################################## 100.0% [2019-10-17T21:54:40.504Z] #26 23.13 [2019-10-17T21:54:40.588Z] #18 57.00 Selecting previously unselected package libpcre16-3:s390x. [2019-10-17T21:54:40.588Z] #18 57.00 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-10-17T21:54:40.588Z] #18 57.00 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-10-17T21:54:40.588Z] #18 57.08 Selecting previously unselected package libpcre32-3:s390x. [2019-10-17T21:54:40.588Z] #18 57.09 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-10-17T21:54:40.588Z] #18 57.09 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-10-17T21:54:40.588Z] #18 57.23 Selecting previously unselected package libpcre3-dev:s390x. [2019-10-17T21:54:40.588Z] #18 57.24 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-10-17T21:54:40.588Z] #18 57.24 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-10-17T21:54:40.998Z] #18 57.59 Selecting previously unselected package libselinux1-dev:s390x. [2019-10-17T21:54:41.404Z] #18 57.59 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-10-17T21:54:41.404Z] #18 57.59 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-17T21:54:41.404Z] #18 57.86 Selecting previously unselected package libdevmapper-dev:s390x. [2019-10-17T21:54:41.404Z] #18 57.87 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-10-17T21:54:41.404Z] #18 57.87 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-17T21:54:41.404Z] #18 57.95 Selecting previously unselected package libnl-3-200:s390x. [2019-10-17T21:54:41.404Z] #18 57.95 Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-10-17T21:54:41.404Z] #18 57.96 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-10-17T21:54:41.404Z] #18 58.03 Selecting previously unselected package libprotobuf-c1:s390x. [2019-10-17T21:54:41.404Z] #18 58.03 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-10-17T21:54:41.404Z] #18 58.03 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-17T21:54:41.404Z] #18 58.13 Selecting previously unselected package libreadline5:s390x. [2019-10-17T21:54:41.432Z] #26 ... [2019-10-17T21:54:41.432Z] [2019-10-17T21:54:41.432Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-17T21:54:41.432Z] #15 DONE 3.7s [2019-10-17T21:54:41.432Z] [2019-10-17T21:54:41.432Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:54:41.432Z] #33 78.66 Processing triggers for mime-support (3.60) ... [2019-10-17T21:54:41.432Z] #33 78.88 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:41.432Z] #33 78.90 Setting up libuv1:amd64 (1.9.1-3) ... [2019-10-17T21:54:41.432Z] #33 78.91 Setting up cmake-data (3.7.2-1) ... [2019-10-17T21:54:41.432Z] #33 78.94 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-10-17T21:54:41.432Z] #33 78.96 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-17T21:54:41.432Z] #33 79.00 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:41.432Z] #33 79.07 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:41.432Z] #33 79.33 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-17T21:54:41.432Z] #33 79.38 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-10-17T21:54:41.432Z] #33 79.38 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-10-17T21:54:41.432Z] #33 79.40 Setting up cmake (3.7.2-1) ... [2019-10-17T21:54:41.689Z] #33 79.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:54:41.790Z] #18 58.13 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-10-17T21:54:41.791Z] #18 58.14 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-17T21:54:41.791Z] #18 58.27 Selecting previously unselected package libsystemd-dev:s390x. [2019-10-17T21:54:41.791Z] #18 58.27 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-10-17T21:54:41.791Z] #18 58.28 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-17T21:54:41.945Z] #33 DONE 80.1s [2019-10-17T21:54:41.945Z] [2019-10-17T21:54:41.945Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:54:41.945Z] #34 DONE 0.1s [2019-10-17T21:54:41.945Z] [2019-10-17T21:54:41.945Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-17T21:54:42.201Z] #35 DONE 0.1s [2019-10-17T21:54:42.201Z] [2019-10-17T21:54:42.201Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:42.222Z] #7 completed: 2019-10-17 21:54:39.997228165 +0000 UTC [2019-10-17T21:54:42.222Z] #7 duration: 1m2.533021531s [2019-10-17T21:54:42.222Z] [2019-10-17T21:54:42.222Z] [2019-10-17T21:54:42.222Z] #8 exporting to image [2019-10-17T21:54:42.222Z] #8 digest: sha256:dad0454cf4aeda0ca40887549a9a06abadc10dc3d99dfdf97f3dd1a1d8996e7e [2019-10-17T21:54:42.222Z] #8 name: "exporting to image" [2019-10-17T21:54:42.222Z] #8 started: 2019-10-17 21:54:39.999377664 +0000 UTC [2019-10-17T21:54:42.222Z] #8 exporting layers [2019-10-17T21:54:43.179Z] #18 59.72 Selecting previously unselected package net-tools. [2019-10-17T21:54:43.179Z] #18 59.72 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-10-17T21:54:43.179Z] #18 59.72 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-17T21:54:43.584Z] #18 59.98 Selecting previously unselected package python-pip-whl. [2019-10-17T21:54:43.584Z] #18 59.98 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-17T21:54:43.584Z] #18 59.98 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-17T21:54:44.445Z] #18 60.60 Selecting previously unselected package python3-pip. [2019-10-17T21:54:44.445Z] #18 60.60 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-17T21:54:44.445Z] #18 60.60 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-17T21:54:44.445Z] #18 60.81 Selecting previously unselected package python3-pkg-resources. [2019-10-17T21:54:44.445Z] #18 60.81 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-17T21:54:44.445Z] #18 60.82 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-17T21:54:44.445Z] #18 60.95 Selecting previously unselected package python3-setuptools. [2019-10-17T21:54:44.445Z] #18 60.96 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-17T21:54:44.445Z] #18 60.96 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-17T21:54:44.445Z] #18 61.14 Selecting previously unselected package python3-wheel. [2019-10-17T21:54:44.717Z] #36 ... [2019-10-17T21:54:44.717Z] [2019-10-17T21:54:44.717Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:44.717Z] #44 72.08 time [2019-10-17T21:54:44.717Z] #44 77.63 internal/fmtsort [2019-10-17T21:54:44.717Z] #44 78.61 strings [2019-10-17T21:54:44.717Z] #44 79.78 os [2019-10-17T21:54:44.717Z] #44 ... [2019-10-17T21:54:44.717Z] [2019-10-17T21:54:44.717Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:44.717Z] #26 24.98 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-17T21:54:44.717Z] #26 25.11 skipping existing 1849cc453dee [2019-10-17T21:54:44.717Z] #26 25.46 [2019-10-17T21:54:44.717Z] #26 27.33 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-17T21:54:44.717Z] #26 27.84 [2019-10-17T21:54:44.717Z] #26 28.00 ######################################################################## 100.0% [2019-10-17T21:54:44.839Z] #18 61.14 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-17T21:54:44.839Z] #18 61.14 Unpacking python3-wheel (0.29.0-2) ... [2019-10-17T21:54:44.839Z] #18 61.30 Selecting previously unselected package thin-provisioning-tools. [2019-10-17T21:54:44.839Z] #18 61.33 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-10-17T21:54:44.839Z] #18 61.33 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-17T21:54:44.973Z] #26 28.11 [2019-10-17T21:54:44.973Z] #26 28.18 Download of images into '/build' complete. [2019-10-17T21:54:44.973Z] #26 28.18 Use something like the following to load the result into a Docker daemon: [2019-10-17T21:54:44.973Z] #26 28.18 tar -cC '/build' . | docker load [2019-10-17T21:54:45.290Z] #18 61.66 Selecting previously unselected package vim-runtime. [2019-10-17T21:54:45.290Z] #18 61.66 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:54:45.290Z] #18 61.75 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-17T21:54:45.290Z] #18 61.82 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-17T21:54:45.290Z] #18 61.83 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:45.537Z] #26 ... [2019-10-17T21:54:45.537Z] [2019-10-17T21:54:45.537Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:45.537Z] #54 14.29 + cd /tmp/tmp.xmWohenEND/src/github.com/opencontainers/runc [2019-10-17T21:54:45.537Z] #54 14.29 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-17T21:54:45.537Z] #54 14.47 + '[' -z '' ']' [2019-10-17T21:54:45.537Z] #54 14.47 + target=static [2019-10-17T21:54:45.537Z] #54 14.47 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-17T21:54:45.537Z] #54 16.84 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-17T21:54:45.537Z] #54 ... [2019-10-17T21:54:45.537Z] [2019-10-17T21:54:45.538Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:54:45.538Z] #26 DONE 28.7s [2019-10-17T21:54:45.538Z] [2019-10-17T21:54:45.538Z] #16 [dev 6/24] RUN ldconfig [2019-10-17T21:54:45.538Z] #16 DONE 4.2s [2019-10-17T21:54:45.538Z] [2019-10-17T21:54:45.538Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:47.599Z] #18 ... [2019-10-17T21:54:47.600Z] [2019-10-17T21:54:47.600Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:47.600Z] #42 37.75 CC compel/plugins/std/infect.o [2019-10-17T21:54:47.600Z] #42 38.09 CC compel/arch/s390/plugins/std/parasite-head.o [2019-10-17T21:54:47.600Z] #42 38.13 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-10-17T21:54:47.600Z] #42 38.21 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-10-17T21:54:47.600Z] #42 38.37 AR compel/plugins/std.lib.a [2019-10-17T21:54:47.600Z] #42 38.41 CC compel/plugins/fds/fds.o [2019-10-17T21:54:47.600Z] #42 38.63 AR compel/plugins/fds.lib.a [2019-10-17T21:54:47.600Z] #42 38.67 HOSTDEP compel/src/lib/log-host.d [2019-10-17T21:54:47.600Z] #42 38.78 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-17T21:54:47.600Z] #42 38.92 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-10-17T21:54:47.600Z] #42 39.03 HOSTDEP compel/src/main-host.d [2019-10-17T21:54:47.600Z] #42 39.12 DEP compel/src/lib/ptrace.d [2019-10-17T21:54:47.600Z] #42 39.28 DEP compel/src/lib/infect.d [2019-10-17T21:54:47.600Z] #42 39.49 DEP compel/src/lib/infect-util.d [2019-10-17T21:54:47.600Z] #42 39.71 DEP compel/src/lib/infect-rpc.d [2019-10-17T21:54:47.600Z] #42 39.82 DEP compel/arch/s390/src/lib/infect.d [2019-10-17T21:54:47.600Z] #42 39.95 DEP compel/arch/s390/src/lib/cpu.d [2019-10-17T21:54:47.600Z] #42 40.06 DEP compel/src/lib/log.d [2019-10-17T21:54:47.600Z] #42 40.26 DEP compel/src/main.d [2019-10-17T21:54:47.600Z] #42 40.43 DEP compel/src/lib/handle-elf.d [2019-10-17T21:54:47.600Z] #42 40.55 DEP compel/arch/s390/src/lib/handle-elf.d [2019-10-17T21:54:47.600Z] #42 40.69 CC compel/src/lib/log.o [2019-10-17T21:54:47.600Z] #42 41.10 CC compel/arch/s390/src/lib/cpu.o [2019-10-17T21:54:47.600Z] #42 41.46 CC compel/arch/s390/src/lib/infect.o [2019-10-17T21:54:47.600Z] #42 42.19 CC compel/src/lib/infect-rpc.o [2019-10-17T21:54:47.600Z] #42 42.58 CC compel/src/lib/infect-util.o [2019-10-17T21:54:47.600Z] #42 42.89 CC compel/src/lib/infect.o [2019-10-17T21:54:47.600Z] #42 44.69 CC compel/src/lib/ptrace.o [2019-10-17T21:54:47.600Z] #42 44.99 AR compel/libcompel.a [2019-10-17T21:54:47.600Z] #42 45.03 HOSTCC compel/src/main-host.o [2019-10-17T21:54:47.600Z] #42 45.31 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-10-17T21:54:47.600Z] #42 45.51 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-17T21:54:47.600Z] #42 46.27 HOSTCC compel/src/lib/log-host.o [2019-10-17T21:54:47.600Z] #42 46.66 HOSTLINK compel/compel-host-bin [2019-10-17T21:54:47.600Z] #42 46.81 DEP soccr/soccr.d [2019-10-17T21:54:47.600Z] #42 47.07 CC soccr/soccr.o [2019-10-17T21:54:48.445Z] #42 48.81 AR soccr/libsoccr.a [2019-10-17T21:54:48.445Z] #42 48.84 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-17T21:54:48.803Z] #17 ... [2019-10-17T21:54:48.803Z] [2019-10-17T21:54:48.803Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:48.803Z] #31 76.06 os [2019-10-17T21:54:48.803Z] #31 77.89 internal/fmtsort [2019-10-17T21:54:48.803Z] #31 79.08 strings [2019-10-17T21:54:48.803Z] #31 81.09 fmt [2019-10-17T21:54:48.803Z] #31 82.98 path/filepath [2019-10-17T21:54:48.803Z] #31 85.89 io/ioutil [2019-10-17T21:54:48.803Z] #31 ... [2019-10-17T21:54:48.803Z] [2019-10-17T21:54:48.803Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:48.803Z] #36 3.543 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:54:48.803Z] #36 3.543 + RM_GOPATH=0 [2019-10-17T21:54:48.803Z] #36 3.543 + TMP_GOPATH= [2019-10-17T21:54:48.803Z] #36 3.543 + : /build [2019-10-17T21:54:48.803Z] #36 3.543 + '[' -z '' ']' [2019-10-17T21:54:48.803Z] #36 3.543 ++ mktemp -d [2019-10-17T21:54:48.803Z] #36 3.543 + export GOPATH=/tmp/tmp.V4l3eP2J7U [2019-10-17T21:54:48.803Z] #36 3.543 + GOPATH=/tmp/tmp.V4l3eP2J7U [2019-10-17T21:54:48.803Z] #36 3.543 + RM_GOPATH=1 [2019-10-17T21:54:48.803Z] #36 3.543 ++ dirname ./install.sh [2019-10-17T21:54:48.803Z] #36 3.543 + dir=. [2019-10-17T21:54:48.803Z] #36 3.543 + bin=tini [2019-10-17T21:54:48.803Z] #36 3.543 + shift [2019-10-17T21:54:48.803Z] #36 3.543 + '[' '!' -f ./tini.installer ']' [2019-10-17T21:54:48.803Z] #36 3.543 + . ./tini.installer [2019-10-17T21:54:48.803Z] #36 3.543 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:54:48.803Z] #36 3.543 + install_tini [2019-10-17T21:54:48.803Z] #36 3.543 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-17T21:54:48.803Z] #36 3.543 + git clone https://github.com/krallin/tini.git /tmp/tmp.V4l3eP2J7U/tini [2019-10-17T21:54:48.803Z] #36 3.591 Cloning into '/tmp/tmp.V4l3eP2J7U/tini'... [2019-10-17T21:54:48.803Z] #36 5.131 + cd /tmp/tmp.V4l3eP2J7U/tini [2019-10-17T21:54:48.803Z] #36 5.131 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:54:48.803Z] #36 5.189 + cmake . [2019-10-17T21:54:48.803Z] #36 6.537 -- The C compiler identification is GNU 6.3.0 [2019-10-17T21:54:48.803Z] #36 6.660 -- Check for working C compiler: /usr/bin/cc [2019-10-17T21:54:48.844Z] #42 49.17 DEP criu/arch/s390/sigframe.d [2019-10-17T21:54:48.844Z] #42 49.29 DEP criu/arch/s390/crtools.d [2019-10-17T21:54:49.231Z] #42 49.47 DEP criu/arch/s390/cpu.d [2019-10-17T21:54:49.231Z] #42 49.72 CC criu/arch/s390/cpu.o [2019-10-17T21:54:49.633Z] #42 50.21 CC criu/arch/s390/crtools.o [2019-10-17T21:54:49.730Z] #36 7.417 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-17T21:54:49.730Z] #36 7.436 -- Detecting C compiler ABI info [2019-10-17T21:54:50.291Z] #36 8.119 -- Detecting C compiler ABI info - done [2019-10-17T21:54:50.291Z] #36 8.180 -- Detecting C compile features [2019-10-17T21:54:50.472Z] #42 ... [2019-10-17T21:54:50.472Z] [2019-10-17T21:54:50.472Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:50.472Z] #18 66.95 Selecting previously unselected package vim. [2019-10-17T21:54:50.472Z] #18 66.96 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-10-17T21:54:50.472Z] #18 66.96 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:54:50.547Z] #36 ... [2019-10-17T21:54:50.547Z] [2019-10-17T21:54:50.547Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:50.547Z] #41 5.988 Note: Building without setproctitle() and strlcpy() support. [2019-10-17T21:54:50.547Z] #41 5.988 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-17T21:54:50.547Z] #41 8.724 fatal: Not a git repository (or any of the parent directories): .git [2019-10-17T21:54:50.547Z] #41 8.765 GEN .gitid [2019-10-17T21:54:50.547Z] #41 8.784 GEN criu/include/version.h [2019-10-17T21:54:50.547Z] #41 8.836 GEN include/common/asm [2019-10-17T21:54:50.547Z] #41 ... [2019-10-17T21:54:50.547Z] [2019-10-17T21:54:50.547Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:54:50.547Z] #31 86.97 text/tabwriter [2019-10-17T21:54:50.547Z] #31 88.09 flag [2019-10-17T21:54:50.547Z] #31 88.10 github.com/BurntSushi/toml [2019-10-17T21:54:50.901Z] #18 67.55 Selecting previously unselected package xfsprogs. [2019-10-17T21:54:50.901Z] #18 67.55 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-10-17T21:54:50.901Z] #18 67.56 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-17T21:54:51.757Z] #18 68.18 Selecting previously unselected package zip. [2019-10-17T21:54:51.757Z] #18 68.18 Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-10-17T21:54:51.757Z] #18 68.18 Unpacking zip (3.0-11+b1) ... [2019-10-17T21:54:51.757Z] #18 ... [2019-10-17T21:54:51.757Z] [2019-10-17T21:54:51.757Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:51.757Z] #45 87.20 go/doc [2019-10-17T21:54:51.757Z] #45 89.41 github.com/LK4D4/vndr/godl/singleflight [2019-10-17T21:54:51.757Z] #45 89.57 compress/flate [2019-10-17T21:54:51.757Z] #45 90.34 github.com/LK4D4/vndr/build [2019-10-17T21:54:51.757Z] #45 93.20 compress/gzip [2019-10-17T21:54:51.757Z] #45 94.08 crypto/x509/pkix [2019-10-17T21:54:51.757Z] #45 94.53 vendor/golang.org/x/crypto/cryptobyte [2019-10-17T21:54:51.757Z] #45 94.93 net [2019-10-17T21:54:51.757Z] #45 96.95 vendor/golang.org/x/sys/cpu [2019-10-17T21:54:51.757Z] #45 97.36 vendor/golang.org/x/crypto/internal/chacha20 [2019-10-17T21:54:51.757Z] #45 ... [2019-10-17T21:54:51.757Z] [2019-10-17T21:54:51.757Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:54:51.757Z] #18 68.31 Selecting previously unselected package libapparmor-perl. [2019-10-17T21:54:51.757Z] #18 68.31 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-10-17T21:54:51.757Z] #18 68.31 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-17T21:54:51.757Z] #18 68.42 Selecting previously unselected package apparmor. [2019-10-17T21:54:52.168Z] #18 68.43 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-10-17T21:54:52.168Z] #18 68.50 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-17T21:54:52.575Z] #18 69.14 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-17T21:54:52.575Z] #18 69.14 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-10-17T21:54:52.575Z] #18 69.15 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-17T21:54:53.063Z] #31 90.40 log [2019-10-17T21:54:54.431Z] #31 ... [2019-10-17T21:54:54.431Z] [2019-10-17T21:54:54.431Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:54:54.535Z] #18 70.72 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-17T21:54:54.535Z] #18 70.72 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-10-17T21:54:54.535Z] #18 70.74 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-17T21:54:54.945Z] #59 34.03 Checking out files: 44% (1303/2930) Checking out files: 45% (1319/2930) Checking out files: 46% (1348/2930) Checking out files: 47% (1378/2930) Checking out files: 48% (1407/2930) Checking out files: 49% (1436/2930) Checking out files: 50% (1465/2930) Checking out files: 51% (1495/2930) Checking out files: 52% (1524/2930) Checking out files: 53% (1553/2930) Checking out files: 54% (1583/2930) Checking out files: 55% (1612/2930) Checking out files: 56% (1641/2930) Checking out files: 57% (1671/2930) Checking out files: 58% (1700/2930) Checking out files: 59% (1729/2930) Checking out files: 60% (1758/2930) Checking out files: 61% (1788/2930) Checking out files: 62% (1817/2930) Checking out files: 63% (1846/2930) Checking out files: 64% (1876/2930) Checking out files: 65% (1905/2930) Checking out files: 66% (1934/2930) Checking out files: 67% (1964/2930) Checking out files: 68% (1993/2930) Checking out files: 69% (2022/2930) Checking out files: 70% (2051/2930) Checking out files: 71% (2081/2930) Checking out files: 72% (2110/2930) Checking out files: 73% (2139/2930) Checking out files: 74% (2169/2930) Checking out files: 75% (2198/2930) Checking out files: 76% (2227/2930) Checking out files: 77% (2257/2930) Checking out files: 78% (2286/2930) Checking out files: 79% (2315/2930) Checking out files: 80% (2344/2930) Checking out files: 81% (2374/2930) Checking out files: 81% (2392/2930) Checking out files: 82% (2403/2930) Checking out files: 83% (2432/2930) Checking out files: 84% (2462/2930) Checking out files: 85% (2491/2930) Checking out files: 86% (2520/2930) Checking out files: 87% (2550/2930) Checking out files: 88% (2579/2930) Checking out files: 89% (2608/2930) Checking out files: 90% (2637/2930) Checking out files: 91% (2667/2930) Checking out files: 92% (2696/2930) Checking out files: 93% (2725/2930) Checking out files: 94% (2755/2930) Checking out files: 95% (2784/2930) Checking out files: 96% (2813/2930) Checking out files: 97% (2843/2930) Checking out files: 98% (2872/2930) Checking out files: 99% (2901/2930) Checking out files: 100% (2930/2930) Checking out files: 100% (2930/2930), done. [2019-10-17T21:54:54.945Z] #59 35.72 + cd /tmp/tmp.Gzl986tISy/src/github.com/containerd/containerd [2019-10-17T21:54:54.945Z] #59 35.72 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:54:55.872Z] #59 ... [2019-10-17T21:54:55.872Z] [2019-10-17T21:54:55.872Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:55.872Z] #36 10.03 -- Detecting C compile features - done [2019-10-17T21:54:55.872Z] #36 10.08 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-17T21:54:55.872Z] #36 10.30 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-17T21:54:55.872Z] #36 10.42 -- Configuring done [2019-10-17T21:54:55.872Z] #36 10.45 -- Generating done [2019-10-17T21:54:55.872Z] #36 10.45 -- Build files have been written to: /tmp/tmp.V4l3eP2J7U/tini [2019-10-17T21:54:55.872Z] #36 10.47 + make tini-static [2019-10-17T21:54:55.872Z] #36 10.78 Scanning dependencies of target tini-static [2019-10-17T21:54:55.872Z] #36 10.85 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-17T21:54:55.872Z] #36 12.37 [100%] Linking C executable tini-static [2019-10-17T21:54:55.872Z] #36 13.00 [100%] Built target tini-static [2019-10-17T21:54:55.872Z] #36 13.04 + mkdir -p /build [2019-10-17T21:54:55.872Z] #36 13.06 + cp tini-static /build/docker-init [2019-10-17T21:54:55.872Z] #36 DONE 13.5s [2019-10-17T21:54:55.872Z] [2019-10-17T21:54:55.872Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:55.872Z] #41 10.49 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-17T21:54:55.872Z] #41 10.58 PBCC images/opts.pb-c.c [2019-10-17T21:54:55.872Z] #41 10.63 PBCC images/sit.pb-c.c [2019-10-17T21:54:55.872Z] #41 10.69 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-17T21:54:55.872Z] #41 10.75 DEP images/opts.pb-c.d [2019-10-17T21:54:55.872Z] #41 10.81 DEP images/sit.pb-c.d [2019-10-17T21:54:55.872Z] #41 10.86 PBCC images/macvlan.pb-c.c [2019-10-17T21:54:55.872Z] #41 10.91 DEP images/macvlan.pb-c.d [2019-10-17T21:54:55.872Z] #41 10.96 PBCC images/autofs.pb-c.c [2019-10-17T21:54:55.873Z] #41 10.98 DEP images/autofs.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.06 PBCC images/sysctl.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.09 DEP images/sysctl.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.15 PBCC images/time.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.18 DEP images/time.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.30 PBCC images/binfmt-misc.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.33 DEP images/binfmt-misc.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.35 PBCC images/seccomp.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.39 DEP images/seccomp.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.44 PBCC images/userns.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.52 DEP images/userns.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.61 PBCC images/cgroup.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.64 DEP images/cgroup.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.73 PBCC images/fown.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.79 PBCC images/ext-file.pb-c.c [2019-10-17T21:54:55.873Z] #41 11.83 DEP images/fown.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.89 DEP images/ext-file.pb-c.d [2019-10-17T21:54:55.873Z] #41 11.96 PBCC images/rpc.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.00 DEP images/rpc.pb-c.d [2019-10-17T21:54:55.873Z] #41 12.05 PBCC images/siginfo.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.10 DEP images/siginfo.pb-c.d [2019-10-17T21:54:55.873Z] #41 12.16 PBCC images/pagemap.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.26 DEP images/pagemap.pb-c.d [2019-10-17T21:54:55.873Z] #41 12.35 PBCC images/rlimit.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.38 DEP images/rlimit.pb-c.d [2019-10-17T21:54:55.873Z] #41 12.46 PBCC images/file-lock.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.51 DEP images/file-lock.pb-c.d [2019-10-17T21:54:55.873Z] #41 12.58 PBCC images/tty.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.72 DEP images/tty.pb-c.d [2019-10-17T21:54:55.873Z] #41 12.77 PBCC images/tun.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.87 PBCC images/netdev.pb-c.c [2019-10-17T21:54:55.873Z] #41 12.92 DEP images/tun.pb-c.d [2019-10-17T21:54:55.873Z] #41 13.05 DEP images/netdev.pb-c.d [2019-10-17T21:54:55.873Z] #41 13.15 PBCC images/vma.pb-c.c [2019-10-17T21:54:55.873Z] #41 13.25 DEP images/vma.pb-c.d [2019-10-17T21:54:55.873Z] #41 13.39 PBCC images/creds.pb-c.c [2019-10-17T21:54:55.873Z] #41 13.49 DEP images/creds.pb-c.d [2019-10-17T21:54:55.873Z] #41 13.57 PBCC images/utsns.pb-c.c [2019-10-17T21:54:55.873Z] #41 13.62 DEP images/utsns.pb-c.d [2019-10-17T21:54:55.873Z] #41 13.71 PBCC images/ipc-desc.pb-c.c [2019-10-17T21:54:55.873Z] #41 13.78 PBCC images/ipc-sem.pb-c.c [2019-10-17T21:54:55.873Z] #41 13.89 DEP images/ipc-desc.pb-c.d [2019-10-17T21:54:55.873Z] #41 13.99 DEP images/ipc-sem.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.04 PBCC images/ipc-msg.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.06 DEP images/ipc-msg.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.12 PBCC images/ipc-shm.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.19 DEP images/ipc-shm.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.27 PBCC images/ipc-var.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.28 DEP images/ipc-var.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.35 PBCC images/sk-opts.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.40 PBCC images/packet-sock.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.44 DEP images/sk-opts.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.53 DEP images/packet-sock.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.61 PBCC images/sk-netlink.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.73 DEP images/sk-netlink.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.78 PBCC images/sk-inet.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.84 DEP images/sk-inet.pb-c.d [2019-10-17T21:54:55.873Z] #41 14.92 PBCC images/sk-unix.pb-c.c [2019-10-17T21:54:55.873Z] #41 14.99 DEP images/sk-unix.pb-c.d [2019-10-17T21:54:55.873Z] #41 15.10 PBCC images/mm.pb-c.c [2019-10-17T21:54:55.873Z] #41 15.26 DEP images/mm.pb-c.d [2019-10-17T21:54:55.873Z] #41 15.45 PBCC images/timerfd.pb-c.c [2019-10-17T21:54:55.873Z] #41 15.53 DEP images/timerfd.pb-c.d [2019-10-17T21:54:55.873Z] #41 ... [2019-10-17T21:54:55.873Z] [2019-10-17T21:54:55.873Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:54:55.873Z] #44 83.47 regexp/syntax [2019-10-17T21:54:55.873Z] #44 85.43 fmt [2019-10-17T21:54:55.873Z] #44 90.59 regexp [2019-10-17T21:54:55.873Z] #44 91.34 go/token [2019-10-17T21:54:55.873Z] #44 92.52 go/scanner [2019-10-17T21:54:56.129Z] #44 ... [2019-10-17T21:54:56.129Z] [2019-10-17T21:54:56.129Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:56.129Z] #41 15.59 PBCC images/timer.pb-c.c [2019-10-17T21:54:56.129Z] #41 15.67 DEP images/timer.pb-c.d [2019-10-17T21:54:56.129Z] #41 15.75 PBCC images/sa.pb-c.c [2019-10-17T21:54:56.129Z] #41 15.79 DEP images/sa.pb-c.d [2019-10-17T21:54:56.385Z] #41 15.86 PBCC images/pipe-data.pb-c.c [2019-10-17T21:54:56.385Z] #41 15.91 DEP images/pipe-data.pb-c.d [2019-10-17T21:54:56.385Z] #41 16.05 PBCC images/mnt.pb-c.c [2019-10-17T21:54:56.473Z] #18 72.86 Selecting previously unselected package binutils-mingw-w64. [2019-10-17T21:54:56.474Z] #18 72.86 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-17T21:54:56.474Z] #18 72.86 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-17T21:54:56.474Z] #18 72.95 Selecting previously unselected package mingw-w64-common. [2019-10-17T21:54:56.474Z] #18 72.95 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-17T21:54:56.474Z] #18 72.95 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-17T21:54:56.660Z] #41 16.09 DEP images/mnt.pb-c.d [2019-10-17T21:54:56.660Z] #41 16.18 PBCC images/sk-packet.pb-c.c [2019-10-17T21:54:56.660Z] #41 16.22 DEP images/sk-packet.pb-c.d [2019-10-17T21:54:56.660Z] #41 16.33 PBCC images/tcp-stream.pb-c.c [2019-10-17T21:54:56.917Z] #41 16.49 DEP images/tcp-stream.pb-c.d [2019-10-17T21:54:56.917Z] #41 16.56 PBCC images/pipe.pb-c.c [2019-10-17T21:54:56.917Z] #41 16.62 DEP images/pipe.pb-c.d [2019-10-17T21:54:57.174Z] #41 16.70 PBCC images/pstree.pb-c.c [2019-10-17T21:54:57.174Z] #41 16.74 DEP images/pstree.pb-c.d [2019-10-17T21:54:57.174Z] #41 16.80 PBCC images/fs.pb-c.c [2019-10-17T21:54:57.174Z] #41 16.83 DEP images/fs.pb-c.d [2019-10-17T21:54:57.430Z] #41 16.91 PBCC images/signalfd.pb-c.c [2019-10-17T21:54:57.430Z] #41 16.99 DEP images/signalfd.pb-c.d [2019-10-17T21:54:57.430Z] #41 17.08 PBCC images/fh.pb-c.c [2019-10-17T21:54:57.686Z] #41 17.14 PBCC images/fsnotify.pb-c.c [2019-10-17T21:54:57.686Z] #41 17.18 DEP images/fh.pb-c.d [2019-10-17T21:54:57.686Z] #41 17.29 DEP images/fsnotify.pb-c.d [2019-10-17T21:54:57.686Z] #41 17.37 PBCC images/eventpoll.pb-c.c [2019-10-17T21:54:57.943Z] #41 17.41 DEP images/eventpoll.pb-c.d [2019-10-17T21:54:57.943Z] #41 17.47 PBCC images/eventfd.pb-c.c [2019-10-17T21:54:57.943Z] #41 17.51 DEP images/eventfd.pb-c.d [2019-10-17T21:54:57.943Z] #41 17.60 PBCC images/remap-file-path.pb-c.c [2019-10-17T21:54:58.199Z] #41 17.63 DEP images/remap-file-path.pb-c.d [2019-10-17T21:54:58.199Z] #41 17.69 PBCC images/fifo.pb-c.c [2019-10-17T21:54:58.199Z] #41 17.72 DEP images/fifo.pb-c.d [2019-10-17T21:54:58.199Z] #41 17.75 PBCC images/ghost-file.pb-c.c [2019-10-17T21:54:58.199Z] #41 17.81 DEP images/ghost-file.pb-c.d [2019-10-17T21:54:58.456Z] #41 17.92 PBCC images/regfile.pb-c.c [2019-10-17T21:54:58.456Z] #41 18.03 DEP images/regfile.pb-c.d [2019-10-17T21:54:58.456Z] #41 18.05 PBCC images/ns.pb-c.c [2019-10-17T21:54:58.456Z] #41 18.08 DEP images/ns.pb-c.d [2019-10-17T21:54:58.456Z] #41 18.12 PBCC images/fdinfo.pb-c.c [2019-10-17T21:54:58.712Z] #41 18.24 DEP images/fdinfo.pb-c.d [2019-10-17T21:54:58.968Z] #41 18.37 PBCC images/core-aarch64.pb-c.c [2019-10-17T21:54:58.968Z] #41 18.40 PBCC images/core-arm.pb-c.c [2019-10-17T21:54:58.968Z] #41 18.47 PBCC images/core-ppc64.pb-c.c [2019-10-17T21:54:58.968Z] #41 18.51 PBCC images/core-s390.pb-c.c [2019-10-17T21:54:58.968Z] #41 18.57 PBCC images/core-x86.pb-c.c [2019-10-17T21:54:58.968Z] #41 18.59 PBCC images/core.pb-c.c [2019-10-17T21:54:58.968Z] #41 18.69 PBCC images/inventory.pb-c.c [2019-10-17T21:54:59.022Z] #18 ... [2019-10-17T21:54:59.022Z] [2019-10-17T21:54:59.022Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:54:59.022Z] #42 51.38 CC criu/arch/s390/sigframe.o [2019-10-17T21:54:59.022Z] #42 51.62 LINK criu/arch/s390/crtools.built-in.o [2019-10-17T21:54:59.022Z] #42 51.65 DEP criu/arch/s390/vdso-pie.d [2019-10-17T21:54:59.022Z] #42 51.79 DEP criu/pie/parasite-vdso.d [2019-10-17T21:54:59.022Z] #42 51.94 DEP criu/pie/util-vdso.d [2019-10-17T21:54:59.022Z] #42 52.14 DEP criu/pie/util.d [2019-10-17T21:54:59.022Z] #42 52.26 CC criu/pie/util.o [2019-10-17T21:54:59.022Z] #42 52.63 CC criu/pie/util-vdso.o [2019-10-17T21:54:59.022Z] #42 53.27 CC criu/pie/parasite-vdso.o [2019-10-17T21:54:59.022Z] #42 53.86 CC criu/arch/s390/vdso-pie.o [2019-10-17T21:54:59.022Z] #42 54.20 AR criu/pie/pie.lib.a [2019-10-17T21:54:59.022Z] #42 54.28 DEP criu/pie/restorer.d [2019-10-17T21:54:59.022Z] #42 54.48 DEP criu/arch/s390/restorer.d [2019-10-17T21:54:59.022Z] #42 54.73 DEP criu/pie/parasite.d [2019-10-17T21:54:59.022Z] #42 54.91 CC criu/pie/parasite.o [2019-10-17T21:54:59.022Z] #42 56.06 LINK criu/pie/parasite.built-in.o [2019-10-17T21:54:59.022Z] #42 56.06 GEN criu/pie/parasite-blob.h [2019-10-17T21:54:59.022Z] #42 56.11 CC criu/arch/s390/restorer.o [2019-10-17T21:54:59.022Z] #42 56.52 CC criu/pie/restorer.o [2019-10-17T21:54:59.022Z] #42 58.84 LINK criu/pie/restorer.built-in.o [2019-10-17T21:54:59.022Z] #42 58.84 GEN criu/pie/restorer-blob.h [2019-10-17T21:54:59.022Z] #42 58.92 DEP criu/vdso.d [2019-10-17T21:54:59.022Z] #42 59.12 DEP criu/uts_ns.d [2019-10-17T21:54:59.022Z] #42 59.25 DEP criu/util.d [2019-10-17T21:54:59.022Z] #42 59.46 DEP criu/uffd.d [2019-10-17T21:54:59.227Z] #41 18.75 DEP images/core-aarch64.pb-c.d [2019-10-17T21:54:59.482Z] #41 18.85 DEP images/core-arm.pb-c.d [2019-10-17T21:54:59.482Z] #41 18.92 DEP images/core-ppc64.pb-c.d [2019-10-17T21:54:59.482Z] #41 19.00 DEP images/core-s390.pb-c.d [2019-10-17T21:54:59.482Z] #41 19.09 DEP images/core-x86.pb-c.d [2019-10-17T21:54:59.548Z] #42 59.64 DEP criu/tun.d [2019-10-17T21:54:59.548Z] #42 59.85 DEP criu/tty.d [2019-10-17T21:54:59.548Z] #42 59.99 DEP criu/timerfd.d [2019-10-17T21:54:59.738Z] #41 19.16 DEP images/core.pb-c.d [2019-10-17T21:54:59.738Z] #41 19.27 DEP images/inventory.pb-c.d [2019-10-17T21:54:59.738Z] #41 19.36 PBCC images/cpuinfo.pb-c.c [2019-10-17T21:55:00.048Z] #41 19.43 DEP images/cpuinfo.pb-c.d [2019-10-17T21:55:00.048Z] #41 19.52 PBCC images/stats.pb-c.c [2019-10-17T21:55:00.048Z] #41 19.61 DEP images/stats.pb-c.d [2019-10-17T21:55:00.272Z] #42 60.24 DEP criu/sysfs_parse.d [2019-10-17T21:55:00.272Z] #42 60.54 DEP criu/sysctl.d [2019-10-17T21:55:00.272Z] #42 60.83 DEP criu/string.d [2019-10-17T21:55:00.616Z] #41 ... [2019-10-17T21:55:00.616Z] [2019-10-17T21:55:00.616Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:55:00.616Z] #31 93.22 github.com/BurntSushi/toml/cmd/tomlv [2019-10-17T21:55:00.616Z] #31 DONE 98.3s [2019-10-17T21:55:00.616Z] [2019-10-17T21:55:00.616Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:00.616Z] #44 94.36 go/ast [2019-10-17T21:55:00.616Z] #44 95.65 internal/lazyregexp [2019-10-17T21:55:00.616Z] #44 96.04 net/url [2019-10-17T21:55:00.616Z] #44 97.92 text/template/parse [2019-10-17T21:55:00.787Z] #42 60.88 DEP criu/stats.d [2019-10-17T21:55:00.787Z] #42 61.04 DEP criu/sockets.d [2019-10-17T21:55:00.874Z] #44 ... [2019-10-17T21:55:00.874Z] [2019-10-17T21:55:00.874Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:00.874Z] #17 5.206 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:55:00.874Z] #17 5.377 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:55:00.874Z] #17 5.418 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:55:00.874Z] #17 5.439 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:55:00.874Z] #17 5.456 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:55:00.874Z] #17 6.233 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] [2019-10-17T21:55:00.874Z] #17 7.711 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-17T21:55:00.874Z] #17 8.495 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-17T21:55:01.298Z] #42 61.51 DEP criu/sk-unix.d [2019-10-17T21:55:01.298Z] #42 ... [2019-10-17T21:55:01.298Z] [2019-10-17T21:55:01.298Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:01.298Z] #18 77.60 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-17T21:55:01.298Z] #18 77.60 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-17T21:55:01.298Z] #18 77.60 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-17T21:55:02.750Z] #18 ... [2019-10-17T21:55:02.750Z] [2019-10-17T21:55:02.750Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:02.750Z] #45 98.14 vendor/golang.org/x/crypto/poly1305 [2019-10-17T21:55:02.750Z] #45 98.73 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-17T21:55:02.750Z] #45 99.36 vendor/golang.org/x/crypto/curve25519 [2019-10-17T21:55:02.750Z] #45 99.97 vendor/golang.org/x/crypto/hkdf [2019-10-17T21:55:02.750Z] #45 100.2 vendor/golang.org/x/text/transform [2019-10-17T21:55:02.750Z] #45 100.8 vendor/golang.org/x/text/unicode/bidi [2019-10-17T21:55:02.750Z] #45 103.5 vendor/golang.org/x/text/secure/bidirule [2019-10-17T21:55:02.750Z] #45 103.8 vendor/golang.org/x/text/unicode/norm [2019-10-17T21:55:02.750Z] #45 ... [2019-10-17T21:55:02.750Z] [2019-10-17T21:55:02.751Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:02.751Z] #42 62.05 DEP criu/sk-tcp.d [2019-10-17T21:55:02.751Z] #42 62.40 DEP criu/sk-queue.d [2019-10-17T21:55:02.751Z] #42 62.81 DEP criu/sk-packet.d [2019-10-17T21:55:02.751Z] #42 63.01 DEP criu/sk-netlink.d [2019-10-17T21:55:02.751Z] #42 63.17 DEP criu/sk-inet.d [2019-10-17T21:55:02.751Z] #42 63.38 DEP criu/signalfd.d [2019-10-17T21:55:02.784Z] #17 ... [2019-10-17T21:55:02.784Z] [2019-10-17T21:55:02.784Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:02.784Z] #41 22.09 make[1]: Nothing to be done for 'all'. [2019-10-17T21:55:03.165Z] #42 63.62 DEP criu/sigframe.d [2019-10-17T21:55:03.579Z] #42 63.69 DEP criu/shmem.d [2019-10-17T21:55:03.579Z] #42 63.91 DEP criu/servicefd.d [2019-10-17T21:55:03.579Z] #42 64.06 DEP criu/seize.d [2019-10-17T21:55:03.983Z] #42 64.24 DEP criu/seccomp.d [2019-10-17T21:55:03.983Z] #42 64.40 DEP criu/rst-malloc.d [2019-10-17T21:55:03.983Z] #42 64.47 DEP criu/rbtree.d [2019-10-17T21:55:03.983Z] #42 64.53 DEP criu/pstree.d [2019-10-17T21:55:04.146Z] #41 23.44 CC images/stats.o [2019-10-17T21:55:04.146Z] #41 23.80 CC images/core.o [2019-10-17T21:55:04.388Z] #42 64.73 DEP criu/protobuf.d [2019-10-17T21:55:04.388Z] #42 64.86 GEN criu/protobuf-desc-gen.h [2019-10-17T21:55:04.575Z] #8 completed: 2019-10-17 21:55:00.930019422 +0000 UTC [2019-10-17T21:55:04.575Z] #8 duration: 20.930641758s [2019-10-17T21:55:04.575Z] #8 exporting layers 20.9s done [2019-10-17T21:55:04.575Z] #8 writing image sha256:7ec0b6e7fba340b1577cc418ac7e76694e466b4aab8a2782ce9134997e30f0cd done [2019-10-17T21:55:04.575Z] #8 naming to docker.io/library/moby-buildx:v0.3.0 done [2019-10-17T21:55:04.575Z] [2019-10-17T21:55:04.575Z] 8c3b9b4fa9b5fdece10061eab5ba51f56842081c03cd33bd9cd0e19474849f59 [2019-10-17T21:55:04.575Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:4ba75de5363e5980244579051d740fe2620c70fe . [2019-10-17T21:55:04.575Z] #1 [internal] booting buildkit [2019-10-17T21:55:04.575Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-10-17T21:55:04.575Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2019-10-17T21:55:04.575Z] #1 creating container buildx_buildkit_default [2019-10-17T21:55:04.801Z] #42 ... [2019-10-17T21:55:04.801Z] [2019-10-17T21:55:04.801Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:04.801Z] #63 101.5 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-17T21:55:04.801Z] #63 101.5 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-17T21:55:04.801Z] #63 DONE 110.5s [2019-10-17T21:55:04.801Z] [2019-10-17T21:55:04.801Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-17T21:55:04.801Z] #64 DONE 0.1s [2019-10-17T21:55:05.072Z] #41 24.72 CC images/core-x86.o [2019-10-17T21:55:05.198Z] #1 creating container buildx_buildkit_default 0.6s done [2019-10-17T21:55:05.198Z] #1 DONE 3.5s [2019-10-17T21:55:05.198Z] [2019-10-17T21:55:05.198Z] #2 [internal] load build definition from Dockerfile [2019-10-17T21:55:05.198Z] #2 DONE 0.0s [2019-10-17T21:55:05.198Z] [2019-10-17T21:55:05.198Z] #3 [internal] load .dockerignore [2019-10-17T21:55:05.198Z] #3 DONE 0.0s [2019-10-17T21:55:05.211Z] [2019-10-17T21:55:05.211Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:05.481Z] [2019-10-17T21:55:05.481Z] #2 [internal] load build definition from Dockerfile [2019-10-17T21:55:05.481Z] #2 transferring dockerfile: 14.62kB 0.0s done [2019-10-17T21:55:05.481Z] #2 DONE 0.0s [2019-10-17T21:55:05.481Z] [2019-10-17T21:55:05.481Z] #3 [internal] load .dockerignore [2019-10-17T21:55:05.481Z] #3 transferring context: 87B 0.0s done [2019-10-17T21:55:05.481Z] #3 DONE 0.0s [2019-10-17T21:55:05.481Z] [2019-10-17T21:55:05.481Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-10-17T21:55:05.628Z] #55 ... [2019-10-17T21:55:05.628Z] [2019-10-17T21:55:05.628Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:05.628Z] #45 110.9 vendor/golang.org/x/net/idna [2019-10-17T21:55:05.632Z] #41 ... [2019-10-17T21:55:05.632Z] [2019-10-17T21:55:05.632Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:05.632Z] #59 36.46 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-17T21:55:05.632Z] #59 36.46 + BUILDTAGS='netgo osusergo static_build' [2019-10-17T21:55:05.632Z] #59 36.46 + export EXTRA_FLAGS=-buildmode=pie [2019-10-17T21:55:05.632Z] #59 36.46 + EXTRA_FLAGS=-buildmode=pie [2019-10-17T21:55:05.632Z] #59 36.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-17T21:55:05.632Z] #59 36.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-17T21:55:05.632Z] #59 36.46 + '[' '' = dynamic ']' [2019-10-17T21:55:05.632Z] #59 36.46 + make [2019-10-17T21:55:05.632Z] #59 38.26 + bin/ctr [2019-10-17T21:55:05.888Z] #59 ... [2019-10-17T21:55:05.888Z] [2019-10-17T21:55:05.888Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:05.888Z] #41 25.42 CC images/core-arm.o [2019-10-17T21:55:06.101Z] #4 DONE 0.6s [2019-10-17T21:55:06.101Z] [2019-10-17T21:55:06.101Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-10-17T21:55:06.101Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-10-17T21:55:06.101Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-10-17T21:55:06.397Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-10-17T21:55:06.397Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 7.66MB / 8.18MB 0.3s [2019-10-17T21:55:06.397Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-10-17T21:55:06.397Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.3s done [2019-10-17T21:55:06.397Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-10-17T21:55:06.450Z] #41 25.82 CC images/core-aarch64.o [2019-10-17T21:55:06.705Z] #41 26.22 CC images/core-ppc64.o [2019-10-17T21:55:07.014Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-10-17T21:55:07.014Z] #5 DONE 0.9s [2019-10-17T21:55:07.309Z] [2019-10-17T21:55:07.309Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-10-17T21:55:07.606Z] #7 DONE 0.3s [2019-10-17T21:55:07.606Z] [2019-10-17T21:55:07.606Z] #6 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-17T21:55:07.606Z] #6 DONE 0.3s [2019-10-17T21:55:07.606Z] [2019-10-17T21:55:07.606Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:55:07.606Z] #8 resolve docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 done [2019-10-17T21:55:07.634Z] #41 27.04 CC images/core-s390.o [2019-10-17T21:55:07.897Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 0B / 9.99MB 0.1s [2019-10-17T21:55:07.897Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 0B / 50.07MB 0.1s [2019-10-17T21:55:07.897Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 0B / 52.87MB 0.1s [2019-10-17T21:55:07.897Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 0B / 96.42MB 0.1s [2019-10-17T21:55:07.897Z] #8 sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 1.42kB / 1.42kB done [2019-10-17T21:55:07.897Z] #8 sha256:e8b6c9f6fa954d3f0a9e57d316374e76867e0d0895ad21fe70f588789b9b0353 1.79kB / 1.79kB done [2019-10-17T21:55:07.897Z] #8 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 0B / 155B 0.1s [2019-10-17T21:55:07.897Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 0B / 4.30MB 0.1s [2019-10-17T21:55:07.897Z] #8 sha256:b0b87562f76bea48dcc6a170490e46cec5a02db627966893a32f7d56a3fa0ada 5.47kB / 5.47kB done [2019-10-17T21:55:07.897Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 0B / 45.65MB 0.1s [2019-10-17T21:55:07.897Z] #8 sha256:6c11edc0dc355904cee5f3f169703e59adcbc79c74fc02e3bd77ce262ebfac89 155B / 155B 0.2s done [2019-10-17T21:55:07.897Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 228.49kB / 4.30MB 0.3s [2019-10-17T21:55:08.192Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 588.93kB / 4.30MB 0.4s [2019-10-17T21:55:08.192Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 916.61kB / 9.99MB 0.5s [2019-10-17T21:55:08.192Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.01MB / 4.30MB 0.5s [2019-10-17T21:55:08.195Z] #41 27.86 CC images/cpuinfo.o [2019-10-17T21:55:08.488Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 1.57MB / 9.99MB 0.7s [2019-10-17T21:55:08.488Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 1.60MB / 4.30MB 0.7s [2019-10-17T21:55:08.488Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.13MB / 9.99MB 0.8s [2019-10-17T21:55:08.488Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.23MB / 4.30MB 0.8s [2019-10-17T21:55:08.801Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 2.69MB / 9.99MB 1.0s [2019-10-17T21:55:08.801Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 2.55MB / 50.07MB 1.0s [2019-10-17T21:55:08.801Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 2.78MB / 4.30MB 1.0s [2019-10-17T21:55:08.801Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 2.65MB / 45.65MB 1.0s [2019-10-17T21:55:08.801Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 4.26MB / 9.99MB 1.3s [2019-10-17T21:55:08.801Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 3.54MB / 52.87MB 1.3s [2019-10-17T21:55:08.801Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 3.83MB / 4.30MB 1.3s [2019-10-17T21:55:09.049Z] #45 114.1 vendor/golang.org/x/net/http2/hpack [2019-10-17T21:55:09.122Z] #41 28.52 CC images/inventory.o [2019-10-17T21:55:09.148Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.29MB / 4.30MB 1.4s [2019-10-17T21:55:09.377Z] #41 28.83 CC images/fdinfo.o [2019-10-17T21:55:09.451Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 5.05MB / 9.99MB 1.6s [2019-10-17T21:55:09.451Z] #8 sha256:e3fa2203e37520b8df0fba14ca380adb1614f273a5e1c6a54598a18d881b71ed 4.30MB / 4.30MB 1.5s done [2019-10-17T21:55:09.451Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 5.11MB / 45.65MB 1.8s [2019-10-17T21:55:09.469Z] #45 115.1 mime [2019-10-17T21:55:09.633Z] #41 29.19 CC images/fown.o [2019-10-17T21:55:09.758Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.16MB / 9.99MB 1.9s [2019-10-17T21:55:09.758Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 5.60MB / 50.07MB 1.9s [2019-10-17T21:55:09.758Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 4.95MB / 96.42MB 1.9s [2019-10-17T21:55:09.758Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 6.72MB / 9.99MB 2.0s [2019-10-17T21:55:09.881Z] #45 ... [2019-10-17T21:55:09.881Z] [2019-10-17T21:55:09.881Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:09.881Z] #48 DONE 115.7s [2019-10-17T21:55:09.888Z] #41 29.38 CC images/ns.o [2019-10-17T21:55:10.073Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 7.27MB / 9.99MB 2.2s [2019-10-17T21:55:10.073Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 6.75MB / 52.87MB 2.2s [2019-10-17T21:55:10.073Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 8.13MB / 9.99MB 2.3s [2019-10-17T21:55:10.073Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 7.86MB / 45.65MB 2.3s [2019-10-17T21:55:10.144Z] #41 29.62 CC images/regfile.o [2019-10-17T21:55:10.288Z] [2019-10-17T21:55:10.288Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:10.288Z] #42 66.32 DEP criu/protobuf-desc.d [2019-10-17T21:55:10.288Z] #42 66.50 DEP criu/proc_parse.d [2019-10-17T21:55:10.288Z] #42 66.77 DEP criu/plugin.d [2019-10-17T21:55:10.288Z] #42 66.84 DEP criu/pipes.d [2019-10-17T21:55:10.288Z] #42 66.97 DEP criu/pie-util.d [2019-10-17T21:55:10.288Z] #42 67.06 DEP criu/pie-util-vdso.d [2019-10-17T21:55:10.288Z] #42 67.27 DEP criu/pie-util-vdso-elf32.d [2019-10-17T21:55:10.288Z] #42 67.34 DEP criu/path.d [2019-10-17T21:55:10.288Z] #42 67.46 DEP criu/parasite-syscall.d [2019-10-17T21:55:10.288Z] #42 67.69 DEP criu/pagemap.d [2019-10-17T21:55:10.288Z] #42 67.93 DEP criu/pagemap-cache.d [2019-10-17T21:55:10.288Z] #42 68.07 DEP criu/page-xfer.d [2019-10-17T21:55:10.288Z] #42 68.27 DEP criu/page-pipe.d [2019-10-17T21:55:10.288Z] #42 68.45 DEP criu/netfilter.d [2019-10-17T21:55:10.288Z] #42 68.60 DEP criu/net.d [2019-10-17T21:55:10.288Z] #42 68.83 DEP criu/namespaces.d [2019-10-17T21:55:10.288Z] #42 69.02 DEP criu/mount.d [2019-10-17T21:55:10.288Z] #42 69.15 DEP criu/mem.d [2019-10-17T21:55:10.288Z] #42 69.36 DEP criu/lsm.d [2019-10-17T21:55:10.288Z] #42 69.47 DEP criu/log.d [2019-10-17T21:55:10.288Z] #42 69.56 DEP criu/libnetlink.d [2019-10-17T21:55:10.288Z] #42 69.67 DEP criu/kerndat.d [2019-10-17T21:55:10.288Z] #42 69.87 DEP criu/kcmp-ids.d [2019-10-17T21:55:10.288Z] #42 69.93 DEP criu/irmap.d [2019-10-17T21:55:10.288Z] #42 70.12 DEP criu/ipc_ns.d [2019-10-17T21:55:10.288Z] #42 70.27 DEP criu/image.d [2019-10-17T21:55:10.288Z] #42 70.41 DEP criu/image-desc.d [2019-10-17T21:55:10.288Z] #42 70.51 DEP criu/fsnotify.d [2019-10-17T21:55:10.288Z] #42 70.71 DEP criu/filesystems.d [2019-10-17T21:55:10.366Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.31MB / 9.99MB 2.7s [2019-10-17T21:55:10.367Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 8.74MB / 50.07MB 2.7s [2019-10-17T21:55:10.399Z] #41 29.82 CC images/ghost-file.o [2019-10-17T21:55:10.655Z] #41 30.16 CC images/fifo.o [2019-10-17T21:55:10.655Z] #41 30.37 CC images/remap-file-path.o [2019-10-17T21:55:10.657Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 2.8s [2019-10-17T21:55:10.657Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 9.63MB / 52.87MB 2.8s [2019-10-17T21:55:10.657Z] #8 sha256:f794a2e4526b532eb031e3c63ebc49fce17cd57b89153cd51f2c16ab9667a4fc 9.99MB / 9.99MB 2.8s done [2019-10-17T21:55:10.657Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 11.03MB / 45.65MB 3.0s [2019-10-17T21:55:10.657Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 11.40MB / 50.07MB 3.1s [2019-10-17T21:55:10.657Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 10.07MB / 96.42MB 3.1s [2019-10-17T21:55:10.683Z] #42 71.11 DEP criu/files.d [2019-10-17T21:55:10.911Z] #41 30.63 CC images/eventfd.o [2019-10-17T21:55:10.950Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 12.42MB / 52.87MB 3.4s [2019-10-17T21:55:11.083Z] #42 71.48 DEP criu/files-reg.d [2019-10-17T21:55:11.083Z] #42 71.62 DEP criu/files-ext.d [2019-10-17T21:55:11.245Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 14.28MB / 45.65MB 3.5s [2019-10-17T21:55:11.472Z] #41 30.85 CC images/eventpoll.o [2019-10-17T21:55:11.496Z] #42 71.77 DEP criu/file-lock.d [2019-10-17T21:55:11.496Z] #42 71.91 DEP criu/file-ids.d [2019-10-17T21:55:11.496Z] #42 72.03 DEP criu/fifo.d [2019-10-17T21:55:11.496Z] #42 72.13 DEP criu/fdstore.d [2019-10-17T21:55:11.539Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 14.65MB / 50.07MB 3.7s [2019-10-17T21:55:11.539Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 15.82MB / 52.87MB 4.0s [2019-10-17T21:55:11.539Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 16.77MB / 45.65MB 4.0s [2019-10-17T21:55:11.727Z] #41 31.16 CC images/fh.o [2019-10-17T21:55:11.825Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 15.55MB / 96.42MB 4.2s [2019-10-17T21:55:11.899Z] #42 72.26 DEP criu/fault-injection.d [2019-10-17T21:55:11.899Z] #42 72.28 DEP criu/external.d [2019-10-17T21:55:11.899Z] #42 72.38 DEP criu/eventpoll.d [2019-10-17T21:55:11.899Z] #42 72.49 DEP criu/eventfd.d [2019-10-17T21:55:11.983Z] #41 31.51 CC images/fsnotify.o [2019-10-17T21:55:12.117Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 17.51MB / 50.07MB 4.3s [2019-10-17T21:55:12.328Z] #42 72.64 DEP criu/crtools.d [2019-10-17T21:55:12.328Z] #42 72.76 DEP criu/cr-service.d [2019-10-17T21:55:12.328Z] #42 72.89 DEP criu/cr-restore.d [2019-10-17T21:55:12.412Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 18.96MB / 52.87MB 4.6s [2019-10-17T21:55:12.412Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 19.72MB / 45.65MB 4.6s [2019-10-17T21:55:12.698Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 20.11MB / 50.07MB 4.9s [2019-10-17T21:55:12.910Z] #41 32.31 CC images/signalfd.o [2019-10-17T21:55:12.910Z] #41 ... [2019-10-17T21:55:12.910Z] [2019-10-17T21:55:12.910Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:12.910Z] #44 100.6 go/parser [2019-10-17T21:55:12.910Z] #44 102.9 text/template [2019-10-17T21:55:12.910Z] #44 104.7 encoding/xml [2019-10-17T21:55:12.910Z] #44 108.9 go/doc [2019-10-17T21:55:12.923Z] #42 73.18 DEP criu/cr-errno.d [2019-10-17T21:55:12.923Z] #42 73.19 DEP criu/cr-dump.d [2019-10-17T21:55:12.991Z] #8 ... [2019-10-17T21:55:12.991Z] [2019-10-17T21:55:12.991Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-10-17T21:55:12.991Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-10-17T21:55:12.991Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-10-17T21:55:12.991Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.1s done [2019-10-17T21:55:12.991Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-10-17T21:55:12.991Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 3.2s done [2019-10-17T21:55:12.991Z] #66 DONE 5.4s [2019-10-17T21:55:12.991Z] [2019-10-17T21:55:12.991Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:55:12.991Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 22.22MB / 52.87MB 5.2s [2019-10-17T21:55:12.991Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 20.86MB / 96.42MB 5.2s [2019-10-17T21:55:12.991Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 22.76MB / 45.65MB 5.2s [2019-10-17T21:55:12.991Z] #8 ... [2019-10-17T21:55:12.991Z] [2019-10-17T21:55:12.991Z] #20 [internal] load build context [2019-10-17T21:55:12.991Z] #20 transferring context: 40.33MB 5.4s [2019-10-17T21:55:13.165Z] #44 ... [2019-10-17T21:55:13.165Z] [2019-10-17T21:55:13.165Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:13.165Z] #41 32.59 CC images/fs.o [2019-10-17T21:55:13.284Z] #20 transferring context: 45.62MB 5.8s done [2019-10-17T21:55:13.284Z] #20 DONE 5.9s [2019-10-17T21:55:13.284Z] [2019-10-17T21:55:13.284Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2... [2019-10-17T21:55:13.284Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 25.03MB / 50.07MB 5.6s [2019-10-17T21:55:13.284Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 24.87MB / 52.87MB 5.6s [2019-10-17T21:55:13.284Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 25.39MB / 45.65MB 5.6s [2019-10-17T21:55:13.416Z] #42 73.59 DEP criu/cr-dedup.d [2019-10-17T21:55:13.416Z] #42 73.87 DEP criu/cr-check.d [2019-10-17T21:55:13.420Z] #41 32.91 CC images/pstree.o [2019-10-17T21:55:13.420Z] #41 33.13 CC images/pipe.o [2019-10-17T21:55:13.589Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 27.96MB / 50.07MB 6.0s [2019-10-17T21:55:13.589Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 26.26MB / 96.42MB 6.0s [2019-10-17T21:55:13.589Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 28.70MB / 45.65MB 6.0s [2019-10-17T21:55:13.888Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 28.47MB / 52.87MB 6.1s [2019-10-17T21:55:13.888Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 31.96MB / 50.07MB 6.2s [2019-10-17T21:55:13.888Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 32.92MB / 45.65MB 6.2s [2019-10-17T21:55:13.981Z] #41 33.44 CC images/tcp-stream.o [2019-10-17T21:55:14.176Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 32.24MB / 52.87MB 6.4s [2019-10-17T21:55:14.176Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 31.34MB / 96.42MB 6.4s [2019-10-17T21:55:14.176Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 36.06MB / 50.07MB 6.5s [2019-10-17T21:55:14.176Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 36.65MB / 45.65MB 6.5s [2019-10-17T21:55:14.236Z] #41 33.76 CC images/sk-packet.o [2019-10-17T21:55:14.236Z] #41 ... [2019-10-17T21:55:14.236Z] [2019-10-17T21:55:14.236Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:14.236Z] #17 18.78 Fetched 7919 kB in 14s (543 kB/s) [2019-10-17T21:55:14.236Z] #17 18.78 Reading package lists... [2019-10-17T21:55:14.236Z] #17 24.14 Reading package lists... [2019-10-17T21:55:14.409Z] #42 74.39 DEP criu/config.d [2019-10-17T21:55:14.409Z] #42 74.79 DEP criu/clone-noasan.d [2019-10-17T21:55:14.409Z] #42 74.92 DEP criu/cgroup.d [2019-10-17T21:55:14.460Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 35.54MB / 52.87MB 6.7s [2019-10-17T21:55:14.460Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 36.64MB / 96.42MB 6.7s [2019-10-17T21:55:14.460Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 39.08MB / 45.65MB 6.7s [2019-10-17T21:55:14.460Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 39.19MB / 50.07MB 6.8s [2019-10-17T21:55:14.504Z] #17 28.65 Building dependency tree... [2019-10-17T21:55:14.504Z] #17 ... [2019-10-17T21:55:14.504Z] [2019-10-17T21:55:14.504Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:14.504Z] #44 111.4 net [2019-10-17T21:55:14.745Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 39.25MB / 52.87MB 7.0s [2019-10-17T21:55:14.745Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 42.86MB / 45.65MB 7.0s [2019-10-17T21:55:14.910Z] #42 75.27 DEP criu/cgroup-props.d [2019-10-17T21:55:14.910Z] #42 75.38 DEP criu/bitmap.d [2019-10-17T21:55:14.910Z] #42 75.40 DEP criu/bfd.d [2019-10-17T21:55:14.910Z] #42 75.49 DEP criu/autofs.d [2019-10-17T21:55:15.040Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 43.27MB / 50.07MB 7.1s [2019-10-17T21:55:15.040Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 42.14MB / 96.42MB 7.1s [2019-10-17T21:55:15.040Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 42.33MB / 52.87MB 7.3s [2019-10-17T21:55:15.040Z] #8 sha256:10831a4d6f4248b0aaa384f245c08f4fc47dfc9753f538ef20b35c0228e4fef4 45.65MB / 45.65MB 7.2s done [2019-10-17T21:55:15.310Z] #42 75.63 DEP criu/aio.d [2019-10-17T21:55:15.310Z] #42 75.81 DEP criu/action-scripts.d [2019-10-17T21:55:15.327Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 48.62MB / 50.07MB 7.4s [2019-10-17T21:55:15.327Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 49.31MB / 96.42MB 7.4s [2019-10-17T21:55:15.327Z] #8 sha256:004465f1c8159d34a5bfec93d69722cf83a1a90ea09f71932e564464cd2e3378 50.07MB / 50.07MB 7.5s done [2019-10-17T21:55:15.327Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 45.96MB / 52.87MB 7.6s [2019-10-17T21:55:15.430Z] #44 113.0 github.com/LK4D4/vndr/build [2019-10-17T21:55:15.613Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 49.16MB / 52.87MB 7.7s [2019-10-17T21:55:15.613Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 56.59MB / 96.42MB 7.7s [2019-10-17T21:55:15.613Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.08MB / 52.87MB 7.9s [2019-10-17T21:55:15.613Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 61.55MB / 96.42MB 7.9s [2019-10-17T21:55:15.727Z] #42 76.04 CC criu/action-scripts.o [2019-10-17T21:55:15.900Z] #8 sha256:c19c19fc3c990f37fd601edf6ef8dc5dccdc063b5dc564e33c8d348d10892183 52.87MB / 52.87MB 8.0s done [2019-10-17T21:55:15.900Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 68.96MB / 96.42MB 8.0s [2019-10-17T21:55:15.900Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 77.15MB / 96.42MB 8.2s [2019-10-17T21:55:16.137Z] #42 76.54 CC criu/aio.o [2019-10-17T21:55:16.185Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 86.38MB / 96.42MB 8.3s [2019-10-17T21:55:16.185Z] #8 sha256:43d8051f8c7fcd646ad380de9741af7504dcfd3c88d6f5872c483cb5a660c9d9 96.42MB / 96.42MB 8.5s done [2019-10-17T21:55:16.185Z] #8 unpacking docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 [2019-10-17T21:55:16.543Z] #42 76.96 CC criu/autofs.o [2019-10-17T21:55:17.423Z] #42 ... [2019-10-17T21:55:17.423Z] [2019-10-17T21:55:17.423Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:17.423Z] #18 83.96 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-17T21:55:17.423Z] #18 84.00 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-17T21:55:17.423Z] #18 84.01 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-17T21:55:17.423Z] #18 84.10 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-17T21:55:17.423Z] #18 84.11 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-17T21:55:17.423Z] #18 84.11 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:55:17.827Z] #18 ... [2019-10-17T21:55:17.827Z] [2019-10-17T21:55:17.827Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:17.827Z] #45 117.1 mime/quotedprintable [2019-10-17T21:55:17.827Z] #45 117.5 net/http/internal [2019-10-17T21:55:17.827Z] #45 118.9 crypto/tls [2019-10-17T21:55:17.827Z] #45 119.0 mime/multipart [2019-10-17T21:55:17.827Z] #45 ... [2019-10-17T21:55:17.827Z] [2019-10-17T21:55:17.827Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:17.827Z] #42 78.22 CC criu/bfd.o [2019-10-17T21:55:18.691Z] #44 116.3 vendor/golang.org/x/text/transform [2019-10-17T21:55:18.752Z] #42 78.77 CC criu/bitmap.o [2019-10-17T21:55:18.752Z] #42 78.94 CC criu/cgroup-props.o [2019-10-17T21:55:19.152Z] #42 79.70 CC criu/cgroup.o [2019-10-17T21:55:19.251Z] #44 ... [2019-10-17T21:55:19.251Z] [2019-10-17T21:55:19.251Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:19.251Z] #41 34.04 CC images/mnt.o [2019-10-17T21:55:19.251Z] #41 34.28 CC images/pipe-data.o [2019-10-17T21:55:19.251Z] #41 34.49 CC images/sa.o [2019-10-17T21:55:19.251Z] #41 34.86 CC images/timer.o [2019-10-17T21:55:19.251Z] #41 35.29 CC images/timerfd.o [2019-10-17T21:55:19.251Z] #41 35.66 CC images/mm.o [2019-10-17T21:55:19.251Z] #41 36.09 CC images/sk-opts.o [2019-10-17T21:55:19.251Z] #41 36.35 CC images/sk-unix.o [2019-10-17T21:55:19.251Z] #41 36.71 CC images/sk-inet.o [2019-10-17T21:55:19.251Z] #41 37.23 CC images/tun.o [2019-10-17T21:55:19.252Z] #41 37.63 CC images/sk-netlink.o [2019-10-17T21:55:19.252Z] #41 37.88 CC images/packet-sock.o [2019-10-17T21:55:19.252Z] #41 38.30 CC images/ipc-var.o [2019-10-17T21:55:19.252Z] #41 38.53 CC images/ipc-desc.o [2019-10-17T21:55:19.252Z] #41 38.82 CC images/ipc-shm.o [2019-10-17T21:55:19.507Z] #41 39.11 CC images/ipc-msg.o [2019-10-17T21:55:20.068Z] #41 39.45 CC images/ipc-sem.o [2019-10-17T21:55:20.323Z] #41 39.71 CC images/utsns.o [2019-10-17T21:55:20.579Z] #41 39.97 CC images/creds.o [2019-10-17T21:55:20.579Z] #41 40.18 CC images/vma.o [2019-10-17T21:55:20.834Z] #41 40.51 CC images/netdev.o [2019-10-17T21:55:21.395Z] #41 41.00 CC images/tty.o [2019-10-17T21:55:21.710Z] #42 82.14 CC criu/clone-noasan.o [2019-10-17T21:55:21.710Z] #42 82.24 CC criu/config.o [2019-10-17T21:55:21.961Z] #41 41.59 CC images/file-lock.o [2019-10-17T21:55:22.217Z] #41 41.81 CC images/rlimit.o [2019-10-17T21:55:22.217Z] #41 ... [2019-10-17T21:55:22.217Z] [2019-10-17T21:55:22.217Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:22.217Z] #17 28.65 Building dependency tree... [2019-10-17T21:55:22.217Z] #17 30.70 The following additional packages will be installed: [2019-10-17T21:55:22.217Z] #17 30.70 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-17T21:55:22.217Z] #17 30.70 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-17T21:55:22.217Z] #17 30.70 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-17T21:55:22.217Z] #17 30.70 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-17T21:55:22.217Z] #17 30.70 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-17T21:55:22.217Z] #17 30.70 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-17T21:55:22.217Z] #17 30.70 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-17T21:55:22.217Z] #17 30.70 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-17T21:55:22.217Z] #17 30.70 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-17T21:55:22.217Z] #17 30.70 Suggested packages: [2019-10-17T21:55:22.217Z] #17 30.70 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-17T21:55:22.217Z] #17 30.70 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-17T21:55:22.217Z] #17 30.70 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-17T21:55:22.217Z] #17 30.70 vim-doc vim-scripts xfsdump acl attr quota [2019-10-17T21:55:22.217Z] #17 30.70 Recommended packages: [2019-10-17T21:55:22.217Z] #17 30.70 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-17T21:55:22.217Z] #17 30.70 python3-keyrings.alt python3-xdg unzip [2019-10-17T21:55:22.217Z] #17 35.08 The following NEW packages will be installed: [2019-10-17T21:55:22.217Z] #17 35.08 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-17T21:55:22.217Z] #17 35.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-17T21:55:22.217Z] #17 35.08 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-17T21:55:22.217Z] #17 35.08 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-17T21:55:22.217Z] #17 35.10 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-17T21:55:22.217Z] #17 35.10 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-17T21:55:22.217Z] #17 35.10 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-17T21:55:22.217Z] #17 35.10 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-17T21:55:22.217Z] #17 35.10 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-17T21:55:22.217Z] #17 35.10 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-17T21:55:22.217Z] #17 35.10 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-17T21:55:22.217Z] #17 35.10 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-17T21:55:22.218Z] #17 35.10 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-17T21:55:22.218Z] #17 35.10 xfsprogs xxd xz-utils zip [2019-10-17T21:55:22.218Z] #17 36.31 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:55:22.218Z] #17 36.31 Need to get 90.9 MB of archives. [2019-10-17T21:55:22.218Z] #17 36.31 After this operation, 541 MB of additional disk space will be used. [2019-10-17T21:55:22.218Z] #17 36.31 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-10-17T21:55:22.218Z] #17 36.32 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-10-17T21:55:22.218Z] #17 36.32 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-10-17T21:55:22.218Z] #17 36.32 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-10-17T21:55:22.218Z] #17 36.32 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-10-17T21:55:22.218Z] #17 36.34 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-10-17T21:55:22.218Z] #17 36.39 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-10-17T21:55:22.218Z] #17 36.55 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-10-17T21:55:22.218Z] #17 36.55 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-10-17T21:55:22.218Z] #17 36.56 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-10-17T21:55:22.218Z] #17 36.77 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-10-17T21:55:22.218Z] #17 36.79 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-10-17T21:55:22.218Z] #17 36.79 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-10-17T21:55:22.218Z] #17 36.81 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-10-17T21:55:22.218Z] #17 36.82 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-10-17T21:55:22.218Z] #17 36.82 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-10-17T21:55:22.218Z] #17 36.83 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-10-17T21:55:22.218Z] #17 36.83 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-10-17T21:55:22.218Z] #17 36.84 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-10-17T21:55:22.218Z] #17 36.84 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-10-17T21:55:22.218Z] #17 36.85 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-10-17T21:55:22.474Z] #17 36.90 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-17T21:55:22.474Z] #17 36.91 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-17T21:55:22.474Z] #17 36.93 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-10-17T21:55:22.474Z] #17 36.94 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-10-17T21:55:22.474Z] #17 36.94 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-10-17T21:55:22.474Z] #17 36.97 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-10-17T21:55:22.474Z] #17 36.97 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-10-17T21:55:22.474Z] #17 36.99 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-10-17T21:55:22.474Z] #17 37.04 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-10-17T21:55:22.474Z] #17 37.04 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-10-17T21:55:22.474Z] #17 37.06 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-10-17T21:55:22.474Z] #17 37.07 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-10-17T21:55:22.474Z] #17 ... [2019-10-17T21:55:22.474Z] [2019-10-17T21:55:22.474Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:22.474Z] #41 42.11 CC images/pagemap.o [2019-10-17T21:55:23.035Z] #41 42.49 CC images/siginfo.o [2019-10-17T21:55:23.059Z] #42 83.57 CC criu/cr-check.o [2019-10-17T21:55:23.059Z] #42 ... [2019-10-17T21:55:23.059Z] [2019-10-17T21:55:23.059Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:23.059Z] #18 99.66 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-17T21:55:23.059Z] #18 99.67 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-10-17T21:55:23.059Z] #18 99.67 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:55:23.291Z] #41 42.89 CC images/rpc.o [2019-10-17T21:55:25.179Z] #41 44.29 CC images/ext-file.o [2019-10-17T21:55:25.179Z] #41 44.57 CC images/cgroup.o [2019-10-17T21:55:25.739Z] #41 45.27 CC images/userns.o [2019-10-17T21:55:25.995Z] #41 45.65 CC images/google/protobuf/descriptor.o [2019-10-17T21:55:27.997Z] sha256:20040fdc87d1753eeadf7a0d6a70d25415c8e5dca019f13758315b96e55865df [2019-10-17T21:55:27.997Z] INFO: Starting docker-py tests... [2019-10-17T21:55:27.997Z] ============================= test session starts ============================== [2019-10-17T21:55:27.997Z] platform linux -- Python 3.7.4, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-17T21:55:27.997Z] rootdir: /src, inifile: pytest.ini [2019-10-17T21:55:27.997Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-17T21:55:27.997Z] collected 385 items / 5 deselected / 380 selected [2019-10-17T21:55:27.997Z] [2019-10-17T21:55:28.509Z] #41 47.55 CC images/opts.o [2019-10-17T21:55:28.509Z] #41 47.88 CC images/seccomp.o [2019-10-17T21:55:28.765Z] #41 48.13 CC images/binfmt-misc.o [2019-10-17T21:55:28.765Z] #41 ... [2019-10-17T21:55:28.765Z] [2019-10-17T21:55:28.765Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:28.765Z] #17 37.08 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-10-17T21:55:28.765Z] #17 37.09 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-10-17T21:55:28.765Z] #17 37.10 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-10-17T21:55:28.765Z] #17 37.10 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-10-17T21:55:28.765Z] #17 37.10 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-10-17T21:55:28.765Z] #17 37.10 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-10-17T21:55:28.765Z] #17 37.12 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-10-17T21:55:28.765Z] #17 37.14 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-10-17T21:55:28.765Z] #17 37.17 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-10-17T21:55:28.765Z] #17 37.25 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-10-17T21:55:28.765Z] #17 37.27 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-10-17T21:55:28.765Z] #17 37.28 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-10-17T21:55:28.765Z] #17 37.28 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-10-17T21:55:28.765Z] #17 37.29 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-10-17T21:55:28.765Z] #17 37.31 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-10-17T21:55:28.766Z] #17 37.49 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-10-17T21:55:28.766Z] #17 37.52 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-17T21:55:28.766Z] #17 37.64 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-17T21:55:28.766Z] #17 37.65 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-17T21:55:28.766Z] #17 37.67 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-10-17T21:55:28.766Z] #17 37.69 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-17T21:55:28.766Z] #17 37.70 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-10-17T21:55:28.766Z] #17 37.74 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-17T21:55:28.766Z] #17 38.18 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-10-17T21:55:28.766Z] #17 38.26 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-10-17T21:55:28.766Z] #17 38.33 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-10-17T21:55:28.766Z] #17 38.37 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-10-17T21:55:28.766Z] #17 38.37 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-10-17T21:55:28.766Z] #17 38.41 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-10-17T21:55:28.766Z] #17 38.62 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-10-17T21:55:28.766Z] #17 38.81 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-10-17T21:55:28.766Z] #17 38.82 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-17T21:55:28.766Z] #17 39.21 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-10-17T21:55:28.766Z] #17 39.45 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-10-17T21:55:28.766Z] #17 39.46 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-10-17T21:55:28.766Z] #17 42.07 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-10-17T21:55:29.328Z] #17 ... [2019-10-17T21:55:29.328Z] [2019-10-17T21:55:29.328Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:29.328Z] #44 117.1 vendor/golang.org/x/text/unicode/bidi [2019-10-17T21:55:29.328Z] #44 119.3 vendor/golang.org/x/text/secure/bidirule [2019-10-17T21:55:29.328Z] #44 119.8 vendor/golang.org/x/text/unicode/norm [2019-10-17T21:55:29.328Z] #44 125.0 vendor/golang.org/x/net/idna [2019-10-17T21:55:29.584Z] #44 ... [2019-10-17T21:55:29.584Z] [2019-10-17T21:55:29.584Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:29.584Z] #41 48.49 CC images/time.o [2019-10-17T21:55:29.584Z] #41 48.72 CC images/sysctl.o [2019-10-17T21:55:29.584Z] #41 49.00 CC images/autofs.o [2019-10-17T21:55:29.584Z] #41 49.21 CC images/macvlan.o [2019-10-17T21:55:30.086Z] #18 ... [2019-10-17T21:55:30.086Z] [2019-10-17T21:55:30.086Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:30.086Z] #45 125.4 net/http/httptrace [2019-10-17T21:55:30.086Z] #45 125.7 net/http [2019-10-17T21:55:30.086Z] #45 ... [2019-10-17T21:55:30.086Z] [2019-10-17T21:55:30.086Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:30.086Z] #42 84.90 CC criu/cr-dedup.o [2019-10-17T21:55:30.086Z] #42 85.22 CC criu/cr-dump.o [2019-10-17T21:55:30.086Z] #42 87.40 CC criu/cr-errno.o [2019-10-17T21:55:30.086Z] #42 87.44 CC criu/cr-restore.o [2019-10-17T21:55:30.147Z] #41 49.51 CC images/sit.o [2019-10-17T21:55:30.147Z] #41 49.76 LINK images/built-in.o [2019-10-17T21:55:30.415Z] #41 49.93 GEN compel/include/asm [2019-10-17T21:55:30.415Z] #41 49.93 GEN compel/include/version.h [2019-10-17T21:55:30.415Z] #41 49.95 touch .config [2019-10-17T21:55:30.415Z] #41 49.96 GEN include/common/config.h [2019-10-17T21:55:30.415Z] #41 50.07 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-10-17T21:55:30.672Z] #41 50.10 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-10-17T21:55:30.672Z] #41 50.14 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-10-17T21:55:30.672Z] #41 50.25 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-10-17T21:55:30.672Z] #41 50.27 DEP compel/arch/x86/plugins/std/memcpy.d [2019-10-17T21:55:30.672Z] #41 50.31 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-10-17T21:55:30.672Z] #41 50.34 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-17T21:55:30.930Z] #41 50.37 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-10-17T21:55:30.930Z] #41 50.40 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-17T21:55:30.930Z] #41 50.43 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-17T21:55:30.930Z] #41 50.44 DEP compel/plugins/std/infect.d [2019-10-17T21:55:30.930Z] #41 50.63 DEP compel/plugins/std/string.d [2019-10-17T21:55:30.932Z] #42 ... [2019-10-17T21:55:30.932Z] [2019-10-17T21:55:30.932Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:30.932Z] #45 136.3 github.com/LK4D4/vndr/godl [2019-10-17T21:55:31.162Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T21:55:31.186Z] #41 50.77 DEP compel/plugins/std/log.d [2019-10-17T21:55:31.186Z] #41 50.90 DEP compel/plugins/std/fds.d [2019-10-17T21:55:31.523Z] #41 51.01 DEP compel/plugins/std/std.d [2019-10-17T21:55:31.523Z] #41 51.13 DEP compel/plugins/shmem/shmem.d [2019-10-17T21:55:31.614Z] #45 137.0 github.com/LK4D4/vndr [2019-10-17T21:55:31.780Z] #41 51.22 DEP compel/plugins/fds/fds.d [2019-10-17T21:55:31.835Z] [2019-10-17T21:55:31.835Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-17T21:55:32.036Z] #41 51.47 CC compel/plugins/std/std.o [2019-10-17T21:55:32.405Z] PKG_CONFIG=pkg-config [2019-10-17T21:55:32.405Z] GOLANG_VERSION=1.13.1 [2019-10-17T21:55:32.405Z] HOSTNAME=e7d87bbf77bf [2019-10-17T21:55:32.405Z] DOCKER_EXPERIMENTAL=1 [2019-10-17T21:55:32.405Z] container=docker [2019-10-17T21:55:32.405Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-17T21:55:32.405Z] GO111MODULE=off [2019-10-17T21:55:32.405Z] GOPATH=/go [2019-10-17T21:55:32.405Z] PWD=/go/src/github.com/docker/docker [2019-10-17T21:55:32.405Z] HOME=/root [2019-10-17T21:55:32.405Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-17T21:55:32.405Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-17T21:55:32.405Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-17T21:55:32.405Z] DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T21:55:32.405Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-17T21:55:32.405Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-17T21:55:32.405Z] TERM=xterm [2019-10-17T21:55:32.405Z] VALIDATE_BRANCH=master [2019-10-17T21:55:32.405Z] DEST=bundles/test-integration [2019-10-17T21:55:32.405Z] SHLVL=1 [2019-10-17T21:55:32.405Z] TIMEOUT=120m [2019-10-17T21:55:32.405Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-17T21:55:32.405Z] DOCKER_PKG=github.com/docker/docker [2019-10-17T21:55:32.405Z] TESTDEBUG=0 [2019-10-17T21:55:32.405Z] _=/usr/bin/env [2019-10-17T21:55:32.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-17T21:55:32.598Z] #41 51.92 CC compel/plugins/std/fds.o [2019-10-17T21:55:32.855Z] #41 52.39 CC compel/plugins/std/log.o [2019-10-17T21:55:33.781Z] #41 53.27 CC compel/plugins/std/string.o [2019-10-17T21:55:34.707Z] #41 54.18 CC compel/plugins/std/infect.o [2019-10-17T21:55:34.707Z] #41 ... [2019-10-17T21:55:34.707Z] [2019-10-17T21:55:34.707Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:34.707Z] #62 123.8 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-17T21:55:34.707Z] #62 123.8 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-17T21:55:34.707Z] #62 DONE 132.6s [2019-10-17T21:55:34.707Z] [2019-10-17T21:55:34.707Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-17T21:55:34.707Z] #63 DONE 0.1s [2019-10-17T21:55:34.707Z] [2019-10-17T21:55:34.707Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:34.707Z] #17 44.51 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:55:34.707Z] #17 44.67 Fetched 90.9 MB in 8s (10.7 MB/s) [2019-10-17T21:55:34.707Z] #17 44.77 Selecting previously unselected package bash-completion. [2019-10-17T21:55:34.707Z] #17 44.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 ... 15161 files and directories currently installed.) [2019-10-17T21:55:34.707Z] #17 44.82 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-17T21:55:34.707Z] #17 48.86 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-17T21:55:35.641Z] #17 50.22 Selecting previously unselected package libnet1:amd64. [2019-10-17T21:55:35.641Z] #17 50.22 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-10-17T21:55:35.897Z] #17 50.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-17T21:55:35.897Z] #17 50.41 Selecting previously unselected package libnfnetlink0:amd64. [2019-10-17T21:55:35.897Z] #17 50.41 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-10-17T21:55:35.897Z] #17 50.44 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-10-17T21:55:35.949Z] #45 ... [2019-10-17T21:55:35.949Z] [2019-10-17T21:55:35.949Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:35.949Z] #18 110.4 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-17T21:55:35.949Z] #18 110.4 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-17T21:55:35.949Z] #18 110.4 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-10-17T21:55:35.949Z] #18 110.4 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-17T21:55:35.949Z] #18 110.4 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-10-17T21:55:35.949Z] #18 110.5 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:35.949Z] #18 110.5 Processing triggers for mime-support (3.60) ... [2019-10-17T21:55:35.949Z] #18 110.5 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:55:35.949Z] #18 110.5 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-10-17T21:55:35.949Z] #18 110.5 Setting up libcap2-bin (1:2.25-1) ... [2019-10-17T21:55:35.949Z] #18 110.5 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-17T21:55:35.949Z] #18 110.5 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-17T21:55:35.949Z] #18 110.5 Setting up bash-completion (1:2.1-4.3) ... [2019-10-17T21:55:35.949Z] #18 112.4 Setting up libonig4:s390x (6.1.3-2) ... [2019-10-17T21:55:35.949Z] #18 112.4 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-10-17T21:55:35.949Z] #18 112.4 Setting up zip (3.0-11+b1) ... [2019-10-17T21:55:35.949Z] #18 112.4 Setting up bzip2 (1.0.6-8.1) ... [2019-10-17T21:55:35.949Z] #18 112.4 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-17T21:55:35.949Z] #18 112.4 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-10-17T21:55:35.949Z] #18 112.4 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:55:35.949Z] #18 112.4 Setting up libaio1:s390x (0.3.110-3) ... [2019-10-17T21:55:35.949Z] #18 112.5 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:35.949Z] #18 112.5 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-17T21:55:35.949Z] #18 112.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-17T21:55:35.949Z] #18 112.5 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-17T21:55:35.949Z] #18 112.5 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:55:35.949Z] #18 112.5 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-10-17T21:55:35.949Z] #18 112.5 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-10-17T21:55:35.949Z] #18 112.5 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-10-17T21:55:35.949Z] #18 112.5 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:55:36.153Z] #17 50.64 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-10-17T21:55:36.153Z] #17 50.64 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-10-17T21:55:36.153Z] #17 50.65 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-10-17T21:55:36.355Z] #18 112.8 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-10-17T21:55:36.355Z] #18 112.8 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-10-17T21:55:36.355Z] #18 112.8 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up pigz (2.3.4-1) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up jq (1.5+dfsg-1.3) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-10-17T21:55:36.355Z] #18 112.9 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-10-17T21:55:36.355Z] #18 113.0 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-17T21:55:36.355Z] #18 113.0 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-17T21:55:36.355Z] #18 113.0 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-10-17T21:55:36.355Z] #18 113.0 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:36.410Z] #17 50.91 Selecting previously unselected package libudev-dev:amd64. [2019-10-17T21:55:36.410Z] #17 50.91 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-10-17T21:55:36.410Z] #17 50.94 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-10-17T21:55:36.667Z] #17 51.11 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-10-17T21:55:36.667Z] #17 51.11 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-10-17T21:55:36.667Z] #17 51.12 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-10-17T21:55:36.765Z] #18 113.0 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-17T21:55:36.765Z] #18 113.0 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:36.765Z] #18 113.1 Setting up btrfs-progs (4.7.3-1) ... [2019-10-17T21:55:36.765Z] #18 113.1 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-10-17T21:55:36.765Z] #18 113.1 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-17T21:55:37.229Z] #17 51.78 Selecting previously unselected package python3.5-minimal. [2019-10-17T21:55:37.229Z] #17 51.78 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-10-17T21:55:37.229Z] #17 51.80 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-17T21:55:38.591Z] #17 52.99 Selecting previously unselected package python3-minimal. [2019-10-17T21:55:38.591Z] #17 52.99 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-10-17T21:55:38.591Z] #17 53.00 Unpacking python3-minimal (3.5.3-1) ... [2019-10-17T21:55:38.846Z] #17 53.14 Selecting previously unselected package libmpdec2:amd64. [2019-10-17T21:55:38.846Z] #17 53.14 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-10-17T21:55:38.846Z] #17 53.15 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-10-17T21:55:38.846Z] #17 53.27 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-10-17T21:55:38.846Z] #17 53.28 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-10-17T21:55:38.846Z] #17 53.30 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-10-17T21:55:39.430Z] #18 ... [2019-10-17T21:55:39.430Z] [2019-10-17T21:55:39.430Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:39.430Z] #45 DONE 144.9s [2019-10-17T21:55:39.430Z] [2019-10-17T21:55:39.430Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:39.430Z] #42 92.74 CC criu/cr-service.o [2019-10-17T21:55:39.430Z] #42 94.48 CC criu/crtools.o [2019-10-17T21:55:39.430Z] #42 95.18 CC criu/eventfd.o [2019-10-17T21:55:39.430Z] #42 95.48 CC criu/eventpoll.o [2019-10-17T21:55:39.430Z] #42 96.24 CC criu/external.o [2019-10-17T21:55:39.430Z] #42 96.58 CC criu/fault-injection.o [2019-10-17T21:55:39.430Z] #42 96.72 CC criu/fdstore.o [2019-10-17T21:55:39.430Z] #42 97.16 CC criu/fifo.o [2019-10-17T21:55:39.430Z] #42 97.49 CC criu/file-ids.o [2019-10-17T21:55:39.430Z] #42 97.75 CC criu/file-lock.o [2019-10-17T21:55:39.430Z] #42 98.71 CC criu/files-ext.o [2019-10-17T21:55:39.430Z] #42 99.20 CC criu/files-reg.o [2019-10-17T21:55:40.209Z] #17 ... [2019-10-17T21:55:40.209Z] [2019-10-17T21:55:40.209Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:40.209Z] #44 127.8 vendor/golang.org/x/net/http2/hpack [2019-10-17T21:55:40.209Z] #44 129.3 mime [2019-10-17T21:55:40.209Z] #44 131.4 mime/quotedprintable [2019-10-17T21:55:40.209Z] #44 132.0 net/http/internal [2019-10-17T21:55:40.209Z] #44 134.8 mime/multipart [2019-10-17T21:55:40.209Z] #44 134.8 crypto/x509 [2019-10-17T21:55:40.209Z] #44 ... [2019-10-17T21:55:40.209Z] [2019-10-17T21:55:40.209Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:40.210Z] #41 54.75 CC compel/arch/x86/plugins/std/parasite-head.o [2019-10-17T21:55:40.210Z] #41 54.95 CC compel/arch/x86/plugins/std/memcpy.o [2019-10-17T21:55:40.210Z] #41 55.04 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-10-17T21:55:40.210Z] #41 55.20 AR compel/plugins/std.lib.a [2019-10-17T21:55:40.210Z] #41 55.40 CC compel/plugins/fds/fds.o [2019-10-17T21:55:40.210Z] #41 55.83 AR compel/plugins/fds.lib.a [2019-10-17T21:55:40.210Z] #41 55.86 HOSTDEP compel/src/lib/log-host.d [2019-10-17T21:55:40.210Z] #41 56.00 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-17T21:55:40.210Z] #41 56.10 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-10-17T21:55:40.210Z] #41 56.22 HOSTDEP compel/src/main-host.d [2019-10-17T21:55:40.210Z] #41 56.32 DEP compel/src/lib/ptrace.d [2019-10-17T21:55:40.210Z] #41 56.50 DEP compel/src/lib/infect.d [2019-10-17T21:55:40.210Z] #41 56.71 DEP compel/src/lib/infect-util.d [2019-10-17T21:55:40.210Z] #41 56.83 DEP compel/src/lib/infect-rpc.d [2019-10-17T21:55:40.210Z] #41 56.94 DEP compel/arch/x86/src/lib/infect.d [2019-10-17T21:55:40.210Z] #41 57.08 DEP compel/arch/x86/src/lib/cpu.d [2019-10-17T21:55:40.210Z] #41 57.18 DEP compel/src/lib/log.d [2019-10-17T21:55:40.210Z] #41 57.31 DEP compel/src/main.d [2019-10-17T21:55:40.210Z] #41 57.53 DEP compel/src/lib/handle-elf.d [2019-10-17T21:55:40.210Z] #41 57.74 DEP compel/arch/x86/src/lib/handle-elf.d [2019-10-17T21:55:40.210Z] #41 57.94 CC compel/src/lib/log.o [2019-10-17T21:55:40.210Z] #41 58.37 CC compel/arch/x86/src/lib/cpu.o [2019-10-17T21:55:40.210Z] #41 59.28 CC compel/arch/x86/src/lib/infect.o [2019-10-17T21:55:40.266Z] #42 ... [2019-10-17T21:55:40.266Z] [2019-10-17T21:55:40.266Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:40.266Z] #18 117.0 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-10-17T21:55:40.466Z] #41 ... [2019-10-17T21:55:40.466Z] [2019-10-17T21:55:40.466Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:40.466Z] #17 55.03 Selecting previously unselected package python3.5. [2019-10-17T21:55:40.666Z] #18 117.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:55:40.666Z] #18 117.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-17T21:55:40.666Z] #18 117.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-17T21:55:40.666Z] #18 117.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-17T21:55:40.666Z] #18 117.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-17T21:55:40.666Z] #18 117.0 Setting up btrfs-tools (4.7.3-1) ... [2019-10-17T21:55:40.666Z] #18 117.0 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:55:40.666Z] #18 117.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-17T21:55:40.666Z] #18 117.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-17T21:55:40.666Z] #18 117.0 Setting up python3 (3.5.3-1) ... [2019-10-17T21:55:40.721Z] #17 55.05 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-10-17T21:55:40.721Z] #17 55.05 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-17T21:55:40.721Z] #17 55.23 Selecting previously unselected package libpython3-stdlib:amd64. [2019-10-17T21:55:40.721Z] #17 55.25 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-10-17T21:55:40.721Z] #17 55.25 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-10-17T21:55:40.981Z] #17 ... [2019-10-17T21:55:40.981Z] [2019-10-17T21:55:40.981Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:40.981Z] #47 DONE 138.6s [2019-10-17T21:55:40.981Z] [2019-10-17T21:55:40.981Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:40.981Z] #17 55.46 Selecting previously unselected package dh-python. [2019-10-17T21:55:40.981Z] #17 55.47 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-17T21:55:40.981Z] #17 55.47 Unpacking dh-python (2.20170125) ... [2019-10-17T21:55:41.237Z] #17 55.83 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-10-17T21:55:41.495Z] #17 55.85 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-17T21:55:42.044Z] #18 118.4 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-17T21:55:42.910Z] #18 119.3 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-17T21:55:42.910Z] #18 119.4 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-17T21:55:42.911Z] #18 119.4 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-10-17T21:55:42.911Z] #18 119.4 Setting up python3-wheel (0.29.0-2) ... [2019-10-17T21:55:43.304Z] #8 unpacking docker.io/library/golang:1.13.1-stretch@sha256:78f19e6c2e0a299455205809b1256bfe7bde9e340510c32492f04fd39ee1def2 26.5s done [2019-10-17T21:55:43.304Z] #8 DONE 35.2s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-10-17T21:55:43.304Z] #9 DONE 0.2s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-17T21:55:43.304Z] #10 DONE 0.2s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:55:43.304Z] #39 ... [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:55:43.304Z] #21 DONE 0.1s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-17T21:55:43.304Z] #50 DONE 0.0s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-17T21:55:43.304Z] #47 DONE 0.1s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-17T21:55:43.304Z] #68 DONE 0.1s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-17T21:55:43.304Z] #62 DONE 0.1s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-17T21:55:43.304Z] #44 DONE 0.1s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-17T21:55:43.304Z] #22 DONE 0.1s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-17T21:55:43.304Z] #31 DONE 0.1s [2019-10-17T21:55:43.304Z] [2019-10-17T21:55:43.304Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:55:43.944Z] #32 0.641 + RM_GOPATH=0 [2019-10-17T21:55:43.944Z] #32 0.641 + TMP_GOPATH= [2019-10-17T21:55:43.944Z] #32 0.642 + : /build [2019-10-17T21:55:43.944Z] #32 0.642 + '[' -z '' ']' [2019-10-17T21:55:43.944Z] #32 0.644 ++ mktemp -d [2019-10-17T21:55:43.944Z] #32 0.647 + export GOPATH=/tmp/tmp.tiGxplZx3z [2019-10-17T21:55:43.944Z] #32 0.648 + GOPATH=/tmp/tmp.tiGxplZx3z [2019-10-17T21:55:43.944Z] #32 0.648 + RM_GOPATH=1 [2019-10-17T21:55:43.944Z] #32 0.650 ++ dirname ./install.sh [2019-10-17T21:55:43.944Z] #32 0.651 + dir=. [2019-10-17T21:55:43.944Z] #32 0.651 + bin=tomlv [2019-10-17T21:55:43.944Z] #32 0.651 + shift [2019-10-17T21:55:43.944Z] #32 0.652 + '[' '!' -f ./tomlv.installer ']' [2019-10-17T21:55:43.944Z] #32 0.652 + . ./tomlv.installer [2019-10-17T21:55:43.944Z] #32 0.653 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:55:43.944Z] #32 0.654 + install_tomlv [2019-10-17T21:55:43.944Z] #32 0.654 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-17T21:55:43.944Z] #32 0.655 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:55:43.944Z] #32 0.656 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.tiGxplZx3z/src/github.com/BurntSushi/toml [2019-10-17T21:55:43.944Z] #32 0.680 Cloning into '/tmp/tmp.tiGxplZx3z/src/github.com/BurntSushi/toml'... [2019-10-17T21:55:44.444Z] #18 120.6 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-17T21:55:44.760Z] #17 59.25 Setting up python3-minimal (3.5.3-1) ... [2019-10-17T21:55:45.941Z] #18 122.3 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-10-17T21:55:45.941Z] #18 122.3 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-17T21:55:46.004Z] #32 2.745 + cd /tmp/tmp.tiGxplZx3z/src/github.com/BurntSushi/toml [2019-10-17T21:55:46.122Z] #17 60.57 Selecting previously unselected package python3. [2019-10-17T21:55:46.122Z] #17 60.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 ... 16747 files and directories currently installed.) [2019-10-17T21:55:46.122Z] #17 60.61 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-10-17T21:55:46.122Z] #17 60.62 Unpacking python3 (3.5.3-1) ... [2019-10-17T21:55:46.292Z] #32 2.750 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-17T21:55:46.292Z] #32 2.782 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-17T21:55:46.377Z] #17 60.69 Selecting previously unselected package pigz. [2019-10-17T21:55:46.377Z] #17 60.69 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-10-17T21:55:46.377Z] #17 60.69 Unpacking pigz (2.3.4-1) ... [2019-10-17T21:55:46.377Z] #17 60.82 Selecting previously unselected package libip4tc0:amd64. [2019-10-17T21:55:46.377Z] #17 60.82 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-17T21:55:46.377Z] #17 60.82 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:46.377Z] #17 60.94 Selecting previously unselected package libip6tc0:amd64. [2019-10-17T21:55:46.377Z] #17 60.94 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-17T21:55:46.632Z] #17 60.94 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:46.632Z] #17 61.04 Selecting previously unselected package libiptc0:amd64. [2019-10-17T21:55:46.632Z] #17 61.05 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-17T21:55:46.632Z] #17 61.06 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:46.782Z] #18 123.3 Setting up dmsetup (2:1.02.137-2) ... [2019-10-17T21:55:46.782Z] #18 123.3 Setting up python3-setuptools (33.1.1-1) ... [2019-10-17T21:55:46.909Z] #17 61.20 Selecting previously unselected package libxtables12:amd64. [2019-10-17T21:55:46.909Z] #17 61.20 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-17T21:55:46.909Z] #17 61.21 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:47.165Z] #17 61.35 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-10-17T21:55:47.165Z] #17 61.35 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-10-17T21:55:47.165Z] #17 61.36 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-10-17T21:55:47.165Z] #17 61.59 Selecting previously unselected package iptables. [2019-10-17T21:55:47.165Z] #17 61.59 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-17T21:55:47.165Z] #17 61.59 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-17T21:55:47.320Z] #32 3.673 internal/cpu [2019-10-17T21:55:47.320Z] #32 3.823 math/bits [2019-10-17T21:55:47.320Z] #32 3.842 runtime/internal/sys [2019-10-17T21:55:47.320Z] #32 3.990 runtime/internal/atomic [2019-10-17T21:55:47.420Z] #17 61.96 Selecting previously unselected package xxd. [2019-10-17T21:55:47.420Z] #17 61.97 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-17T21:55:47.420Z] #17 61.97 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:55:47.622Z] #18 124.2 Setting up dh-python (2.20170125) ... [2019-10-17T21:55:47.676Z] #17 62.11 Selecting previously unselected package vim-common. [2019-10-17T21:55:47.676Z] #17 62.12 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:55:47.676Z] #17 62.14 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:55:47.931Z] #17 62.29 Selecting previously unselected package bzip2. [2019-10-17T21:55:47.931Z] #17 62.30 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-10-17T21:55:47.931Z] #17 62.30 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-17T21:55:47.931Z] #17 62.47 Selecting previously unselected package libgpm2:amd64. [2019-10-17T21:55:47.931Z] #17 62.47 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-10-17T21:55:47.931Z] #17 62.47 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-10-17T21:55:47.931Z] #17 62.55 Selecting previously unselected package xz-utils. [2019-10-17T21:55:47.931Z] #17 62.55 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-10-17T21:55:47.950Z] #32 4.702 runtime/internal/math [2019-10-17T21:55:48.036Z] #18 124.7 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-10-17T21:55:48.186Z] #17 62.56 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-17T21:55:48.237Z] #32 5.036 unicode/utf8 [2019-10-17T21:55:48.442Z] #17 62.75 Selecting previously unselected package aufs-tools. [2019-10-17T21:55:48.442Z] #17 62.76 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-10-17T21:55:48.442Z] #17 62.76 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-17T21:55:48.442Z] #17 62.97 Selecting previously unselected package liblzo2-2:amd64. [2019-10-17T21:55:48.442Z] #17 62.98 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-17T21:55:48.442Z] #17 62.98 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-17T21:55:48.459Z] #18 124.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:55:48.459Z] #18 DONE 125.0s [2019-10-17T21:55:48.459Z] [2019-10-17T21:55:48.459Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T21:55:48.698Z] #17 63.10 Selecting previously unselected package btrfs-progs. [2019-10-17T21:55:48.698Z] #17 63.11 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-10-17T21:55:48.698Z] #17 63.12 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-17T21:55:48.870Z] #32 5.513 sync/atomic [2019-10-17T21:55:49.163Z] #32 5.819 internal/bytealg [2019-10-17T21:55:49.259Z] #17 63.56 Selecting previously unselected package btrfs-tools. [2019-10-17T21:55:49.259Z] #17 63.56 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-10-17T21:55:49.259Z] #17 63.57 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-17T21:55:49.259Z] #17 63.67 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-10-17T21:55:49.259Z] #17 63.67 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-10-17T21:55:49.259Z] #17 63.68 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-10-17T21:55:49.301Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-17T21:55:49.578Z] #17 63.86 Selecting previously unselected package dmsetup. [2019-10-17T21:55:49.578Z] #17 63.86 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-10-17T21:55:49.578Z] #17 63.86 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-17T21:55:49.578Z] #17 64.00 Selecting previously unselected package libonig4:amd64. [2019-10-17T21:55:49.578Z] #17 64.00 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-10-17T21:55:49.578Z] #17 64.01 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-10-17T21:55:49.816Z] #19 ... [2019-10-17T21:55:49.816Z] [2019-10-17T21:55:49.816Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:55:49.816Z] #29 155.3 + rm -rf /tmp/tmp.YOwBFU65QJ [2019-10-17T21:55:49.816Z] #29 DONE 155.7s [2019-10-17T21:55:49.816Z] [2019-10-17T21:55:49.816Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:49.816Z] #42 101.4 CC criu/files.o [2019-10-17T21:55:49.816Z] #42 103.3 CC criu/filesystems.o [2019-10-17T21:55:49.816Z] #42 104.2 CC criu/fsnotify.o [2019-10-17T21:55:49.816Z] #42 105.8 CC criu/image-desc.o [2019-10-17T21:55:49.816Z] #42 106.0 CC criu/image.o [2019-10-17T21:55:49.816Z] #42 106.7 CC criu/ipc_ns.o [2019-10-17T21:55:49.816Z] #42 107.8 CC criu/irmap.o [2019-10-17T21:55:49.816Z] #42 108.6 CC criu/kcmp-ids.o [2019-10-17T21:55:49.816Z] #42 108.8 CC criu/kerndat.o [2019-10-17T21:55:49.816Z] #42 110.0 CC criu/libnetlink.o [2019-10-17T21:55:49.836Z] #17 64.15 Selecting previously unselected package libjq1:amd64. [2019-10-17T21:55:49.836Z] #17 64.17 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-10-17T21:55:49.836Z] #17 64.18 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-17T21:55:49.836Z] #17 64.33 Selecting previously unselected package jq. [2019-10-17T21:55:49.836Z] #17 64.33 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-10-17T21:55:49.836Z] #17 64.34 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-17T21:55:49.888Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-17T21:55:49.927Z] #32 6.545 math [2019-10-17T21:55:50.092Z] #17 64.45 Selecting previously unselected package libaio1:amd64. [2019-10-17T21:55:50.092Z] #17 64.45 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-10-17T21:55:50.092Z] #17 64.46 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-10-17T21:55:50.092Z] #17 64.51 Selecting previously unselected package libcap2-bin. [2019-10-17T21:55:50.092Z] #17 64.53 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-10-17T21:55:50.092Z] #17 64.54 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-17T21:55:50.092Z] #17 64.63 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-10-17T21:55:50.219Z] #42 110.7 CC criu/log.o [2019-10-17T21:55:50.360Z] #17 64.66 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-10-17T21:55:50.360Z] #17 64.66 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-10-17T21:55:50.360Z] #17 64.78 Selecting previously unselected package libsepol1-dev:amd64. [2019-10-17T21:55:50.360Z] #17 64.78 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-10-17T21:55:50.360Z] #17 64.78 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-10-17T21:55:50.583Z] #32 7.170 unicode [2019-10-17T21:55:50.583Z] #32 7.437 internal/testlog [2019-10-17T21:55:50.886Z] #17 65.07 Selecting previously unselected package libpcre16-3:amd64. [2019-10-17T21:55:50.886Z] #17 65.07 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-10-17T21:55:50.886Z] #17 65.08 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-10-17T21:55:50.886Z] #17 ... [2019-10-17T21:55:50.886Z] [2019-10-17T21:55:50.886Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:50.886Z] #44 138.4 crypto/tls [2019-10-17T21:55:50.886Z] #44 145.1 net/http/httptrace [2019-10-17T21:55:50.886Z] #44 145.3 net/http [2019-10-17T21:55:50.886Z] #44 ... [2019-10-17T21:55:50.886Z] [2019-10-17T21:55:50.886Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:55:50.886Z] #41 60.35 CC compel/src/lib/infect-rpc.o [2019-10-17T21:55:50.886Z] #41 60.80 CC compel/src/lib/infect-util.o [2019-10-17T21:55:50.886Z] #41 61.53 CC compel/src/lib/infect.o [2019-10-17T21:55:50.886Z] #41 63.92 CC compel/src/lib/ptrace.o [2019-10-17T21:55:50.886Z] #41 64.31 AR compel/libcompel.a [2019-10-17T21:55:50.886Z] #41 64.40 HOSTCC compel/src/main-host.o [2019-10-17T21:55:50.886Z] #41 64.84 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-10-17T21:55:50.886Z] #41 65.02 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-17T21:55:50.886Z] #41 65.40 HOSTCC compel/src/lib/log-host.o [2019-10-17T21:55:50.886Z] #41 65.61 HOSTLINK compel/compel-host-bin [2019-10-17T21:55:50.886Z] #41 65.72 DEP soccr/soccr.d [2019-10-17T21:55:50.886Z] #41 65.94 CC soccr/soccr.o [2019-10-17T21:55:50.886Z] #41 67.43 AR soccr/libsoccr.a [2019-10-17T21:55:50.886Z] #41 67.50 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-17T21:55:50.886Z] #41 67.81 DEP criu/arch/x86/sigframe.d [2019-10-17T21:55:50.886Z] #41 67.94 DEP criu/arch/x86/sigaction_compat.d [2019-10-17T21:55:50.886Z] #41 68.08 DEP criu/arch/x86/kerndat.d [2019-10-17T21:55:50.886Z] #41 68.25 DEP criu/arch/x86/crtools.d [2019-10-17T21:55:50.886Z] #41 68.45 DEP criu/arch/x86/cpu.d [2019-10-17T21:55:50.886Z] #41 68.62 CC criu/arch/x86/cpu.o [2019-10-17T21:55:50.886Z] #41 69.32 CC criu/arch/x86/crtools.o [2019-10-17T21:55:50.886Z] #41 ... [2019-10-17T21:55:50.886Z] [2019-10-17T21:55:50.886Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:55:50.886Z] #17 65.28 Selecting previously unselected package libpcre32-3:amd64. [2019-10-17T21:55:50.886Z] #17 65.28 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-10-17T21:55:50.886Z] #17 65.28 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-10-17T21:55:50.886Z] #17 65.47 Selecting previously unselected package libpcre3-dev:amd64. [2019-10-17T21:55:50.886Z] #17 65.47 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-10-17T21:55:50.922Z] #42 111.2 CC criu/lsm.o [2019-10-17T21:55:51.143Z] #17 65.48 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-10-17T21:55:51.332Z] #42 111.4 CC criu/mem.o [2019-10-17T21:55:51.400Z] #17 65.88 Selecting previously unselected package libselinux1-dev:amd64. [2019-10-17T21:55:51.400Z] #17 65.88 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-10-17T21:55:51.400Z] #17 65.89 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-10-17T21:55:51.657Z] #17 66.18 Selecting previously unselected package libdevmapper-dev:amd64. [2019-10-17T21:55:51.657Z] #17 66.19 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-10-17T21:55:51.657Z] #17 66.20 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-10-17T21:55:51.657Z] #17 66.32 Selecting previously unselected package libnl-3-200:amd64. [2019-10-17T21:55:51.914Z] #17 66.32 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-10-17T21:55:51.914Z] #17 66.32 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-10-17T21:55:51.914Z] #17 66.43 Selecting previously unselected package libprotobuf-c1:amd64. [2019-10-17T21:55:51.914Z] #17 66.44 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-10-17T21:55:51.914Z] #17 66.44 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-17T21:55:51.914Z] #17 66.52 Selecting previously unselected package libreadline5:amd64. [2019-10-17T21:55:51.914Z] #17 66.54 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-10-17T21:55:51.996Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-17T21:55:52.170Z] #17 66.56 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-10-17T21:55:52.170Z] #17 66.73 Selecting previously unselected package libsystemd-dev:amd64. [2019-10-17T21:55:52.170Z] #17 66.74 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-10-17T21:55:52.170Z] #17 66.75 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-10-17T21:55:52.177Z] #42 112.8 CC criu/mount.o [2019-10-17T21:55:52.584Z] #42 ... [2019-10-17T21:55:52.584Z] [2019-10-17T21:55:52.584Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T21:55:52.584Z] #19 4.170 Collecting yamllint==1.16.0 [2019-10-17T21:55:52.666Z] #32 8.958 encoding [2019-10-17T21:55:52.666Z] #32 8.997 runtime [2019-10-17T21:55:52.954Z] #32 9.562 runtime/cgo [2019-10-17T21:55:53.243Z] #32 ... [2019-10-17T21:55:53.243Z] [2019-10-17T21:55:53.243Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:55:53.243Z] #57 0.510 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:55:53.243Z] #57 0.517 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:55:53.243Z] #57 0.610 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:55:53.243Z] #57 0.650 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:55:53.243Z] #57 0.699 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:55:53.243Z] #57 1.830 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-17T21:55:53.243Z] #57 4.416 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-17T21:55:53.243Z] #57 6.534 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-17T21:55:53.243Z] #57 ... [2019-10-17T21:55:53.243Z] [2019-10-17T21:55:53.243Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:55:53.243Z] #69 0.827 + RM_GOPATH=0 [2019-10-17T21:55:53.243Z] #69 0.827 + TMP_GOPATH= [2019-10-17T21:55:53.243Z] #69 0.827 + : /build [2019-10-17T21:55:53.243Z] #69 0.827 + '[' -z '' ']' [2019-10-17T21:55:53.243Z] #69 0.827 ++ mktemp -d [2019-10-17T21:55:53.243Z] #69 0.827 + export GOPATH=/tmp/tmp.sHlRZJgTE1 [2019-10-17T21:55:53.243Z] #69 0.827 + GOPATH=/tmp/tmp.sHlRZJgTE1 [2019-10-17T21:55:53.243Z] #69 0.827 + RM_GOPATH=1 [2019-10-17T21:55:53.243Z] #69 0.866 ++ dirname ./install.sh [2019-10-17T21:55:53.244Z] #69 0.873 + dir=. [2019-10-17T21:55:53.244Z] #69 0.876 + bin=proxy [2019-10-17T21:55:53.244Z] #69 0.876 + shift [2019-10-17T21:55:53.244Z] #69 0.877 + '[' '!' -f ./proxy.installer ']' [2019-10-17T21:55:53.244Z] #69 0.877 + . ./proxy.installer [2019-10-17T21:55:53.244Z] #69 0.878 ++ : 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:55:53.244Z] #69 0.881 + install_proxy [2019-10-17T21:55:53.244Z] #69 0.882 + case "$1" in [2019-10-17T21:55:53.244Z] #69 0.882 + export CGO_ENABLED=0 [2019-10-17T21:55:53.244Z] #69 0.882 + CGO_ENABLED=0 [2019-10-17T21:55:53.244Z] #69 0.882 + _install_proxy [2019-10-17T21:55:53.244Z] #69 0.882 + echo 'Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536' [2019-10-17T21:55:53.244Z] #69 0.882 Install docker-proxy version 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:55:53.244Z] #69 0.882 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.sHlRZJgTE1/src/github.com/docker/libnetwork [2019-10-17T21:55:53.244Z] #69 0.911 Cloning into '/tmp/tmp.sHlRZJgTE1/src/github.com/docker/libnetwork'... [2019-10-17T21:55:53.440Z] #19 4.792 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-17T21:55:53.440Z] #19 4.987 Collecting pyyaml (from yamllint==1.16.0) [2019-10-17T21:55:53.532Z] #69 ... [2019-10-17T21:55:53.532Z] [2019-10-17T21:55:53.532Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:55:53.532Z] #29 0.963 + mktemp -d [2019-10-17T21:55:53.532Z] #29 0.977 + export GOPATH=/tmp/tmp.AwMUTun2mv [2019-10-17T21:55:53.532Z] #29 0.977 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.AwMUTun2mv/src/github.com/go-swagger/go-swagger [2019-10-17T21:55:53.532Z] #29 1.004 Cloning into '/tmp/tmp.AwMUTun2mv/src/github.com/go-swagger/go-swagger'... [2019-10-17T21:55:53.532Z] #29 ... [2019-10-17T21:55:53.532Z] [2019-10-17T21:55:53.532Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:55:53.532Z] #25 0.768 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:55:53.532Z] #25 0.781 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:55:53.532Z] #25 0.861 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:55:53.532Z] #25 0.877 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:55:53.532Z] #25 0.983 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:55:53.532Z] #25 2.402 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-17T21:55:53.532Z] #25 4.854 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-17T21:55:53.532Z] #25 6.976 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-17T21:55:53.819Z] #25 ... [2019-10-17T21:55:53.819Z] [2019-10-17T21:55:53.819Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:55:53.819Z] #34 1.276 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:55:53.819Z] #34 1.287 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:55:53.819Z] #34 1.438 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:55:53.819Z] #34 1.469 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:55:53.819Z] #34 1.519 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:55:53.819Z] #34 2.921 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-17T21:55:53.819Z] #34 5.854 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-17T21:55:53.819Z] #34 7.228 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-17T21:55:53.819Z] #34 ... [2019-10-17T21:55:53.819Z] [2019-10-17T21:55:53.819Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:53.819Z] #48 0.806 + RM_GOPATH=0 [2019-10-17T21:55:53.819Z] #48 0.806 + TMP_GOPATH= [2019-10-17T21:55:53.819Z] #48 0.806 + : /build [2019-10-17T21:55:53.819Z] #48 0.806 + '[' -z '' ']' [2019-10-17T21:55:53.819Z] #48 0.811 ++ mktemp -d [2019-10-17T21:55:53.819Z] #48 0.832 + export GOPATH=/tmp/tmp.8tUv7Gkj7N [2019-10-17T21:55:53.819Z] #48 0.832 + GOPATH=/tmp/tmp.8tUv7Gkj7N [2019-10-17T21:55:53.819Z] #48 0.832 + RM_GOPATH=1 [2019-10-17T21:55:53.819Z] #48 0.865 ++ dirname ./install.sh [2019-10-17T21:55:53.819Z] #48 0.873 + dir=. [2019-10-17T21:55:53.820Z] #48 0.873 + bin=gotestsum [2019-10-17T21:55:53.820Z] #48 0.873 + shift [2019-10-17T21:55:53.820Z] #48 0.873 + '[' '!' -f ./gotestsum.installer ']' [2019-10-17T21:55:53.820Z] #48 0.874 + . ./gotestsum.installer [2019-10-17T21:55:53.820Z] #48 0.879 ++ : v0.3.5 [2019-10-17T21:55:53.820Z] #48 0.880 + install_gotestsum [2019-10-17T21:55:53.820Z] #48 0.880 Installing gotestsum version v0.3.5 [2019-10-17T21:55:53.820Z] #48 0.880 + echo 'Installing gotestsum version v0.3.5' [2019-10-17T21:55:53.820Z] #48 0.880 + go get -d gotest.tools/gotestsum [2019-10-17T21:55:53.844Z] #19 5.113 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-17T21:55:54.059Z] #17 68.27 Selecting previously unselected package net-tools. [2019-10-17T21:55:54.059Z] #17 68.28 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-10-17T21:55:54.059Z] #17 68.28 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-17T21:55:54.059Z] #17 68.59 Selecting previously unselected package python-pip-whl. [2019-10-17T21:55:54.059Z] #17 68.61 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-17T21:55:54.059Z] #17 68.62 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-17T21:55:54.108Z] #48 ... [2019-10-17T21:55:54.108Z] [2019-10-17T21:55:54.108Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:54.108Z] #45 0.553 + RM_GOPATH=0 [2019-10-17T21:55:54.108Z] #45 0.553 + TMP_GOPATH= [2019-10-17T21:55:54.108Z] #45 0.553 + : /build [2019-10-17T21:55:54.108Z] #45 0.553 + '[' -z '' ']' [2019-10-17T21:55:54.108Z] #45 0.554 ++ mktemp -d [2019-10-17T21:55:54.108Z] #45 0.557 + export GOPATH=/tmp/tmp.SVoEeCcTzs [2019-10-17T21:55:54.108Z] #45 0.558 + GOPATH=/tmp/tmp.SVoEeCcTzs [2019-10-17T21:55:54.108Z] #45 0.559 + RM_GOPATH=1 [2019-10-17T21:55:54.108Z] #45 0.562 ++ dirname ./install.sh [2019-10-17T21:55:54.108Z] #45 0.564 + dir=. [2019-10-17T21:55:54.108Z] #45 0.564 + bin=vndr [2019-10-17T21:55:54.108Z] #45 0.566 + shift [2019-10-17T21:55:54.108Z] #45 0.566 + '[' '!' -f ./vndr.installer ']' [2019-10-17T21:55:54.108Z] #45 0.569 + . ./vndr.installer [2019-10-17T21:55:54.108Z] #45 0.569 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:55:54.108Z] #45 0.570 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:55:54.108Z] #45 0.571 + install_vndr [2019-10-17T21:55:54.108Z] #45 0.571 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-17T21:55:54.108Z] #45 0.571 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.SVoEeCcTzs/src/github.com/LK4D4/vndr [2019-10-17T21:55:54.108Z] #45 0.576 Cloning into '/tmp/tmp.SVoEeCcTzs/src/github.com/LK4D4/vndr'... [2019-10-17T21:55:54.108Z] #45 2.005 + cd /tmp/tmp.SVoEeCcTzs/src/github.com/LK4D4/vndr [2019-10-17T21:55:54.108Z] #45 2.006 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-17T21:55:54.108Z] #45 2.060 + go build -buildmode=pie -v -o /build/vndr . [2019-10-17T21:55:54.108Z] #45 4.285 internal/race [2019-10-17T21:55:54.108Z] #45 4.303 internal/cpu [2019-10-17T21:55:54.108Z] #45 4.419 runtime/internal/sys [2019-10-17T21:55:54.108Z] #45 4.447 runtime/internal/atomic [2019-10-17T21:55:54.108Z] #45 4.960 sync/atomic [2019-10-17T21:55:54.108Z] #45 5.178 unicode [2019-10-17T21:55:54.108Z] #45 5.716 unicode/utf8 [2019-10-17T21:55:54.108Z] #45 6.334 internal/bytealg [2019-10-17T21:55:54.108Z] #45 6.777 math [2019-10-17T21:55:54.108Z] #45 8.097 internal/testlog [2019-10-17T21:55:54.108Z] #45 9.118 encoding [2019-10-17T21:55:54.108Z] #45 9.741 unicode/utf16 [2019-10-17T21:55:54.108Z] #45 9.926 runtime [2019-10-17T21:55:54.108Z] #45 ... [2019-10-17T21:55:54.108Z] [2019-10-17T21:55:54.108Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:55:54.108Z] #39 0.694 + mktemp -d [2019-10-17T21:55:54.108Z] #39 0.697 + export GOPATH=/tmp/tmp.oxK2SqpsIm [2019-10-17T21:55:54.108Z] #39 0.698 + git clone https://github.com/docker/distribution.git /tmp/tmp.oxK2SqpsIm/src/github.com/docker/distribution [2019-10-17T21:55:54.108Z] #39 0.704 Cloning into '/tmp/tmp.oxK2SqpsIm/src/github.com/docker/distribution'... [2019-10-17T21:55:54.396Z] #39 ... [2019-10-17T21:55:54.396Z] [2019-10-17T21:55:54.396Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:55:54.396Z] #11 0.698 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:55:54.396Z] #11 0.709 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:55:54.396Z] #11 0.798 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:55:54.396Z] #11 0.811 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:55:54.396Z] #11 0.862 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:55:54.396Z] #11 2.142 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-17T21:55:54.396Z] #11 4.832 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-17T21:55:54.396Z] #11 6.812 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-17T21:55:54.396Z] #11 ... [2019-10-17T21:55:54.396Z] [2019-10-17T21:55:54.396Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:54.396Z] #51 0.837 + RM_GOPATH=0 [2019-10-17T21:55:54.396Z] #51 0.837 + TMP_GOPATH= [2019-10-17T21:55:54.396Z] #51 0.837 + : /build [2019-10-17T21:55:54.396Z] #51 0.837 + '[' -z '' ']' [2019-10-17T21:55:54.396Z] #51 0.855 ++ mktemp -d [2019-10-17T21:55:54.396Z] #51 0.897 + export GOPATH=/tmp/tmp.8jACbg4BDZ [2019-10-17T21:55:54.396Z] #51 0.897 + GOPATH=/tmp/tmp.8jACbg4BDZ [2019-10-17T21:55:54.396Z] #51 0.897 + RM_GOPATH=1 [2019-10-17T21:55:54.396Z] #51 0.897 ++ dirname ./install.sh [2019-10-17T21:55:54.396Z] #51 0.899 + dir=. [2019-10-17T21:55:54.396Z] #51 0.899 + bin=golangci_lint [2019-10-17T21:55:54.396Z] #51 0.899 + shift [2019-10-17T21:55:54.396Z] #51 0.899 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-17T21:55:54.396Z] #51 0.900 + . ./golangci_lint.installer [2019-10-17T21:55:54.396Z] #51 0.900 ++ : v1.17.1 [2019-10-17T21:55:54.396Z] #51 0.900 + install_golangci_lint [2019-10-17T21:55:54.396Z] #51 0.900 + echo 'Installing golangci-lint version v1.17.1' [2019-10-17T21:55:54.396Z] #51 0.901 Installing golangci-lint version v1.17.1 [2019-10-17T21:55:54.396Z] #51 0.901 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-17T21:55:54.684Z] #51 ... [2019-10-17T21:55:54.684Z] [2019-10-17T21:55:54.684Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:54.684Z] #23 0.751 + RM_GOPATH=0 [2019-10-17T21:55:54.684Z] #23 0.751 + TMP_GOPATH= [2019-10-17T21:55:54.684Z] #23 0.751 + : /build [2019-10-17T21:55:54.684Z] #23 0.751 + '[' -z '' ']' [2019-10-17T21:55:54.684Z] #23 0.754 ++ mktemp -d [2019-10-17T21:55:54.684Z] #23 0.762 + export GOPATH=/tmp/tmp.OyY9hqLskB [2019-10-17T21:55:54.684Z] #23 0.762 + GOPATH=/tmp/tmp.OyY9hqLskB [2019-10-17T21:55:54.684Z] #23 0.777 + RM_GOPATH=1 [2019-10-17T21:55:54.684Z] #23 0.808 ++ dirname ./install.sh [2019-10-17T21:55:54.684Z] #23 0.844 + dir=. [2019-10-17T21:55:54.684Z] #23 0.844 + bin=dockercli [2019-10-17T21:55:54.684Z] #23 0.844 + shift [2019-10-17T21:55:54.684Z] #23 0.844 + '[' '!' -f ./dockercli.installer ']' [2019-10-17T21:55:54.684Z] #23 0.845 + . ./dockercli.installer [2019-10-17T21:55:54.684Z] #23 0.845 ++ : stable [2019-10-17T21:55:54.684Z] #23 0.845 ++ : 17.06.2-ce [2019-10-17T21:55:54.684Z] #23 0.846 + install_dockercli [2019-10-17T21:55:54.684Z] #23 0.847 Install docker/cli version 17.06.2-ce from stable [2019-10-17T21:55:54.684Z] #23 0.847 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-17T21:55:54.684Z] #23 0.848 ++ uname -m [2019-10-17T21:55:54.684Z] #23 0.859 + arch=ppc64le [2019-10-17T21:55:54.684Z] #23 0.862 + '[' ppc64le '!=' x86_64 ']' [2019-10-17T21:55:54.684Z] #23 0.863 + '[' ppc64le '!=' s390x ']' [2019-10-17T21:55:54.684Z] #23 0.864 + '[' ppc64le '!=' armhf ']' [2019-10-17T21:55:54.684Z] #23 0.865 + build_dockercli [2019-10-17T21:55:54.684Z] #23 0.866 + git clone https://github.com/docker/docker-ce /tmp/tmp.OyY9hqLskB/tmp/docker-ce [2019-10-17T21:55:54.684Z] #23 0.871 Cloning into '/tmp/tmp.OyY9hqLskB/tmp/docker-ce'... [2019-10-17T21:55:54.684Z] #23 ... [2019-10-17T21:55:54.684Z] [2019-10-17T21:55:54.684Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:55:54.684Z] #63 0.756 + RM_GOPATH=0 [2019-10-17T21:55:54.684Z] #63 0.765 + TMP_GOPATH= [2019-10-17T21:55:54.684Z] #63 0.765 + : /build/ [2019-10-17T21:55:54.684Z] #63 0.765 + '[' -z '' ']' [2019-10-17T21:55:54.684Z] #63 0.770 ++ mktemp -d [2019-10-17T21:55:54.684Z] #63 0.853 + export GOPATH=/tmp/tmp.EiC4FKrtY2 [2019-10-17T21:55:54.684Z] #63 0.853 + GOPATH=/tmp/tmp.EiC4FKrtY2 [2019-10-17T21:55:54.684Z] #63 0.853 + RM_GOPATH=1 [2019-10-17T21:55:54.684Z] #63 0.860 ++ dirname ./install.sh [2019-10-17T21:55:54.684Z] #63 0.898 + dir=. [2019-10-17T21:55:54.684Z] #63 0.898 + bin=rootlesskit [2019-10-17T21:55:54.684Z] #63 0.898 + shift [2019-10-17T21:55:54.684Z] #63 0.898 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-17T21:55:54.684Z] #63 0.898 + . ./rootlesskit.installer [2019-10-17T21:55:54.684Z] #63 0.898 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:55:54.684Z] #63 0.908 + install_rootlesskit [2019-10-17T21:55:54.684Z] #63 0.909 + case "$1" in [2019-10-17T21:55:54.684Z] #63 0.909 + export CGO_ENABLED=0 [2019-10-17T21:55:54.684Z] #63 0.909 + CGO_ENABLED=0 [2019-10-17T21:55:54.684Z] #63 0.909 + _install_rootlesskit [2019-10-17T21:55:54.684Z] #63 0.909 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:55:54.684Z] #63 0.909 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-17T21:55:54.684Z] #63 0.910 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.EiC4FKrtY2/src/github.com/rootless-containers/rootlesskit [2019-10-17T21:55:54.684Z] #63 0.919 Cloning into '/tmp/tmp.EiC4FKrtY2/src/github.com/rootless-containers/rootlesskit'... [2019-10-17T21:55:54.684Z] #63 7.664 + cd /tmp/tmp.EiC4FKrtY2/src/github.com/rootless-containers/rootlesskit [2019-10-17T21:55:54.684Z] #63 7.665 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-17T21:55:54.684Z] #63 8.652 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-17T21:55:54.684Z] #63 8.654 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-17T21:55:54.971Z] #63 ... [2019-10-17T21:55:54.971Z] [2019-10-17T21:55:54.971Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:55:54.971Z] #41 0.925 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:55:54.971Z] #41 0.940 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:55:54.971Z] #41 1.133 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:55:54.971Z] #41 1.180 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:55:54.971Z] #41 1.254 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:55:54.971Z] #41 2.882 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-17T21:55:54.971Z] #41 5.571 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-17T21:55:54.971Z] #41 7.583 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-17T21:55:54.971Z] #41 ... [2019-10-17T21:55:54.971Z] [2019-10-17T21:55:54.971Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:55:54.971Z] #45 10.93 container/list [2019-10-17T21:55:54.986Z] #17 69.31 Selecting previously unselected package python3-pip. [2019-10-17T21:55:54.986Z] #17 69.32 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-17T21:55:54.986Z] #17 69.32 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-17T21:55:54.986Z] #17 69.51 Selecting previously unselected package python3-pkg-resources. [2019-10-17T21:55:54.986Z] #17 69.52 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-17T21:55:54.986Z] #17 69.53 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-17T21:55:55.219Z] #19 6.512 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-17T21:55:55.219Z] #19 6.571 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-17T21:55:55.242Z] #17 69.70 Selecting previously unselected package python3-setuptools. [2019-10-17T21:55:55.242Z] #17 69.70 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-17T21:55:55.242Z] #17 69.71 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-17T21:55:55.497Z] #17 70.00 Selecting previously unselected package python3-wheel. [2019-10-17T21:55:55.497Z] #17 70.00 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-17T21:55:55.497Z] #17 70.01 Unpacking python3-wheel (0.29.0-2) ... [2019-10-17T21:55:55.753Z] #17 70.14 Selecting previously unselected package thin-provisioning-tools. [2019-10-17T21:55:55.753Z] #17 70.15 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-10-17T21:55:55.753Z] #17 70.16 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-17T21:55:56.009Z] #17 70.57 Selecting previously unselected package vim-runtime. [2019-10-17T21:55:56.009Z] #17 70.58 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:55:56.009Z] #17 70.60 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-17T21:55:56.074Z] #19 7.517 Building wheels for collected packages: pyyaml, pathspec [2019-10-17T21:55:56.074Z] #19 7.538 Running setup.py bdist_wheel for pyyaml: started [2019-10-17T21:55:56.264Z] #17 70.66 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-17T21:55:56.264Z] #17 70.66 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:55:57.735Z] #19 9.260 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-17T21:55:57.735Z] #19 9.272 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-17T21:55:58.216Z] #19 9.431 Running setup.py bdist_wheel for pathspec: started [2019-10-17T21:55:58.469Z] #45 14.97 crypto/internal/subtle [2019-10-17T21:55:58.809Z] #45 15.36 crypto/subtle [2019-10-17T21:55:59.437Z] #45 16.14 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-17T21:55:59.678Z] #19 10.89 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-17T21:55:59.678Z] #19 10.89 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-17T21:55:59.678Z] #19 10.90 Successfully built pyyaml pathspec [2019-10-17T21:55:59.678Z] #19 10.90 Installing collected packages: pyyaml, pathspec, yamllint [2019-10-17T21:55:59.678Z] #19 11.10 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-17T21:56:00.169Z] #45 16.59 internal/nettrace [2019-10-17T21:56:00.180Z] #19 DONE 11.4s [2019-10-17T21:56:00.181Z] [2019-10-17T21:56:00.181Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-17T21:56:00.181Z] #24 DONE 0.1s [2019-10-17T21:56:00.181Z] [2019-10-17T21:56:00.181Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-17T21:56:00.424Z] #17 74.79 Selecting previously unselected package vim. [2019-10-17T21:56:00.424Z] #17 74.79 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-17T21:56:00.424Z] #17 74.80 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:56:00.461Z] #45 17.08 runtime/cgo [2019-10-17T21:56:00.583Z] #28 DONE 0.4s [2019-10-17T21:56:00.583Z] [2019-10-17T21:56:00.583Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-17T21:56:00.583Z] #30 DONE 0.1s [2019-10-17T21:56:00.583Z] [2019-10-17T21:56:00.583Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-17T21:56:00.583Z] #33 DONE 0.1s [2019-10-17T21:56:00.583Z] [2019-10-17T21:56:00.583Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:00.583Z] #42 115.9 CC criu/namespaces.o [2019-10-17T21:56:00.583Z] #42 117.5 CC criu/net.o [2019-10-17T21:56:00.583Z] #42 121.0 CC criu/netfilter.o [2019-10-17T21:56:01.000Z] #42 ... [2019-10-17T21:56:01.000Z] [2019-10-17T21:56:01.000Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-17T21:56:01.000Z] #38 DONE 0.1s [2019-10-17T21:56:01.000Z] [2019-10-17T21:56:01.000Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:01.000Z] #42 121.4 CC criu/page-pipe.o [2019-10-17T21:56:01.349Z] #17 75.52 Selecting previously unselected package xfsprogs. [2019-10-17T21:56:01.349Z] #17 75.54 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-10-17T21:56:01.349Z] #17 75.55 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-17T21:56:01.349Z] #17 ... [2019-10-17T21:56:01.349Z] [2019-10-17T21:56:01.349Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:01.349Z] #41 70.62 CC criu/arch/x86/kerndat.o [2019-10-17T21:56:01.349Z] #41 71.09 CC criu/arch/x86/sigaction_compat.o [2019-10-17T21:56:01.349Z] #41 71.41 CC criu/arch/x86/sigframe.o [2019-10-17T21:56:01.349Z] #41 71.70 LINK criu/arch/x86/crtools.built-in.o [2019-10-17T21:56:01.349Z] #41 71.77 DEP criu/pie/util-vdso-elf32.d [2019-10-17T21:56:01.349Z] #41 71.87 DEP criu/arch/x86/vdso-pie.d [2019-10-17T21:56:01.349Z] #41 72.04 DEP criu/pie/parasite-vdso.d [2019-10-17T21:56:01.349Z] #41 72.26 DEP criu/pie/util-vdso.d [2019-10-17T21:56:01.349Z] #41 72.39 DEP criu/pie/util.d [2019-10-17T21:56:01.349Z] #41 72.53 CC criu/pie/util.o [2019-10-17T21:56:01.349Z] #41 73.02 CC criu/pie/util-vdso.o [2019-10-17T21:56:01.349Z] #41 73.78 CC criu/pie/parasite-vdso.o [2019-10-17T21:56:01.349Z] #41 74.97 CC criu/arch/x86/vdso-pie.o [2019-10-17T21:56:01.349Z] #41 75.29 CC criu/pie/util-vdso-elf32.o [2019-10-17T21:56:01.349Z] #41 75.97 AR criu/pie/pie.lib.a [2019-10-17T21:56:01.349Z] #41 76.06 DEP criu/pie/restorer.d [2019-10-17T21:56:01.349Z] #41 76.38 DEP criu/arch/x86/sigaction_compat_pie.d [2019-10-17T21:56:01.349Z] #41 76.49 DEP criu/arch/x86/restorer_unmap.d [2019-10-17T21:56:01.349Z] #41 76.53 DEP criu/arch/x86/restorer.d [2019-10-17T21:56:01.349Z] #41 76.75 DEP criu/pie/parasite.d [2019-10-17T21:56:01.349Z] #41 77.06 CC criu/pie/parasite.o [2019-10-17T21:56:01.349Z] #41 78.23 LINK criu/pie/parasite.built-in.o [2019-10-17T21:56:01.349Z] #41 78.23 GEN criu/pie/parasite-blob.h [2019-10-17T21:56:01.349Z] #41 78.25 CC criu/arch/x86/restorer.o [2019-10-17T21:56:01.349Z] #41 78.88 CC criu/arch/x86/restorer_unmap.o [2019-10-17T21:56:01.349Z] #41 78.94 CC criu/arch/x86/sigaction_compat_pie.o [2019-10-17T21:56:01.349Z] #41 79.21 CC criu/pie/restorer.o [2019-10-17T21:56:01.397Z] #42 121.7 CC criu/page-xfer.o [2019-10-17T21:56:01.609Z] #41 ... [2019-10-17T21:56:01.609Z] [2019-10-17T21:56:01.609Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:56:01.609Z] #17 76.21 Selecting previously unselected package zip. [2019-10-17T21:56:01.871Z] #17 76.21 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-10-17T21:56:01.871Z] #17 76.21 Unpacking zip (3.0-11+b1) ... [2019-10-17T21:56:01.871Z] #17 76.46 Selecting previously unselected package libapparmor-perl. [2019-10-17T21:56:02.136Z] #17 76.46 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-10-17T21:56:02.136Z] #17 76.46 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-17T21:56:02.136Z] #17 76.61 Selecting previously unselected package apparmor. [2019-10-17T21:56:02.136Z] #17 76.61 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-10-17T21:56:02.136Z] #17 76.69 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-17T21:56:02.267Z] #42 122.5 CC criu/pagemap-cache.o [2019-10-17T21:56:02.267Z] #42 122.7 CC criu/pagemap.o [2019-10-17T21:56:02.704Z] #17 77.25 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-17T21:56:02.704Z] #17 77.26 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-10-17T21:56:02.704Z] #17 77.27 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-17T21:56:03.113Z] #42 123.3 CC criu/parasite-syscall.o [2019-10-17T21:56:03.517Z] #42 124.0 CC criu/path.o [2019-10-17T21:56:03.941Z] #42 124.3 CC criu/pie-util-vdso-elf32.o [2019-10-17T21:56:04.354Z] #42 124.7 CC criu/pie-util-vdso.o [2019-10-17T21:56:04.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-17T21:56:04.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-17T21:56:04.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-17T21:56:04.590Z] #17 78.86 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-17T21:56:04.590Z] #17 78.88 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-10-17T21:56:04.590Z] #17 78.88 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-17T21:56:04.767Z] #42 125.0 CC criu/pie-util.o [2019-10-17T21:56:04.767Z] #42 125.2 CC criu/pipes.o [2019-10-17T21:56:04.875Z] #45 ... [2019-10-17T21:56:04.875Z] [2019-10-17T21:56:04.875Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:56:04.875Z] #25 21.29 Fetched 7720 kB in 20s (376 kB/s) [2019-10-17T21:56:05.600Z] #42 125.7 CC criu/plugin.o [2019-10-17T21:56:05.600Z] #42 126.1 CC criu/proc_parse.o [2019-10-17T21:56:06.478Z] #17 80.87 Selecting previously unselected package binutils-mingw-w64. [2019-10-17T21:56:06.478Z] #17 80.88 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-17T21:56:06.478Z] #17 80.89 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-17T21:56:06.736Z] #17 81.04 Selecting previously unselected package mingw-w64-common. [2019-10-17T21:56:06.736Z] #17 81.04 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-17T21:56:06.736Z] #17 81.08 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-17T21:56:07.499Z] #42 ... [2019-10-17T21:56:07.499Z] [2019-10-17T21:56:07.499Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:56:07.499Z] #55 147.8 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-17T21:56:08.872Z] #55 149.4 + mkdir -p /build [2019-10-17T21:56:08.872Z] #55 149.4 + cp runc /build/runc [2019-10-17T21:56:09.630Z] #55 DONE 149.5s [2019-10-17T21:56:09.630Z] [2019-10-17T21:56:09.630Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:09.630Z] #42 128.0 CC criu/protobuf-desc.o [2019-10-17T21:56:09.630Z] #42 129.0 CC criu/protobuf.o [2019-10-17T21:56:09.630Z] #42 129.3 CC criu/pstree.o [2019-10-17T21:56:10.435Z] #25 21.29 Reading package lists... [2019-10-17T21:56:10.435Z] #25 ... [2019-10-17T21:56:10.435Z] [2019-10-17T21:56:10.435Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:56:10.435Z] #39 25.00 + cd /tmp/tmp.oxK2SqpsIm/src/github.com/docker/distribution [2019-10-17T21:56:10.435Z] #39 25.01 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-17T21:56:10.788Z] #42 130.9 CC criu/rbtree.o [2019-10-17T21:56:10.788Z] #42 131.2 CC criu/rst-malloc.o [2019-10-17T21:56:10.900Z] #17 ... [2019-10-17T21:56:10.900Z] [2019-10-17T21:56:10.900Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:56:10.900Z] #44 157.8 github.com/LK4D4/vndr/godl [2019-10-17T21:56:10.900Z] #44 158.7 github.com/LK4D4/vndr [2019-10-17T21:56:10.900Z] #44 ... [2019-10-17T21:56:10.900Z] [2019-10-17T21:56:10.900Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:10.900Z] #41 82.56 LINK criu/pie/restorer.built-in.o [2019-10-17T21:56:10.900Z] #41 82.57 GEN criu/pie/restorer-blob.h [2019-10-17T21:56:10.900Z] #41 82.68 DEP criu/vdso.d [2019-10-17T21:56:10.900Z] #41 82.95 DEP criu/vdso-compat.d [2019-10-17T21:56:10.900Z] #41 83.09 DEP criu/uts_ns.d [2019-10-17T21:56:10.900Z] #41 83.30 DEP criu/util.d [2019-10-17T21:56:10.900Z] #41 83.58 DEP criu/uffd.d [2019-10-17T21:56:10.900Z] #41 83.76 DEP criu/tun.d [2019-10-17T21:56:10.900Z] #41 83.92 DEP criu/tty.d [2019-10-17T21:56:10.900Z] #41 84.13 DEP criu/timerfd.d [2019-10-17T21:56:10.900Z] #41 84.30 DEP criu/sysfs_parse.d [2019-10-17T21:56:10.900Z] #41 84.44 DEP criu/sysctl.d [2019-10-17T21:56:10.900Z] #41 84.62 DEP criu/string.d [2019-10-17T21:56:10.900Z] #41 84.67 DEP criu/stats.d [2019-10-17T21:56:10.900Z] #41 84.79 DEP criu/sockets.d [2019-10-17T21:56:10.900Z] #41 84.99 DEP criu/sk-unix.d [2019-10-17T21:56:10.900Z] #41 85.23 DEP criu/sk-tcp.d [2019-10-17T21:56:10.901Z] #41 85.46 DEP criu/sk-queue.d [2019-10-17T21:56:10.901Z] #41 85.70 DEP criu/sk-packet.d [2019-10-17T21:56:10.901Z] #41 85.97 DEP criu/sk-netlink.d [2019-10-17T21:56:10.901Z] #41 86.14 DEP criu/sk-inet.d [2019-10-17T21:56:10.901Z] #41 86.33 DEP criu/signalfd.d [2019-10-17T21:56:10.901Z] #41 86.49 DEP criu/sigframe.d [2019-10-17T21:56:10.901Z] #41 86.62 DEP criu/shmem.d [2019-10-17T21:56:10.901Z] #41 86.83 DEP criu/servicefd.d [2019-10-17T21:56:10.901Z] #41 86.99 DEP criu/seize.d [2019-10-17T21:56:10.901Z] #41 87.14 DEP criu/seccomp.d [2019-10-17T21:56:10.901Z] #41 87.34 DEP criu/rst-malloc.d [2019-10-17T21:56:10.901Z] #41 87.43 DEP criu/rbtree.d [2019-10-17T21:56:10.901Z] #41 87.47 DEP criu/pstree.d [2019-10-17T21:56:10.901Z] #41 87.63 DEP criu/protobuf.d [2019-10-17T21:56:10.901Z] #41 87.79 GEN criu/protobuf-desc-gen.h [2019-10-17T21:56:10.901Z] #41 89.17 DEP criu/protobuf-desc.d [2019-10-17T21:56:10.901Z] #41 89.29 DEP criu/proc_parse.d [2019-10-17T21:56:10.901Z] #41 89.51 DEP criu/plugin.d [2019-10-17T21:56:10.901Z] #41 89.60 DEP criu/pipes.d [2019-10-17T21:56:10.901Z] #41 89.89 DEP criu/pie-util.d [2019-10-17T21:56:10.901Z] #41 90.08 DEP criu/pie-util-vdso.d [2019-10-17T21:56:10.901Z] #41 90.25 DEP criu/pie-util-vdso-elf32.d [2019-10-17T21:56:10.901Z] #41 90.40 DEP criu/path.d [2019-10-17T21:56:10.901Z] #41 90.51 DEP criu/parasite-syscall.d [2019-10-17T21:56:11.469Z] #42 131.6 CC criu/seccomp.o [2019-10-17T21:56:11.718Z] #41 90.74 DEP criu/pagemap.d [2019-10-17T21:56:11.718Z] #41 ... [2019-10-17T21:56:11.718Z] [2019-10-17T21:56:11.718Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:56:11.718Z] #44 DONE 169.3s [2019-10-17T21:56:11.718Z] [2019-10-17T21:56:11.718Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:56:11.718Z] #17 86.15 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-17T21:56:11.718Z] #17 86.16 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-17T21:56:11.718Z] #17 86.17 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-17T21:56:11.919Z] #42 132.4 CC criu/seize.o [2019-10-17T21:56:11.941Z] #39 28.61 + GOPATH=/tmp/tmp.oxK2SqpsIm/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.oxK2SqpsIm go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-17T21:56:12.790Z] #42 132.9 CC criu/servicefd.o [2019-10-17T21:56:12.790Z] #42 133.2 CC criu/shmem.o [2019-10-17T21:56:13.199Z] #42 133.7 CC criu/sigframe.o [2019-10-17T21:56:13.599Z] #42 133.9 CC criu/signalfd.o [2019-10-17T21:56:13.599Z] #42 134.1 CC criu/sk-inet.o [2019-10-17T21:56:13.993Z] #39 ... [2019-10-17T21:56:13.993Z] [2019-10-17T21:56:13.993Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:56:13.993Z] #25 21.29 Reading package lists... [2019-10-17T21:56:14.455Z] #42 134.6 CC criu/sk-netlink.o [2019-10-17T21:56:14.455Z] #42 134.9 CC criu/sk-packet.o [2019-10-17T21:56:14.862Z] #42 135.3 CC criu/sk-queue.o [2019-10-17T21:56:15.016Z] #25 31.66 Reading package lists... [2019-10-17T21:56:15.016Z] #25 ... [2019-10-17T21:56:15.016Z] [2019-10-17T21:56:15.016Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:56:15.016Z] #34 21.69 Fetched 7720 kB in 20s (378 kB/s) [2019-10-17T21:56:15.016Z] #34 21.69 Reading package lists... [2019-10-17T21:56:15.016Z] #34 31.43 Reading package lists... [2019-10-17T21:56:15.016Z] #34 ... [2019-10-17T21:56:15.016Z] [2019-10-17T21:56:15.016Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:56:15.016Z] #11 21.67 Fetched 7720 kB in 20s (368 kB/s) [2019-10-17T21:56:15.016Z] #11 21.67 Reading package lists... [2019-10-17T21:56:15.016Z] #11 31.52 Reading package lists... [2019-10-17T21:56:15.016Z] #11 ... [2019-10-17T21:56:15.016Z] [2019-10-17T21:56:15.016Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:56:15.016Z] #57 21.98 Fetched 7720 kB in 21s (358 kB/s) [2019-10-17T21:56:15.016Z] #57 21.98 Reading package lists... [2019-10-17T21:56:15.276Z] #42 135.7 CC criu/sk-tcp.o [2019-10-17T21:56:15.303Z] #57 31.43 Reading package lists... [2019-10-17T21:56:15.303Z] #57 ... [2019-10-17T21:56:15.303Z] [2019-10-17T21:56:15.303Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:15.303Z] #51 31.00 + cd /tmp/tmp.8jACbg4BDZ/src/github.com/golangci/golangci-lint/ [2019-10-17T21:56:15.303Z] #51 31.00 + git checkout -q v1.17.1 [2019-10-17T21:56:15.590Z] #51 32.27 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-17T21:56:15.591Z] #51 ... [2019-10-17T21:56:15.591Z] [2019-10-17T21:56:15.591Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:56:15.591Z] #41 22.39 Fetched 7720 kB in 21s (359 kB/s) [2019-10-17T21:56:15.591Z] #41 22.39 Reading package lists... [2019-10-17T21:56:15.591Z] #41 32.03 Reading package lists... [2019-10-17T21:56:15.591Z] #41 ... [2019-10-17T21:56:15.591Z] [2019-10-17T21:56:15.591Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:56:15.591Z] #69 27.63 + cd /tmp/tmp.sHlRZJgTE1/src/github.com/docker/libnetwork [2019-10-17T21:56:15.591Z] #69 27.63 + git checkout -q 0025177e3dabbe0de151be0957dcaff149d43536 [2019-10-17T21:56:15.591Z] #69 28.74 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-17T21:56:15.694Z] #42 136.2 CC criu/sk-unix.o [2019-10-17T21:56:16.214Z] #69 ... [2019-10-17T21:56:16.215Z] [2019-10-17T21:56:16.215Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:56:16.215Z] #45 22.85 vendor/golang.org/x/crypto/internal/subtle [2019-10-17T21:56:16.589Z] #42 137.1 CC criu/sockets.o [2019-10-17T21:56:16.963Z] #17 91.10 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-17T21:56:16.963Z] #17 91.12 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-17T21:56:16.963Z] #17 91.23 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-17T21:56:16.992Z] Running on azwin-2-682bf0 in d:\jenkins\workspace\moby_PR-40082 [Pipeline] { [2019-10-17T21:56:17.011Z] #42 137.5 CC criu/stats.o [Pipeline] ws [2019-10-17T21:56:17.015Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-10-17T21:56:17.219Z] #17 91.48 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-17T21:56:17.219Z] #17 91.49 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-17T21:56:17.219Z] #17 91.50 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:56:17.423Z] #42 137.7 CC criu/string.o [2019-10-17T21:56:17.423Z] #42 137.8 CC criu/sysctl.o [2019-10-17T21:56:17.840Z] #42 138.4 CC criu/sysfs_parse.o [2019-10-17T21:56:18.145Z] #17 ... [2019-10-17T21:56:18.145Z] [2019-10-17T21:56:18.145Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:56:18.145Z] #28 176.0 + rm -rf /tmp/tmp.9jCoyFv64p [2019-10-17T21:56:18.243Z] #42 138.8 CC criu/timerfd.o [2019-10-17T21:56:18.646Z] #42 139.1 CC criu/tty.o [2019-10-17T21:56:18.646Z] #42 ... [2019-10-17T21:56:18.646Z] [2019-10-17T21:56:18.646Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:56:18.646Z] #39 184.6 + dpkg --print-architecture [2019-10-17T21:56:18.646Z] #39 184.6 + cd /tmp/tmp.bX5kTlPoY5/src/github.com/docker/distribution [2019-10-17T21:56:18.646Z] #39 184.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-17T21:56:18.709Z] #28 DONE 176.6s [2019-10-17T21:56:18.709Z] [2019-10-17T21:56:18.709Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:18.709Z] #41 91.15 DEP criu/pagemap-cache.d [2019-10-17T21:56:18.709Z] #41 91.32 DEP criu/page-xfer.d [2019-10-17T21:56:18.709Z] #41 91.54 DEP criu/page-pipe.d [2019-10-17T21:56:18.709Z] #41 91.69 DEP criu/netfilter.d [2019-10-17T21:56:18.709Z] #41 92.02 DEP criu/net.d [2019-10-17T21:56:18.709Z] #41 92.36 DEP criu/namespaces.d [2019-10-17T21:56:18.709Z] #41 92.57 DEP criu/mount.d [2019-10-17T21:56:18.709Z] #41 92.72 DEP criu/mem.d [2019-10-17T21:56:18.709Z] #41 92.87 DEP criu/lsm.d [2019-10-17T21:56:18.709Z] #41 92.98 DEP criu/log.d [2019-10-17T21:56:18.709Z] #41 93.08 DEP criu/libnetlink.d [2019-10-17T21:56:18.709Z] #41 93.17 DEP criu/kerndat.d [2019-10-17T21:56:18.709Z] #41 93.41 DEP criu/kcmp-ids.d [2019-10-17T21:56:18.709Z] #41 93.55 DEP criu/irmap.d [2019-10-17T21:56:18.709Z] #41 93.69 DEP criu/ipc_ns.d [2019-10-17T21:56:18.709Z] #41 93.85 DEP criu/image.d [2019-10-17T21:56:18.709Z] #41 94.05 DEP criu/image-desc.d [2019-10-17T21:56:18.709Z] #41 94.19 DEP criu/fsnotify.d [2019-10-17T21:56:18.709Z] #41 94.40 DEP criu/filesystems.d [2019-10-17T21:56:18.709Z] #41 94.56 DEP criu/files.d [2019-10-17T21:56:18.709Z] #41 94.83 DEP criu/files-reg.d [2019-10-17T21:56:18.709Z] #41 95.02 DEP criu/files-ext.d [2019-10-17T21:56:18.709Z] #41 95.18 DEP criu/file-lock.d [2019-10-17T21:56:18.709Z] #41 95.33 DEP criu/file-ids.d [2019-10-17T21:56:18.709Z] #41 95.47 DEP criu/fifo.d [2019-10-17T21:56:18.709Z] #41 95.65 DEP criu/fdstore.d [2019-10-17T21:56:18.709Z] #41 95.73 DEP criu/fault-injection.d [2019-10-17T21:56:18.709Z] #41 95.78 DEP criu/external.d [2019-10-17T21:56:18.709Z] #41 95.91 DEP criu/eventpoll.d [2019-10-17T21:56:18.709Z] #41 96.06 DEP criu/eventfd.d [2019-10-17T21:56:18.709Z] #41 96.23 DEP criu/crtools.d [2019-10-17T21:56:18.709Z] #41 96.44 DEP criu/cr-service.d [2019-10-17T21:56:18.709Z] #41 96.60 DEP criu/cr-restore.d [2019-10-17T21:56:18.709Z] #41 96.97 DEP criu/cr-errno.d [2019-10-17T21:56:18.709Z] #41 97.00 DEP criu/cr-dump.d [2019-10-17T21:56:18.709Z] #41 97.29 DEP criu/cr-dedup.d [2019-10-17T21:56:18.709Z] #41 97.50 DEP criu/cr-check.d [2019-10-17T21:56:18.709Z] #41 97.77 DEP criu/config.d [2019-10-17T21:56:18.709Z] #41 98.04 DEP criu/clone-noasan.d [2019-10-17T21:56:18.709Z] #41 98.12 DEP criu/cgroup.d [2019-10-17T21:56:18.965Z] #41 98.37 DEP criu/cgroup-props.d [2019-10-17T21:56:18.965Z] #41 98.44 DEP criu/bitmap.d [2019-10-17T21:56:18.965Z] #41 98.45 DEP criu/bfd.d [2019-10-17T21:56:18.965Z] #41 98.55 DEP criu/autofs.d [2019-10-17T21:56:19.056Z] #39 184.9 + GOPATH=/tmp/tmp.bX5kTlPoY5/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.bX5kTlPoY5 [2019-10-17T21:56:19.056Z] #39 184.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-17T21:56:19.221Z] #41 98.83 DEP criu/aio.d [2019-10-17T21:56:19.477Z] #41 99.05 DEP criu/action-scripts.d [2019-10-17T21:56:20.039Z] #41 99.55 CC criu/action-scripts.o [2019-10-17T21:56:20.600Z] #41 100.1 CC criu/aio.o [2019-10-17T21:56:21.161Z] #41 100.6 CC criu/autofs.o [2019-10-17T21:56:22.526Z] #41 102.0 CC criu/bfd.o [2019-10-17T21:56:23.088Z] #41 102.4 CC criu/bitmap.o [2019-10-17T21:56:23.088Z] #41 102.7 CC criu/cgroup-props.o [2019-10-17T21:56:24.019Z] #41 103.5 CC criu/cgroup.o [2019-10-17T21:56:24.663Z] #45 ... [2019-10-17T21:56:24.663Z] [2019-10-17T21:56:24.663Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:56:24.663Z] #34 31.43 Reading package lists... [2019-10-17T21:56:24.951Z] #34 40.38 Building dependency tree... [2019-10-17T21:56:25.899Z] #39 ... [2019-10-17T21:56:25.899Z] [2019-10-17T21:56:25.899Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:25.899Z] #42 140.3 CC criu/tun.o [2019-10-17T21:56:25.899Z] #42 140.5 CC criu/uffd.o [2019-10-17T21:56:25.899Z] #42 141.2 CC criu/util.o [2019-10-17T21:56:25.899Z] #42 142.2 CC criu/uts_ns.o [2019-10-17T21:56:25.899Z] #42 142.5 CC criu/vdso.o [2019-10-17T21:56:25.899Z] #42 143.2 LINK criu/built-in.o [2019-10-17T21:56:25.899Z] #42 143.4 LINK criu/criu [2019-10-17T21:56:25.899Z] #42 143.9 DEP lib/c/criu.d [2019-10-17T21:56:25.899Z] #42 144.0 CC images/rpc.pb-c.o [2019-10-17T21:56:25.899Z] #42 144.4 CC lib/c/criu.o [2019-10-17T21:56:25.899Z] #42 145.0 LINK lib/c/built-in.o [2019-10-17T21:56:25.899Z] #42 145.0 LINK lib/c/libcriu.so [2019-10-17T21:56:25.899Z] #42 145.1 GEN magic.py [2019-10-17T21:56:25.899Z] #42 145.2 Note: Building without setproctitle() and strlcpy() support. [2019-10-17T21:56:25.899Z] #42 145.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-17T21:56:25.899Z] #42 145.5 fatal: Not a git repository (or any of the parent directories): .git [2019-10-17T21:56:25.899Z] #42 145.9 make[1]: Nothing to be done for 'all'. [2019-10-17T21:56:25.899Z] #42 146.3 make[1]: 'images/built-in.o' is up to date. [2019-10-17T21:56:25.899Z] #42 146.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-17T21:56:25.899Z] #42 146.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-17T21:56:25.899Z] #42 146.4 make[1]: 'compel/libcompel.a' is up to date. [2019-10-17T21:56:25.899Z] #42 146.4 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-17T21:56:25.899Z] #42 146.4 make[1]: Nothing to be done for 'all'. [2019-10-17T21:56:25.899Z] #42 146.4 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-17T21:56:26.284Z] #42 146.6 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.284Z] #42 146.6 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.284Z] #42 146.6 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.284Z] #42 146.7 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.284Z] #42 146.7 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.284Z] #42 146.8 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.284Z] #42 146.8 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.284Z] #42 146.8 make[2]: Nothing to be done for 'all'. [2019-10-17T21:56:26.444Z] #34 43.51 The following additional packages will be installed: [2019-10-17T21:56:26.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-17T21:56:26.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-17T21:56:26.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-17T21:56:26.541Z] #41 106.1 CC criu/clone-noasan.o [2019-10-17T21:56:26.541Z] #41 106.2 CC criu/config.o [2019-10-17T21:56:26.698Z] #42 146.8 INSTALL criu/criu [2019-10-17T21:56:26.698Z] #42 DONE 147.0s [2019-10-17T21:56:26.698Z] [2019-10-17T21:56:26.698Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:26.731Z] #34 43.52 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-17T21:56:26.732Z] #34 43.54 Suggested packages: [2019-10-17T21:56:26.732Z] #34 43.54 codeblocks eclipse ninja-build lrzip [2019-10-17T21:56:26.732Z] #34 43.54 Recommended packages: [2019-10-17T21:56:26.732Z] #34 43.54 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-17T21:56:27.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-17T21:56:27.906Z] #41 107.5 CC criu/cr-check.o [2019-10-17T21:56:28.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-17T21:56:28.787Z] #34 45.40 The following NEW packages will be installed: [2019-10-17T21:56:28.787Z] #34 45.41 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-17T21:56:28.787Z] #34 45.41 vim-common xxd [2019-10-17T21:56:28.787Z] #34 45.60 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:56:28.787Z] #34 45.60 Need to get 13.4 MB of archives. [2019-10-17T21:56:28.787Z] #34 45.60 After this operation, 60.4 MB of additional disk space will be used. [2019-10-17T21:56:28.787Z] #34 45.60 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-17T21:56:29.079Z] #34 45.89 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-17T21:56:29.079Z] #34 45.89 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-17T21:56:29.716Z] #34 ... [2019-10-17T21:56:29.716Z] [2019-10-17T21:56:29.716Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:56:29.716Z] #11 31.52 Reading package lists... [2019-10-17T21:56:29.716Z] #11 41.60 Building dependency tree... [2019-10-17T21:56:29.716Z] #11 44.58 The following additional packages will be installed: [2019-10-17T21:56:29.716Z] #11 44.58 libapparmor1 libseccomp2 [2019-10-17T21:56:29.716Z] #11 44.59 Suggested packages: [2019-10-17T21:56:29.716Z] #11 44.59 seccomp [2019-10-17T21:56:29.716Z] #11 45.24 The following NEW packages will be installed: [2019-10-17T21:56:29.716Z] #11 45.25 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-17T21:56:29.716Z] #11 45.46 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:56:29.716Z] #11 45.46 Need to get 296 kB of archives. [2019-10-17T21:56:29.716Z] #11 45.46 After this operation, 1346 kB of additional disk space will be used. [2019-10-17T21:56:29.716Z] #11 45.46 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-10-17T21:56:29.716Z] #11 45.50 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-10-17T21:56:29.716Z] #11 45.53 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-10-17T21:56:29.716Z] #11 45.56 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-10-17T21:56:29.795Z] #41 109.0 CC criu/cr-dedup.o [2019-10-17T21:56:30.003Z] #11 ... [2019-10-17T21:56:30.003Z] [2019-10-17T21:56:30.003Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:56:30.003Z] #34 46.95 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-10-17T21:56:30.003Z] #34 47.06 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-17T21:56:30.051Z] #41 109.4 CC criu/cr-dump.o [2019-10-17T21:56:30.290Z] #34 47.11 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-17T21:56:30.290Z] #34 47.13 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-17T21:56:30.290Z] #34 47.17 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-17T21:56:30.578Z] #34 47.52 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-17T21:56:30.578Z] #34 47.54 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-17T21:56:30.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-17T21:56:31.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-17T21:56:32.566Z] #41 111.7 CC criu/cr-errno.o [2019-10-17T21:56:32.566Z] #41 111.9 CC criu/cr-restore.o [2019-10-17T21:56:33.127Z] #41 ... [2019-10-17T21:56:33.127Z] [2019-10-17T21:56:33.127Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:56:33.127Z] #17 107.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-17T21:56:33.127Z] #17 107.5 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-17T21:56:33.127Z] #17 107.5 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:56:33.284Z] #34 ... [2019-10-17T21:56:33.284Z] [2019-10-17T21:56:33.284Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-10-17T21:56:33.284Z] #25 31.66 Reading package lists... [2019-10-17T21:56:33.284Z] #25 41.69 Building dependency tree... [2019-10-17T21:56:33.284Z] #25 44.59 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-17T21:56:33.284Z] #25 44.59 The following additional packages will be installed: [2019-10-17T21:56:33.284Z] #25 44.60 libjq1 libonig4 [2019-10-17T21:56:33.284Z] #25 44.97 The following NEW packages will be installed: [2019-10-17T21:56:33.284Z] #25 44.98 jq libjq1 libonig4 [2019-10-17T21:56:33.284Z] #25 45.26 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:56:33.284Z] #25 45.26 Need to get 310 kB of archives. [2019-10-17T21:56:33.284Z] #25 45.26 After this operation, 1267 kB of additional disk space will be used. [2019-10-17T21:56:33.284Z] #25 45.26 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-17T21:56:33.284Z] #25 45.32 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-17T21:56:33.284Z] #25 45.37 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-17T21:56:33.284Z] #25 47.38 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:56:33.284Z] #25 47.67 Fetched 310 kB in 0s (1588 kB/s) [2019-10-17T21:56:33.284Z] #25 47.88 Selecting previously unselected package libonig4:ppc64el. [2019-10-17T21:56:33.284Z] #25 47.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 ... 14950 files and directories currently installed.) [2019-10-17T21:56:33.284Z] #25 47.99 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-10-17T21:56:33.284Z] #25 48.00 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-17T21:56:33.284Z] #25 48.42 Selecting previously unselected package libjq1:ppc64el. [2019-10-17T21:56:33.284Z] #25 48.42 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-17T21:56:33.284Z] #25 48.42 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-17T21:56:33.284Z] #25 48.82 Selecting previously unselected package jq. [2019-10-17T21:56:33.284Z] #25 48.85 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-17T21:56:33.284Z] #25 48.85 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-17T21:56:33.284Z] #25 49.11 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-17T21:56:33.284Z] #25 49.12 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-17T21:56:33.284Z] #25 49.13 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:56:33.284Z] #25 49.37 Setting up jq (1.5+dfsg-1.3) ... [2019-10-17T21:56:33.284Z] #25 DONE 49.6s [2019-10-17T21:56:33.284Z] [2019-10-17T21:56:33.284Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-17T21:56:33.284Z] #26 DONE 0.1s [2019-10-17T21:56:33.284Z] [2019-10-17T21:56:33.284Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:56:33.284Z] #34 49.66 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:56:33.284Z] #34 ... [2019-10-17T21:56:33.284Z] [2019-10-17T21:56:33.284Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-10-17T21:56:33.284Z] #11 47.50 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:56:33.284Z] #11 47.65 Fetched 296 kB in 0s (1435 kB/s) [2019-10-17T21:56:33.284Z] #11 47.78 Selecting previously unselected package libseccomp2:ppc64el. [2019-10-17T21:56:33.284Z] #11 47.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-17T21:56:33.284Z] #11 48.00 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-17T21:56:33.284Z] #11 48.02 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-17T21:56:33.284Z] #11 48.25 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-10-17T21:56:33.284Z] #11 48.29 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-17T21:56:33.284Z] #11 48.29 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-17T21:56:33.284Z] #11 48.61 Selecting previously unselected package libapparmor1:ppc64el. [2019-10-17T21:56:33.284Z] #11 48.62 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-17T21:56:33.284Z] #11 48.62 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-17T21:56:33.284Z] #11 48.79 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-10-17T21:56:33.284Z] #11 48.82 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-17T21:56:33.284Z] #11 48.82 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-17T21:56:33.284Z] #11 49.17 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:56:33.284Z] #11 49.42 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-17T21:56:33.284Z] #11 49.45 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-17T21:56:33.284Z] #11 49.46 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-17T21:56:33.284Z] #11 49.48 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-17T21:56:33.284Z] #11 49.49 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:56:33.284Z] #11 DONE 49.7s [2019-10-17T21:56:33.284Z] [2019-10-17T21:56:33.284Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:56:33.284Z] #53 DONE 0.1s [2019-10-17T21:56:33.284Z] [2019-10-17T21:56:33.284Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-17T21:56:33.284Z] #54 DONE 0.1s [2019-10-17T21:56:33.284Z] [2019-10-17T21:56:33.284Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:56:33.284Z] #55 0.293 + RM_GOPATH=0 [2019-10-17T21:56:33.284Z] #55 0.293 + TMP_GOPATH= [2019-10-17T21:56:33.284Z] #55 0.293 + : /build [2019-10-17T21:56:33.284Z] #55 0.294 + '[' -z '' ']' [2019-10-17T21:56:33.284Z] #55 0.294 ++ mktemp -d [2019-10-17T21:56:33.284Z] #55 0.297 + export GOPATH=/tmp/tmp.0qWcfxrq32 [2019-10-17T21:56:33.284Z] #55 0.298 + GOPATH=/tmp/tmp.0qWcfxrq32 [2019-10-17T21:56:33.284Z] #55 0.301 + RM_GOPATH=1 [2019-10-17T21:56:33.284Z] #55 0.303 ++ dirname ./install.sh [2019-10-17T21:56:33.284Z] #55 0.307 + dir=. [2019-10-17T21:56:33.284Z] #55 0.308 + bin=runc [2019-10-17T21:56:33.284Z] #55 0.308 + shift [2019-10-17T21:56:33.284Z] #55 0.309 + '[' '!' -f ./runc.installer ']' [2019-10-17T21:56:33.284Z] #55 0.310 + . ./runc.installer [2019-10-17T21:56:33.284Z] #55 0.312 ++ : 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-17T21:56:33.284Z] #55 0.316 + install_runc [2019-10-17T21:56:33.284Z] #55 0.321 + uname -r [2019-10-17T21:56:33.284Z] #55 0.329 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-17T21:56:33.284Z] #55 0.367 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-17T21:56:33.284Z] #55 0.367 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-17T21:56:33.284Z] #55 0.367 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.0qWcfxrq32/src/github.com/opencontainers/runc [2019-10-17T21:56:33.284Z] #55 0.367 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-17T21:56:33.284Z] #55 0.383 Cloning into '/tmp/tmp.0qWcfxrq32/src/github.com/opencontainers/runc'... [2019-10-17T21:56:33.573Z] #55 ... [2019-10-17T21:56:33.573Z] [2019-10-17T21:56:33.573Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-10-17T21:56:33.573Z] #57 31.43 Reading package lists... [2019-10-17T21:56:33.573Z] #57 41.46 Building dependency tree... [2019-10-17T21:56:33.573Z] #57 45.35 The following additional packages will be installed: [2019-10-17T21:56:33.573Z] #57 45.36 btrfs-progs liblzo2-2 [2019-10-17T21:56:33.573Z] #57 45.75 The following NEW packages will be installed: [2019-10-17T21:56:33.573Z] #57 45.76 btrfs-progs btrfs-tools liblzo2-2 [2019-10-17T21:56:33.573Z] #57 45.90 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:56:33.573Z] #57 45.90 Need to get 588 kB of archives. [2019-10-17T21:56:33.573Z] #57 45.90 After this operation, 5005 kB of additional disk space will be used. [2019-10-17T21:56:33.573Z] #57 45.90 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-17T21:56:33.573Z] #57 45.93 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-17T21:56:33.573Z] #57 46.01 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-17T21:56:33.573Z] #57 47.79 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:56:33.573Z] #57 48.12 Fetched 588 kB in 0s (3243 kB/s) [2019-10-17T21:56:33.573Z] #57 48.30 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-17T21:56:33.573Z] #57 48.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-17T21:56:33.573Z] #57 48.46 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-17T21:56:33.573Z] #57 48.46 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-17T21:56:33.573Z] #57 48.70 Selecting previously unselected package btrfs-progs. [2019-10-17T21:56:33.573Z] #57 48.70 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-17T21:56:33.573Z] #57 48.71 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-17T21:56:33.573Z] #57 49.53 Selecting previously unselected package btrfs-tools. [2019-10-17T21:56:33.573Z] #57 49.53 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-17T21:56:33.573Z] #57 49.53 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-17T21:56:33.573Z] #57 49.85 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:56:33.573Z] #57 50.10 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-17T21:56:33.573Z] #57 50.11 Setting up btrfs-progs (4.7.3-1) ... [2019-10-17T21:56:33.573Z] #57 50.12 Setting up btrfs-tools (4.7.3-1) ... [2019-10-17T21:56:33.573Z] #57 50.14 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:56:33.573Z] #57 DONE 50.4s [2019-10-17T21:56:33.573Z] [2019-10-17T21:56:33.573Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:56:33.573Z] #58 DONE 0.1s [2019-10-17T21:56:33.573Z] [2019-10-17T21:56:33.573Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-17T21:56:33.573Z] #59 DONE 0.1s [2019-10-17T21:56:33.573Z] [2019-10-17T21:56:33.573Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:33.861Z] #60 ... [2019-10-17T21:56:33.861Z] [2019-10-17T21:56:33.861Z] #12 [dev 1/24] RUN groupadd -r docker [2019-10-17T21:56:33.861Z] #12 DONE 1.1s [2019-10-17T21:56:34.148Z] [2019-10-17T21:56:34.148Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:56:34.148Z] #34 50.01 Fetched 13.4 MB in 2s (6464 kB/s) [2019-10-17T21:56:34.148Z] #34 50.08 Selecting previously unselected package cmake-data. [2019-10-17T21:56:34.148Z] #34 50.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-17T21:56:34.148Z] #34 50.15 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-17T21:56:34.148Z] #34 50.15 Unpacking cmake-data (3.7.2-1) ... [2019-10-17T21:56:34.148Z] #34 ... [2019-10-17T21:56:34.148Z] [2019-10-17T21:56:34.148Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:56:34.148Z] #41 32.03 Reading package lists... [2019-10-17T21:56:34.148Z] #41 41.13 Building dependency tree... [2019-10-17T21:56:34.148Z] #41 44.92 The following additional packages will be installed: [2019-10-17T21:56:34.148Z] #41 44.92 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-17T21:56:34.148Z] #41 44.92 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-17T21:56:34.148Z] #41 44.93 Suggested packages: [2019-10-17T21:56:34.148Z] #41 44.93 manpages-dev python-setuptools [2019-10-17T21:56:34.148Z] #41 47.79 The following NEW packages will be installed: [2019-10-17T21:56:34.148Z] #41 47.79 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-17T21:56:34.148Z] #41 47.79 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-17T21:56:34.148Z] #41 47.79 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-17T21:56:34.148Z] #41 47.80 zlib1g-dev [2019-10-17T21:56:34.148Z] #41 47.98 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:56:34.148Z] #41 47.98 Need to get 3548 kB of archives. [2019-10-17T21:56:34.148Z] #41 47.98 After this operation, 21.2 MB of additional disk space will be used. [2019-10-17T21:56:34.148Z] #41 47.98 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-17T21:56:34.148Z] #41 48.07 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-17T21:56:34.148Z] #41 48.11 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-17T21:56:34.148Z] #41 48.18 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-17T21:56:34.148Z] #41 48.19 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-10-17T21:56:34.148Z] #41 48.25 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-17T21:56:34.148Z] #41 48.26 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-10-17T21:56:34.148Z] #41 48.27 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-10-17T21:56:34.148Z] #41 48.35 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-17T21:56:34.148Z] #41 48.45 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-17T21:56:34.148Z] #41 48.49 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-17T21:56:34.148Z] #41 48.70 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-17T21:56:34.148Z] #41 48.77 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-10-17T21:56:34.148Z] #41 48.79 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-17T21:56:34.148Z] #41 48.80 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-17T21:56:34.148Z] #41 48.84 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-17T21:56:34.163Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-17T21:56:34.437Z] #41 ... [2019-10-17T21:56:34.437Z] [2019-10-17T21:56:34.437Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:34.437Z] #60 0.413 + RM_GOPATH=0 [2019-10-17T21:56:34.437Z] #60 0.421 + TMP_GOPATH= [2019-10-17T21:56:34.437Z] #60 0.422 + : /build [2019-10-17T21:56:34.437Z] #60 0.425 + '[' -z '' ']' [2019-10-17T21:56:34.437Z] #60 0.435 ++ mktemp -d [2019-10-17T21:56:34.437Z] #60 0.464 + export GOPATH=/tmp/tmp.ZJyHo2O9eo [2019-10-17T21:56:34.437Z] #60 0.466 + GOPATH=/tmp/tmp.ZJyHo2O9eo [2019-10-17T21:56:34.437Z] #60 0.467 + RM_GOPATH=1 [2019-10-17T21:56:34.437Z] #60 0.473 ++ dirname ./install.sh [2019-10-17T21:56:34.437Z] #60 0.476 + dir=. [2019-10-17T21:56:34.437Z] #60 0.476 + bin=containerd [2019-10-17T21:56:34.437Z] #60 0.476 + shift [2019-10-17T21:56:34.437Z] #60 0.478 + '[' '!' -f ./containerd.installer ']' [2019-10-17T21:56:34.437Z] #60 0.480 + . ./containerd.installer [2019-10-17T21:56:34.437Z] #60 0.484 ++ : 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:56:34.437Z] #60 0.497 + install_containerd [2019-10-17T21:56:34.437Z] #60 0.499 + echo 'Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a' [2019-10-17T21:56:34.437Z] #60 0.501 Install containerd version 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:56:34.437Z] #60 0.503 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZJyHo2O9eo/src/github.com/containerd/containerd [2019-10-17T21:56:34.437Z] #60 0.553 Cloning into '/tmp/tmp.ZJyHo2O9eo/src/github.com/containerd/containerd'... [2019-10-17T21:56:34.437Z] #60 ... [2019-10-17T21:56:34.437Z] [2019-10-17T21:56:34.437Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-17T21:56:34.437Z] #13 DONE 0.6s [2019-10-17T21:56:34.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-17T21:56:34.728Z] [2019-10-17T21:56:34.728Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-17T21:56:34.728Z] #14 0.376 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-17T21:56:35.015Z] #14 DONE 0.4s [2019-10-17T21:56:35.015Z] [2019-10-17T21:56:35.015Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-17T21:56:35.303Z] #15 DONE 0.4s [2019-10-17T21:56:35.303Z] [2019-10-17T21:56:35.303Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-17T21:56:35.947Z] #16 DONE 0.5s [2019-10-17T21:56:35.947Z] [2019-10-17T21:56:35.947Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:56:35.947Z] #41 51.36 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:56:35.947Z] #41 51.69 Fetched 3548 kB in 0s (3607 kB/s) [2019-10-17T21:56:35.947Z] #41 51.94 Selecting previously unselected package libnet1:ppc64el. [2019-10-17T21:56:35.947Z] #41 51.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-10-17T21:56:35.947Z] #41 52.04 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-17T21:56:35.947Z] #41 52.05 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-17T21:56:35.947Z] #41 52.31 Selecting previously unselected package libcap-dev:ppc64el. [2019-10-17T21:56:35.947Z] #41 52.32 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-17T21:56:35.947Z] #41 52.32 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-17T21:56:35.947Z] #41 52.60 Selecting previously unselected package libnet1-dev. [2019-10-17T21:56:35.947Z] #41 52.61 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-17T21:56:35.947Z] #41 52.61 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-17T21:56:35.947Z] #41 52.95 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-17T21:56:35.947Z] #41 52.97 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-17T21:56:35.947Z] #41 52.98 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-17T21:56:36.236Z] #41 ... [2019-10-17T21:56:36.236Z] [2019-10-17T21:56:36.236Z] #17 [dev 6/24] RUN ldconfig [2019-10-17T21:56:36.236Z] #17 DONE 0.5s [2019-10-17T21:56:36.274Z] #51 ... [2019-10-17T21:56:36.274Z] [2019-10-17T21:56:36.274Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:56:36.274Z] #39 200.6 + rm -rf /tmp/tmp.bX5kTlPoY5/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.bX5kTlPoY5 [2019-10-17T21:56:36.274Z] #39 DONE 200.7s [2019-10-17T21:56:36.274Z] [2019-10-17T21:56:36.274Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:36.274Z] #60 ... [2019-10-17T21:56:36.274Z] [2019-10-17T21:56:36.274Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-17T21:56:36.274Z] #40 DONE 0.2s [2019-10-17T21:56:36.274Z] [2019-10-17T21:56:36.274Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-17T21:56:36.274Z] #43 DONE 0.1s [2019-10-17T21:56:36.274Z] [2019-10-17T21:56:36.274Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-17T21:56:36.274Z] #46 DONE 0.1s [2019-10-17T21:56:36.274Z] [2019-10-17T21:56:36.274Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-17T21:56:36.274Z] #49 DONE 0.1s [2019-10-17T21:56:36.274Z] [2019-10-17T21:56:36.274Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:36.525Z] [2019-10-17T21:56:36.525Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:56:36.525Z] #41 53.35 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-17T21:56:36.525Z] #41 53.37 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-17T21:56:36.525Z] #41 53.38 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-17T21:56:37.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-17T21:56:37.153Z] #41 53.91 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-17T21:56:37.153Z] #41 53.92 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-17T21:56:37.153Z] #41 53.92 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-17T21:56:37.455Z] #41 54.18 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-17T21:56:37.455Z] #41 54.19 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-17T21:56:37.455Z] #41 54.19 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-17T21:56:37.455Z] #41 54.32 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-17T21:56:37.455Z] #41 54.34 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-17T21:56:37.455Z] #41 54.36 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-17T21:56:38.084Z] #41 54.86 Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-17T21:56:38.084Z] #41 54.86 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-17T21:56:38.084Z] #41 54.87 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-17T21:56:39.118Z] #41 55.83 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-17T21:56:39.118Z] #41 55.88 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-17T21:56:39.118Z] #41 55.89 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-17T21:56:39.411Z] #41 56.16 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-17T21:56:39.411Z] #41 56.18 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-17T21:56:39.411Z] #41 56.19 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-17T21:56:39.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-17T21:56:40.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-17T21:56:41.329Z] #17 ... [2019-10-17T21:56:41.329Z] [2019-10-17T21:56:41.329Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:41.330Z] #41 116.3 CC criu/cr-service.o [2019-10-17T21:56:41.330Z] #41 117.7 CC criu/crtools.o [2019-10-17T21:56:41.330Z] #41 118.3 CC criu/eventfd.o [2019-10-17T21:56:41.330Z] #41 118.7 CC criu/eventpoll.o [2019-10-17T21:56:41.330Z] #41 119.5 CC criu/external.o [2019-10-17T21:56:41.330Z] #41 119.9 CC criu/fault-injection.o [2019-10-17T21:56:41.330Z] #41 120.0 CC criu/fdstore.o [2019-10-17T21:56:41.330Z] #41 120.3 CC criu/fifo.o [2019-10-17T21:56:41.330Z] #41 120.8 CC criu/file-ids.o [2019-10-17T21:56:41.472Z] #41 58.41 Selecting previously unselected package libprotoc10:ppc64el. [2019-10-17T21:56:41.472Z] #41 58.42 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-17T21:56:41.472Z] #41 58.43 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-17T21:56:41.525Z] #60 179.5 + bin/containerd [2019-10-17T21:56:41.891Z] #41 121.2 CC criu/file-lock.o [2019-10-17T21:56:41.896Z] using credential docker-jenkins-github-credentials [2019-10-17T21:56:41.975Z] Cloning the remote Git repository [2019-10-17T21:56:41.975Z] Cloning with configured refspecs honoured and without tags [2019-10-17T21:56:42.819Z] #41 122.3 CC criu/files-ext.o [2019-10-17T21:56:42.969Z] #41 59.45 Selecting previously unselected package protobuf-c-compiler. [2019-10-17T21:56:42.969Z] #41 59.45 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-17T21:56:42.969Z] #41 59.45 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-17T21:56:42.969Z] #41 59.72 Selecting previously unselected package protobuf-compiler. [2019-10-17T21:56:42.969Z] #41 ... [2019-10-17T21:56:42.969Z] [2019-10-17T21:56:42.969Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:56:42.969Z] #27 5.338 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-17T21:56:42.969Z] #27 6.900 [2019-10-17T21:56:42.969Z] #27 7.539 ## 3.5% ####### 9.8% ########### 16.2% ################# 24.3% ###################### 30.6% ########################## 37.0% ############################### 43.4% ################################### 49.8% ######################################## 56.2% ########################################### 60.4% ################################################ 66.8% #################################################### 73.2% ######################################################### 79.6% ############################################################# 86.0% ################################################################## 92.4% ######################################################################## 100.0% [2019-10-17T21:56:42.969Z] #27 ... [2019-10-17T21:56:42.970Z] [2019-10-17T21:56:42.970Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:56:42.970Z] #41 59.78 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-17T21:56:42.970Z] #41 59.78 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-17T21:56:43.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-17T21:56:43.075Z] #41 122.7 CC criu/files-reg.o [2019-10-17T21:56:43.258Z] #41 60.04 Selecting previously unselected package python-pkg-resources. [2019-10-17T21:56:43.258Z] #41 60.07 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-17T21:56:43.258Z] #41 60.07 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-17T21:56:43.464Z] #60 ... [2019-10-17T21:56:43.464Z] [2019-10-17T21:56:43.464Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:43.464Z] #51 DONE 209.2s [2019-10-17T21:56:43.580Z] #41 60.58 Selecting previously unselected package python-protobuf. [2019-10-17T21:56:43.637Z] #41 ... [2019-10-17T21:56:43.637Z] [2019-10-17T21:56:43.637Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:56:43.868Z] #41 60.59 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-17T21:56:43.869Z] #41 60.61 Unpacking python-protobuf (3.0.0-9) ... [2019-10-17T21:56:42.267Z] Cloning repository https://github.com/moby/moby.git [2019-10-17T21:56:42.715Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-17T21:56:43.893Z] #17 118.3 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-17T21:56:43.893Z] #17 118.3 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-17T21:56:43.893Z] #17 118.3 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-10-17T21:56:43.893Z] #17 118.3 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-17T21:56:43.893Z] #17 118.3 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-17T21:56:43.893Z] #17 118.4 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:56:43.893Z] #17 118.4 Processing triggers for mime-support (3.60) ... [2019-10-17T21:56:43.893Z] #17 118.5 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:56:43.893Z] #17 118.5 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-10-17T21:56:43.893Z] #17 118.5 Setting up libcap2-bin (1:2.25-1) ... [2019-10-17T21:56:43.893Z] #17 118.5 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-17T21:56:44.059Z] [2019-10-17T21:56:44.060Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:44.149Z] #17 118.5 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-17T21:56:44.149Z] #17 118.5 Setting up bash-completion (1:2.1-4.3) ... [2019-10-17T21:56:44.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-17T21:56:44.569Z] #60 ... [2019-10-17T21:56:44.569Z] [2019-10-17T21:56:44.569Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-17T21:56:44.569Z] #52 DONE 0.2s [2019-10-17T21:56:44.928Z] #41 61.65 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-17T21:56:44.996Z] [2019-10-17T21:56:44.996Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-17T21:56:44.996Z] #56 DONE 0.1s [2019-10-17T21:56:44.996Z] [2019-10-17T21:56:44.996Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:45.217Z] #41 61.98 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-17T21:56:45.217Z] #41 62.00 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-17T21:56:45.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-17T21:56:44.856Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:56:44.856Z] > git --version # timeout=10 [2019-10-17T21:56:44.903Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:56:44.906Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:56:46.502Z] #41 ... [2019-10-17T21:56:46.502Z] [2019-10-17T21:56:46.502Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:56:46.502Z] #69 DONE 63.1s [2019-10-17T21:56:46.502Z] [2019-10-17T21:56:46.502Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:56:46.502Z] #18 0.685 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-17T21:56:46.502Z] #18 0.776 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-17T21:56:46.502Z] #18 0.843 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-17T21:56:46.502Z] #18 0.913 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-17T21:56:46.502Z] #18 1.137 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-17T21:56:46.502Z] #18 3.268 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [481 kB] [2019-10-17T21:56:46.502Z] #18 6.865 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-17T21:56:46.502Z] #18 8.909 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-17T21:56:46.502Z] #18 ... [2019-10-17T21:56:46.502Z] [2019-10-17T21:56:46.502Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:56:46.502Z] #27 10.60 [2019-10-17T21:56:46.502Z] #27 11.45 ####### 11.1% ############ 16.9% ################ 22.7% ######################## 34.1% ################################ 45.6% ################################################# 68.1% ######################################################### 79.6% ################################################################# 91.1% ######################################################################## 100.0% [2019-10-17T21:56:46.502Z] #27 13.40 [2019-10-17T21:56:46.671Z] #17 120.9 Setting up libonig4:amd64 (6.1.3-2) ... [2019-10-17T21:56:46.671Z] #17 120.9 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-17T21:56:46.671Z] #17 120.9 Setting up zip (3.0-11+b1) ... [2019-10-17T21:56:46.671Z] #17 120.9 Setting up bzip2 (1.0.6-8.1) ... [2019-10-17T21:56:46.671Z] #17 120.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-17T21:56:46.671Z] #17 121.0 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-17T21:56:46.671Z] #17 121.0 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:56:46.671Z] #17 121.0 Setting up libaio1:amd64 (0.3.110-3) ... [2019-10-17T21:56:46.671Z] #17 121.0 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:56:46.671Z] #17 121.0 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-17T21:56:46.671Z] #17 121.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-17T21:56:46.671Z] #17 121.0 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-17T21:56:46.671Z] #17 121.0 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:56:46.671Z] #17 121.1 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-10-17T21:56:46.671Z] #17 121.1 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-10-17T21:56:46.671Z] #17 121.1 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-10-17T21:56:46.671Z] #17 121.1 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:56:46.928Z] #17 121.5 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-10-17T21:56:46.928Z] #17 121.5 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-10-17T21:56:46.928Z] #17 121.5 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-10-17T21:56:46.928Z] #17 121.5 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-10-17T21:56:46.928Z] #17 121.6 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-17T21:56:47.184Z] #17 121.6 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-10-17T21:56:47.184Z] #17 121.6 Setting up pigz (2.3.4-1) ... [2019-10-17T21:56:47.184Z] #17 121.6 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-17T21:56:47.184Z] #17 121.6 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-10-17T21:56:47.184Z] #17 121.6 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:56:47.184Z] #17 121.6 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-17T21:56:47.184Z] #17 121.6 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-17T21:56:47.184Z] #17 121.7 Setting up jq (1.5+dfsg-1.3) ... [2019-10-17T21:56:47.184Z] #17 121.7 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-10-17T21:56:47.184Z] #17 121.7 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-10-17T21:56:47.184Z] #17 121.7 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-17T21:56:47.184Z] #17 121.7 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-17T21:56:47.184Z] #17 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-17T21:56:47.184Z] #17 121.8 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-10-17T21:56:47.184Z] #17 121.8 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-17T21:56:47.295Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-17T21:56:47.295Z] Using test binary docker [2019-10-17T21:56:47.295Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-17T21:56:47.295Z] +++ /etc/init.d/apparmor start [2019-10-17T21:56:47.295Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-17T21:56:47.439Z] #17 121.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-17T21:56:47.439Z] #17 121.8 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-17T21:56:47.439Z] #17 121.8 Setting up btrfs-progs (4.7.3-1) ... [2019-10-17T21:56:47.439Z] #17 121.8 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-10-17T21:56:47.439Z] #17 121.8 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-17T21:56:47.554Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-17T21:56:47.554Z] Warning failed to create cache: (null) [2019-10-17T21:56:47.554Z] . [2019-10-17T21:56:47.554Z] INFO: Waiting for daemon to start... [2019-10-17T21:56:47.554Z] Starting dockerd [2019-10-17T21:56:47.554Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-10-17T21:56:48.332Z] #27 14.21 ### 5.4% ########### 15.7% ################ 23.4% #################### 28.5% ######################### 34.8% ############################ 39.9% ################################## 47.7% ###################################### 52.8% ########################################### 60.6% ############################################# 63.1% ########## [2019-10-17T21:56:48.332Z] #27 ... [2019-10-17T21:56:48.332Z] [2019-10-17T21:56:48.332Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:56:48.332Z] #34 55.08 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-17T21:56:48.332Z] #34 55.09 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-17T21:56:48.332Z] #34 55.11 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-17T21:56:48.332Z] #34 55.39 Selecting previously unselected package libicu57:ppc64el. [2019-10-17T21:56:48.332Z] #34 55.39 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-17T21:56:48.332Z] #34 55.40 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-17T21:56:48.332Z] #34 ... [2019-10-17T21:56:48.332Z] [2019-10-17T21:56:48.332Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:56:48.932Z] #27 14.21 ### 5.4% ########### 15.7% ################ 23.4% #################### 28.5% ######################### 34.8% ############################ 39.9% ################################## 47.7% ###################################### 52.8% ########################################### 60.6% ############################################# 63.1% ################################################# 68.3% #################################################### 73.4% ######################################################## 78.6% ############################################################ 83.8% ################################################################ 88.9% ##################################################################### 96.6% ######################################################################## 100.0% [2019-10-17T21:56:49.460Z] . [2019-10-17T21:56:49.460Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-17T21:56:49.719Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-17T21:56:49.719Z] Error: No such image: emptyfs [2019-10-17T21:56:49.719Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-17T21:56:49.719Z] ++++ docker load [2019-10-17T21:56:49.958Z] #17 ... [2019-10-17T21:56:49.958Z] [2019-10-17T21:56:49.958Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:56:49.958Z] #54 145.2 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-17T21:56:49.958Z] #54 147.3 + mkdir -p /build [2019-10-17T21:56:49.958Z] #54 147.3 + cp runc /build/runc [2019-10-17T21:56:49.958Z] #54 DONE 148.4s [2019-10-17T21:56:49.958Z] [2019-10-17T21:56:49.958Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:56:49.958Z] #41 124.8 CC criu/files.o [2019-10-17T21:56:49.958Z] #41 126.9 CC criu/filesystems.o [2019-10-17T21:56:49.958Z] #41 127.7 CC criu/fsnotify.o [2019-10-17T21:56:49.958Z] #41 128.9 CC criu/image-desc.o [2019-10-17T21:56:49.958Z] #41 129.1 CC criu/image.o [2019-10-17T21:56:49.970Z] #27 17.20 [2019-10-17T21:56:49.978Z] Running integration-test (iteration 1) [2019-10-17T21:56:49.978Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-10-17T21:56:49.978Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T21:56:49.978Z] ++ set -e [2019-10-17T21:56:49.978Z] ++ '[' -n 0 ']' [2019-10-17T21:56:49.978Z] ++ set -x [2019-10-17T21:56:49.978Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T21:56:50.520Z] #41 130.2 CC criu/ipc_ns.o [2019-10-17T21:56:51.622Z] #27 17.92 # 2.7% #### 6.3% ####### 9.9% ####### 10.8% ############ 17.0% ############# 18.8% ############## 20.6% ################## 25.0% [2019-10-17T21:56:51.622Z] #27 ... [2019-10-17T21:56:51.622Z] [2019-10-17T21:56:51.622Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:56:51.622Z] #48 58.24 + cd /tmp/tmp.8tUv7Gkj7N/src/gotest.tools/gotestsum [2019-10-17T21:56:51.622Z] #48 58.24 + git checkout -q v0.3.5 [2019-10-17T21:56:51.622Z] #48 58.44 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-17T21:56:51.622Z] #48 ... [2019-10-17T21:56:51.622Z] [2019-10-17T21:56:51.622Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:56:51.884Z] #41 131.2 CC criu/irmap.o [2019-10-17T21:56:51.884Z] #41 ... [2019-10-17T21:56:51.884Z] [2019-10-17T21:56:51.884Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:56:51.884Z] #17 126.3 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-10-17T21:56:51.884Z] #17 126.3 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:56:51.884Z] #17 126.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-17T21:56:51.884Z] #17 126.3 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-17T21:56:51.884Z] #17 126.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-17T21:56:51.884Z] #17 126.3 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-17T21:56:51.884Z] #17 126.3 Setting up btrfs-tools (4.7.3-1) ... [2019-10-17T21:56:51.884Z] #17 126.4 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:56:51.884Z] #17 126.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-17T21:56:51.884Z] #17 126.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-17T21:56:51.884Z] #17 126.4 Setting up python3 (3.5.3-1) ... [2019-10-17T21:56:53.773Z] #17 128.0 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-17T21:56:54.361Z] #27 17.92 # 2.7% #### 6.3% ####### 9.9% ####### 10.8% ############ 17.0% ############# 18.8% ############## 20.6% ################## 25.0% #################### 28.6% ####################### 32.2% ######################## 34.0% ########################### 37.5% ############################# 41.1% ################################ 44.7% ################################### 49.2% ###################################### 53.6% ######################################### 57.2% ########################################### 59.9% ############################################# 63.5% ############################################### 66.1% ################################################# 68.8% ################################################### 71.5% ##################################################### 74.2% ######################################################### 79.5% ########################################################## 81.3% ############################################################ 84.0% ############################################################### 87.6% ################################################################# 91.1% ################################################################### 93.8% ##################################################################### 96.5% ######################################################################## 100.0% [2019-10-17T21:56:54.700Z] #17 129.1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-17T21:56:54.956Z] #17 129.3 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-17T21:56:54.956Z] #17 129.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-10-17T21:56:54.956Z] #17 129.3 Setting up python3-wheel (0.29.0-2) ... [2019-10-17T21:56:54.992Z] #27 22.03 [2019-10-17T21:56:55.517Z] #17 130.0 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-17T21:56:56.023Z] #27 ... [2019-10-17T21:56:56.023Z] [2019-10-17T21:56:56.023Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:56:56.023Z] #32 62.72 sync [2019-10-17T21:56:56.023Z] #32 62.73 internal/reflectlite [2019-10-17T21:56:56.023Z] #32 70.77 errors [2019-10-17T21:56:56.023Z] #32 70.78 sort [2019-10-17T21:56:56.023Z] #32 71.90 io [2019-10-17T21:56:56.023Z] #32 71.92 internal/oserror [2019-10-17T21:56:56.023Z] #32 71.99 strconv [2019-10-17T21:56:56.023Z] #32 72.58 syscall [2019-10-17T21:56:56.313Z] #32 ... [2019-10-17T21:56:56.313Z] [2019-10-17T21:56:56.313Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:56:56.313Z] #34 67.81 Selecting previously unselected package libxml2:ppc64el. [2019-10-17T21:56:56.313Z] #34 67.84 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-17T21:56:56.313Z] #34 67.86 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-17T21:56:56.313Z] #34 68.99 Selecting previously unselected package libarchive13:ppc64el. [2019-10-17T21:56:56.313Z] #34 69.02 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-17T21:56:56.313Z] #34 69.02 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-17T21:56:56.313Z] #34 69.76 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-17T21:56:56.313Z] #34 69.76 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-17T21:56:56.313Z] #34 69.77 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-17T21:56:56.313Z] #34 70.01 Selecting previously unselected package libuv1:ppc64el. [2019-10-17T21:56:56.313Z] #34 70.05 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-17T21:56:56.313Z] #34 70.07 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-17T21:56:56.313Z] #34 70.29 Selecting previously unselected package cmake. [2019-10-17T21:56:56.313Z] #34 70.32 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-17T21:56:56.313Z] #34 70.57 Unpacking cmake (3.7.2-1) ... [2019-10-17T21:56:56.445Z] #17 130.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-10-17T21:56:56.445Z] #17 130.9 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-17T21:56:57.810Z] #17 131.9 Setting up dmsetup (2:1.02.137-2) ... [2019-10-17T21:56:57.810Z] #17 131.9 Setting up python3-setuptools (33.1.1-1) ... [2019-10-17T21:56:58.371Z] #17 132.9 Setting up dh-python (2.20170125) ... [2019-10-17T21:56:58.375Z] #34 ... [2019-10-17T21:56:58.375Z] [2019-10-17T21:56:58.375Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:56:58.375Z] #29 74.94 + cd /tmp/tmp.AwMUTun2mv/src/github.com/go-swagger/go-swagger [2019-10-17T21:56:58.375Z] #29 74.94 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-10-17T21:56:58.932Z] #17 133.6 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-10-17T21:56:59.188Z] #17 133.6 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:56:59.750Z] #17 DONE 134.3s [2019-10-17T21:56:59.750Z] [2019-10-17T21:56:59.750Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:56:59.750Z] #38 212.1 + dpkg --print-architecture [2019-10-17T21:56:59.750Z] #38 212.1 + cd /tmp/tmp.BUnyNkxeFU/src/github.com/docker/distribution [2019-10-17T21:56:59.750Z] #38 212.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-17T21:56:59.750Z] #38 212.5 + GOPATH=/tmp/tmp.BUnyNkxeFU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.BUnyNkxeFU [2019-10-17T21:56:59.750Z] #38 212.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-17T21:56:59.993Z] Loaded image: buildpack-deps:jessie [2019-10-17T21:56:59.993Z] Loaded image: busybox:latest [2019-10-17T21:56:59.993Z] Loaded image: busybox:glibc [2019-10-17T21:56:59.993Z] Loaded image: debian:jessie [2019-10-17T21:56:59.993Z] Loaded image: hello-world:latest [2019-10-17T21:56:59.993Z] INFO: Testing against a local daemon [2019-10-17T21:56:59.993Z] === RUN TestCgroupNamespacesBuild [2019-10-17T21:57:00.427Z] #29 ... [2019-10-17T21:57:00.427Z] [2019-10-17T21:57:00.427Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:00.427Z] #45 66.99 internal/reflectlite [2019-10-17T21:57:00.427Z] #45 67.00 sync [2019-10-17T21:57:00.427Z] #45 71.78 math/rand [2019-10-17T21:57:00.427Z] #45 71.78 internal/singleflight [2019-10-17T21:57:00.427Z] #45 71.80 github.com/LK4D4/vndr/godl/singleflight [2019-10-17T21:57:00.427Z] #45 ... [2019-10-17T21:57:00.427Z] [2019-10-17T21:57:00.427Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-10-17T21:57:00.427Z] #34 75.33 Selecting previously unselected package xxd. [2019-10-17T21:57:00.427Z] #34 75.34 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-17T21:57:00.427Z] #34 75.35 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:57:00.427Z] #34 75.62 Selecting previously unselected package vim-common. [2019-10-17T21:57:00.427Z] #34 75.63 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:57:00.427Z] #34 75.67 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:57:00.427Z] #34 76.23 Processing triggers for mime-support (3.60) ... [2019-10-17T21:57:00.427Z] #34 76.51 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:57:00.427Z] #34 76.52 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-17T21:57:00.427Z] #34 76.54 Setting up cmake-data (3.7.2-1) ... [2019-10-17T21:57:00.427Z] #34 76.55 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-17T21:57:00.427Z] #34 76.57 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-17T21:57:00.427Z] #34 76.57 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:57:00.427Z] #34 76.76 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:57:00.427Z] #34 76.79 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-17T21:57:00.427Z] #34 76.81 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-17T21:57:00.427Z] #34 76.83 Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-17T21:57:00.427Z] #34 76.86 Setting up cmake (3.7.2-1) ... [2019-10-17T21:57:00.427Z] #34 77.09 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:57:00.717Z] #34 DONE 77.5s [2019-10-17T21:57:00.717Z] [2019-10-17T21:57:00.717Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:00.717Z] #45 77.36 strconv [2019-10-17T21:57:00.717Z] #45 ... [2019-10-17T21:57:00.717Z] [2019-10-17T21:57:00.717Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T21:57:00.717Z] #35 DONE 0.1s [2019-10-17T21:57:00.717Z] [2019-10-17T21:57:00.717Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-17T21:57:00.717Z] #36 DONE 0.1s [2019-10-17T21:57:00.717Z] [2019-10-17T21:57:00.717Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:00.717Z] #45 77.38 vendor/golang.org/x/net/dns/dnsmessage [2019-10-17T21:57:00.717Z] #45 77.43 syscall [2019-10-17T21:57:01.004Z] #45 77.50 io [2019-10-17T21:57:02.266Z] #38 ... [2019-10-17T21:57:02.266Z] [2019-10-17T21:57:02.266Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:02.266Z] #41 131.8 CC criu/kcmp-ids.o [2019-10-17T21:57:02.266Z] #41 132.1 CC criu/kerndat.o [2019-10-17T21:57:02.266Z] #41 132.9 CC criu/libnetlink.o [2019-10-17T21:57:02.266Z] #41 133.2 CC criu/log.o [2019-10-17T21:57:02.266Z] #41 133.7 CC criu/lsm.o [2019-10-17T21:57:02.266Z] #41 134.0 CC criu/mem.o [2019-10-17T21:57:02.266Z] #41 135.5 CC criu/mount.o [2019-10-17T21:57:02.266Z] #41 138.9 CC criu/namespaces.o [2019-10-17T21:57:02.266Z] #41 140.8 CC criu/net.o [2019-10-17T21:57:03.289Z] --- PASS: TestCgroupNamespacesBuild (3.27s) [2019-10-17T21:57:03.289Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-17T21:57:03.289Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-17T21:57:04.155Z] #41 143.6 CC criu/netfilter.o [2019-10-17T21:57:04.411Z] #41 144.0 CC criu/page-pipe.o [2019-10-17T21:57:04.503Z] #45 ... [2019-10-17T21:57:04.503Z] [2019-10-17T21:57:04.503Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:57:04.503Z] #41 71.43 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-17T21:57:04.503Z] #41 71.43 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-17T21:57:04.503Z] #41 71.46 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:57:04.503Z] #41 71.50 Setting up python-protobuf (3.0.0-9) ... [2019-10-17T21:57:04.252Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:57:04.351Z] > git config --add remote.origin.fetch +refs/pull/40082/head:refs/remotes/origin/PR-40082 # timeout=10 [2019-10-17T21:57:04.401Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-17T21:57:04.531Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-17T21:57:04.627Z] Fetching without tags [2019-10-17T21:57:04.669Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.77s) [2019-10-17T21:57:04.669Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-17T21:57:04.669Z] === RUN TestBuildWithSession [2019-10-17T21:57:04.669Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-17T21:57:04.669Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T21:57:04.669Z] === RUN TestBuildSquashParent [2019-10-17T21:57:04.793Z] #41 ... [2019-10-17T21:57:04.793Z] [2019-10-17T21:57:04.793Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:04.793Z] #55 21.70 + cd /tmp/tmp.0qWcfxrq32/src/github.com/opencontainers/runc [2019-10-17T21:57:04.793Z] #55 21.70 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-17T21:57:04.793Z] #55 22.17 + '[' -z '' ']' [2019-10-17T21:57:04.793Z] #55 22.17 + target=static [2019-10-17T21:57:04.793Z] #55 22.17 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-17T21:57:04.793Z] #55 26.46 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-17T21:57:04.793Z] #55 ... [2019-10-17T21:57:04.793Z] [2019-10-17T21:57:04.793Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-10-17T21:57:04.793Z] #41 81.66 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-17T21:57:04.793Z] #41 81.67 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-17T21:57:04.793Z] #41 81.67 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-17T21:57:04.793Z] #41 81.69 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-17T21:57:04.793Z] #41 81.69 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-17T21:57:04.793Z] #41 81.70 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-17T21:57:04.793Z] #41 81.70 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-17T21:57:04.793Z] #41 81.71 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-17T21:57:04.793Z] #41 81.72 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-17T21:57:04.973Z] #41 144.6 CC criu/page-xfer.o [2019-10-17T21:57:05.083Z] #41 81.73 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-17T21:57:05.083Z] #41 81.76 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:57:05.083Z] #41 DONE 82.0s [2019-10-17T21:57:05.083Z] [2019-10-17T21:57:05.083Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:05.335Z] Merging remotes/origin/master commit 1e000435e60da678f3cb44ce4e5153d70328742c into PR head commit 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:57:06.338Z] #41 145.9 CC criu/pagemap-cache.o [2019-10-17T21:57:06.900Z] #41 146.3 CC criu/pagemap.o [2019-10-17T21:57:07.462Z] #41 147.0 CC criu/parasite-syscall.o [2019-10-17T21:57:04.657Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-17T21:57:04.658Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-17T21:57:04.659Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40082/head:refs/remotes/origin/PR-40082 +refs/heads/master:refs/remotes/origin/master [2019-10-17T21:57:05.438Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:57:05.487Z] > git checkout -f 05469b5fa2b48cf20cd0137ca8c45645b63049ff [2019-10-17T21:57:08.023Z] #41 147.6 CC criu/path.o [2019-10-17T21:57:08.281Z] #41 147.9 CC criu/pie-util-vdso-elf32.o [2019-10-17T21:57:08.592Z] #42 2.784 Note: Building without setproctitle() and strlcpy() support. [2019-10-17T21:57:08.592Z] #42 2.795 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-17T21:57:08.592Z] #42 ... [2019-10-17T21:57:08.592Z] [2019-10-17T21:57:08.592Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:57:08.592Z] #27 25.61 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-17T21:57:08.592Z] #27 26.90 [2019-10-17T21:57:08.592Z] #27 27.54 ######################################################################## 100.0% [2019-10-17T21:57:08.592Z] #27 28.02 [2019-10-17T21:57:08.592Z] #27 31.76 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-17T21:57:08.592Z] #27 32.80 [2019-10-17T21:57:08.592Z] #27 33.43 ############################################## 64.7% ######################################################################## 100.0% [2019-10-17T21:57:08.592Z] #27 33.89 [2019-10-17T21:57:08.843Z] #41 148.2 CC criu/pie-util-vdso.o [2019-10-17T21:57:09.099Z] #41 148.7 CC criu/pie-util.o [2019-10-17T21:57:09.194Z] #60 204.0 + bin/containerd-stress [2019-10-17T21:57:09.194Z] #60 205.8 + bin/containerd-shim [2019-10-17T21:57:09.298Z] Merge succeeded, producing fde4217076fb5f336d2290e4700114265466094a [2019-10-17T21:57:09.299Z] Checking out Revision fde4217076fb5f336d2290e4700114265466094a (PR-40082) [2019-10-17T21:57:09.355Z] #41 148.9 CC criu/pipes.o [2019-10-17T21:57:09.916Z] #41 ... [2019-10-17T21:57:09.916Z] [2019-10-17T21:57:09.916Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T21:57:09.916Z] #18 6.335 Collecting yamllint==1.16.0 [2019-10-17T21:57:09.916Z] #18 ... [2019-10-17T21:57:09.916Z] [2019-10-17T21:57:09.916Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:09.916Z] #41 149.5 CC criu/plugin.o [2019-10-17T21:57:10.095Z] #27 ... [2019-10-17T21:57:10.096Z] [2019-10-17T21:57:10.096Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:10.096Z] #42 5.057 fatal: Not a git repository (or any of the parent directories): .git [2019-10-17T21:57:10.096Z] #42 5.095 GEN .gitid [2019-10-17T21:57:10.096Z] #42 5.104 GEN criu/include/version.h [2019-10-17T21:57:10.390Z] #42 5.179 GEN include/common/asm [2019-10-17T21:57:10.478Z] #41 149.8 CC criu/proc_parse.o [2019-10-17T21:57:10.689Z] #42 ... [2019-10-17T21:57:10.689Z] [2019-10-17T21:57:10.689Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:10.689Z] #37 0.447 + RM_GOPATH=0 [2019-10-17T21:57:10.689Z] #37 0.448 + TMP_GOPATH= [2019-10-17T21:57:10.689Z] #37 0.449 + : /build [2019-10-17T21:57:10.689Z] #37 0.451 + '[' -z '' ']' [2019-10-17T21:57:10.689Z] #37 0.453 ++ mktemp -d [2019-10-17T21:57:10.689Z] #37 0.455 + export GOPATH=/tmp/tmp.nzEzkKXOg7 [2019-10-17T21:57:10.689Z] #37 0.456 + GOPATH=/tmp/tmp.nzEzkKXOg7 [2019-10-17T21:57:10.689Z] #37 0.456 + RM_GOPATH=1 [2019-10-17T21:57:10.689Z] #37 0.474 ++ dirname ./install.sh [2019-10-17T21:57:10.689Z] #37 0.502 + dir=. [2019-10-17T21:57:10.689Z] #37 0.503 + bin=tini [2019-10-17T21:57:10.689Z] #37 0.503 + shift [2019-10-17T21:57:10.689Z] #37 0.503 + '[' '!' -f ./tini.installer ']' [2019-10-17T21:57:10.689Z] #37 0.503 + . ./tini.installer [2019-10-17T21:57:10.689Z] #37 0.523 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:57:10.689Z] #37 0.523 + install_tini [2019-10-17T21:57:10.689Z] #37 0.523 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-17T21:57:10.689Z] #37 0.523 + git clone https://github.com/krallin/tini.git /tmp/tmp.nzEzkKXOg7/tini [2019-10-17T21:57:10.689Z] #37 0.523 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:57:10.689Z] #37 0.529 Cloning into '/tmp/tmp.nzEzkKXOg7/tini'... [2019-10-17T21:57:10.689Z] #37 2.776 + cd /tmp/tmp.nzEzkKXOg7/tini [2019-10-17T21:57:10.689Z] #37 2.777 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-17T21:57:10.689Z] #37 2.802 + cmake . [2019-10-17T21:57:10.689Z] #37 4.549 -- The C compiler identification is GNU 6.3.0 [2019-10-17T21:57:10.689Z] #37 4.657 -- Check for working C compiler: /usr/bin/cc [2019-10-17T21:57:10.689Z] #37 5.730 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-17T21:57:10.689Z] #37 5.746 -- Detecting C compiler ABI info [2019-10-17T21:57:10.689Z] #37 6.795 -- Detecting C compiler ABI info - done [2019-10-17T21:57:10.689Z] #37 6.949 -- Detecting C compile features [2019-10-17T21:57:10.979Z] #37 10.13 -- Detecting C compile features - done [2019-10-17T21:57:10.979Z] #37 ... [2019-10-17T21:57:10.979Z] [2019-10-17T21:57:10.979Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:57:10.979Z] #27 37.40 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-17T21:57:10.979Z] #27 37.56 skipping existing c8c2d4a6b2e3 [2019-10-17T21:57:10.979Z] #27 37.91 [2019-10-17T21:57:08.333Z] > git merge 1e000435e60da678f3cb44ce4e5153d70328742c # timeout=10 [2019-10-17T21:57:09.137Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-17T21:57:09.328Z] > git config core.sparsecheckout # timeout=10 [2019-10-17T21:57:09.378Z] > git checkout -f fde4217076fb5f336d2290e4700114265466094a [2019-10-17T21:57:11.245Z] --- PASS: TestBuildSquashParent (6.05s) [2019-10-17T21:57:11.245Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-17T21:57:11.245Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T21:57:11.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T21:57:11.245Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T21:57:11.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T21:57:11.245Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T21:57:11.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T21:57:11.245Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T21:57:11.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T21:57:11.245Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T21:57:11.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T21:57:11.245Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T21:57:11.245Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T21:57:11.245Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T21:57:11.245Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T21:57:11.245Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T21:57:11.245Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T21:57:11.614Z] #27 ... [2019-10-17T21:57:11.614Z] [2019-10-17T21:57:11.614Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T21:57:11.614Z] #29 78.49 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-17T21:57:11.614Z] #29 ... [2019-10-17T21:57:11.614Z] [2019-10-17T21:57:11.614Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:11.614Z] #37 10.26 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-17T21:57:11.614Z] #37 10.70 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-17T21:57:11.614Z] #37 10.97 -- Configuring done [2019-10-17T21:57:11.905Z] #37 11.03 -- Generating done [2019-10-17T21:57:11.905Z] #37 11.04 -- Build files have been written to: /tmp/tmp.nzEzkKXOg7/tini [2019-10-17T21:57:11.905Z] #37 11.06 + make tini-static [2019-10-17T21:57:12.541Z] #37 11.77 Scanning dependencies of target tini-static [2019-10-17T21:57:12.835Z] #37 11.88 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-17T21:57:12.835Z] #37 ... [2019-10-17T21:57:12.835Z] [2019-10-17T21:57:12.835Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:57:12.835Z] #32 79.33 bytes [2019-10-17T21:57:12.835Z] #32 79.38 strings [2019-10-17T21:57:12.835Z] #32 ... [2019-10-17T21:57:12.835Z] [2019-10-17T21:57:12.835Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:12.835Z] #45 85.14 bytes [2019-10-17T21:57:12.994Z] #41 152.0 CC criu/protobuf-desc.o [2019-10-17T21:57:13.471Z] #45 ... [2019-10-17T21:57:13.471Z] [2019-10-17T21:57:13.471Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:57:13.471Z] #18 27.15 Fetched 7720 kB in 26s (291 kB/s) [2019-10-17T21:57:13.471Z] #18 27.15 Reading package lists... [2019-10-17T21:57:13.471Z] #18 ... [2019-10-17T21:57:13.471Z] [2019-10-17T21:57:13.471Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:13.471Z] #42 8.417 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-17T21:57:13.471Z] #42 8.553 PBCC images/opts.pb-c.c [2019-10-17T21:57:13.556Z] #41 152.9 CC criu/protobuf.o [2019-10-17T21:57:13.766Z] #42 8.639 PBCC images/sit.pb-c.c [2019-10-17T21:57:13.766Z] #42 8.758 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-17T21:57:13.783Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T21:57:13.783Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T21:57:13.811Z] #41 153.2 CC criu/pstree.o [2019-10-17T21:57:14.066Z] #42 8.978 DEP images/opts.pb-c.d [2019-10-17T21:57:14.066Z] #42 9.120 DEP images/sit.pb-c.d [2019-10-17T21:57:14.355Z] #42 9.245 PBCC images/macvlan.pb-c.c [2019-10-17T21:57:14.355Z] #42 9.358 DEP images/macvlan.pb-c.d [2019-10-17T21:57:14.433Z] #60 211.6 + bin/containerd-shim-runc-v1 [2019-10-17T21:57:14.716Z] #42 9.498 PBCC images/autofs.pb-c.c [2019-10-17T21:57:14.716Z] #42 9.589 DEP images/autofs.pb-c.d [2019-10-17T21:57:14.716Z] #42 9.683 PBCC images/sysctl.pb-c.c [2019-10-17T21:57:14.716Z] #42 9.733 DEP images/sysctl.pb-c.d [2019-10-17T21:57:14.740Z] #41 154.2 CC criu/rbtree.o [2019-10-17T21:57:15.006Z] #42 9.860 PBCC images/time.pb-c.c [2019-10-17T21:57:15.006Z] #42 9.928 DEP images/time.pb-c.d [2019-10-17T21:57:15.006Z] #42 10.02 PBCC images/binfmt-misc.pb-c.c [2019-10-17T21:57:15.006Z] #42 10.07 DEP images/binfmt-misc.pb-c.d [2019-10-17T21:57:15.076Z] #41 154.6 CC criu/rst-malloc.o [2019-10-17T21:57:15.298Z] #42 10.21 PBCC images/seccomp.pb-c.c [2019-10-17T21:57:15.298Z] #42 10.26 DEP images/seccomp.pb-c.d [2019-10-17T21:57:15.352Z] #41 154.9 CC criu/seccomp.o [2019-10-17T21:57:15.587Z] #42 10.40 PBCC images/userns.pb-c.c [2019-10-17T21:57:15.587Z] #42 10.48 DEP images/userns.pb-c.d [2019-10-17T21:57:15.587Z] #42 10.58 PBCC images/cgroup.pb-c.c [2019-10-17T21:57:15.878Z] #42 10.66 DEP images/cgroup.pb-c.d [2019-10-17T21:57:15.878Z] #42 10.82 PBCC images/fown.pb-c.c [2019-10-17T21:57:16.169Z] #42 10.93 PBCC images/ext-file.pb-c.c [2019-10-17T21:57:16.169Z] #42 11.04 DEP images/fown.pb-c.d [2019-10-17T21:57:16.285Z] #41 155.7 CC criu/seize.o [2019-10-17T21:57:16.324Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-17T21:57:16.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.83s) [2019-10-17T21:57:16.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.01s) [2019-10-17T21:57:16.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.02s) [2019-10-17T21:57:16.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.08s) [2019-10-17T21:57:16.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s) [2019-10-17T21:57:16.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.00s) [2019-10-17T21:57:16.324Z] === RUN TestBuildMultiStageCopy [2019-10-17T21:57:16.324Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-17T21:57:16.460Z] #42 11.18 DEP images/ext-file.pb-c.d [2019-10-17T21:57:16.460Z] #42 11.37 PBCC images/rpc.pb-c.c [2019-10-17T21:57:16.460Z] #42 ... [2019-10-17T21:57:16.460Z] [2019-10-17T21:57:16.460Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-10-17T21:57:16.460Z] #27 41.56 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-17T21:57:16.460Z] #27 42.61 [2019-10-17T21:57:16.460Z] #27 43.13 ######################################################################## 100.0% [2019-10-17T21:57:16.460Z] #27 43.56 [2019-10-17T21:57:16.460Z] #27 43.73 Download of images into '/build' complete. [2019-10-17T21:57:16.460Z] #27 43.73 Use something like the following to load the result into a Docker daemon: [2019-10-17T21:57:16.460Z] #27 43.73 tar -cC '/build' . | docker load [2019-10-17T21:57:16.460Z] #27 DONE 43.8s [2019-10-17T21:57:16.460Z] [2019-10-17T21:57:16.460Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:16.460Z] #42 11.50 DEP images/rpc.pb-c.d [2019-10-17T21:57:16.748Z] #42 11.65 PBCC images/siginfo.pb-c.c [2019-10-17T21:57:16.748Z] #42 11.69 DEP images/siginfo.pb-c.d [2019-10-17T21:57:17.037Z] #42 11.85 PBCC images/pagemap.pb-c.c [2019-10-17T21:57:17.037Z] #42 12.07 DEP images/pagemap.pb-c.d [2019-10-17T21:57:17.103Z] #60 215.1 + bin/containerd-shim-runc-v2 [2019-10-17T21:57:17.209Z] #41 156.5 CC criu/servicefd.o [2019-10-17T21:57:17.326Z] #42 12.14 PBCC images/rlimit.pb-c.c [2019-10-17T21:57:17.326Z] #42 12.18 DEP images/rlimit.pb-c.d [2019-10-17T21:57:17.326Z] #42 12.27 PBCC images/file-lock.pb-c.c [2019-10-17T21:57:17.326Z] #42 12.32 DEP images/file-lock.pb-c.d [2019-10-17T21:57:17.464Z] #41 157.0 CC criu/shmem.o [2019-10-17T21:57:17.616Z] #42 12.52 PBCC images/tty.pb-c.c [2019-10-17T21:57:17.891Z] #60 216.0 + binaries [2019-10-17T21:57:17.909Z] #42 12.76 DEP images/tty.pb-c.d [2019-10-17T21:57:18.035Z] #41 ... [2019-10-17T21:57:18.035Z] [2019-10-17T21:57:18.035Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T21:57:18.035Z] #38 236.0 + rm -rf /tmp/tmp.BUnyNkxeFU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.BUnyNkxeFU [2019-10-17T21:57:18.199Z] #42 12.99 PBCC images/tun.pb-c.c [2019-10-17T21:57:18.199Z] #42 ... [2019-10-17T21:57:18.199Z] [2019-10-17T21:57:18.199Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:18.199Z] #37 15.54 [100%] Linking C executable tini-static [2019-10-17T21:57:18.199Z] #37 17.23 [100%] Built target tini-static [2019-10-17T21:57:18.199Z] #37 17.33 + mkdir -p /build [2019-10-17T21:57:18.199Z] #37 17.34 + cp tini-static /build/docker-init [2019-10-17T21:57:18.199Z] #37 DONE 17.4s [2019-10-17T21:57:18.199Z] [2019-10-17T21:57:18.199Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:18.199Z] #42 13.15 PBCC images/netdev.pb-c.c [2019-10-17T21:57:18.233Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-17T21:57:18.273Z] #60 216.0 + mkdir -p /build [2019-10-17T21:57:18.273Z] #60 216.0 + cp bin/containerd /build/containerd [2019-10-17T21:57:18.273Z] #60 216.1 + cp bin/containerd-shim /build/containerd-shim [2019-10-17T21:57:18.273Z] #60 216.1 + cp bin/ctr /build/ctr [2019-10-17T21:57:18.273Z] #60 DONE 216.2s [2019-10-17T21:57:18.290Z] #38 DONE 236.4s [2019-10-17T21:57:18.290Z] [2019-10-17T21:57:18.290Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T21:57:18.290Z] #18 13.11 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-17T21:57:18.290Z] #18 13.44 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-17T21:57:18.290Z] #18 14.55 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-17T21:57:18.290Z] #18 16.15 Collecting pyyaml (from yamllint==1.16.0) [2019-10-17T21:57:18.290Z] #18 17.33 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-17T21:57:18.290Z] #18 ... [2019-10-17T21:57:18.290Z] [2019-10-17T21:57:18.290Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:18.290Z] #41 157.9 CC criu/sigframe.o [2019-10-17T21:57:18.411Z] Commit message: "Merge commit '1e000435e60da678f3cb44ce4e5153d70328742c' into HEAD" [2019-10-17T21:57:18.488Z] #42 13.31 DEP images/tun.pb-c.d [2019-10-17T21:57:18.488Z] #42 13.45 DEP images/netdev.pb-c.d [2019-10-17T21:57:18.492Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-17T21:57:18.534Z] First time build. Skipping changelog. [2019-10-17T21:57:18.786Z] #42 13.60 PBCC images/vma.pb-c.c [2019-10-17T21:57:18.786Z] #42 13.82 DEP images/vma.pb-c.d [2019-10-17T21:57:18.849Z] #41 158.3 CC criu/signalfd.o [2019-10-17T21:57:19.058Z] [2019-10-17T21:57:19.058Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-17T21:57:19.058Z] #61 DONE 0.2s [2019-10-17T21:57:19.058Z] [2019-10-17T21:57:19.058Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-17T21:57:19.058Z] #65 DONE 0.1s [2019-10-17T21:57:19.058Z] [2019-10-17T21:57:19.058Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-17T21:57:19.058Z] #67 DONE 0.1s [2019-10-17T21:57:19.058Z] [2019-10-17T21:57:19.058Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-17T21:57:19.058Z] #70 DONE 0.1s [2019-10-17T21:57:19.061Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-17T21:57:19.101Z] #42 14.11 PBCC images/creds.pb-c.c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-17T21:57:19.409Z] #41 158.9 CC criu/sk-inet.o [2019-10-17T21:57:19.438Z] [2019-10-17T21:57:19.438Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-17T21:57:19.438Z] #71 DONE 0.0s [2019-10-17T21:57:19.438Z] [2019-10-17T21:57:19.438Z] #72 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-17T21:57:19.499Z] #42 14.23 DEP images/creds.pb-c.d [2019-10-17T21:57:19.499Z] #42 14.46 PBCC images/utsns.pb-c.c [2019-10-17T21:57:19.630Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-17T21:57:19.815Z] #42 14.59 DEP images/utsns.pb-c.d [2019-10-17T21:57:19.815Z] #42 14.63 PBCC images/ipc-desc.pb-c.c [2019-10-17T21:57:19.815Z] #42 14.65 PBCC images/ipc-sem.pb-c.c [2019-10-17T21:57:19.815Z] #42 14.67 DEP images/ipc-desc.pb-c.d [2019-10-17T21:57:19.815Z] #42 14.74 DEP images/ipc-sem.pb-c.d [2019-10-17T21:57:19.815Z] #42 14.89 PBCC images/ipc-msg.pb-c.c [2019-10-17T21:57:19.826Z] #72 DONE 0.6s [2019-10-17T21:57:20.103Z] #42 14.94 DEP images/ipc-msg.pb-c.d [2019-10-17T21:57:20.103Z] #42 15.05 PBCC images/ipc-shm.pb-c.c [2019-10-17T21:57:20.103Z] #42 15.10 DEP images/ipc-shm.pb-c.d [2019-10-17T21:57:20.199Z] --- PASS: TestBuildMultiStageCopy (4.35s) [2019-10-17T21:57:20.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.27s) [2019-10-17T21:57:20.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2019-10-17T21:57:20.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-10-17T21:57:20.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2019-10-17T21:57:20.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2019-10-17T21:57:20.199Z] === RUN TestBuildMultiStageParentConfig [2019-10-17T21:57:20.228Z] [2019-10-17T21:57:20.228Z] #73 exporting to oci image format [2019-10-17T21:57:20.228Z] #73 exporting layers [2019-10-17T21:57:20.390Z] #42 15.19 PBCC images/ipc-var.pb-c.c [2019-10-17T21:57:20.390Z] #42 15.24 DEP images/ipc-var.pb-c.d [2019-10-17T21:57:20.390Z] #42 15.44 PBCC images/sk-opts.pb-c.c [2019-10-17T21:57:20.679Z] #42 15.49 PBCC images/packet-sock.pb-c.c [2019-10-17T21:57:20.679Z] #42 15.60 DEP images/sk-opts.pb-c.d [2019-10-17T21:57:20.679Z] #42 15.72 DEP images/packet-sock.pb-c.d [2019-10-17T21:57:20.773Z] #41 160.1 CC criu/sk-netlink.o [2019-10-17T21:57:20.773Z] #41 160.5 CC criu/sk-packet.o [2019-10-17T21:57:20.968Z] #42 15.84 PBCC images/sk-netlink.pb-c.c [2019-10-17T21:57:20.968Z] #42 15.97 DEP images/sk-netlink.pb-c.d [2019-10-17T21:57:21.256Z] #42 16.10 PBCC images/sk-inet.pb-c.c [2019-10-17T21:57:21.256Z] #42 16.23 DEP images/sk-inet.pb-c.d [2019-10-17T21:57:21.389Z] + docker version [2019-10-17T21:57:21.546Z] #42 16.36 PBCC images/sk-unix.pb-c.c [2019-10-17T21:57:21.577Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2019-10-17T21:57:21.577Z] === RUN TestBuildLabelWithTargets [2019-10-17T21:57:21.699Z] #41 161.1 CC criu/sk-queue.o [2019-10-17T21:57:21.835Z] #42 16.51 DEP images/sk-unix.pb-c.d [2019-10-17T21:57:21.835Z] #42 16.70 PBCC images/mm.pb-c.c [2019-10-17T21:57:21.835Z] #42 16.81 DEP images/mm.pb-c.d [2019-10-17T21:57:21.955Z] #41 161.4 CC criu/sk-tcp.o [2019-10-17T21:57:22.124Z] #42 16.89 PBCC images/timerfd.pb-c.c [2019-10-17T21:57:22.124Z] #42 16.97 DEP images/timerfd.pb-c.d [2019-10-17T21:57:22.124Z] #42 17.07 PBCC images/timer.pb-c.c [2019-10-17T21:57:22.124Z] #42 17.11 DEP images/timer.pb-c.d [2019-10-17T21:57:22.210Z] #41 ... [2019-10-17T21:57:22.210Z] [2019-10-17T21:57:22.210Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T21:57:22.210Z] #18 19.04 Building wheels for collected packages: pathspec, pyyaml [2019-10-17T21:57:22.210Z] #18 19.04 Running setup.py bdist_wheel for pathspec: started [2019-10-17T21:57:22.210Z] #18 20.38 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-17T21:57:22.210Z] #18 20.39 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-17T21:57:22.210Z] #18 20.41 Running setup.py bdist_wheel for pyyaml: started [2019-10-17T21:57:22.210Z] #18 21.43 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-17T21:57:22.210Z] #18 21.43 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-17T21:57:22.210Z] #18 21.51 Successfully built pathspec pyyaml [2019-10-17T21:57:22.210Z] #18 21.51 Installing collected packages: pathspec, pyyaml, yamllint [2019-10-17T21:57:22.210Z] #18 21.92 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-17T21:57:22.210Z] #18 DONE 22.2s [2019-10-17T21:57:22.210Z] [2019-10-17T21:57:22.210Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-17T21:57:22.210Z] #23 DONE 0.2s [2019-10-17T21:57:22.210Z] [2019-10-17T21:57:22.210Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-17T21:57:18.441Z] > git rev-list --no-walk 9f7df27ba4b6ef16f804afcc3895d681d91f6242 # timeout=10 [2019-10-17T21:57:22.413Z] #42 17.31 PBCC images/sa.pb-c.c [2019-10-17T21:57:22.702Z] #42 17.40 DEP images/sa.pb-c.d [2019-10-17T21:57:22.702Z] #42 17.62 PBCC images/pipe-data.pb-c.c [2019-10-17T21:57:22.702Z] #42 17.67 DEP images/pipe-data.pb-c.d [2019-10-17T21:57:22.991Z] #42 17.79 PBCC images/mnt.pb-c.c [2019-10-17T21:57:22.991Z] #42 17.97 DEP images/mnt.pb-c.d [2019-10-17T21:57:23.280Z] #42 18.08 PBCC images/sk-packet.pb-c.c [2019-10-17T21:57:23.280Z] #42 18.14 DEP images/sk-packet.pb-c.d [2019-10-17T21:57:23.280Z] #42 18.20 PBCC images/tcp-stream.pb-c.c [2019-10-17T21:57:23.280Z] #42 18.27 DEP images/tcp-stream.pb-c.d [2019-10-17T21:57:23.569Z] #42 18.39 PBCC images/pipe.pb-c.c [2019-10-17T21:57:23.569Z] #42 18.45 DEP images/pipe.pb-c.d [2019-10-17T21:57:23.857Z] #42 18.63 PBCC images/pstree.pb-c.c [2019-10-17T21:57:23.857Z] #42 18.69 DEP images/pstree.pb-c.d [2019-10-17T21:57:23.857Z] #42 18.84 PBCC images/fs.pb-c.c [2019-10-17T21:57:23.857Z] #42 18.87 DEP images/fs.pb-c.d [2019-10-17T21:57:24.099Z] #27 DONE 1.4s [2019-10-17T21:57:24.099Z] [2019-10-17T21:57:24.099Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-17T21:57:24.099Z] #29 DONE 0.1s [2019-10-17T21:57:24.099Z] [2019-10-17T21:57:24.099Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-17T21:57:24.099Z] #32 DONE 0.1s [2019-10-17T21:57:24.099Z] [2019-10-17T21:57:24.099Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-17T21:57:24.099Z] #37 DONE 0.1s [2019-10-17T21:57:24.099Z] [2019-10-17T21:57:24.099Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-17T21:57:24.114Z] --- PASS: TestBuildLabelWithTargets (2.13s) [2019-10-17T21:57:24.114Z] === RUN TestBuildWithEmptyLayers [2019-10-17T21:57:24.147Z] #42 18.98 PBCC images/signalfd.pb-c.c [2019-10-17T21:57:24.147Z] #42 19.06 DEP images/signalfd.pb-c.d [2019-10-17T21:57:24.147Z] #42 ... [2019-10-17T21:57:24.147Z] [2019-10-17T21:57:24.147Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:57:24.436Z] #18 37.84 Reading package lists... [2019-10-17T21:57:24.436Z] #18 ... [2019-10-17T21:57:24.436Z] [2019-10-17T21:57:24.436Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:24.436Z] #42 19.26 PBCC images/fh.pb-c.c [2019-10-17T21:57:24.436Z] #42 19.36 PBCC images/fsnotify.pb-c.c [2019-10-17T21:57:24.658Z] #39 DONE 0.6s [2019-10-17T21:57:24.658Z] [2019-10-17T21:57:24.659Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:24.659Z] #41 162.1 CC criu/sk-unix.o [2019-10-17T21:57:24.659Z] #41 163.3 CC criu/sockets.o [2019-10-17T21:57:24.659Z] #41 164.0 CC criu/stats.o [2019-10-17T21:57:24.659Z] #41 164.2 CC criu/string.o [2019-10-17T21:57:24.682Z] --- PASS: TestBuildWithEmptyLayers (0.93s) [2019-10-17T21:57:24.682Z] === RUN TestBuildMultiStageOnBuild [2019-10-17T21:57:24.725Z] #42 19.55 DEP images/fh.pb-c.d [2019-10-17T21:57:24.725Z] #42 19.68 DEP images/fsnotify.pb-c.d [2019-10-17T21:57:24.725Z] #42 19.80 PBCC images/eventpoll.pb-c.c [2019-10-17T21:57:24.913Z] #41 164.3 CC criu/sysctl.o [2019-10-17T21:57:25.014Z] #42 19.90 DEP images/eventpoll.pb-c.d [2019-10-17T21:57:25.014Z] #42 20.00 PBCC images/eventfd.pb-c.c [2019-10-17T21:57:25.014Z] #42 20.02 DEP images/eventfd.pb-c.d [2019-10-17T21:57:25.168Z] #41 164.8 CC criu/sysfs_parse.o [2019-10-17T21:57:25.303Z] #42 20.21 PBCC images/remap-file-path.pb-c.c [2019-10-17T21:57:25.303Z] #42 20.26 DEP images/remap-file-path.pb-c.d [2019-10-17T21:57:25.303Z] #42 20.34 PBCC images/fifo.pb-c.c [2019-10-17T21:57:25.424Z] #41 165.1 CC criu/timerfd.o [2019-10-17T21:57:25.599Z] #42 20.38 DEP images/fifo.pb-c.d [2019-10-17T21:57:25.599Z] #42 20.48 PBCC images/ghost-file.pb-c.c [2019-10-17T21:57:25.599Z] #42 20.57 DEP images/ghost-file.pb-c.d [2019-10-17T21:57:25.890Z] #42 20.68 PBCC images/regfile.pb-c.c [2019-10-17T21:57:25.890Z] #42 ... [2019-10-17T21:57:25.890Z] [2019-10-17T21:57:25.890Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:57:25.890Z] #32 92.53 bufio [2019-10-17T21:57:25.890Z] #32 92.60 reflect [2019-10-17T21:57:25.890Z] #32 99.07 path [2019-10-17T21:57:25.890Z] #32 101.9 text/tabwriter [2019-10-17T21:57:25.890Z] #32 ... [2019-10-17T21:57:25.890Z] [2019-10-17T21:57:25.890Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:25.890Z] #42 20.88 DEP images/regfile.pb-c.d [2019-10-17T21:57:25.984Z] #41 165.3 CC criu/tty.o [2019-10-17T21:57:26.177Z] #42 20.99 PBCC images/ns.pb-c.c [2019-10-17T21:57:26.177Z] #42 21.02 DEP images/ns.pb-c.d [2019-10-17T21:57:26.177Z] #42 21.13 PBCC images/fdinfo.pb-c.c [2019-10-17T21:57:26.463Z] #42 21.36 DEP images/fdinfo.pb-c.d [2019-10-17T21:57:26.752Z] #42 21.52 PBCC images/core-aarch64.pb-c.c [2019-10-17T21:57:26.752Z] #42 21.68 PBCC images/core-arm.pb-c.c [2019-10-17T21:57:27.040Z] #42 21.84 PBCC images/core-ppc64.pb-c.c [2019-10-17T21:57:27.040Z] #42 21.96 PBCC images/core-s390.pb-c.c [2019-10-17T21:57:27.040Z] #42 22.10 PBCC images/core-x86.pb-c.c [2019-10-17T21:57:27.329Z] #42 22.22 PBCC images/core.pb-c.c [2019-10-17T21:57:27.329Z] #42 22.32 PBCC images/inventory.pb-c.c [2019-10-17T21:57:27.345Z] #41 166.5 CC criu/tun.o [2019-10-17T21:57:27.345Z] #41 166.8 CC criu/uffd.o [2019-10-17T21:57:27.617Z] #42 22.41 DEP images/core-aarch64.pb-c.d [2019-10-17T21:57:27.617Z] #42 22.52 DEP images/core-arm.pb-c.d [2019-10-17T21:57:27.617Z] #42 22.59 DEP images/core-ppc64.pb-c.d [2019-10-17T21:57:27.904Z] #42 22.68 DEP images/core-s390.pb-c.d [2019-10-17T21:57:27.904Z] #42 22.85 DEP images/core-x86.pb-c.d [2019-10-17T21:57:27.904Z] #42 22.93 DEP images/core.pb-c.d [2019-10-17T21:57:27.971Z] --- PASS: TestBuildMultiStageOnBuild (2.78s) [2019-10-17T21:57:27.971Z] === RUN TestBuildUncleanTarFilenames [2019-10-17T21:57:28.192Z] #42 23.02 DEP images/inventory.pb-c.d [2019-10-17T21:57:28.271Z] #41 167.7 CC criu/util.o [2019-10-17T21:57:28.480Z] #42 23.28 PBCC images/cpuinfo.pb-c.c [2019-10-17T21:57:28.480Z] #42 23.31 DEP images/cpuinfo.pb-c.d [2019-10-17T21:57:28.480Z] #42 23.44 PBCC images/stats.pb-c.c [2019-10-17T21:57:28.480Z] #42 23.49 DEP images/stats.pb-c.d [2019-10-17T21:57:28.909Z] --- PASS: TestBuildUncleanTarFilenames (1.39s) [2019-10-17T21:57:28.909Z] === RUN TestBuildMultiStageLayerLeak [2019-10-17T21:57:29.200Z] #41 168.5 CC criu/uts_ns.o [2019-10-17T21:57:29.200Z] #41 168.7 CC criu/vdso-compat.o [2019-10-17T21:57:29.455Z] #41 168.9 CC criu/vdso.o [2019-10-17T21:57:30.015Z] #41 169.5 LINK criu/built-in.o [2019-10-17T21:57:30.269Z] #41 169.6 LINK criu/criu [2019-10-17T21:57:30.524Z] #41 169.9 DEP lib/c/criu.d [2019-10-17T21:57:30.524Z] #41 170.0 CC images/rpc.pb-c.o [2019-10-17T21:57:30.779Z] #41 170.4 CC lib/c/criu.o [2019-10-17T21:57:31.191Z] #42 26.07 make[1]: Nothing to be done for 'all'. [2019-10-17T21:57:31.703Z] #41 171.1 LINK lib/c/built-in.o [2019-10-17T21:57:31.703Z] #41 171.1 LINK lib/c/libcriu.so [2019-10-17T21:57:31.703Z] #41 171.2 GEN magic.py [2019-10-17T21:57:31.703Z] #41 171.3 Note: Building without setproctitle() and strlcpy() support. [2019-10-17T21:57:31.703Z] #41 171.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-17T21:57:32.205Z] --- PASS: TestBuildMultiStageLayerLeak (2.91s) [2019-10-17T21:57:32.205Z] === RUN TestBuildWithHugeFile [2019-10-17T21:57:32.220Z] #42 ... [2019-10-17T21:57:32.220Z] [2019-10-17T21:57:32.220Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:32.220Z] #45 98.60 bufio [2019-10-17T21:57:32.220Z] #45 100.4 reflect [2019-10-17T21:57:32.220Z] #45 106.9 regexp/syntax [2019-10-17T21:57:32.220Z] #45 108.6 hash/crc32 [2019-10-17T21:57:32.220Z] #45 ... [2019-10-17T21:57:32.220Z] [2019-10-17T21:57:32.220Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:57:32.220Z] #18 37.84 Reading package lists... [2019-10-17T21:57:32.220Z] #18 48.70 Building dependency tree... [2019-10-17T21:57:32.220Z] #18 50.78 The following additional packages will be installed: [2019-10-17T21:57:32.220Z] #18 50.78 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-17T21:57:32.220Z] #18 50.79 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-17T21:57:32.220Z] #18 50.79 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-17T21:57:32.220Z] #18 50.79 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-17T21:57:32.220Z] #18 50.79 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-17T21:57:32.220Z] #18 50.79 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-17T21:57:32.220Z] #18 50.79 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-17T21:57:32.220Z] #18 50.80 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-17T21:57:32.220Z] #18 50.80 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-17T21:57:32.220Z] #18 50.81 Suggested packages: [2019-10-17T21:57:32.220Z] #18 50.81 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-17T21:57:32.220Z] #18 50.81 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-17T21:57:32.220Z] #18 50.82 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-17T21:57:32.220Z] #18 50.82 vim-doc vim-scripts xfsdump acl attr quota [2019-10-17T21:57:32.220Z] #18 50.82 Recommended packages: [2019-10-17T21:57:32.220Z] #18 50.82 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-17T21:57:32.220Z] #18 50.82 python3-keyrings.alt python3-xdg unzip [2019-10-17T21:57:32.220Z] #18 ... [2019-10-17T21:57:32.220Z] [2019-10-17T21:57:32.220Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:57:32.220Z] #32 109.0 internal/syscall/unix [2019-10-17T21:57:32.264Z] #41 171.8 fatal: Not a git repository (or any of the parent directories): .git [2019-10-17T21:57:32.519Z] #32 109.0 time [2019-10-17T21:57:32.522Z] #41 172.1 make[1]: Nothing to be done for 'all'. [2019-10-17T21:57:33.087Z] #41 172.6 make[1]: 'images/built-in.o' is up to date. [2019-10-17T21:57:33.087Z] #41 172.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-17T21:57:33.087Z] #41 172.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-17T21:57:33.087Z] #41 172.7 make[1]: 'compel/libcompel.a' is up to date. [2019-10-17T21:57:33.343Z] #41 172.7 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-17T21:57:33.343Z] #41 172.7 make[1]: Nothing to be done for 'all'. [2019-10-17T21:57:33.343Z] #41 172.7 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-17T21:57:33.343Z] #41 172.8 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.343Z] #41 172.8 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.343Z] #41 172.9 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.343Z] #41 172.9 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.343Z] #41 172.9 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.343Z] #41 172.9 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.343Z] #41 172.9 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.598Z] #41 173.0 make[2]: Nothing to be done for 'all'. [2019-10-17T21:57:33.598Z] #41 173.0 INSTALL criu/criu [2019-10-17T21:57:33.598Z] #41 ... [2019-10-17T21:57:33.598Z] [2019-10-17T21:57:33.598Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:57:33.598Z] #59 194.3 + bin/containerd [2019-10-17T21:57:34.158Z] #59 ... [2019-10-17T21:57:34.158Z] [2019-10-17T21:57:34.158Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:57:34.158Z] #50 DONE 251.7s [2019-10-17T21:57:34.158Z] [2019-10-17T21:57:34.158Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:34.158Z] #41 DONE 173.6s [2019-10-17T21:57:34.158Z] [2019-10-17T21:57:34.158Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:57:36.226Z] Client: Docker Engine - Enterprise [2019-10-17T21:57:36.226Z] Version: 19.03.2 [2019-10-17T21:57:36.226Z] API version: 1.40 [2019-10-17T21:57:36.226Z] Go version: go1.12.8 [2019-10-17T21:57:36.226Z] Git commit: c92ab06ed9 [2019-10-17T21:57:36.226Z] Built: 09/03/2019 16:38:11 [2019-10-17T21:57:36.226Z] OS/Arch: windows/amd64 [2019-10-17T21:57:36.226Z] Experimental: false [2019-10-17T21:57:36.226Z] [2019-10-17T21:57:36.226Z] Server: Docker Engine - Enterprise [2019-10-17T21:57:36.226Z] Engine: [2019-10-17T21:57:36.226Z] Version: 19.03.2 [2019-10-17T21:57:36.226Z] API version: 1.40 (minimum version 1.24) [2019-10-17T21:57:36.226Z] Go version: go1.12.8 [2019-10-17T21:57:36.226Z] Git commit: c92ab06ed9 [2019-10-17T21:57:36.226Z] Built: 09/03/2019 16:35:47 [2019-10-17T21:57:36.226Z] OS/Arch: windows/amd64 [2019-10-17T21:57:36.226Z] Experimental: true [2019-10-17T21:57:36.672Z] #59 ... [2019-10-17T21:57:36.672Z] [2019-10-17T21:57:36.672Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-17T21:57:36.672Z] #42 DONE 0.1s [2019-10-17T21:57:36.672Z] [2019-10-17T21:57:36.672Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-17T21:57:36.672Z] #45 DONE 0.2s [2019-10-17T21:57:36.672Z] [2019-10-17T21:57:36.672Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-17T21:57:36.672Z] #48 DONE 0.3s [2019-10-17T21:57:36.672Z] [2019-10-17T21:57:36.672Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [Pipeline] sh [2019-10-17T21:57:36.927Z] #51 DONE 0.2s [2019-10-17T21:57:36.927Z] [2019-10-17T21:57:36.927Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:57:37.182Z] #59 ... [2019-10-17T21:57:37.182Z] [2019-10-17T21:57:37.182Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-17T21:57:37.182Z] #55 DONE 0.2s [2019-10-17T21:57:37.436Z] [2019-10-17T21:57:37.436Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:57:37.771Z] + docker info [2019-10-17T21:57:38.071Z] #32 ... [2019-10-17T21:57:38.071Z] [2019-10-17T21:57:38.071Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:57:38.071Z] #18 57.95 The following NEW packages will be installed: [2019-10-17T21:57:38.071Z] #18 57.96 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-17T21:57:38.071Z] #18 57.96 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-17T21:57:38.071Z] #18 57.96 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-17T21:57:38.071Z] #18 57.97 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-17T21:57:38.071Z] #18 57.97 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-17T21:57:38.071Z] #18 57.97 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-17T21:57:38.071Z] #18 57.97 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-17T21:57:38.071Z] #18 57.97 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-17T21:57:38.071Z] #18 57.97 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-17T21:57:38.071Z] #18 57.97 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-17T21:57:38.071Z] #18 57.98 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-17T21:57:38.071Z] #18 57.98 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-17T21:57:38.071Z] #18 57.98 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-17T21:57:38.071Z] #18 57.98 xfsprogs xxd xz-utils zip [2019-10-17T21:57:38.071Z] #18 58.14 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-17T21:57:38.071Z] #18 58.14 Need to get 87.3 MB of archives. [2019-10-17T21:57:38.071Z] #18 58.14 After this operation, 585 MB of additional disk space will be used. [2019-10-17T21:57:38.071Z] #18 58.14 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-17T21:57:38.071Z] #18 58.20 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-17T21:57:38.071Z] #18 58.21 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-17T21:57:38.071Z] #18 58.22 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-17T21:57:38.071Z] #18 58.25 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-17T21:57:38.071Z] #18 58.27 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-10-17T21:57:38.071Z] #18 58.37 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-10-17T21:57:38.071Z] #18 58.59 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-17T21:57:38.071Z] #18 58.60 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-17T21:57:38.071Z] #18 58.61 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-10-17T21:57:38.071Z] #18 58.86 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-10-17T21:57:38.071Z] #18 58.89 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-17T21:57:38.071Z] #18 58.90 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-17T21:57:38.071Z] #18 58.91 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-17T21:57:38.071Z] #18 58.92 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-17T21:57:38.071Z] #18 58.93 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-17T21:57:38.071Z] #18 58.95 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-17T21:57:38.071Z] #18 58.96 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-17T21:57:38.071Z] #18 58.96 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-10-17T21:57:38.071Z] #18 58.97 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-10-17T21:57:38.071Z] #18 58.99 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-17T21:57:38.071Z] #18 59.02 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-17T21:57:38.071Z] #18 59.04 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-17T21:57:38.071Z] #18 59.07 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-17T21:57:38.071Z] #18 59.08 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-10-17T21:57:38.071Z] #18 59.08 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-10-17T21:57:38.071Z] #18 59.13 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-17T21:57:38.071Z] #18 59.14 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-17T21:57:38.071Z] #18 59.16 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-17T21:57:38.071Z] #18 59.22 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-17T21:57:38.071Z] #18 59.22 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-10-17T21:57:38.071Z] #18 59.24 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-17T21:57:38.071Z] #18 59.25 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-17T21:57:38.071Z] #18 59.27 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-17T21:57:38.071Z] #18 59.28 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-17T21:57:38.071Z] #18 59.31 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-17T21:57:38.071Z] #18 59.31 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-17T21:57:38.071Z] #18 59.32 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-10-17T21:57:38.071Z] #18 59.32 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-17T21:57:38.071Z] #18 59.37 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-17T21:57:38.071Z] #18 59.43 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-17T21:57:38.071Z] #18 59.46 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-17T21:57:38.071Z] #18 59.56 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-17T21:57:38.071Z] #18 59.59 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-10-17T21:57:38.071Z] #18 59.59 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-17T21:57:38.071Z] #18 59.61 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-17T21:57:38.071Z] #18 59.62 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-17T21:57:38.071Z] #18 59.63 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-10-17T21:57:38.071Z] #18 59.87 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-17T21:57:38.071Z] #18 59.93 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-17T21:57:38.071Z] #18 60.10 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-17T21:57:38.071Z] #18 60.12 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-17T21:57:38.071Z] #18 60.14 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-17T21:57:38.071Z] #18 60.18 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-17T21:57:38.071Z] #18 60.20 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-10-17T21:57:38.071Z] #18 60.24 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-17T21:57:38.071Z] #18 60.91 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-17T21:57:38.071Z] #18 61.02 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-17T21:57:38.071Z] #18 61.10 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-17T21:57:38.071Z] #18 61.13 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-10-17T21:57:38.071Z] #18 61.15 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-17T21:57:38.071Z] #18 61.22 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-10-17T21:57:38.071Z] #18 61.49 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-10-17T21:57:38.071Z] #18 61.81 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-17T21:57:38.071Z] #18 61.84 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-17T21:57:38.707Z] #18 62.46 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-17T21:57:39.336Z] #18 62.83 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-10-17T21:57:39.336Z] #18 62.86 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-10-17T21:57:42.826Z] #18 66.48 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-10-17T21:57:43.113Z] #18 ... [2019-10-17T21:57:43.113Z] [2019-10-17T21:57:43.113Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:57:43.114Z] #60 59.31 Checking out files: 41% (1218/2930) Checking out files: 42% (1231/2930) Checking out files: 43% (1260/2930) Checking out files: 44% (1290/2930) Checking out files: 45% (1319/2930) Checking out files: 46% (1348/2930) Checking out files: 47% (1378/2930) Checking out files: 48% (1407/2930) Checking out files: 49% (1436/2930) Checking out files: 50% (1465/2930) Checking out files: 51% (1495/2930) Checking out files: 52% (1524/2930) Checking out files: 53% (1553/2930) Checking out files: 54% (1583/2930) Checking out files: 55% (1612/2930) Checking out files: 56% (1641/2930) Checking out files: 57% (1671/2930) Checking out files: 58% (1700/2930) Checking out files: 59% (1729/2930) Checking out files: 60% (1758/2930) Checking out files: 61% (1788/2930) Checking out files: 62% (1817/2930) Checking out files: 63% (1846/2930) Checking out files: 64% (1876/2930) Checking out files: 65% (1905/2930) Checking out files: 66% (1934/2930) Checking out files: 67% (1964/2930) Checking out files: 68% (1993/2930) Checking out files: 69% (2022/2930) Checking out files: 70% (2051/2930) Checking out files: 71% (2081/2930) Checking out files: 72% (2110/2930) Checking out files: 73% (2139/2930) Checking out files: 74% (2169/2930) Checking out files: 75% (2198/2930) Checking out files: 76% (2227/2930) Checking out files: 77% (2257/2930) Checking out files: 78% (2286/2930) Checking out files: 78% (2308/2930) Checking out files: 79% (2315/2930) Checking out files: 80% (2344/2930) Checking out files: 81% (2374/2930) Checking out files: 82% (2403/2930) Checking out files: 83% (2432/2930) Checking out files: 84% (2462/2930) Checking out files: 85% (2491/2930) Checking out files: 86% (2520/2930) Checking out files: 87% (2550/2930) Checking out files: 88% (2579/2930) Checking out files: 89% (2608/2930) Checking out files: 90% (2637/2930) Checking out files: 91% (2667/2930) Checking out files: 92% (2696/2930) Checking out files: 93% (2725/2930) Checking out files: 94% (2755/2930) Checking out files: 95% (2784/2930) Checking out files: 96% (2813/2930) Checking out files: 97% (2843/2930) Checking out files: 98% (2872/2930) Checking out files: 99% (2901/2930) Checking out files: 100% (2930/2930) Checking out files: 100% (2930/2930), done. [2019-10-17T21:57:43.114Z] #60 60.75 + cd /tmp/tmp.ZJyHo2O9eo/src/github.com/containerd/containerd [2019-10-17T21:57:43.114Z] #60 60.75 + git checkout -q 36cf5b690dcc00ff0f34ff7799209050c3d0c59a [2019-10-17T21:57:43.114Z] #60 61.59 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-17T21:57:43.114Z] #60 61.59 + BUILDTAGS='netgo osusergo static_build' [2019-10-17T21:57:43.114Z] #60 61.59 + export EXTRA_FLAGS=-buildmode=pie [2019-10-17T21:57:43.114Z] #60 61.59 + EXTRA_FLAGS=-buildmode=pie [2019-10-17T21:57:43.114Z] #60 61.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-17T21:57:43.114Z] #60 61.59 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-17T21:57:43.114Z] #60 61.59 + '[' '' = dynamic ']' [2019-10-17T21:57:43.114Z] #60 61.59 + make [2019-10-17T21:57:43.114Z] #60 62.88 + bin/ctr [2019-10-17T21:57:43.747Z] #60 ... [2019-10-17T21:57:43.747Z] [2019-10-17T21:57:43.747Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:43.747Z] #42 28.53 CC images/stats.o [2019-10-17T21:57:43.747Z] #42 29.53 CC images/core.o [2019-10-17T21:57:43.747Z] #42 30.93 CC images/core-x86.o [2019-10-17T21:57:43.747Z] #42 32.21 CC images/core-arm.o [2019-10-17T21:57:43.747Z] #42 33.21 CC images/core-aarch64.o [2019-10-17T21:57:43.747Z] #42 34.03 CC images/core-ppc64.o [2019-10-17T21:57:43.747Z] #42 35.51 CC images/core-s390.o [2019-10-17T21:57:43.747Z] #42 37.27 CC images/cpuinfo.o [2019-10-17T21:57:43.747Z] #42 38.23 CC images/inventory.o [2019-10-17T21:57:44.036Z] #42 38.78 CC images/fdinfo.o [2019-10-17T21:57:44.663Z] #42 39.46 CC images/fown.o [2019-10-17T21:57:44.951Z] #42 39.87 CC images/ns.o [2019-10-17T21:57:45.242Z] #42 40.28 CC images/regfile.o [2019-10-17T21:57:45.871Z] #42 40.78 CC images/ghost-file.o [2019-10-17T21:57:46.500Z] #42 41.37 CC images/fifo.o [2019-10-17T21:57:46.500Z] #42 ... [2019-10-17T21:57:46.500Z] [2019-10-17T21:57:46.500Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:57:46.500Z] #18 70.15 debconf: delaying package configuration, since apt-utils is not installed [2019-10-17T21:57:46.791Z] #18 70.34 Fetched 87.3 MB in 10s (8020 kB/s) [2019-10-17T21:57:46.791Z] #18 ... [2019-10-17T21:57:46.791Z] [2019-10-17T21:57:46.791Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:57:46.791Z] #45 113.3 vendor/golang.org/x/text/transform [2019-10-17T21:57:46.791Z] #45 118.5 time [2019-10-17T21:57:46.791Z] #45 ... [2019-10-17T21:57:46.791Z] [2019-10-17T21:57:46.791Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:57:46.791Z] #18 70.55 Selecting previously unselected package bash-completion. [2019-10-17T21:57:47.080Z] #18 70.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-10-17T21:57:47.080Z] #18 70.66 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-17T21:57:52.259Z] ................................................ [ 29%] [2019-10-17T21:57:52.630Z] #18 ... [2019-10-17T21:57:52.630Z] [2019-10-17T21:57:52.630Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:57:52.630Z] #32 118.8 internal/poll [2019-10-17T21:57:52.630Z] #32 123.1 os [2019-10-17T21:57:52.630Z] #32 124.9 internal/fmtsort [2019-10-17T21:57:52.630Z] #32 127.9 fmt [2019-10-17T21:57:52.630Z] #32 127.9 path/filepath [2019-10-17T21:57:52.630Z] #32 ... [2019-10-17T21:57:52.630Z] [2019-10-17T21:57:52.630Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:57:52.631Z] #42 41.86 CC images/remap-file-path.o [2019-10-17T21:57:52.631Z] #42 42.31 CC images/eventfd.o [2019-10-17T21:57:52.631Z] #42 42.69 CC images/eventpoll.o [2019-10-17T21:57:52.631Z] #42 43.28 CC images/fh.o [2019-10-17T21:57:52.631Z] #42 43.88 CC images/fsnotify.o [2019-10-17T21:57:52.631Z] #42 45.22 CC images/signalfd.o [2019-10-17T21:57:52.631Z] #42 45.74 CC images/fs.o [2019-10-17T21:57:52.631Z] #42 46.11 CC images/pstree.o [2019-10-17T21:57:52.631Z] #42 46.50 CC images/pipe.o [2019-10-17T21:57:52.631Z] #42 46.98 CC images/tcp-stream.o [2019-10-17T21:57:52.631Z] #42 47.46 CC images/sk-packet.o [2019-10-17T21:57:53.261Z] #42 48.05 CC images/mnt.o [2019-10-17T21:57:53.550Z] #42 48.57 CC images/pipe-data.o [2019-10-17T21:57:53.844Z] #42 ... [2019-10-17T21:57:53.844Z] [2019-10-17T21:57:53.844Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:57:53.844Z] #18 77.53 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-17T21:57:54.872Z] #18 78.27 Selecting previously unselected package libnet1:ppc64el. [2019-10-17T21:57:54.872Z] #18 78.29 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-17T21:57:54.872Z] #18 78.31 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-17T21:57:54.872Z] #18 78.51 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-17T21:57:54.872Z] #18 78.52 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-17T21:57:54.872Z] #18 78.54 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-17T21:57:55.161Z] #18 78.73 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-17T21:57:55.161Z] #18 78.75 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-17T21:57:55.161Z] #18 78.75 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-17T21:57:55.161Z] #18 78.96 Selecting previously unselected package libudev-dev:ppc64el. [2019-10-17T21:57:55.449Z] #18 78.99 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-17T21:57:55.449Z] #18 79.04 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-17T21:57:55.736Z] #18 79.29 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-17T21:57:55.736Z] #18 79.30 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-17T21:57:55.736Z] #18 79.30 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-17T21:57:56.362Z] #18 80.08 Selecting previously unselected package python3.5-minimal. [2019-10-17T21:57:56.362Z] #18 80.10 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-17T21:57:56.362Z] #18 80.12 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-17T21:57:58.412Z] #18 81.72 Selecting previously unselected package python3-minimal. [2019-10-17T21:57:58.412Z] #18 81.72 Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-17T21:57:58.412Z] #18 81.73 Unpacking python3-minimal (3.5.3-1) ... [2019-10-17T21:57:58.412Z] #18 81.87 Selecting previously unselected package libmpdec2:ppc64el. [2019-10-17T21:57:58.412Z] #18 81.90 Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-17T21:57:58.412Z] #18 81.92 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-17T21:57:58.700Z] #18 82.18 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-17T21:57:58.700Z] #18 82.20 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-17T21:57:58.700Z] #18 82.21 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-17T21:58:01.430Z] #18 84.94 Selecting previously unselected package python3.5. [2019-10-17T21:58:01.430Z] #18 ... [2019-10-17T21:58:01.430Z] [2019-10-17T21:58:01.430Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:58:01.430Z] #45 127.9 regexp [2019-10-17T21:58:01.430Z] #45 135.1 os/exec [2019-10-17T21:58:01.430Z] #45 135.1 net [2019-10-17T21:58:01.430Z] #45 ... [2019-10-17T21:58:01.430Z] [2019-10-17T21:58:01.430Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:58:01.430Z] #18 84.94 Selecting previously unselected package python3.5. [2019-10-17T21:58:01.430Z] #18 84.96 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-17T21:58:01.430Z] #18 84.97 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-17T21:58:01.721Z] #18 85.32 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-17T21:58:01.721Z] #18 85.37 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-17T21:58:01.721Z] #18 85.37 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-17T21:58:02.014Z] #18 85.55 Selecting previously unselected package dh-python. [2019-10-17T21:58:02.014Z] #18 85.56 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-17T21:58:02.014Z] #18 85.57 Unpacking dh-python (2.20170125) ... [2019-10-17T21:58:02.303Z] #18 85.94 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-17T21:58:02.303Z] #18 85.96 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-17T21:58:03.920Z] #59 221.2 + bin/containerd-stress [2019-10-17T21:58:03.920Z] #59 222.9 + bin/containerd-shim [2019-10-17T21:58:04.361Z] #18 ... [2019-10-17T21:58:04.361Z] [2019-10-17T21:58:04.361Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:58:04.361Z] #42 49.07 CC images/sa.o [2019-10-17T21:58:04.361Z] #42 49.53 CC images/timer.o [2019-10-17T21:58:04.361Z] #42 50.45 CC images/timerfd.o [2019-10-17T21:58:04.361Z] #42 50.91 CC images/mm.o [2019-10-17T21:58:04.361Z] #42 51.71 CC images/sk-opts.o [2019-10-17T21:58:04.361Z] #42 52.18 CC images/sk-unix.o [2019-10-17T21:58:04.361Z] #42 52.97 CC images/sk-inet.o [2019-10-17T21:58:04.361Z] #42 53.82 CC images/tun.o [2019-10-17T21:58:04.361Z] #42 54.52 CC images/sk-netlink.o [2019-10-17T21:58:04.361Z] #42 54.72 CC images/packet-sock.o [2019-10-17T21:58:04.361Z] #42 55.46 CC images/ipc-var.o [2019-10-17T21:58:04.361Z] #42 55.88 CC images/ipc-desc.o [2019-10-17T21:58:04.361Z] #42 56.41 CC images/ipc-shm.o [2019-10-17T21:58:04.361Z] #42 56.75 CC images/ipc-msg.o [2019-10-17T21:58:04.361Z] #42 57.25 CC images/ipc-sem.o [2019-10-17T21:58:04.361Z] #42 57.72 CC images/utsns.o [2019-10-17T21:58:04.361Z] #42 58.05 CC images/creds.o [2019-10-17T21:58:04.361Z] #42 58.55 CC images/vma.o [2019-10-17T21:58:04.361Z] #42 59.01 CC images/netdev.o [2019-10-17T21:58:04.361Z] #42 ... [2019-10-17T21:58:04.361Z] [2019-10-17T21:58:04.361Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:58:04.361Z] #32 131.0 io/ioutil [2019-10-17T21:58:04.361Z] #32 134.6 github.com/BurntSushi/toml [2019-10-17T21:58:04.361Z] #32 134.6 log [2019-10-17T21:58:04.361Z] #32 134.6 flag [2019-10-17T21:58:04.991Z] #32 ... [2019-10-17T21:58:04.991Z] [2019-10-17T21:58:04.991Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:58:04.991Z] #42 59.89 CC images/tty.o [2019-10-17T21:58:06.497Z] #42 61.38 CC images/file-lock.o [2019-10-17T21:58:07.125Z] #42 62.03 CC images/rlimit.o [2019-10-17T21:58:07.781Z] #42 62.57 CC images/pagemap.o [2019-10-17T21:58:08.414Z] #42 63.32 CC images/siginfo.o [2019-10-17T21:58:09.042Z] #42 63.90 CC images/rpc.o [2019-10-17T21:58:09.162Z] #59 229.5 + bin/containerd-shim-runc-v1 [2019-10-17T21:58:11.676Z] #59 232.5 + bin/containerd-shim-runc-v2 [2019-10-17T21:58:11.759Z] #42 ... [2019-10-17T21:58:11.759Z] [2019-10-17T21:58:11.759Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:58:11.759Z] #18 92.80 Setting up python3-minimal (3.5.3-1) ... [2019-10-17T21:58:11.759Z] #18 94.88 Selecting previously unselected package python3. [2019-10-17T21:58:11.759Z] #18 94.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 ... 16606 files and directories currently installed.) [2019-10-17T21:58:11.759Z] #18 94.98 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-17T21:58:11.759Z] #18 95.02 Unpacking python3 (3.5.3-1) ... [2019-10-17T21:58:11.759Z] #18 95.17 Selecting previously unselected package pigz. [2019-10-17T21:58:11.759Z] #18 95.19 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-17T21:58:11.759Z] #18 95.20 Unpacking pigz (2.3.4-1) ... [2019-10-17T21:58:11.759Z] #18 95.44 Selecting previously unselected package libip4tc0:ppc64el. [2019-10-17T21:58:11.759Z] #18 95.45 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-17T21:58:11.759Z] #18 95.45 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:58:12.047Z] #18 95.60 Selecting previously unselected package libip6tc0:ppc64el. [2019-10-17T21:58:12.047Z] #18 95.62 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-17T21:58:12.047Z] #18 95.63 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:58:12.047Z] #18 95.76 Selecting previously unselected package libiptc0:ppc64el. [2019-10-17T21:58:12.047Z] #18 95.76 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-17T21:58:12.048Z] #18 95.77 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:58:12.336Z] #18 95.89 Selecting previously unselected package libxtables12:ppc64el. [2019-10-17T21:58:12.336Z] #18 95.90 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-17T21:58:12.336Z] #18 95.92 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:58:12.336Z] #18 96.05 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-17T21:58:12.336Z] #18 96.06 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-17T21:58:12.336Z] #18 96.06 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-17T21:58:12.602Z] #59 233.4 + binaries [2019-10-17T21:58:12.602Z] #59 233.4 + mkdir -p /build [2019-10-17T21:58:12.602Z] #59 233.4 + cp bin/containerd /build/containerd [2019-10-17T21:58:12.602Z] #59 233.4 + cp bin/containerd-shim /build/containerd-shim [2019-10-17T21:58:12.625Z] #18 96.17 Selecting previously unselected package iptables. [2019-10-17T21:58:12.625Z] #18 96.17 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-17T21:58:12.625Z] #18 96.18 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-17T21:58:12.625Z] #18 ... [2019-10-17T21:58:12.625Z] [2019-10-17T21:58:12.625Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-10-17T21:58:12.625Z] #32 142.6 github.com/BurntSushi/toml/cmd/tomlv [2019-10-17T21:58:12.625Z] #32 DONE 149.3s [2019-10-17T21:58:12.857Z] #59 233.4 + cp bin/ctr /build/ctr [2019-10-17T21:58:12.913Z] [2019-10-17T21:58:12.913Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:58:12.913Z] #42 66.93 CC images/ext-file.o [2019-10-17T21:58:12.913Z] #42 67.25 CC images/cgroup.o [2019-10-17T21:58:13.786Z] #59 DONE 234.3s [2019-10-17T21:58:14.353Z] [2019-10-17T21:58:14.353Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-17T21:58:14.466Z] #42 69.22 CC images/userns.o [2019-10-17T21:58:14.914Z] #60 DONE 0.3s [2019-10-17T21:58:14.914Z] [2019-10-17T21:58:14.914Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-17T21:58:14.914Z] #64 DONE 0.1s [2019-10-17T21:58:14.914Z] [2019-10-17T21:58:14.914Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-17T21:58:15.114Z] #42 69.94 CC images/google/protobuf/descriptor.o [2019-10-17T21:58:15.171Z] #66 DONE 0.2s [2019-10-17T21:58:15.171Z] [2019-10-17T21:58:15.171Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-17T21:58:15.171Z] #69 DONE 0.1s [2019-10-17T21:58:15.171Z] [2019-10-17T21:58:15.171Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-17T21:58:15.171Z] #70 DONE 0.0s [2019-10-17T21:58:15.171Z] [2019-10-17T21:58:15.171Z] #71 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-17T21:58:15.709Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-17T21:58:16.141Z] #71 DONE 1.1s [2019-10-17T21:58:16.397Z] [2019-10-17T21:58:16.397Z] #72 exporting to image [2019-10-17T21:58:16.397Z] #72 exporting layers [2019-10-17T21:58:16.626Z] #42 ... [2019-10-17T21:58:16.626Z] [2019-10-17T21:58:16.626Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:58:16.626Z] #45 143.0 internal/lazyregexp [2019-10-17T21:58:16.626Z] #45 145.4 encoding/binary [2019-10-17T21:58:16.626Z] #45 145.5 go/token [2019-10-17T21:58:16.626Z] #45 145.5 net/url [2019-10-17T21:58:16.626Z] #45 149.8 go/scanner [2019-10-17T21:58:16.626Z] #45 ... [2019-10-17T21:58:16.626Z] [2019-10-17T21:58:16.626Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:58:16.626Z] #18 97.10 Selecting previously unselected package xxd. [2019-10-17T21:58:16.626Z] #18 97.12 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 97.12 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:58:16.626Z] #18 97.64 Selecting previously unselected package vim-common. [2019-10-17T21:58:16.626Z] #18 97.64 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:58:16.626Z] #18 97.66 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:58:16.626Z] #18 98.00 Selecting previously unselected package bzip2. [2019-10-17T21:58:16.626Z] #18 98.02 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 98.02 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-17T21:58:16.626Z] #18 98.21 Selecting previously unselected package libgpm2:ppc64el. [2019-10-17T21:58:16.626Z] #18 98.22 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 98.22 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-17T21:58:16.626Z] #18 98.32 Selecting previously unselected package xz-utils. [2019-10-17T21:58:16.626Z] #18 98.33 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 98.34 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-17T21:58:16.626Z] #18 98.66 Selecting previously unselected package aufs-tools. [2019-10-17T21:58:16.626Z] #18 98.69 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 98.70 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-17T21:58:16.626Z] #18 98.97 Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-17T21:58:16.626Z] #18 98.99 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 99.00 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-17T21:58:16.626Z] #18 99.25 Selecting previously unselected package btrfs-progs. [2019-10-17T21:58:16.626Z] #18 99.25 Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 99.26 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-17T21:58:16.626Z] #18 100.0 Selecting previously unselected package btrfs-tools. [2019-10-17T21:58:16.626Z] #18 100.0 Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 100.0 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-17T21:58:16.626Z] #18 100.1 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-17T21:58:16.626Z] #18 100.1 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 100.1 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-17T21:58:16.626Z] #18 100.4 Selecting previously unselected package dmsetup. [2019-10-17T21:58:16.626Z] #18 100.4 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-17T21:58:16.626Z] #18 100.4 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-17T21:58:16.917Z] #18 100.5 Selecting previously unselected package libonig4:ppc64el. [2019-10-17T21:58:16.917Z] #18 100.5 Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-17T21:58:16.917Z] #18 100.6 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-17T21:58:17.208Z] #18 100.8 Selecting previously unselected package libjq1:ppc64el. [2019-10-17T21:58:17.208Z] #18 100.8 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-17T21:58:17.208Z] #18 100.8 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-17T21:58:17.503Z] #18 101.0 Selecting previously unselected package jq. [2019-10-17T21:58:17.503Z] #18 101.0 Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-17T21:58:17.503Z] #18 101.0 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-17T21:58:17.503Z] #18 101.2 Selecting previously unselected package libaio1:ppc64el. [2019-10-17T21:58:17.503Z] #18 101.2 Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-17T21:58:17.503Z] #18 101.2 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-17T21:58:17.503Z] #18 101.3 Selecting previously unselected package libcap2-bin. [2019-10-17T21:58:17.807Z] #18 101.3 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-17T21:58:17.807Z] #18 101.3 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-17T21:58:17.807Z] #18 101.5 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-17T21:58:17.807Z] #18 101.5 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-17T21:58:17.807Z] #18 101.5 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-17T21:58:18.108Z] #18 101.6 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-17T21:58:18.108Z] #18 101.6 Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-17T21:58:18.108Z] #18 101.6 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-17T21:58:18.401Z] #18 102.0 Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-17T21:58:18.401Z] #18 102.0 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-17T21:58:18.401Z] #18 102.0 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-17T21:58:18.691Z] #18 102.4 Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-17T21:58:18.691Z] #18 102.4 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-17T21:58:18.691Z] #18 102.4 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-17T21:58:18.903Z] --- PASS: TestBuildWithHugeFile (42.03s) [2019-10-17T21:58:18.903Z] === RUN TestBuildWithEmptyDockerfile [2019-10-17T21:58:18.903Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T21:58:18.903Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T21:58:18.903Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T21:58:18.903Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T21:58:18.903Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T21:58:18.903Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T21:58:18.903Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T21:58:18.903Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T21:58:18.903Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T21:58:18.903Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2019-10-17T21:58:18.903Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2019-10-17T21:58:18.903Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2019-10-17T21:58:18.903Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2019-10-17T21:58:18.903Z] === RUN TestBuildPreserveOwnership [2019-10-17T21:58:18.903Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-17T21:58:18.903Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-17T21:58:18.980Z] #18 102.7 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-17T21:58:18.980Z] #18 102.7 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-17T21:58:18.980Z] #18 102.7 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-17T21:58:19.370Z] #73 exporting layers 55.6s done [2019-10-17T21:58:19.370Z] #73 exporting manifest sha256:4f46b9bb772a75bc261220aead86fac9b5004c3051f2290db005ae79b6605473 done [2019-10-17T21:58:19.370Z] #73 exporting config sha256:d89a558c1df5b5a1a244bddfcd385052985faece965825eaf0973a3031735a98 done [2019-10-17T21:58:19.370Z] #73 sending tarball [2019-10-17T21:58:19.611Z] #18 103.4 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-17T21:58:19.902Z] #18 103.4 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-17T21:58:19.902Z] #18 103.4 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-17T21:58:20.193Z] #18 103.8 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-17T21:58:20.193Z] #18 103.8 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-17T21:58:20.193Z] #18 103.8 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-17T21:58:20.193Z] #18 104.0 Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-17T21:58:20.286Z] --- PASS: TestBuildPreserveOwnership (6.02s) [2019-10-17T21:58:20.286Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.95s) [2019-10-17T21:58:20.286Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.05s) [2019-10-17T21:58:20.286Z] === RUN TestBuildPlatformInvalid [2019-10-17T21:58:20.286Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-10-17T21:58:20.286Z] PASS [2019-10-17T21:58:20.286Z] [2019-10-17T21:58:20.286Z] === Skipped [2019-10-17T21:58:20.286Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-10-17T21:58:20.286Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T21:58:20.286Z] [2019-10-17T21:58:20.286Z] [2019-10-17T21:58:20.286Z] DONE 32 tests, 1 skipped in 90.426s [2019-10-17T21:58:20.489Z] #18 104.0 Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-17T21:58:20.489Z] #18 104.0 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-17T21:58:20.489Z] #18 104.2 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-17T21:58:20.489Z] #18 104.2 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-17T21:58:20.489Z] #18 104.2 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-17T21:58:20.545Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-10-17T21:58:20.545Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T21:58:20.545Z] ++ set -e [2019-10-17T21:58:20.545Z] ++ '[' -n 0 ']' [2019-10-17T21:58:20.545Z] ++ set -x [2019-10-17T21:58:20.545Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T21:58:20.545Z] INFO: Testing against a local daemon [2019-10-17T21:58:20.545Z] === RUN TestConfigList [2019-10-17T21:58:20.779Z] #18 104.3 Selecting previously unselected package libreadline5:ppc64el. [2019-10-17T21:58:20.780Z] #18 104.3 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-17T21:58:20.780Z] #18 104.4 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-17T21:58:21.071Z] #18 104.6 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-17T21:58:21.071Z] #18 104.6 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-17T21:58:21.071Z] #18 104.6 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-17T21:58:22.977Z] #72 exporting layers 6.4s done [2019-10-17T21:58:22.978Z] #72 writing image sha256:9d56ce44f67608c04e6871104d3700015e7074a29c93e13319a40a43daeb5249 done [2019-10-17T21:58:22.978Z] #72 naming to docker.io/library/docker:4ba75de5363e5980244579051d740fe2620c70fe done [2019-10-17T21:58:22.978Z] #72 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-17T21:58:23.813Z] #18 107.6 Selecting previously unselected package net-tools. [2019-10-17T21:58:23.813Z] #18 107.6 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-17T21:58:23.839Z] --- PASS: TestConfigList (3.32s) [2019-10-17T21:58:23.839Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-17T21:58:23.839Z] === RUN TestConfigsCreateAndDelete [2019-10-17T21:58:24.107Z] #18 107.6 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-17T21:58:24.300Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-17T21:58:24.398Z] #18 108.0 Selecting previously unselected package python-pip-whl. [2019-10-17T21:58:24.398Z] #18 108.0 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-17T21:58:24.398Z] #18 108.0 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-17T21:58:25.028Z] #18 108.9 Selecting previously unselected package python3-pip. [2019-10-17T21:58:25.036Z] [2019-10-17T21:58:25.036Z] Removing bundles/ [2019-10-17T21:58:25.036Z] [2019-10-17T21:58:25.036Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-17T21:58:25.036Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T21:58:25.036Z] GOOS="" GOARCH="" GOARM="" [2019-10-17T21:58:25.320Z] #18 108.9 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-17T21:58:25.320Z] #18 108.9 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-17T21:58:25.342Z] #73 ... [2019-10-17T21:58:25.342Z] [2019-10-17T21:58:25.342Z] #74 importing to docker [2019-10-17T21:58:25.342Z] #74 ... [2019-10-17T21:58:25.342Z] [2019-10-17T21:58:25.342Z] #73 exporting to oci image format [2019-10-17T21:58:25.342Z] #73 sending tarball 9.1s done [2019-10-17T21:58:25.342Z] #73 DONE 64.8s [2019-10-17T21:58:25.342Z] [2019-10-17T21:58:25.342Z] #74 importing to docker [2019-10-17T21:58:25.610Z] #18 109.2 Selecting previously unselected package python3-pkg-resources. [2019-10-17T21:58:25.610Z] #18 109.2 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-17T21:58:25.610Z] #18 109.2 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-17T21:58:25.610Z] #18 109.4 Selecting previously unselected package python3-setuptools. [2019-10-17T21:58:25.899Z] #18 109.4 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-17T21:58:25.900Z] #18 109.4 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-17T21:58:26.189Z] #18 109.8 Selecting previously unselected package python3-wheel. [2019-10-17T21:58:26.189Z] #18 109.8 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-17T21:58:26.189Z] #18 109.8 Unpacking python3-wheel (0.29.0-2) ... [2019-10-17T21:58:26.482Z] #18 110.0 Selecting previously unselected package thin-provisioning-tools. [2019-10-17T21:58:26.482Z] #18 110.0 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-17T21:58:26.482Z] #18 110.0 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-17T21:58:26.771Z] #18 110.4 Selecting previously unselected package vim-runtime. [2019-10-17T21:58:26.771Z] #18 110.4 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-17T21:58:26.771Z] #18 110.5 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-17T21:58:27.060Z] #18 110.6 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-17T21:58:27.060Z] #18 110.6 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:58:27.060Z] #18 ... [2019-10-17T21:58:27.060Z] [2019-10-17T21:58:27.060Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:58:27.060Z] #45 153.6 text/template/parse [2019-10-17T21:58:27.060Z] #45 154.9 encoding/base64 [2019-10-17T21:58:27.060Z] #45 156.1 go/ast [2019-10-17T21:58:27.060Z] #45 157.5 encoding/json [2019-10-17T21:58:27.060Z] #45 ... [2019-10-17T21:58:27.060Z] [2019-10-17T21:58:27.060Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:58:27.060Z] #42 73.56 CC images/opts.o [2019-10-17T21:58:27.060Z] #42 74.11 CC images/seccomp.o [2019-10-17T21:58:27.060Z] #42 74.59 CC images/binfmt-misc.o [2019-10-17T21:58:27.060Z] #42 74.99 CC images/time.o [2019-10-17T21:58:27.060Z] #42 75.33 CC images/sysctl.o [2019-10-17T21:58:27.060Z] #42 75.72 CC images/autofs.o [2019-10-17T21:58:27.060Z] #42 76.14 CC images/macvlan.o [2019-10-17T21:58:27.060Z] #42 76.60 CC images/sit.o [2019-10-17T21:58:27.060Z] #42 77.03 LINK images/built-in.o [2019-10-17T21:58:27.060Z] #42 77.30 GEN compel/include/asm [2019-10-17T21:58:27.060Z] #42 77.31 GEN compel/include/version.h [2019-10-17T21:58:27.060Z] #42 77.35 touch .config [2019-10-17T21:58:27.060Z] #42 77.37 GEN include/common/config.h [2019-10-17T21:58:27.060Z] #42 77.52 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-17T21:58:27.060Z] #42 77.58 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-17T21:58:27.060Z] #42 77.67 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-17T21:58:27.060Z] #42 77.72 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-17T21:58:27.060Z] #42 77.78 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-17T21:58:27.060Z] #42 77.86 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-17T21:58:27.060Z] #42 77.95 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-17T21:58:27.060Z] #42 78.04 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-17T21:58:27.060Z] #42 78.05 DEP compel/plugins/std/infect.d [2019-10-17T21:58:27.060Z] #42 78.43 DEP compel/plugins/std/string.d [2019-10-17T21:58:27.060Z] #42 78.71 DEP compel/plugins/std/log.d [2019-10-17T21:58:27.060Z] #42 78.91 DEP compel/plugins/std/fds.d [2019-10-17T21:58:27.060Z] #42 79.13 DEP compel/plugins/std/std.d [2019-10-17T21:58:27.060Z] #42 79.38 DEP compel/plugins/shmem/shmem.d [2019-10-17T21:58:27.060Z] #42 79.60 DEP compel/plugins/fds/fds.d [2019-10-17T21:58:27.060Z] #42 79.88 CC compel/plugins/std/std.o [2019-10-17T21:58:27.060Z] #42 80.32 CC compel/plugins/std/fds.o [2019-10-17T21:58:27.060Z] #42 81.33 CC compel/plugins/std/log.o [2019-10-17T21:58:27.131Z] --- PASS: TestConfigsCreateAndDelete (3.18s) [2019-10-17T21:58:27.131Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-17T21:58:27.131Z] === RUN TestConfigsUpdate [2019-10-17T21:58:28.249Z] #42 82.91 CC compel/plugins/std/string.o [2019-10-17T21:58:28.503Z] Client: [2019-10-17T21:58:28.503Z] Debug Mode: false [2019-10-17T21:58:28.503Z] Plugins: [2019-10-17T21:58:28.503Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-17T21:58:28.503Z] [2019-10-17T21:58:28.503Z] Server: [2019-10-17T21:58:28.503Z] Containers: 0 [2019-10-17T21:58:28.503Z] Running: 0 [2019-10-17T21:58:28.503Z] Paused: 0 [2019-10-17T21:58:28.503Z] Stopped: 0 [2019-10-17T21:58:28.503Z] Images: 0 [2019-10-17T21:58:28.503Z] Server Version: 19.03.2 [2019-10-17T21:58:28.503Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-17T21:58:28.503Z] Windows: [2019-10-17T21:58:28.503Z] LCOW: [2019-10-17T21:58:28.503Z] Logging Driver: json-file [2019-10-17T21:58:28.503Z] Plugins: [2019-10-17T21:58:28.503Z] Volume: local [2019-10-17T21:58:28.503Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-17T21:58:28.504Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-17T21:58:28.504Z] Swarm: inactive [2019-10-17T21:58:28.504Z] Default Isolation: process [2019-10-17T21:58:28.504Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-17T21:58:28.504Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-17T21:58:28.504Z] OSType: windows [2019-10-17T21:58:28.504Z] Architecture: x86_64 [2019-10-17T21:58:28.504Z] CPUs: 4 [2019-10-17T21:58:28.645Z] Total Memory: 32GiB [2019-10-17T21:58:28.645Z] Name: azwin-2-682bf0 [2019-10-17T21:58:28.645Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-17T21:58:28.645Z] Docker Root Dir: D:\docker [2019-10-17T21:58:28.645Z] Debug Mode: false [2019-10-17T21:58:28.645Z] Registry: https://index.docker.io/v1/ [2019-10-17T21:58:28.645Z] Labels: [2019-10-17T21:58:28.645Z] Experimental: true [2019-10-17T21:58:28.645Z] Insecure Registries: [2019-10-17T21:58:28.645Z] 10.0.0.4:5000 [2019-10-17T21:58:28.645Z] 127.0.0.0/8 [2019-10-17T21:58:28.645Z] Registry Mirrors: [2019-10-17T21:58:28.645Z] http://10.0.0.4:5000/ [2019-10-17T21:58:28.645Z] Live Restore Enabled: false [2019-10-17T21:58:28.645Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-17T21:58:29.305Z] #42 84.16 CC compel/plugins/std/infect.o [2019-10-17T21:58:29.540Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-17T21:58:30.328Z] #42 85.16 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-17T21:58:30.328Z] #42 85.26 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-17T21:58:30.328Z] #42 85.38 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-17T21:58:30.563Z] --- PASS: TestConfigsUpdate (3.24s) [2019-10-17T21:58:30.563Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-17T21:58:30.563Z] === RUN TestTemplatedConfig [2019-10-17T21:58:30.615Z] #42 85.47 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-17T21:58:30.615Z] #42 85.60 AR compel/plugins/std.lib.a [2019-10-17T21:58:30.903Z] #42 85.72 CC compel/plugins/fds/fds.o [2019-10-17T21:58:31.191Z] #42 86.14 AR compel/plugins/fds.lib.a [2019-10-17T21:58:31.191Z] #42 86.26 HOSTDEP compel/src/lib/log-host.d [2019-10-17T21:58:31.479Z] #42 86.50 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-17T21:58:31.767Z] #42 86.77 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-17T21:58:32.395Z] #42 87.02 HOSTDEP compel/src/main-host.d [2019-10-17T21:58:32.395Z] #42 87.31 DEP compel/src/lib/ptrace.d [2019-10-17T21:58:32.688Z] #42 87.61 DEP compel/src/lib/infect.d [2019-10-17T21:58:32.977Z] #42 ... [2019-10-17T21:58:32.977Z] [2019-10-17T21:58:32.977Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:58:32.977Z] #18 116.6 Selecting previously unselected package vim. [2019-10-17T21:58:32.977Z] #18 116.6 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-17T21:58:32.977Z] #18 116.6 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:58:33.854Z] --- PASS: TestTemplatedConfig (3.50s) [2019-10-17T21:58:33.854Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-17T21:58:33.854Z] === RUN TestConfigInspect [2019-10-17T21:58:34.004Z] #18 117.5 Selecting previously unselected package xfsprogs. [2019-10-17T21:58:34.004Z] #18 117.5 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-17T21:58:34.004Z] #18 117.5 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-17T21:58:34.632Z] #18 118.4 Selecting previously unselected package zip. [2019-10-17T21:58:34.922Z] #18 118.4 Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-17T21:58:34.922Z] #18 118.4 Unpacking zip (3.0-11+b1) ... [2019-10-17T21:58:35.220Z] #18 118.7 Selecting previously unselected package libapparmor-perl. [2019-10-17T21:58:35.220Z] #18 118.7 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-17T21:58:35.220Z] #18 118.7 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-17T21:58:35.220Z] #18 118.9 Selecting previously unselected package apparmor. [2019-10-17T21:58:35.220Z] #18 118.9 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-17T21:58:35.515Z] #18 119.0 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-17T21:58:35.804Z] #18 119.7 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-17T21:58:36.095Z] #18 119.7 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-17T21:58:36.095Z] #18 119.7 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-17T21:58:37.144Z] --- PASS: TestConfigInspect (3.22s) [2019-10-17T21:58:37.145Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-17T21:58:37.145Z] === RUN TestConfigCreateWithLabels [2019-10-17T21:58:38.803Z] #18 122.1 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-17T21:58:38.803Z] #18 122.1 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-17T21:58:38.803Z] #18 122.1 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-17T21:58:40.435Z] --- PASS: TestConfigCreateWithLabels (3.18s) [2019-10-17T21:58:40.435Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-17T21:58:40.435Z] === RUN TestConfigCreateResolve [2019-10-17T21:58:41.512Z] #18 125.3 Selecting previously unselected package binutils-mingw-w64. [2019-10-17T21:58:41.800Z] #18 125.3 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-17T21:58:41.800Z] #18 125.3 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-17T21:58:41.800Z] #18 125.5 Selecting previously unselected package mingw-w64-common. [2019-10-17T21:58:41.800Z] #18 125.5 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-17T21:58:41.800Z] #18 125.5 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-17T21:58:41.906Z] #74 DONE 16.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-17T21:58:42.877Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/test/unit [2019-10-17T21:58:43.304Z] #18 ... [2019-10-17T21:58:43.304Z] [2019-10-17T21:58:43.304Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:58:43.304Z] #42 88.04 DEP compel/src/lib/infect-util.d [2019-10-17T21:58:43.304Z] #42 88.24 DEP compel/src/lib/infect-rpc.d [2019-10-17T21:58:43.304Z] #42 88.46 DEP compel/arch/ppc64/src/lib/infect.d [2019-10-17T21:58:43.304Z] #42 88.69 DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-17T21:58:43.304Z] #42 88.93 DEP compel/src/lib/log.d [2019-10-17T21:58:43.304Z] #42 89.26 DEP compel/src/main.d [2019-10-17T21:58:43.304Z] #42 89.50 DEP compel/src/lib/handle-elf.d [2019-10-17T21:58:43.304Z] #42 89.91 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-17T21:58:43.304Z] #42 90.40 CC compel/src/lib/log.o [2019-10-17T21:58:43.304Z] #42 90.92 CC compel/arch/ppc64/src/lib/cpu.o [2019-10-17T21:58:43.304Z] #42 91.59 CC compel/arch/ppc64/src/lib/infect.o [2019-10-17T21:58:43.304Z] #42 92.95 CC compel/src/lib/infect-rpc.o [2019-10-17T21:58:43.304Z] #42 93.66 CC compel/src/lib/infect-util.o [2019-10-17T21:58:43.304Z] #42 94.18 CC compel/src/lib/infect.o [2019-10-17T21:58:43.593Z] #42 98.43 CC compel/src/lib/ptrace.o [2019-10-17T21:58:43.799Z] --- PASS: TestConfigCreateResolve (3.22s) [2019-10-17T21:58:43.799Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-17T21:58:43.799Z] === RUN TestConfigDaemonLibtrustID [2019-10-17T21:58:44.059Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2019-10-17T21:58:44.059Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-17T21:58:44.059Z] PASS [2019-10-17T21:58:44.059Z] [2019-10-17T21:58:44.059Z] DONE 8 tests in 23.578s [2019-10-17T21:58:44.059Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-10-17T21:58:44.059Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T21:58:44.059Z] ++ set -e [2019-10-17T21:58:44.059Z] ++ '[' -n 0 ']' [2019-10-17T21:58:44.059Z] ++ set -x [2019-10-17T21:58:44.059Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T21:58:44.318Z] INFO: Testing against a local daemon [2019-10-17T21:58:44.318Z] === RUN TestCheckpoint [2019-10-17T21:58:44.318Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-17T21:58:44.318Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T21:58:44.318Z] === RUN TestContainerInvalidJSON [2019-10-17T21:58:44.318Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T21:58:44.318Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T21:58:44.318Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T21:58:44.318Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T21:58:44.318Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-17T21:58:44.318Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-17T21:58:44.318Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T21:58:44.318Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-17T21:58:44.318Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T21:58:44.318Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-17T21:58:44.318Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-17T21:58:44.318Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-17T21:58:44.318Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-17T21:58:44.318Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-17T21:58:44.318Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-10-17T21:58:44.318Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-17T21:58:44.577Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2019-10-17T21:58:44.577Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-17T21:58:44.577Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-10-17T21:58:44.577Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-17T21:58:44.640Z] #42 99.34 AR compel/libcompel.a [2019-10-17T21:58:44.640Z] #42 99.47 HOSTCC compel/src/main-host.o [2019-10-17T21:58:44.640Z] #42 ... [2019-10-17T21:58:44.640Z] [2019-10-17T21:58:44.640Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:58:44.640Z] #45 171.5 text/template [2019-10-17T21:58:44.640Z] #45 178.7 go/parser [2019-10-17T21:58:44.836Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2019-10-17T21:58:44.836Z] === RUN TestCopyFromContainer [2019-10-17T21:58:45.270Z] #45 ... [2019-10-17T21:58:45.270Z] [2019-10-17T21:58:45.270Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:58:45.270Z] #42 100.2 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-17T21:58:45.814Z] ? github.com/docker/docker/api [no test files] [2019-10-17T21:58:45.896Z] #42 100.7 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-17T21:58:46.540Z] #42 101.5 HOSTCC compel/src/lib/log-host.o [2019-10-17T21:58:46.742Z] === RUN TestCopyFromContainer// [2019-10-17T21:58:46.742Z] === RUN TestCopyFromContainer//bar/root [2019-10-17T21:58:47.001Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-17T21:58:47.002Z] === RUN TestCopyFromContainer/bar/quux [2019-10-17T21:58:47.002Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-17T21:58:47.165Z] #42 101.9 HOSTLINK compel/compel-host-bin [2019-10-17T21:58:47.261Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-17T21:58:47.261Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-17T21:58:47.460Z] #42 102.1 DEP soccr/soccr.d [2019-10-17T21:58:47.520Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-17T21:58:47.521Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-17T21:58:47.748Z] #42 102.6 CC soccr/soccr.o [2019-10-17T21:58:47.780Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer (3.05s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-10-17T21:58:47.780Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-10-17T21:58:47.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-17T21:58:47.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T21:58:47.780Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T21:58:47.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T21:58:47.780Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T21:58:47.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T21:58:47.780Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T21:58:47.780Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T21:58:47.780Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T21:58:47.780Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T21:58:47.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-17T21:58:47.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-17T21:58:47.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-17T21:58:47.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-17T21:58:47.780Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-17T21:58:48.040Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-17T21:58:48.040Z] === RUN TestCreateWithInvalidEnv [2019-10-17T21:58:48.040Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-17T21:58:48.040Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-17T21:58:48.040Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-17T21:58:48.040Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-17T21:58:48.040Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-17T21:58:48.040Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-17T21:58:48.040Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-17T21:58:48.040Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-17T21:58:48.040Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-17T21:58:48.040Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-17T21:58:48.040Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-17T21:58:48.040Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-17T21:58:48.040Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-17T21:58:48.040Z] === RUN TestCreateTmpfsMountsTarget [2019-10-17T21:58:48.040Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-10-17T21:58:48.040Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCustomMaskedPaths (2.22s) [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T21:58:50.576Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-17T21:58:50.576Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2019-10-17T21:58:50.576Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2019-10-17T21:58:50.576Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-17T21:58:51.241Z] #42 105.6 AR soccr/libsoccr.a [2019-10-17T21:58:51.241Z] #42 105.7 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-17T21:58:51.542Z] #42 106.3 DEP criu/arch/ppc64/sigframe.d [2019-10-17T21:58:51.829Z] #42 106.7 DEP criu/arch/ppc64/crtools.d [2019-10-17T21:58:52.116Z] #42 107.1 DEP criu/arch/ppc64/cpu.d [2019-10-17T21:58:52.403Z] #42 107.4 CC criu/arch/ppc64/cpu.o [2019-10-17T21:58:53.113Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.31s) [2019-10-17T21:58:53.113Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-17T21:58:53.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T21:58:53.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T21:58:53.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T21:58:53.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T21:58:53.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T21:58:53.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T21:58:53.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T21:58:53.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T21:58:53.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T21:58:53.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T21:58:53.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T21:58:53.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T21:58:53.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T21:58:53.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T21:58:53.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T21:58:53.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-17T21:58:53.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2019-10-17T21:58:53.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-10-17T21:58:53.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-10-17T21:58:53.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-10-17T21:58:53.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-10-17T21:58:53.113Z] === RUN TestContainerStartOnDaemonRestart [2019-10-17T21:58:53.113Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-17T21:58:53.113Z] === RUN TestDaemonRestartIpcMode [2019-10-17T21:58:53.113Z] === PAUSE TestDaemonRestartIpcMode [2019-10-17T21:58:53.113Z] === RUN TestDiff [2019-10-17T21:58:53.428Z] #42 108.3 CC criu/arch/ppc64/crtools.o [2019-10-17T21:58:53.683Z] --- PASS: TestDiff (0.82s) [2019-10-17T21:58:53.683Z] === RUN TestExecWithCloseStdin [2019-10-17T21:58:54.391Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-17T21:58:54.391Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ed8f4176\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-17T21:58:54.391Z] ---------------------------------------------------------------------------- [2019-10-17T21:58:54.391Z] [2019-10-17T21:58:54.391Z] INFO: executeCI.ps1 starting at Thu Oct 17 21:58:51 CUT 2019 [2019-10-17T21:58:54.391Z] [2019-10-17T21:58:54.391Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-17T21:58:54.391Z] INFO: Running git version 2.23.0.windows.1 [2019-10-17T21:58:54.391Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-17T21:58:54.391Z] INFO: Environment variables: [2019-10-17T21:58:54.391Z] [2019-10-17T21:58:54.391Z] Name Value [2019-10-17T21:58:54.391Z] ---- ----- [2019-10-17T21:58:54.391Z] ALLUSERSPROFILE C:\ProgramData [2019-10-17T21:58:54.391Z] amd64 true [2019-10-17T21:58:54.391Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-17T21:58:54.391Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-17T21:58:54.391Z] arm64 true [2019-10-17T21:58:54.391Z] BRANCH_NAME PR-40082 [2019-10-17T21:58:54.391Z] BUILD_DISPLAY_NAME #5 [2019-10-17T21:58:54.391Z] BUILD_ID 5 [2019-10-17T21:58:54.391Z] BUILD_NUMBER 5 [2019-10-17T21:58:54.391Z] BUILD_TAG jenkins-moby-PR-40082-5 [2019-10-17T21:58:54.391Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40082/5/ [2019-10-17T21:58:54.391Z] CHANGE_AUTHOR thaJeztah [2019-10-17T21:58:54.391Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-10-17T21:58:54.391Z] CHANGE_BRANCH is_windows_const [2019-10-17T21:58:54.391Z] CHANGE_FORK thaJeztah [2019-10-17T21:58:54.391Z] CHANGE_ID 40082 [2019-10-17T21:58:54.391Z] CHANGE_TARGET master [2019-10-17T21:58:54.391Z] CHANGE_TITLE daemon: add "isWindows" const [2019-10-17T21:58:54.391Z] CHANGE_URL https://github.com/moby/moby/pull/40082 [2019-10-17T21:58:54.391Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-17T21:58:54.391Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-17T21:58:54.391Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-17T21:58:54.391Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-17T21:58:54.391Z] COMPUTERNAME azwin-2-682bf0 [2019-10-17T21:58:54.391Z] ComSpec C:\windows\system32\cmd.exe [2019-10-17T21:58:54.391Z] ConfigSequenceNumber 0 [2019-10-17T21:58:54.391Z] DOCKER_BUILDKIT 0 [2019-10-17T21:58:54.391Z] DOCKER_DUT_DEBUG 1 [2019-10-17T21:58:54.391Z] DOCKER_EXPERIMENTAL 1 [2019-10-17T21:58:54.391Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-17T21:58:54.391Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-17T21:58:54.391Z] EXECUTOR_NUMBER 0 [2019-10-17T21:58:54.391Z] FQDN azwin-2-682bf0.westus.cloudapp.azure.com [2019-10-17T21:58:54.391Z] GIT_BRANCH PR-40082 [2019-10-17T21:58:54.391Z] GIT_COMMIT 4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T21:58:54.391Z] GIT_PREVIOUS_COMMIT 9f7df27ba4b6ef16f804afcc3895d681d91f6242 [2019-10-17T21:58:54.391Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 9f7df27ba4b6ef16f804afcc3895d681d91f6242 [2019-10-17T21:58:54.391Z] GIT_URL https://github.com/moby/moby.git [2019-10-17T21:58:54.391Z] HUDSON_COOKIE 47dac33d-9637-410d-814d-5d2c0a38860b [2019-10-17T21:58:54.391Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-17T21:58:54.391Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-17T21:58:54.391Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-17T21:58:54.391Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-17T21:58:54.391Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-17T21:58:54.391Z] JENKINS_NODE_COOKIE 07e8ed8c-a8f5-4547-99be-c3b638316db4 [2019-10-17T21:58:54.391Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-17T21:58:54.391Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-17T21:58:54.391Z] JOB_BASE_NAME PR-40082 [2019-10-17T21:58:54.391Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40082/display/redirect [2019-10-17T21:58:54.391Z] JOB_NAME moby/PR-40082 [2019-10-17T21:58:54.391Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40082/ [2019-10-17T21:58:54.391Z] library.jps.version master [2019-10-17T21:58:54.391Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-17T21:58:54.391Z] NODE_LABELS amd64 azure azwin-2-682bf0 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-17T21:58:54.391Z] NODE_NAME azwin-2-682bf0 [2019-10-17T21:58:54.391Z] NUMBER_OF_PROCESSORS 4 [2019-10-17T21:58:54.391Z] OS Windows_NT [2019-10-17T21:58:54.391Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-17T21:58:54.391Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-17T21:58:54.391Z] ppc64le true [2019-10-17T21:58:54.391Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-17T21:58:54.391Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-17T21:58:54.391Z] PROCESSOR_LEVEL 6 [2019-10-17T21:58:54.391Z] PROCESSOR_REVISION 4f01 [2019-10-17T21:58:54.392Z] ProgramData C:\ProgramData [2019-10-17T21:58:54.392Z] ProgramFiles C:\Program Files [2019-10-17T21:58:54.392Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-17T21:58:54.392Z] ProgramW6432 C:\Program Files [2019-10-17T21:58:54.392Z] PROMPT $P$G [2019-10-17T21:58:54.392Z] PSExecutionPolicyPreference Bypass [2019-10-17T21:58:54.392Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-17T21:58:54.392Z] PUBLIC C:\Users\Public [2019-10-17T21:58:54.392Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40082/5/display/redirect?page=changes [2019-10-17T21:58:54.392Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40082/5/display/redirect [2019-10-17T21:58:54.392Z] s390x true [2019-10-17T21:58:54.392Z] skip_dco false [2019-10-17T21:58:54.392Z] SKIP_VALIDATION_TESTS 1 [2019-10-17T21:58:54.392Z] SOURCES_DRIVE d [2019-10-17T21:58:54.392Z] SOURCES_SUBDIR gopath [2019-10-17T21:58:54.392Z] STAGE_NAME Run tests [2019-10-17T21:58:54.392Z] SystemDrive C: [2019-10-17T21:58:54.392Z] SystemRoot C:\windows [2019-10-17T21:58:54.392Z] TEMP C:\windows\TEMP [2019-10-17T21:58:54.392Z] TESTDEBUG 0 [2019-10-17T21:58:54.392Z] TESTRUN_DRIVE d [2019-10-17T21:58:54.392Z] TESTRUN_SUBDIR CI [2019-10-17T21:58:54.392Z] TIMEOUT 120m [2019-10-17T21:58:54.392Z] TMP C:\windows\TEMP [2019-10-17T21:58:54.392Z] unit_validate true [2019-10-17T21:58:54.392Z] USERDOMAIN WORKGROUP [2019-10-17T21:58:54.392Z] USERNAME azwin-2-682bf0$ [2019-10-17T21:58:54.392Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-17T21:58:54.392Z] windir C:\windows [2019-10-17T21:58:54.392Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-17T21:58:54.392Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-17T21:58:54.392Z] windowsRS1 false [2019-10-17T21:58:54.392Z] windowsRS5 true [2019-10-17T21:58:54.392Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-17T21:58:54.392Z] [2019-10-17T21:58:54.392Z] [2019-10-17T21:58:54.392Z] [2019-10-17T21:58:54.392Z] INFO: Sources under d:\gopath\... [2019-10-17T21:58:54.392Z] INFO: Test run under d:\CI\... [2019-10-17T21:58:54.392Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-17T21:58:54.392Z] INFO: docker/docker repository was found [2019-10-17T21:58:54.619Z] --- PASS: TestExecWithCloseStdin (1.03s) [2019-10-17T21:58:54.619Z] === RUN TestExec [2019-10-17T21:58:54.853Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-10-17T21:58:55.078Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-17T21:58:55.480Z] #42 110.3 CC criu/arch/ppc64/sigframe.o [2019-10-17T21:58:55.557Z] --- PASS: TestExec (1.02s) [2019-10-17T21:58:55.557Z] === RUN TestExecUser [2019-10-17T21:58:55.825Z] ltsc2019: Pulling from windows/servercore [2019-10-17T21:58:56.109Z] #42 110.9 LINK criu/arch/ppc64/crtools.built-in.o [2019-10-17T21:58:56.109Z] #42 111.0 DEP criu/arch/ppc64/misc.d [2019-10-17T21:58:56.109Z] #42 111.1 DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-17T21:58:56.109Z] #42 ... [2019-10-17T21:58:56.109Z] [2019-10-17T21:58:56.109Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:58:56.109Z] #18 133.2 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-17T21:58:56.109Z] #18 133.2 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-17T21:58:56.109Z] #18 133.2 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-17T21:58:56.109Z] #18 139.9 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-17T21:58:56.109Z] #18 139.9 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-17T21:58:56.109Z] #18 139.9 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-17T21:58:56.400Z] #18 ... [2019-10-17T21:58:56.400Z] [2019-10-17T21:58:56.400Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:58:56.400Z] #42 111.2 DEP criu/arch/ppc64/vdso-pie.d [2019-10-17T21:58:56.400Z] #42 ... [2019-10-17T21:58:56.400Z] [2019-10-17T21:58:56.400Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:58:56.400Z] #45 183.2 encoding/xml [2019-10-17T21:58:56.692Z] #45 ... [2019-10-17T21:58:56.692Z] [2019-10-17T21:58:56.692Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:58:56.692Z] #18 140.2 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-17T21:58:56.692Z] #18 140.2 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-17T21:58:56.692Z] #18 140.2 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:58:56.935Z] --- PASS: TestExecUser (0.99s) [2019-10-17T21:58:56.935Z] === RUN TestExportContainerAndImportImage [2019-10-17T21:58:57.406Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-10-17T21:58:57.872Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2019-10-17T21:58:57.872Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-17T21:58:59.779Z] --- PASS: TestExportContainerAfterDaemonRestart (1.92s) [2019-10-17T21:58:59.779Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-17T21:58:59.779Z] === RUN TestHealthCheckWorkdir [2019-10-17T21:59:00.196Z] #18 ... [2019-10-17T21:59:00.196Z] [2019-10-17T21:59:00.196Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:59:00.196Z] #63 186.8 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-17T21:59:00.196Z] #63 186.8 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-17T21:59:00.196Z] #63 ... [2019-10-17T21:59:00.196Z] [2019-10-17T21:59:00.196Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:59:00.196Z] #42 111.5 DEP criu/pie/parasite-vdso.d [2019-10-17T21:59:00.196Z] #42 111.8 DEP criu/pie/util-vdso.d [2019-10-17T21:59:00.196Z] #42 112.1 DEP criu/pie/util.d [2019-10-17T21:59:00.196Z] #42 112.5 CC criu/pie/util.o [2019-10-17T21:59:00.196Z] #42 113.3 CC criu/pie/util-vdso.o [2019-10-17T21:59:00.196Z] #42 114.7 CC criu/pie/parasite-vdso.o [2019-10-17T21:59:00.716Z] --- PASS: TestHealthCheckWorkdir (1.14s) [2019-10-17T21:59:00.716Z] === RUN TestHealthKillContainer [2019-10-17T21:59:01.220Z] #42 116.2 CC criu/arch/ppc64/vdso-pie.o [2019-10-17T21:59:01.633Z] 65014b3c3121: Pulling fs layer [2019-10-17T21:59:01.633Z] 12c8dbabfd62: Pulling fs layer [2019-10-17T21:59:02.244Z] #42 117.1 CC criu/arch/ppc64/vdso-trampoline.o [2019-10-17T21:59:02.244Z] #42 117.2 CC criu/arch/ppc64/misc.o [2019-10-17T21:59:02.533Z] #42 117.3 AR criu/pie/pie.lib.a [2019-10-17T21:59:02.533Z] #42 117.5 DEP criu/pie/restorer.d [2019-10-17T21:59:03.158Z] #42 118.0 DEP criu/arch/ppc64/restorer.d [2019-10-17T21:59:03.414Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-17T21:59:03.446Z] #42 ... [2019-10-17T21:59:03.446Z] [2019-10-17T21:59:03.446Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:59:03.446Z] #63 DONE 200.1s [2019-10-17T21:59:03.446Z] [2019-10-17T21:59:03.446Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-17T21:59:03.446Z] #64 DONE 0.1s [2019-10-17T21:59:03.446Z] [2019-10-17T21:59:03.446Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:59:03.446Z] #45 196.0 go/doc [2019-10-17T21:59:03.446Z] #45 197.6 math/big [2019-10-17T21:59:04.004Z] --- PASS: TestHealthKillContainer (2.96s) [2019-10-17T21:59:04.004Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-17T21:59:04.572Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2019-10-17T21:59:04.572Z] === RUN TestIpcModeNone [2019-10-17T21:59:05.510Z] --- PASS: TestIpcModeNone (1.00s) [2019-10-17T21:59:05.510Z] === RUN TestIpcModePrivate [2019-10-17T21:59:05.866Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-17T21:59:06.155Z] #45 ... [2019-10-17T21:59:06.155Z] [2019-10-17T21:59:06.155Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:59:06.155Z] #42 118.5 DEP criu/pie/parasite.d [2019-10-17T21:59:06.155Z] #42 119.3 CC criu/pie/parasite.o [2019-10-17T21:59:06.782Z] #42 121.8 LINK criu/pie/parasite.built-in.o [2019-10-17T21:59:06.782Z] #42 121.8 GEN criu/pie/parasite-blob.h [2019-10-17T21:59:06.888Z] --- PASS: TestIpcModePrivate (1.00s) [2019-10-17T21:59:06.888Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:100, shared: false, mustBeShared: false [2019-10-17T21:59:06.888Z] === RUN TestIpcModeShareable [2019-10-17T21:59:07.075Z] #42 121.8 CC criu/arch/ppc64/restorer.o [2019-10-17T21:59:07.456Z] --- PASS: TestIpcModeShareable (1.00s) [2019-10-17T21:59:07.456Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:94, shared: true, mustBeShared: true [2019-10-17T21:59:07.456Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-17T21:59:07.754Z] #42 122.6 CC criu/pie/restorer.o [2019-10-17T21:59:10.307Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-17T21:59:10.746Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.90s) [2019-10-17T21:59:10.746Z] === RUN TestAPIIpcModeHost [2019-10-17T21:59:11.316Z] --- PASS: TestAPIIpcModeHost (0.73s) [2019-10-17T21:59:11.316Z] === RUN TestDaemonIpcModeShareable [2019-10-17T21:59:13.224Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2019-10-17T21:59:13.224Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-17T21:59:13.224Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-17T21:59:13.224Z] === RUN TestDaemonIpcModePrivate [2019-10-17T21:59:13.285Z] #42 127.4 LINK criu/pie/restorer.built-in.o [2019-10-17T21:59:13.285Z] #42 127.5 GEN criu/pie/restorer-blob.h [2019-10-17T21:59:13.285Z] #42 127.7 DEP criu/vdso.d [2019-10-17T21:59:13.285Z] #42 128.1 DEP criu/uts_ns.d [2019-10-17T21:59:13.586Z] #42 128.6 DEP criu/util.d [2019-10-17T21:59:14.214Z] #42 129.1 DEP criu/uffd.d [2019-10-17T21:59:14.841Z] #42 129.6 DEP criu/tun.d [2019-10-17T21:59:15.128Z] #42 130.1 DEP criu/tty.d [2019-10-17T21:59:15.131Z] --- PASS: TestDaemonIpcModePrivate (1.88s) [2019-10-17T21:59:15.131Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-17T21:59:15.131Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-17T21:59:15.131Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-17T21:59:15.754Z] #42 130.6 DEP criu/timerfd.d [2019-10-17T21:59:16.381Z] #42 131.1 DEP criu/sysfs_parse.d [2019-10-17T21:59:16.381Z] #42 ... [2019-10-17T21:59:16.381Z] [2019-10-17T21:59:16.381Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:59:16.381Z] #45 212.9 github.com/LK4D4/vndr/build [2019-10-17T21:59:17.039Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2019-10-17T21:59:17.039Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-17T21:59:17.039Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2019-10-17T21:59:17.039Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-17T21:59:17.432Z] #45 214.1 vendor/golang.org/x/text/unicode/norm [2019-10-17T21:59:18.953Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s) [2019-10-17T21:59:18.954Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-17T21:59:18.954Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2019-10-17T21:59:18.954Z] === RUN TestIpcModeOlderClient [2019-10-17T21:59:18.954Z] === PAUSE TestIpcModeOlderClient [2019-10-17T21:59:18.954Z] === RUN TestKillContainerInvalidSignal [2019-10-17T21:59:19.358Z] 12c8dbabfd62: Download complete [2019-10-17T21:59:19.522Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2019-10-17T21:59:19.522Z] === RUN TestKillContainer [2019-10-17T21:59:19.522Z] === RUN TestKillContainer/no_signal [2019-10-17T21:59:20.557Z] === RUN TestKillContainer/non_killing_signal [2019-10-17T21:59:20.816Z] === RUN TestKillContainer/killing_signal [2019-10-17T21:59:20.994Z] #45 ... [2019-10-17T21:59:20.994Z] [2019-10-17T21:59:20.994Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:59:21.287Z] #18 164.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-17T21:59:21.287Z] #18 164.9 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-17T21:59:21.287Z] #18 164.9 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T21:59:22.195Z] --- PASS: TestKillContainer (2.56s) [2019-10-17T21:59:22.195Z] --- PASS: TestKillContainer/no_signal (0.80s) [2019-10-17T21:59:22.195Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2019-10-17T21:59:22.195Z] --- PASS: TestKillContainer/killing_signal (0.84s) [2019-10-17T21:59:22.195Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-17T21:59:22.195Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-17T21:59:23.132Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-17T21:59:23.701Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.66s) [2019-10-17T21:59:23.701Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2019-10-17T21:59:23.701Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2019-10-17T21:59:23.701Z] === RUN TestKillStoppedContainer [2019-10-17T21:59:23.960Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-10-17T21:59:23.961Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-17T21:59:23.961Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-10-17T21:59:23.961Z] === RUN TestKillDifferentUserContainer [2019-10-17T21:59:24.896Z] --- PASS: TestKillDifferentUserContainer (0.85s) [2019-10-17T21:59:24.896Z] === RUN TestInspectOomKilledTrue [2019-10-17T21:59:24.896Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-17T21:59:24.896Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T21:59:24.896Z] === RUN TestInspectOomKilledFalse [2019-10-17T21:59:24.896Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-17T21:59:24.896Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T21:59:24.896Z] === RUN TestLinksEtcHostsContentMatch [2019-10-17T21:59:25.214Z] ......................... [ 67%] [2019-10-17T21:59:25.474Z] --- PASS: TestLinksEtcHostsContentMatch (0.72s) [2019-10-17T21:59:25.474Z] === RUN TestLinksContainerNames [2019-10-17T21:59:26.828Z] #18 ... [2019-10-17T21:59:26.828Z] [2019-10-17T21:59:26.828Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:59:26.828Z] #42 131.5 DEP criu/sysctl.d [2019-10-17T21:59:26.828Z] #42 132.1 DEP criu/string.d [2019-10-17T21:59:26.828Z] #42 132.3 DEP criu/stats.d [2019-10-17T21:59:26.828Z] #42 132.5 DEP criu/sockets.d [2019-10-17T21:59:26.828Z] #42 132.9 DEP criu/sk-unix.d [2019-10-17T21:59:26.828Z] #42 133.5 DEP criu/sk-tcp.d [2019-10-17T21:59:26.828Z] #42 133.9 DEP criu/sk-queue.d [2019-10-17T21:59:26.828Z] #42 134.2 DEP criu/sk-packet.d [2019-10-17T21:59:26.828Z] #42 134.7 DEP criu/sk-netlink.d [2019-10-17T21:59:26.828Z] #42 135.1 DEP criu/sk-inet.d [2019-10-17T21:59:26.828Z] #42 135.4 DEP criu/signalfd.d [2019-10-17T21:59:26.828Z] #42 135.7 DEP criu/sigframe.d [2019-10-17T21:59:26.828Z] #42 135.8 DEP criu/shmem.d [2019-10-17T21:59:26.828Z] #42 136.3 DEP criu/servicefd.d [2019-10-17T21:59:26.828Z] #42 136.7 DEP criu/seize.d [2019-10-17T21:59:26.828Z] #42 137.1 DEP criu/seccomp.d [2019-10-17T21:59:26.828Z] #42 137.6 DEP criu/rst-malloc.d [2019-10-17T21:59:26.828Z] #42 137.7 DEP criu/rbtree.d [2019-10-17T21:59:26.828Z] #42 137.8 DEP criu/pstree.d [2019-10-17T21:59:26.828Z] #42 138.2 DEP criu/protobuf.d [2019-10-17T21:59:26.828Z] #42 138.6 GEN criu/protobuf-desc-gen.h [2019-10-17T21:59:26.828Z] #42 141.3 DEP criu/protobuf-desc.d [2019-10-17T21:59:26.828Z] #42 141.6 DEP criu/proc_parse.d [2019-10-17T21:59:27.116Z] #42 142.1 DEP criu/plugin.d [2019-10-17T21:59:27.381Z] --- PASS: TestLinksContainerNames (1.69s) [2019-10-17T21:59:27.381Z] === RUN TestLogsFollowTailEmpty [2019-10-17T21:59:27.422Z] #42 142.2 DEP criu/pipes.d [2019-10-17T21:59:27.422Z] #42 142.5 DEP criu/pie-util.d [2019-10-17T21:59:27.707Z] #42 142.7 DEP criu/pie-util-vdso.d [2019-10-17T21:59:27.948Z] --- PASS: TestLogsFollowTailEmpty (0.83s) [2019-10-17T21:59:27.949Z] === RUN TestContainerNetworkMountsNoChown [2019-10-17T21:59:27.995Z] #42 143.0 DEP criu/pie-util-vdso-elf32.d [2019-10-17T21:59:28.627Z] #42 143.5 DEP criu/path.d [2019-10-17T21:59:28.886Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/default [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/default [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/private [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/private [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/rprivate [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/slave [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/slave [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/rslave [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/shared [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/shared [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/rshared [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-17T21:59:28.886Z] === CONT TestMountDaemonRoot/default [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-17T21:59:28.886Z] === CONT TestMountDaemonRoot/rslave [2019-10-17T21:59:28.886Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T21:59:28.886Z] === CONT TestMountDaemonRoot/rshared [2019-10-17T21:59:28.886Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/shared [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/rprivate [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/slave [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/private [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-17T21:59:28.887Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-17T21:59:28.887Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T21:59:28.887Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-17T21:59:29.146Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T21:59:29.254Z] #42 144.0 DEP criu/parasite-syscall.d [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-17T21:59:29.405Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.18s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.19s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.22s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.21s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-10-17T21:59:29.405Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-17T21:59:29.405Z] === RUN TestContainerBindMountNonRecursive [2019-10-17T21:59:29.881Z] #42 144.5 DEP criu/pagemap.d [2019-10-17T21:59:29.881Z] #42 144.9 DEP criu/pagemap-cache.d [2019-10-17T21:59:30.171Z] #42 ... [2019-10-17T21:59:30.171Z] [2019-10-17T21:59:30.171Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:59:31.942Z] --- PASS: TestContainerBindMountNonRecursive (2.23s) [2019-10-17T21:59:31.942Z] === RUN TestNetworkNat [2019-10-17T21:59:32.880Z] --- PASS: TestNetworkNat (0.92s) [2019-10-17T21:59:32.880Z] === RUN TestNetworkLocalhostTCPNat [2019-10-17T21:59:33.818Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s) [2019-10-17T21:59:33.818Z] === RUN TestNetworkLoopbackNat [2019-10-17T21:59:33.964Z] #23 227.0 Checking out files: 18% (1921/10641) Checking out files: 19% (2022/10641) Checking out files: 20% (2129/10641) Checking out files: 21% (2235/10641) Checking out files: 22% (2342/10641) Checking out files: 23% (2448/10641) Checking out files: 24% (2554/10641) Checking out files: 25% (2661/10641) Checking out files: 26% (2767/10641) Checking out files: 27% (2874/10641) Checking out files: 28% (2980/10641) Checking out files: 29% (3086/10641) Checking out files: 30% (3193/10641) Checking out files: 31% (3299/10641) Checking out files: 32% (3406/10641) Checking out files: 33% (3512/10641) Checking out files: 34% (3618/10641) Checking out files: 35% (3725/10641) Checking out files: 36% (3831/10641) Checking out files: 37% (3938/10641) Checking out files: 38% (4044/10641) Checking out files: 38% (4070/10641) Checking out files: 39% (4150/10641) Checking out files: 40% (4257/10641) Checking out files: 41% (4363/10641) Checking out files: 42% (4470/10641) Checking out files: 43% (4576/10641) Checking out files: 44% (4683/10641) Checking out files: 45% (4789/10641) Checking out files: 46% (4895/10641) Checking out files: 47% (5002/10641) Checking out files: 48% (5108/10641) Checking out files: 49% (5215/10641) Checking out files: 50% (5321/10641) Checking out files: 51% (5427/10641) Checking out files: 52% (5534/10641) Checking out files: 53% (5640/10641) Checking out files: 54% (5747/10641) Checking out files: 55% (5853/10641) Checking out files: 56% (5959/10641) Checking out files: 57% (6066/10641) Checking out files: 58% (6172/10641) Checking out files: 59% (6279/10641) Checking out files: 60% (6385/10641) Checking out files: 61% (6492/10641) Checking out files: 62% (6598/10641) Checking out files: 63% (6704/10641) Checking out files: 63% (6733/10641) Checking out files: 64% (6811/10641) Checking out files: 65% (6917/10641) Checking out files: 66% (7024/10641) Checking out files: 67% (7130/10641) Checking out files: 68% (7236/10641) Checking out files: 69% (7343/10641) Checking out files: 70% (7449/10641) Checking out files: 71% (7556/10641) Checking out files: 72% (7662/10641) Checking out files: 73% (7768/10641) Checking out files: 74% (7875/10641) Checking out files: 75% (7981/10641) Checking out files: 76% (8088/10641) Checking out files: 77% (8194/10641) Checking out files: 78% (8300/10641) Checking out files: 79% (8407/10641) Checking out files: 80% (8513/10641) Checking out files: 81% (8620/10641) Checking out files: 82% (8726/10641) Checking out files: 83% (8833/10641) Checking out files: 84% (8939/10641) Checking out files: 85% (9045/10641) Checking out files: 86% (9152/10641) Checking out files: 87% (9258/10641) Checking out files: 87% (9327/10641) Checking out files: 88% (9365/10641) Checking out files: 89% (9471/10641) Checking out files: 90% (9577/10641) Checking out files: 91% (9684/10641) Checking out files: 92% (9790/10641) Checking out files: 93% (9897/10641) Checking out files: 94% (10003/10641) Checking out files: 95% (10109/10641) Checking out files: 96% (10216/10641) Checking out files: 97% (10322/10641) Checking out files: 98% (10429/10641) Checking out files: 99% (10535/10641) Checking out files: 100% (10641/10641) Checking out files: 100% (10641/10641), done. [2019-10-17T21:59:34.251Z] #23 231.0 + cd /tmp/tmp.OyY9hqLskB/tmp/docker-ce [2019-10-17T21:59:34.251Z] #23 231.0 + git checkout -q v17.06.2-ce [2019-10-17T21:59:34.756Z] --- PASS: TestNetworkLoopbackNat (1.16s) [2019-10-17T21:59:34.756Z] === RUN TestPause [2019-10-17T21:59:35.693Z] --- PASS: TestPause (0.88s) [2019-10-17T21:59:35.693Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-17T21:59:35.693Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T21:59:35.693Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T21:59:35.693Z] === RUN TestPauseStopPausedContainer [2019-10-17T21:59:36.634Z] --- PASS: TestPauseStopPausedContainer (0.91s) [2019-10-17T21:59:36.634Z] === RUN TestPsFilter [2019-10-17T21:59:36.893Z] --- PASS: TestPsFilter (0.24s) [2019-10-17T21:59:36.893Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-17T21:59:37.461Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.76s) [2019-10-17T21:59:37.461Z] === RUN TestRemoveContainerWithVolume [2019-10-17T21:59:38.399Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2019-10-17T21:59:38.399Z] === RUN TestRemoveContainerRunning [2019-10-17T21:59:39.336Z] --- PASS: TestRemoveContainerRunning (0.84s) [2019-10-17T21:59:39.336Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-17T21:59:39.789Z] #23 235.9 + mkdir -p /tmp/tmp.OyY9hqLskB/src/github.com/docker [2019-10-17T21:59:39.789Z] #23 235.9 + mv components/cli /tmp/tmp.OyY9hqLskB/src/github.com/docker/cli [2019-10-17T21:59:39.789Z] #23 235.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-17T21:59:39.789Z] #23 ... [2019-10-17T21:59:39.789Z] [2019-10-17T21:59:39.789Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:59:39.789Z] #18 183.5 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-17T21:59:39.789Z] #18 183.6 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-17T21:59:39.789Z] #18 183.6 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-17T21:59:39.789Z] #18 183.6 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-17T21:59:39.789Z] #18 183.6 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-17T21:59:39.905Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2019-10-17T21:59:39.905Z] === RUN TestRemoveInvalidContainer [2019-10-17T21:59:40.079Z] #18 183.8 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:59:40.079Z] #18 183.8 Processing triggers for mime-support (3.60) ... [2019-10-17T21:59:40.164Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-17T21:59:40.164Z] === RUN TestRenameLinkedContainer [2019-10-17T21:59:40.367Z] #18 184.0 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:59:40.367Z] #18 184.0 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-17T21:59:40.367Z] #18 184.0 Setting up libcap2-bin (1:2.25-1) ... [2019-10-17T21:59:40.367Z] #18 184.0 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-17T21:59:40.367Z] #18 184.0 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-17T21:59:40.367Z] #18 184.0 Setting up bash-completion (1:2.1-4.3) ... [2019-10-17T21:59:40.367Z] #18 ... [2019-10-17T21:59:40.367Z] [2019-10-17T21:59:40.367Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:59:40.367Z] #42 145.3 DEP criu/page-xfer.d [2019-10-17T21:59:40.367Z] #42 145.8 DEP criu/page-pipe.d [2019-10-17T21:59:40.367Z] #42 146.1 DEP criu/netfilter.d [2019-10-17T21:59:40.367Z] #42 146.6 DEP criu/net.d [2019-10-17T21:59:40.367Z] #42 147.1 DEP criu/namespaces.d [2019-10-17T21:59:40.367Z] #42 147.7 DEP criu/mount.d [2019-10-17T21:59:40.367Z] #42 148.2 DEP criu/mem.d [2019-10-17T21:59:40.367Z] #42 148.8 DEP criu/lsm.d [2019-10-17T21:59:40.367Z] #42 149.0 DEP criu/log.d [2019-10-17T21:59:40.367Z] #42 149.2 DEP criu/libnetlink.d [2019-10-17T21:59:40.367Z] #42 149.4 DEP criu/kerndat.d [2019-10-17T21:59:40.367Z] #42 149.9 DEP criu/kcmp-ids.d [2019-10-17T21:59:40.367Z] #42 150.2 DEP criu/irmap.d [2019-10-17T21:59:40.367Z] #42 150.6 DEP criu/ipc_ns.d [2019-10-17T21:59:40.367Z] #42 151.1 DEP criu/image.d [2019-10-17T21:59:40.367Z] #42 151.5 DEP criu/image-desc.d [2019-10-17T21:59:40.367Z] #42 151.6 DEP criu/fsnotify.d [2019-10-17T21:59:40.367Z] #42 152.0 DEP criu/filesystems.d [2019-10-17T21:59:40.367Z] #42 152.4 DEP criu/files.d [2019-10-17T21:59:40.367Z] #42 152.9 DEP criu/files-reg.d [2019-10-17T21:59:40.367Z] #42 153.3 DEP criu/files-ext.d [2019-10-17T21:59:40.367Z] #42 153.6 DEP criu/file-lock.d [2019-10-17T21:59:40.367Z] #42 154.0 DEP criu/file-ids.d [2019-10-17T21:59:40.367Z] #42 154.3 DEP criu/fifo.d [2019-10-17T21:59:40.367Z] #42 154.6 DEP criu/fdstore.d [2019-10-17T21:59:40.367Z] #42 154.8 DEP criu/fault-injection.d [2019-10-17T21:59:40.367Z] #42 154.9 DEP criu/external.d [2019-10-17T21:59:40.367Z] #42 155.2 DEP criu/eventpoll.d [2019-10-17T21:59:40.657Z] #42 155.7 DEP criu/eventfd.d [2019-10-17T21:59:40.991Z] #42 156.1 DEP criu/crtools.d [2019-10-17T21:59:41.616Z] #42 156.6 DEP criu/cr-service.d [2019-10-17T21:59:41.904Z] #42 ... [2019-10-17T21:59:41.904Z] [2019-10-17T21:59:41.904Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:59:41.904Z] #45 228.7 vendor/golang.org/x/net/http2/hpack [2019-10-17T21:59:41.904Z] #45 234.6 mime [2019-10-17T21:59:41.904Z] #45 236.6 vendor/golang.org/x/net/idna [2019-10-17T21:59:42.194Z] #45 ... [2019-10-17T21:59:42.194Z] [2019-10-17T21:59:42.194Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:59:42.194Z] #42 157.0 DEP criu/cr-restore.d [2019-10-17T21:59:42.843Z] #42 157.6 DEP criu/cr-errno.d [2019-10-17T21:59:42.843Z] #42 157.7 DEP criu/cr-dump.d [2019-10-17T21:59:43.455Z] --- PASS: TestRenameLinkedContainer (3.30s) [2019-10-17T21:59:43.455Z] === RUN TestRenameStoppedContainer [2019-10-17T21:59:43.471Z] #42 158.1 DEP criu/cr-dedup.d [2019-10-17T21:59:43.471Z] #42 158.5 DEP criu/cr-check.d [2019-10-17T21:59:44.026Z] --- PASS: TestRenameStoppedContainer (0.81s) [2019-10-17T21:59:44.026Z] === RUN TestRenameRunningContainerAndReuse [2019-10-17T21:59:44.099Z] #42 158.9 DEP criu/config.d [2019-10-17T21:59:44.389Z] #42 159.2 DEP criu/clone-noasan.d [2019-10-17T21:59:44.389Z] #42 159.4 DEP criu/cgroup.d [2019-10-17T21:59:45.047Z] #42 159.8 DEP criu/cgroup-props.d [2019-10-17T21:59:45.047Z] #42 160.0 DEP criu/bitmap.d [2019-10-17T21:59:45.047Z] #42 160.1 DEP criu/bfd.d [2019-10-17T21:59:45.336Z] #42 160.3 DEP criu/autofs.d [2019-10-17T21:59:45.936Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s) [2019-10-17T21:59:45.936Z] === RUN TestRenameInvalidName [2019-10-17T21:59:45.965Z] #42 160.7 DEP criu/aio.d [2019-10-17T21:59:46.256Z] #42 161.1 DEP criu/action-scripts.d [2019-10-17T21:59:46.504Z] --- PASS: TestRenameInvalidName (0.84s) [2019-10-17T21:59:46.504Z] === RUN TestRenameAnonymousContainer [2019-10-17T21:59:46.679Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T21:59:46.679Z] [2019-10-17T21:59:46.679Z] [2019-10-17T21:59:46.679Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-17T21:59:46.679Z] [2019-10-17T21:59:46.679Z] [2019-10-17T21:59:46.679Z] No new tests added to integration. [2019-10-17T21:59:46.679Z] [2019-10-17T21:59:46.679Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-17T21:59:46.679Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-17T21:59:46.679Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-17T21:59:46.679Z] PKG_CONFIG=pkg-config [2019-10-17T21:59:46.679Z] GOLANG_VERSION=1.13.1 [2019-10-17T21:59:46.679Z] HOSTNAME=ec9f05b2e984 [2019-10-17T21:59:46.679Z] KEEPBUNDLE=1 [2019-10-17T21:59:46.679Z] container=docker [2019-10-17T21:59:46.679Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-17T21:59:46.679Z] GO111MODULE=off [2019-10-17T21:59:46.679Z] GOPATH=/go [2019-10-17T21:59:46.679Z] PWD=/go/src/github.com/docker/docker [2019-10-17T21:59:46.679Z] HOME=/root [2019-10-17T21:59:46.679Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-17T21:59:46.679Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-17T21:59:46.679Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-17T21:59:46.679Z] DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T21:59:46.679Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-17T21:59:46.679Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-17T21:59:46.679Z] TERM=xterm [2019-10-17T21:59:46.679Z] VALIDATE_BRANCH=master [2019-10-17T21:59:46.679Z] DEST=bundles/test-integration [2019-10-17T21:59:46.679Z] SHLVL=1 [2019-10-17T21:59:46.679Z] TIMEOUT=120m [2019-10-17T21:59:46.679Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-17T21:59:46.679Z] DOCKER_PKG=github.com/docker/docker [2019-10-17T21:59:46.679Z] TESTDEBUG=0 [2019-10-17T21:59:46.679Z] _=/usr/bin/env [2019-10-17T21:59:46.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-17T21:59:46.679Z] PKG_CONFIG=pkg-config [2019-10-17T21:59:46.679Z] GOLANG_VERSION=1.13.1 [2019-10-17T21:59:46.679Z] HOSTNAME=e0ec217ea173 [2019-10-17T21:59:46.679Z] KEEPBUNDLE=1 [2019-10-17T21:59:46.679Z] container=docker [2019-10-17T21:59:46.679Z] TEST_SKIP_INTEGRATION=1 [2019-10-17T21:59:46.679Z] GO111MODULE=off [2019-10-17T21:59:46.679Z] GOPATH=/go [2019-10-17T21:59:46.679Z] PWD=/go/src/github.com/docker/docker [2019-10-17T21:59:46.679Z] HOME=/root [2019-10-17T21:59:46.679Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-17T21:59:46.679Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-17T21:59:46.679Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-17T21:59:46.679Z] DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T21:59:46.679Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-17T21:59:46.679Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-17T21:59:46.679Z] TERM=xterm [2019-10-17T21:59:46.679Z] VALIDATE_BRANCH=master [2019-10-17T21:59:46.679Z] DEST=bundles/test-integration [2019-10-17T21:59:46.679Z] SHLVL=1 [2019-10-17T21:59:46.679Z] TIMEOUT=120m [2019-10-17T21:59:46.679Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-17T21:59:46.679Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-17T21:59:46.679Z] DOCKER_PKG=github.com/docker/docker [2019-10-17T21:59:46.679Z] TESTDEBUG=0 [2019-10-17T21:59:46.679Z] _=/usr/bin/env [2019-10-17T21:59:46.679Z] Building test suite binary ./integration-cli/test.main [2019-10-17T21:59:46.679Z] PKG_CONFIG=pkg-config [2019-10-17T21:59:46.679Z] GOLANG_VERSION=1.13.1 [2019-10-17T21:59:46.679Z] HOSTNAME=03d27ab4b95d [2019-10-17T21:59:46.679Z] KEEPBUNDLE=1 [2019-10-17T21:59:46.679Z] container=docker [2019-10-17T21:59:46.679Z] TEST_SKIP_INTEGRATION=1 [2019-10-17T21:59:46.679Z] GO111MODULE=off [2019-10-17T21:59:46.679Z] GOPATH=/go [2019-10-17T21:59:46.679Z] PWD=/go/src/github.com/docker/docker [2019-10-17T21:59:46.679Z] HOME=/root [2019-10-17T21:59:46.679Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-17T21:59:46.679Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-17T21:59:46.679Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-17T21:59:46.679Z] DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T21:59:46.679Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-17T21:59:46.679Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-17T21:59:46.679Z] TERM=xterm [2019-10-17T21:59:46.679Z] VALIDATE_BRANCH=master [2019-10-17T21:59:46.679Z] DEST=bundles/test-integration [2019-10-17T21:59:46.679Z] SHLVL=1 [2019-10-17T21:59:46.679Z] TIMEOUT=120m [2019-10-17T21:59:46.679Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-17T21:59:46.679Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-17T21:59:46.679Z] DOCKER_PKG=github.com/docker/docker [2019-10-17T21:59:46.679Z] TESTDEBUG=0 [2019-10-17T21:59:46.679Z] _=/usr/bin/env [2019-10-17T21:59:46.679Z] Building test suite binary ./integration-cli/test.main [2019-10-17T21:59:46.883Z] #42 161.7 CC criu/action-scripts.o [2019-10-17T21:59:47.912Z] #42 ... [2019-10-17T21:59:47.912Z] [2019-10-17T21:59:47.912Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T21:59:47.912Z] #18 190.1 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-17T21:59:47.912Z] #18 190.1 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-17T21:59:47.912Z] #18 190.1 Setting up zip (3.0-11+b1) ... [2019-10-17T21:59:47.912Z] #18 190.1 Setting up bzip2 (1.0.6-8.1) ... [2019-10-17T21:59:47.912Z] #18 190.1 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-17T21:59:47.912Z] #18 190.2 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-17T21:59:47.912Z] #18 190.2 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T21:59:47.912Z] #18 190.2 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-17T21:59:47.912Z] #18 190.2 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:59:47.912Z] #18 190.2 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-17T21:59:47.912Z] #18 190.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-17T21:59:47.912Z] #18 190.3 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-17T21:59:47.912Z] #18 190.3 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:59:47.912Z] #18 190.3 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-17T21:59:47.912Z] #18 190.3 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-17T21:59:47.912Z] #18 190.3 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-17T21:59:47.912Z] #18 190.4 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:59:47.912Z] #18 191.3 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-17T21:59:47.912Z] #18 191.3 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-17T21:59:47.912Z] #18 191.3 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-17T21:59:47.912Z] #18 191.3 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-17T21:59:47.912Z] #18 191.4 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-17T21:59:47.912Z] #18 191.4 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-17T21:59:47.912Z] #18 191.4 Setting up pigz (2.3.4-1) ... [2019-10-17T21:59:47.912Z] #18 191.4 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-17T21:59:47.912Z] #18 191.5 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-17T21:59:47.912Z] #18 191.5 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:59:47.912Z] #18 191.5 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-17T21:59:47.912Z] #18 191.5 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-17T21:59:47.912Z] #18 191.5 Setting up jq (1.5+dfsg-1.3) ... [2019-10-17T21:59:47.912Z] #18 191.5 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-17T21:59:47.912Z] #18 191.6 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-17T21:59:47.912Z] #18 191.6 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-17T21:59:47.912Z] #18 191.6 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-17T21:59:47.912Z] #18 191.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-17T21:59:47.912Z] #18 191.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-17T21:59:47.912Z] #18 191.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-17T21:59:47.912Z] #18 191.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-17T21:59:47.912Z] #18 191.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-17T21:59:47.912Z] #18 191.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-17T21:59:47.912Z] #18 191.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-17T21:59:47.912Z] #18 191.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-17T21:59:47.912Z] #18 191.8 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-17T21:59:48.202Z] #18 191.8 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-17T21:59:48.202Z] #18 191.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-17T21:59:48.202Z] #18 191.8 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-17T21:59:48.202Z] #18 191.8 Setting up btrfs-progs (4.7.3-1) ... [2019-10-17T21:59:48.202Z] #18 191.8 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-17T21:59:48.202Z] #18 191.8 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-17T21:59:50.697Z] --- PASS: TestRenameAnonymousContainer (4.18s) [2019-10-17T21:59:50.697Z] === RUN TestRenameContainerWithSameName [2019-10-17T21:59:51.635Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2019-10-17T21:59:51.635Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-17T21:59:53.540Z] --- PASS: TestRenameContainerWithLinkedContainer (1.65s) [2019-10-17T21:59:53.540Z] === RUN TestResize [2019-10-17T21:59:53.766Z] #18 ... [2019-10-17T21:59:53.766Z] [2019-10-17T21:59:53.766Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:59:53.766Z] #45 240.0 net/textproto [2019-10-17T21:59:53.766Z] #45 240.2 crypto/x509 [2019-10-17T21:59:53.766Z] #45 244.5 mime/multipart [2019-10-17T21:59:53.766Z] #45 246.2 vendor/golang.org/x/net/http/httpguts [2019-10-17T21:59:53.766Z] #45 246.3 vendor/golang.org/x/net/http/httpproxy [2019-10-17T21:59:53.766Z] #45 ... [2019-10-17T21:59:53.766Z] [2019-10-17T21:59:53.766Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:59:53.766Z] #42 162.7 CC criu/aio.o [2019-10-17T21:59:53.766Z] #42 163.9 CC criu/autofs.o [2019-10-17T21:59:53.766Z] #42 167.7 CC criu/bfd.o [2019-10-17T21:59:54.053Z] #42 169.1 CC criu/bitmap.o [2019-10-17T21:59:54.108Z] --- PASS: TestResize (0.87s) [2019-10-17T21:59:54.108Z] === RUN TestResizeWithInvalidSize [2019-10-17T21:59:54.341Z] #42 ... [2019-10-17T21:59:54.342Z] [2019-10-17T21:59:54.342Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T21:59:54.342Z] #48 DONE 251.0s [2019-10-17T21:59:54.342Z] [2019-10-17T21:59:54.342Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T21:59:54.630Z] #55 ... [2019-10-17T21:59:54.630Z] [2019-10-17T21:59:54.630Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T21:59:54.630Z] #42 169.4 CC criu/cgroup-props.o [2019-10-17T21:59:55.046Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2019-10-17T21:59:55.046Z] === RUN TestResizeWhenContainerNotStarted [2019-10-17T21:59:55.983Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T21:59:55.983Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T21:59:55.983Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T21:59:55.983Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T21:59:55.983Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T21:59:55.983Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T21:59:55.983Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 95.2% of statements [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/api/types/time 0.014s coverage: 100.0% of statements [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-17T21:59:56.366Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-17T21:59:56.366Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2019-10-17T21:59:57.352Z] #42 172.1 CC criu/cgroup.o [2019-10-17T21:59:57.502Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T21:59:57.502Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T21:59:58.243Z] ok github.com/docker/docker/builder/dockerfile 0.762s coverage: 48.2% of statements [2019-10-17T21:59:58.243Z] ok github.com/docker/docker/builder/remotecontext 0.288s coverage: 13.6% of statements [2019-10-17T21:59:58.450Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T21:59:58.713Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T21:59:59.029Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2019-10-17T21:59:59.287Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T21:59:59.287Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T21:59:59.851Z] ok github.com/docker/docker/builder/remotecontext/git 0.811s coverage: 85.1% of statements [2019-10-17T21:59:59.851Z] ? github.com/docker/docker/cli [no test files] [2019-10-17T21:59:59.851Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-17T22:00:00.077Z] #42 ... [2019-10-17T22:00:00.077Z] [2019-10-17T22:00:00.077Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T22:00:00.077Z] #18 203.4 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-17T22:00:00.077Z] #18 203.4 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T22:00:00.077Z] #18 203.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-17T22:00:00.077Z] #18 203.4 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-17T22:00:00.077Z] #18 203.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-10-17T22:00:00.077Z] #18 203.4 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-10-17T22:00:00.077Z] #18 203.5 Setting up btrfs-tools (4.7.3-1) ... [2019-10-17T22:00:00.077Z] #18 203.5 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-17T22:00:00.077Z] #18 203.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-17T22:00:00.077Z] #18 203.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-10-17T22:00:00.077Z] #18 203.5 Setting up python3 (3.5.3-1) ... [2019-10-17T22:00:01.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:00:02.143Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:00:03.157Z] ok github.com/docker/docker/client 0.191s coverage: 75.8% of statements [2019-10-17T22:00:03.568Z] #18 206.7 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.67s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.53s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.81s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.68s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.89s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.64s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.53s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.61s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-17T22:00:04.684Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.30s) [2019-10-17T22:00:04.684Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-17T22:00:04.684Z] === RUN TestCgroupNamespacesRun [2019-10-17T22:00:05.642Z] #18 209.1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-17T22:00:05.930Z] #18 209.4 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-17T22:00:05.930Z] #18 ... [2019-10-17T22:00:05.930Z] [2019-10-17T22:00:05.930Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T22:00:05.930Z] #45 252.5 crypto/tls [2019-10-17T22:00:05.930Z] #45 ... [2019-10-17T22:00:05.930Z] [2019-10-17T22:00:05.930Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T22:00:05.930Z] #18 209.5 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-17T22:00:05.930Z] #18 209.5 Setting up python3-wheel (0.29.0-2) ... [2019-10-17T22:00:06.592Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2019-10-17T22:00:06.592Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-17T22:00:06.592Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-17T22:00:06.715Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-17T22:00:07.973Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2019-10-17T22:00:07.973Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-17T22:00:07.973Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-17T22:00:08.001Z] #18 211.3 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-17T22:00:09.888Z] #18 213.4 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-17T22:00:09.888Z] #18 213.4 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-17T22:00:09.890Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.86s) [2019-10-17T22:00:09.890Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-17T22:00:09.890Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-17T22:00:11.797Z] --- PASS: TestCgroupNamespacesRunHostMode (1.87s) [2019-10-17T22:00:11.797Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-17T22:00:11.797Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-17T22:00:11.936Z] #18 215.5 Setting up dmsetup (2:1.02.137-2) ... [2019-10-17T22:00:11.936Z] #18 215.5 Setting up python3-setuptools (33.1.1-1) ... [2019-10-17T22:00:13.703Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s) [2019-10-17T22:00:13.703Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-17T22:00:13.703Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-17T22:00:14.004Z] #18 ... [2019-10-17T22:00:14.004Z] [2019-10-17T22:00:14.004Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:00:14.004Z] #42 178.5 CC criu/clone-noasan.o [2019-10-17T22:00:14.004Z] #42 178.9 CC criu/config.o [2019-10-17T22:00:14.004Z] #42 181.7 CC criu/cr-check.o [2019-10-17T22:00:14.004Z] #42 184.9 CC criu/cr-dedup.o [2019-10-17T22:00:14.004Z] #42 185.6 CC criu/cr-dump.o [2019-10-17T22:00:14.004Z] #42 ... [2019-10-17T22:00:14.004Z] [2019-10-17T22:00:14.004Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-10-17T22:00:14.004Z] #18 217.7 Setting up dh-python (2.20170125) ... [2019-10-17T22:00:14.640Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s) [2019-10-17T22:00:14.641Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-17T22:00:14.641Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-17T22:00:15.210Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-10-17T22:00:15.210Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-17T22:00:15.210Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-17T22:00:16.056Z] #18 219.5 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-17T22:00:16.056Z] #18 219.5 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-17T22:00:16.056Z] #18 DONE 219.8s [2019-10-17T22:00:16.056Z] [2019-10-17T22:00:16.056Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T22:00:16.346Z] #19 ... [2019-10-17T22:00:16.346Z] [2019-10-17T22:00:16.346Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T22:00:16.346Z] #45 263.0 net/http/httptrace [2019-10-17T22:00:16.346Z] #45 263.4 net/http [2019-10-17T22:00:16.346Z] #45 ... [2019-10-17T22:00:16.346Z] [2019-10-17T22:00:16.346Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:00:16.346Z] #42 190.7 CC criu/cr-errno.o [2019-10-17T22:00:16.346Z] #42 190.9 CC criu/cr-restore.o [2019-10-17T22:00:17.118Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.87s) [2019-10-17T22:00:17.118Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-17T22:00:17.118Z] === RUN TestKernelTCPMemory [2019-10-17T22:00:18.498Z] --- PASS: TestKernelTCPMemory (1.00s) [2019-10-17T22:00:18.498Z] === RUN TestNISDomainname [2019-10-17T22:00:19.436Z] --- PASS: TestNISDomainname (1.16s) [2019-10-17T22:00:19.436Z] === RUN TestHostnameDnsResolution [2019-10-17T22:00:21.340Z] --- PASS: TestHostnameDnsResolution (1.74s) [2019-10-17T22:00:21.340Z] === RUN TestStats [2019-10-17T22:00:21.560Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-17T22:00:23.247Z] --- PASS: TestStats (2.00s) [2019-10-17T22:00:23.247Z] === RUN TestStopContainerWithTimeout [2019-10-17T22:00:23.247Z] === RUN TestStopContainerWithTimeout/0 [2019-10-17T22:00:23.247Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-17T22:00:23.247Z] === RUN TestStopContainerWithTimeout/1 [2019-10-17T22:00:23.247Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-17T22:00:23.247Z] === RUN TestStopContainerWithTimeout/3 [2019-10-17T22:00:23.247Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-17T22:00:23.247Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-17T22:00:23.247Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-17T22:00:23.247Z] === CONT TestStopContainerWithTimeout/0 [2019-10-17T22:00:23.247Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-17T22:00:23.247Z] === CONT TestStopContainerWithTimeout/3 [2019-10-17T22:00:23.247Z] === CONT TestStopContainerWithTimeout/1 [2019-10-17T22:00:24.079Z] tests/integration/client_test.py ..... [ 75%] [2019-10-17T22:00:24.641Z] tests/integration/errors_test.py . [ 76%] [2019-10-17T22:00:26.540Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-10-17T22:00:26.541Z] --- PASS: TestStopContainerWithTimeout/0 (1.32s) [2019-10-17T22:00:26.541Z] --- PASS: TestStopContainerWithTimeout/1 (2.33s) [2019-10-17T22:00:26.541Z] --- PASS: TestStopContainerWithTimeout/-1 (2.91s) [2019-10-17T22:00:26.541Z] --- PASS: TestStopContainerWithTimeout/3 (3.11s) [2019-10-17T22:00:26.541Z] === RUN TestDeleteDevicemapper [2019-10-17T22:00:26.541Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-17T22:00:26.541Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:00:26.541Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-17T22:00:26.703Z] #42 ... [2019-10-17T22:00:26.703Z] [2019-10-17T22:00:26.703Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T22:00:26.703Z] #45 282.0 github.com/LK4D4/vndr/godl [2019-10-17T22:00:26.703Z] #45 283.4 github.com/LK4D4/vndr [2019-10-17T22:00:28.448Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.25s) [2019-10-17T22:00:28.448Z] === RUN TestUpdateMemory [2019-10-17T22:00:28.448Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-17T22:00:28.448Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:00:28.448Z] === RUN TestUpdateCPUQuota [2019-10-17T22:00:30.354Z] --- PASS: TestUpdateCPUQuota (1.74s) [2019-10-17T22:00:30.354Z] === RUN TestUpdatePidsLimit [2019-10-17T22:00:30.354Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-17T22:00:30.923Z] === RUN TestUpdatePidsLimit/no_change [2019-10-17T22:00:31.181Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-17T22:00:31.750Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-17T22:00:32.239Z] #45 ... [2019-10-17T22:00:32.239Z] [2019-10-17T22:00:32.239Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T22:00:32.239Z] #19 12.61 Collecting yamllint==1.16.0 [2019-10-17T22:00:32.239Z] #19 14.24 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-17T22:00:32.239Z] #19 15.23 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-17T22:00:32.239Z] #19 15.52 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-10-17T22:00:32.319Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-17T22:00:32.578Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-17T22:00:33.146Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit (4.79s) [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.52s) [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit/update_lower (0.46s) [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.55s) [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2019-10-17T22:00:35.054Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-10-17T22:00:35.054Z] === RUN TestUpdateRestartPolicy [2019-10-17T22:00:36.865Z] #19 20.05 Collecting pyyaml (from yamllint==1.16.0) [2019-10-17T22:00:36.865Z] #19 ... [2019-10-17T22:00:36.865Z] [2019-10-17T22:00:36.865Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:00:36.865Z] #42 201.5 CC criu/cr-service.o [2019-10-17T22:00:36.865Z] #42 205.4 CC criu/crtools.o [2019-10-17T22:00:36.865Z] #42 206.9 CC criu/eventfd.o [2019-10-17T22:00:36.865Z] #42 207.6 CC criu/eventpoll.o [2019-10-17T22:00:36.865Z] #42 209.5 CC criu/external.o [2019-10-17T22:00:36.865Z] #42 210.7 CC criu/fault-injection.o [2019-10-17T22:00:36.865Z] #42 211.0 CC criu/fdstore.o [2019-10-17T22:00:36.865Z] #42 ... [2019-10-17T22:00:36.865Z] [2019-10-17T22:00:36.865Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T22:00:36.865Z] #19 20.67 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-17T22:00:37.855Z] ok github.com/docker/docker/cmd/dockerd 0.049s coverage: 30.3% of statements [2019-10-17T22:00:37.855Z] ok github.com/docker/docker/container 0.125s coverage: 35.3% of statements [2019-10-17T22:00:37.855Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-17T22:00:37.855Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-17T22:00:37.855Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-17T22:00:37.855Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-17T22:00:41.314Z] #19 24.64 Building wheels for collected packages: pathspec, pyyaml [2019-10-17T22:00:41.314Z] #19 24.65 Running setup.py bdist_wheel for pathspec: started [2019-10-17T22:00:41.314Z] #19 ... [2019-10-17T22:00:41.314Z] [2019-10-17T22:00:41.314Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T22:00:41.314Z] #45 DONE 297.7s [2019-10-17T22:00:41.314Z] [2019-10-17T22:00:41.314Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:00:41.314Z] #42 211.9 CC criu/fifo.o [2019-10-17T22:00:41.314Z] #42 212.7 CC criu/file-ids.o [2019-10-17T22:00:41.314Z] #42 213.7 CC criu/file-lock.o [2019-10-17T22:00:41.314Z] #42 216.0 CC criu/files-ext.o [2019-10-17T22:00:43.159Z] ok github.com/docker/docker/daemon/cluster 0.027s coverage: 0.5% of statements [2019-10-17T22:00:43.368Z] #42 218.1 CC criu/files-reg.o [2019-10-17T22:00:44.391Z] #42 ... [2019-10-17T22:00:44.391Z] [2019-10-17T22:00:44.391Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-17T22:00:44.391Z] #19 28.12 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-17T22:00:44.391Z] #19 28.12 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-10-17T22:00:44.391Z] #19 28.18 Running setup.py bdist_wheel for pyyaml: started [2019-10-17T22:00:44.458Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2019-10-17T22:00:45.758Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-10-17T22:00:47.907Z] #19 31.21 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-17T22:00:47.907Z] #19 31.21 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-17T22:00:47.907Z] #19 31.45 Successfully built pathspec pyyaml [2019-10-17T22:00:47.907Z] #19 31.45 Installing collected packages: pathspec, pyyaml, yamllint [2019-10-17T22:00:48.934Z] #19 32.58 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-17T22:00:49.222Z] #19 DONE 33.0s [2019-10-17T22:00:49.222Z] [2019-10-17T22:00:49.222Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:00:49.222Z] #42 222.7 CC criu/files.o [2019-10-17T22:00:50.224Z] --- PASS: TestUpdateRestartPolicy (12.70s) [2019-10-17T22:00:50.224Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-17T22:00:50.224Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2019-10-17T22:00:50.224Z] === RUN TestWaitNonBlocked [2019-10-17T22:00:50.224Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:00:50.224Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:00:50.224Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:00:50.224Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:00:50.224Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:00:50.224Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:00:50.224Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-17T22:00:50.224Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.94s) [2019-10-17T22:00:50.224Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) [2019-10-17T22:00:50.224Z] === RUN TestWaitBlocked [2019-10-17T22:00:50.224Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:00:50.224Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:00:50.224Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:00:50.224Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:00:50.224Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:00:50.224Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:00:50.821Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-17T22:00:50.821Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.22s) [2019-10-17T22:00:50.821Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.28s) [2019-10-17T22:00:50.821Z] === CONT TestContainerStartOnDaemonRestart [2019-10-17T22:00:50.821Z] === CONT TestIpcModeOlderClient [2019-10-17T22:00:50.821Z] === CONT TestDaemonRestartIpcMode [2019-10-17T22:00:51.084Z] --- PASS: TestIpcModeOlderClient (0.20s) [2019-10-17T22:00:51.930Z] #42 226.4 CC criu/filesystems.o [2019-10-17T22:00:52.955Z] #42 228.0 CC criu/fsnotify.o [2019-10-17T22:00:54.379Z] --- PASS: TestContainerStartOnDaemonRestart (3.16s) [2019-10-17T22:00:54.379Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-17T22:00:54.453Z] #42 ... [2019-10-17T22:00:54.453Z] [2019-10-17T22:00:54.453Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-10-17T22:00:54.741Z] #29 311.5 + rm -rf /tmp/tmp.AwMUTun2mv [2019-10-17T22:00:54.947Z] --- PASS: TestDaemonRestartIpcMode (3.94s) [2019-10-17T22:00:54.947Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-17T22:00:54.947Z] PASS [2019-10-17T22:00:54.947Z] [2019-10-17T22:00:54.947Z] === Skipped [2019-10-17T22:00:54.947Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-10-17T22:00:54.947Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:00:54.947Z] [2019-10-17T22:00:54.947Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-17T22:00:54.948Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:00:54.948Z] [2019-10-17T22:00:54.948Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-17T22:00:54.948Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:00:54.948Z] [2019-10-17T22:00:54.948Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T22:00:54.948Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T22:00:54.948Z] [2019-10-17T22:00:54.948Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-17T22:00:54.948Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:00:54.948Z] [2019-10-17T22:00:54.948Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-10-17T22:00:54.948Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:00:54.948Z] [2019-10-17T22:00:54.948Z] [2019-10-17T22:00:54.948Z] DONE 197 tests, 6 skipped in 130.811s [2019-10-17T22:00:54.948Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-10-17T22:00:54.948Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:00:54.948Z] ++ set -e [2019-10-17T22:00:54.948Z] ++ '[' -n 0 ']' [2019-10-17T22:00:54.948Z] ++ set -x [2019-10-17T22:00:54.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:00:55.027Z] #29 DONE 311.8s [2019-10-17T22:00:55.027Z] [2019-10-17T22:00:55.027Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:00:55.207Z] INFO: Testing against a local daemon [2019-10-17T22:00:55.207Z] === RUN TestCommitInheritsEnv [2019-10-17T22:00:55.271Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.431s coverage: 13.7% of statements [2019-10-17T22:00:55.271Z] ok github.com/docker/docker/daemon 12.269s coverage: 17.6% of statements [2019-10-17T22:00:55.271Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-17T22:00:55.271Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-17T22:00:55.314Z] #60 ... [2019-10-17T22:00:55.314Z] [2019-10-17T22:00:55.314Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:00:55.314Z] #42 230.3 CC criu/image-desc.o [2019-10-17T22:00:55.774Z] --- PASS: TestCommitInheritsEnv (0.59s) [2019-10-17T22:00:55.774Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-17T22:00:55.774Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-17T22:00:55.774Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-17T22:00:55.774Z] === RUN TestImagesFilterMultiReference [2019-10-17T22:00:55.774Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2019-10-17T22:00:55.774Z] === RUN TestImagePullPlatformInvalid [2019-10-17T22:00:55.774Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-17T22:00:55.774Z] === RUN TestRemoveImageOrphaning [2019-10-17T22:00:55.939Z] #42 230.6 CC criu/image.o [2019-10-17T22:00:56.107Z] ok github.com/docker/docker/daemon/discovery 0.021s coverage: 30.0% of statements [2019-10-17T22:00:56.343Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2019-10-17T22:00:56.343Z] === RUN TestRemoveImageGarbageCollector [2019-10-17T22:00:56.343Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-17T22:00:56.343Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:00:56.343Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-17T22:00:56.343Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2019-10-17T22:00:56.343Z] === RUN TestTagInvalidReference [2019-10-17T22:00:56.343Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-17T22:00:56.343Z] === RUN TestTagValidPrefixedRepo [2019-10-17T22:00:56.503Z] ok github.com/docker/docker/daemon/config 0.040s coverage: 84.6% of statements [2019-10-17T22:00:56.602Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-17T22:00:56.602Z] === RUN TestTagExistedNameWithoutForce [2019-10-17T22:00:56.602Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-17T22:00:56.602Z] === RUN TestTagOfficialNames [2019-10-17T22:00:56.602Z] --- PASS: TestTagOfficialNames (0.08s) [2019-10-17T22:00:56.602Z] === RUN TestTagMatchesDigest [2019-10-17T22:00:56.602Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-17T22:00:56.602Z] PASS [2019-10-17T22:00:56.602Z] [2019-10-17T22:00:56.602Z] === Skipped [2019-10-17T22:00:56.602Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2019-10-17T22:00:56.602Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-10-17T22:00:56.602Z] [2019-10-17T22:00:56.602Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-17T22:00:56.602Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:00:56.602Z] [2019-10-17T22:00:56.602Z] [2019-10-17T22:00:56.602Z] DONE 12 tests, 2 skipped in 1.803s [2019-10-17T22:00:56.602Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-10-17T22:00:56.602Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:00:56.602Z] ++ set -e [2019-10-17T22:00:56.602Z] ++ '[' -n 0 ']' [2019-10-17T22:00:56.602Z] ++ set -x [2019-10-17T22:00:56.602Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:00:56.862Z] INFO: Testing against a local daemon [2019-10-17T22:00:56.862Z] === RUN TestNetworkCreateDelete [2019-10-17T22:00:57.121Z] --- PASS: TestNetworkCreateDelete (0.39s) [2019-10-17T22:00:57.121Z] === RUN TestDockerNetworkDeletePreferID [2019-10-17T22:00:57.854Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2019-10-17T22:00:57.854Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-17T22:00:57.854Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-17T22:00:57.992Z] #42 232.6 CC criu/ipc_ns.o [2019-10-17T22:00:58.499Z] --- PASS: TestDockerNetworkDeletePreferID (1.12s) [2019-10-17T22:00:58.499Z] === RUN TestInspectNetwork [2019-10-17T22:00:58.707Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2019-10-17T22:00:59.497Z] #42 234.6 CC criu/irmap.o [2019-10-17T22:01:00.522Z] #42 235.6 CC criu/kcmp-ids.o [2019-10-17T22:01:00.660Z] 65014b3c3121: Verifying Checksum [2019-10-17T22:01:00.660Z] 65014b3c3121: Download complete [2019-10-17T22:01:01.166Z] #42 236.2 CC criu/kerndat.o [2019-10-17T22:01:01.262Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2019-10-17T22:01:02.175Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.253s coverage: 57.9% of statements [2019-10-17T22:01:03.887Z] #42 238.5 CC criu/libnetlink.o [2019-10-17T22:01:04.175Z] #42 239.3 CC criu/log.o [2019-10-17T22:01:05.199Z] === RUN TestInspectNetwork/full_network_id [2019-10-17T22:01:05.199Z] === RUN TestInspectNetwork/partial_network_id [2019-10-17T22:01:05.199Z] === RUN TestInspectNetwork/network_name [2019-10-17T22:01:05.199Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-17T22:01:05.201Z] #42 240.1 CC criu/lsm.o [2019-10-17T22:01:05.829Z] #42 240.7 CC criu/mem.o [2019-10-17T22:01:07.564Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-17T22:01:08.541Z] #42 243.6 CC criu/mount.o [2019-10-17T22:01:08.619Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.843s coverage: 45.9% of statements [2019-10-17T22:01:09.390Z] --- PASS: TestInspectNetwork (10.85s) [2019-10-17T22:01:09.390Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-17T22:01:09.390Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-17T22:01:09.390Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-17T22:01:09.390Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-17T22:01:09.390Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-17T22:01:09.390Z] === RUN TestRunContainerWithBridgeNone [2019-10-17T22:01:11.879Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.917s coverage: 51.0% of statements [2019-10-17T22:01:11.927Z] --- PASS: TestRunContainerWithBridgeNone (2.82s) [2019-10-17T22:01:11.927Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-17T22:01:11.927Z] === RUN TestNetworkInvalidJSON [2019-10-17T22:01:11.927Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-17T22:01:11.927Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-17T22:01:11.927Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:01:11.927Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:01:11.927Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:01:11.927Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:01:12.187Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-17T22:01:12.187Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:01:12.187Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:01:12.187Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-17T22:01:12.187Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-17T22:01:12.187Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-17T22:01:12.187Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-17T22:01:12.187Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-17T22:01:12.260Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.647s coverage: 72.5% of statements [2019-10-17T22:01:12.260Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-17T22:01:13.002Z] #42 ... [2019-10-17T22:01:13.002Z] [2019-10-17T22:01:13.002Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-10-17T22:01:13.002Z] #55 280.0 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-17T22:01:13.566Z] --- PASS: TestDaemonRestartWithLiveRestore (1.39s) [2019-10-17T22:01:13.566Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-17T22:01:13.566Z] === RUN TestDaemonDefaultNetworkPools [2019-10-17T22:01:14.169Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.552s coverage: 76.1% of statements [2019-10-17T22:01:14.504Z] --- PASS: TestDaemonDefaultNetworkPools (1.10s) [2019-10-17T22:01:14.504Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-17T22:01:14.504Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-17T22:01:15.436Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2019-10-17T22:01:16.410Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.71s) [2019-10-17T22:01:16.410Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-17T22:01:16.410Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-17T22:01:16.500Z] #55 283.6 + mkdir -p /build [2019-10-17T22:01:16.501Z] #55 283.6 + cp runc /build/runc [2019-10-17T22:01:16.731Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2019-10-17T22:01:16.788Z] #55 DONE 283.7s [2019-10-17T22:01:16.789Z] [2019-10-17T22:01:16.789Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:01:16.789Z] #42 250.0 CC criu/namespaces.o [2019-10-17T22:01:18.316Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.14s) [2019-10-17T22:01:18.316Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-17T22:01:18.316Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-17T22:01:19.253Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.73s) [2019-10-17T22:01:19.253Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-17T22:01:19.253Z] === RUN TestServiceWithPredefinedNetwork [2019-10-17T22:01:19.305Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 4.9% of statements [2019-10-17T22:01:19.305Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.056s coverage: 57.0% of statements [2019-10-17T22:01:19.305Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-17T22:01:19.305Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-17T22:01:19.305Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-17T22:01:19.305Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-17T22:01:19.305Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-17T22:01:19.498Z] #42 253.9 CC criu/net.o [2019-10-17T22:01:21.516Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 42.7% of statements [2019-10-17T22:01:22.405Z] ok github.com/docker/docker/daemon/logger/awslogs 0.171s coverage: 77.8% of statements [2019-10-17T22:01:22.405Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-17T22:01:22.405Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-17T22:01:22.542Z] --- PASS: TestServiceWithPredefinedNetwork (3.32s) [2019-10-17T22:01:22.542Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-17T22:01:22.542Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-17T22:01:22.542Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:01:22.542Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:01:22.542Z] === RUN TestServiceWithDataPathPortInit [2019-10-17T22:01:23.264Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 68.2% of statements [2019-10-17T22:01:23.648Z] ok github.com/docker/docker/daemon/logger/journald 0.021s coverage: 26.2% of statements [2019-10-17T22:01:24.048Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.018s coverage: 88.3% of statements [2019-10-17T22:01:24.437Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 62.1% of statements [2019-10-17T22:01:25.044Z] #42 259.3 CC criu/netfilter.o [2019-10-17T22:01:25.044Z] #42 259.9 CC criu/page-pipe.o [2019-10-17T22:01:25.296Z] ok github.com/docker/docker/daemon/logger/local 0.009s coverage: 74.7% of statements [2019-10-17T22:01:25.296Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-17T22:01:26.067Z] #42 261.1 CC criu/page-xfer.o [2019-10-17T22:01:26.639Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.009s coverage: 19.9% of statements [2019-10-17T22:01:28.006Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-10-17T22:01:28.006Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-10-17T22:01:28.121Z] #42 263.2 CC criu/pagemap-cache.o [2019-10-17T22:01:28.746Z] #42 263.7 CC criu/pagemap.o [2019-10-17T22:01:28.837Z] ok github.com/docker/docker/daemon/logger/splunk 1.768s coverage: 82.5% of statements [2019-10-17T22:01:28.837Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-17T22:01:28.837Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-17T22:01:28.837Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-17T22:01:29.134Z] ......... [ 85%] [2019-10-17T22:01:30.256Z] #42 265.2 CC criu/parasite-syscall.o [2019-10-17T22:01:31.432Z] ok github.com/docker/docker/distribution/metadata 0.031s coverage: 48.2% of statements [2019-10-17T22:01:31.745Z] #42 266.7 CC criu/path.o [2019-10-17T22:01:31.821Z] ok github.com/docker/docker/distribution 0.356s coverage: 22.1% of statements [2019-10-17T22:01:31.821Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-17T22:01:32.372Z] #42 267.4 CC criu/pie-util-vdso-elf32.o [2019-10-17T22:01:32.998Z] #42 267.9 CC criu/pie-util-vdso.o [2019-10-17T22:01:33.146Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-10-17T22:01:34.049Z] #42 268.7 CC criu/pie-util.o [2019-10-17T22:01:34.049Z] #42 269.0 CC criu/pipes.o [2019-10-17T22:01:34.224Z] ok github.com/docker/docker/image 0.019s coverage: 86.4% of statements [2019-10-17T22:01:34.750Z] ok github.com/docker/docker/distribution/xfer 1.922s coverage: 85.1% of statements [2019-10-17T22:01:34.750Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-17T22:01:35.543Z] #42 270.3 CC criu/plugin.o [2019-10-17T22:01:35.953Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-17T22:01:36.168Z] #42 271.0 CC criu/proc_parse.o [2019-10-17T22:01:36.179Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2019-10-17T22:01:36.180Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-17T22:01:36.563Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2019-10-17T22:01:36.563Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-17T22:01:37.411Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2019-10-17T22:01:38.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-17T22:01:38.358Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-17T22:01:38.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-17T22:01:39.308Z] ok github.com/docker/docker/opts 0.065s coverage: 66.9% of statements [2019-10-17T22:01:39.308Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-17T22:01:40.610Z] #42 275.4 CC criu/protobuf-desc.o [2019-10-17T22:01:41.140Z] ok github.com/docker/docker/pkg/archive 0.524s coverage: 77.0% of statements [2019-10-17T22:01:42.104Z] #42 277.1 CC criu/protobuf.o [2019-10-17T22:01:43.022Z] ok github.com/docker/docker/pkg/authorization 0.720s coverage: 68.3% of statements [2019-10-17T22:01:43.022Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-17T22:01:43.128Z] #42 277.9 CC criu/pstree.o [2019-10-17T22:01:43.416Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-17T22:01:43.605Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-17T22:01:44.485Z] --- PASS: TestServiceWithDataPathPortInit (18.60s) [2019-10-17T22:01:44.485Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:01:44.485Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:01:44.485Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-17T22:01:45.181Z] #42 280.0 CC criu/rbtree.o [2019-10-17T22:01:45.503Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-17T22:01:45.808Z] #42 280.8 CC criu/rst-malloc.o [2019-10-17T22:01:46.435Z] #42 281.3 CC criu/seccomp.o [2019-10-17T22:01:46.603Z] ok github.com/docker/docker/layer 7.893s coverage: 68.8% of statements [2019-10-17T22:01:46.603Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-17T22:01:46.603Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-17T22:01:46.603Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-17T22:01:46.603Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-17T22:01:46.603Z] ? github.com/docker/docker/oci [no test files] [2019-10-17T22:01:46.603Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-17T22:01:46.603Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-10-17T22:01:46.981Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-10-17T22:01:47.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-17T22:01:47.385Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2019-10-17T22:01:47.921Z] ok github.com/docker/docker/pkg/chrootarchive 3.505s coverage: 43.2% of statements [2019-10-17T22:01:47.921Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-17T22:01:47.921Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-17T22:01:47.942Z] #42 282.6 CC criu/seize.o [2019-10-17T22:01:48.933Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-10-17T22:01:49.443Z] #42 284.0 CC criu/servicefd.o [2019-10-17T22:01:49.863Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.90s) [2019-10-17T22:01:49.863Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-17T22:01:49.863Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:srybqcud5uk9dshz5nw81minn Created:2019-10-17 22:01:42.700730932 +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[b40384465d54e71a4ccd0b8a0047677f70475beb68e80611e35659c19946739b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sr729eld6dzuxfhtfuztmnn9a EndpointID:245e01063efb3132bc08f4b2055b8ab426ee7e56ab1c1f1a9be22c4113b2dc8e MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d1d188c97ef83dadcfe556502b3d0a5796d3119976639594f1768838cd7035ab 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:4a52c43394b4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sr729eld6dzuxfhtfuztmnn9a EndpointID:245e01063efb3132bc08f4b2055b8ab426ee7e56ab1c1f1a9be22c4113b2dc8e EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-17T22:01:49.863Z] PASS [2019-10-17T22:01:49.863Z] [2019-10-17T22:01:49.863Z] === Skipped [2019-10-17T22:01:49.863Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:01:49.863Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:01:49.863Z] [2019-10-17T22:01:49.863Z] [2019-10-17T22:01:49.863Z] DONE 21 tests, 1 skipped in 53.249s [2019-10-17T22:01:49.863Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:01:49.863Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:01:49.863Z] ++ set -e [2019-10-17T22:01:49.863Z] ++ '[' -n 0 ']' [2019-10-17T22:01:49.863Z] ++ set -x [2019-10-17T22:01:49.863Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:01:50.072Z] #42 284.8 CC criu/shmem.o [2019-10-17T22:01:50.072Z] #42 ... [2019-10-17T22:01:50.072Z] [2019-10-17T22:01:50.072Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T22:01:50.123Z] INFO: Testing against a local daemon [2019-10-17T22:01:50.123Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-17T22:01:50.123Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-17T22:01:50.123Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:01:50.123Z] === RUN TestDockerNetworkIpvlan [2019-10-17T22:01:50.123Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-17T22:01:50.123Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:01:50.123Z] PASS [2019-10-17T22:01:50.123Z] [2019-10-17T22:01:50.123Z] === Skipped [2019-10-17T22:01:50.123Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-17T22:01:50.123Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:01:50.123Z] [2019-10-17T22:01:50.123Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-17T22:01:50.123Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:01:50.123Z] [2019-10-17T22:01:50.123Z] [2019-10-17T22:01:50.123Z] DONE 2 tests, 2 skipped in 0.149s [2019-10-17T22:01:50.123Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:01:50.123Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:01:50.123Z] ++ set -e [2019-10-17T22:01:50.123Z] ++ '[' -n 0 ']' [2019-10-17T22:01:50.123Z] ++ set -x [2019-10-17T22:01:50.123Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:01:50.348Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2019-10-17T22:01:50.361Z] #39 367.1 + dpkg --print-architecture [2019-10-17T22:01:50.361Z] #39 367.1 + cd /tmp/tmp.oxK2SqpsIm/src/github.com/docker/distribution [2019-10-17T22:01:50.361Z] #39 367.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-17T22:01:50.383Z] INFO: Testing against a local daemon [2019-10-17T22:01:50.383Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-17T22:01:50.650Z] #39 367.5 + GOPATH=/tmp/tmp.oxK2SqpsIm/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.oxK2SqpsIm [2019-10-17T22:01:50.650Z] #39 367.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-17T22:01:50.763Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2019-10-17T22:01:51.578Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-17T22:01:52.093Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2019-10-17T22:01:52.093Z] ok github.com/docker/docker/pkg/discovery/kv 3.272s coverage: 84.1% of statements [2019-10-17T22:01:52.290Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.95s) [2019-10-17T22:01:52.290Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-17T22:01:52.290Z] === RUN TestDockerNetworkMacvlan [2019-10-17T22:01:52.478Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2019-10-17T22:01:52.883Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-17T22:01:53.230Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-17T22:01:53.283Z] ok github.com/docker/docker/pkg/fsutils 0.428s coverage: 85.1% of statements [2019-10-17T22:01:54.111Z] ok github.com/docker/docker/pkg/idtools 0.399s coverage: 70.1% of statements [2019-10-17T22:01:54.499Z] ok github.com/docker/docker/pkg/ioutils 0.489s coverage: 70.6% of statements [2019-10-17T22:01:54.609Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-17T22:01:54.871Z] ok github.com/docker/docker/pkg/jsonmessage 0.025s coverage: 91.7% of statements [2019-10-17T22:01:54.871Z] ok github.com/docker/docker/pkg/locker 0.018s coverage: 88.9% of statements [2019-10-17T22:01:55.268Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2019-10-17T22:01:55.268Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-17T22:01:55.548Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-17T22:01:55.661Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-10-17T22:01:56.013Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-17T22:01:56.013Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-17T22:01:56.041Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-17T22:01:56.431Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-17T22:01:56.815Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2019-10-17T22:01:57.207Z] ok github.com/docker/docker/pkg/mount 1.186s coverage: 69.6% of statements [2019-10-17T22:01:57.207Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-17T22:01:57.207Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-10-17T22:01:57.207Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-17T22:01:57.207Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-17T22:01:58.239Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2019-10-17T22:01:58.909Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-17T22:01:59.065Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-17T22:01:59.580Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-17T22:01:59.580Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2019-10-17T22:02:01.015Z] ok github.com/docker/docker/pkg/pubsub 1.043s coverage: 73.9% of statements [2019-10-17T22:02:01.408Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-17T22:02:01.674Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-17T22:02:02.188Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-17T22:02:02.188Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-17T22:02:02.188Z] [2019-10-17T22:02:02.188Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-17T22:02:02.188Z] =========================== short test summary info ============================ [2019-10-17T22:02:02.188Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-17T22:02:02.188Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-17T22:02:02.188Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-17T22:02:02.188Z] Not supported on most drivers [2019-10-17T22:02:02.188Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-17T22:02:02.188Z] This doesn't seem to be taken into account by the engine [2019-10-17T22:02:02.188Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-17T22:02:02.188Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-17T22:02:02.188Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-17T22:02:02.188Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-17T22:02:02.188Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-17T22:02:02.188Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-17T22:02:02.188Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-17T22:02:02.188Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 402.20 seconds == [2019-10-17T22:02:02.444Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-17T22:02:03.105Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-17T22:02:03.269Z] #39 ... [2019-10-17T22:02:03.269Z] [2019-10-17T22:02:03.269Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:02:03.269Z] #42 286.5 CC criu/sigframe.o [2019-10-17T22:02:03.269Z] #42 286.8 CC criu/signalfd.o [2019-10-17T22:02:03.269Z] #42 287.3 CC criu/sk-inet.o [2019-10-17T22:02:03.269Z] #42 289.0 CC criu/sk-netlink.o [2019-10-17T22:02:03.269Z] #42 289.7 CC criu/sk-packet.o [2019-10-17T22:02:03.269Z] #42 291.0 CC criu/sk-queue.o [2019-10-17T22:02:03.269Z] #42 291.8 CC criu/sk-tcp.o [2019-10-17T22:02:03.269Z] #42 292.9 CC criu/sk-unix.o [2019-10-17T22:02:03.269Z] #42 296.4 CC criu/sockets.o [2019-10-17T22:02:03.269Z] #42 298.1 CC criu/stats.o [2019-10-17T22:02:03.894Z] #42 298.8 CC criu/string.o [2019-10-17T22:02:03.894Z] #42 298.9 CC criu/sysctl.o [2019-10-17T22:02:04.603Z] ok github.com/docker/docker/pkg/signal 2.510s coverage: 61.0% of statements [2019-10-17T22:02:04.983Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-10-17T22:02:05.382Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-17T22:02:05.383Z] #42 300.1 CC criu/sysfs_parse.o [2019-10-17T22:02:05.761Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-17T22:02:05.761Z] ok github.com/docker/docker/pkg/symlink 0.009s coverage: 87.7% of statements [2019-10-17T22:02:06.070Z] #42 300.9 CC criu/timerfd.o [2019-10-17T22:02:06.609Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-10-17T22:02:06.725Z] #42 301.5 CC criu/tty.o [2019-10-17T22:02:07.447Z] ok github.com/docker/docker/pkg/system 0.028s coverage: 36.9% of statements [2019-10-17T22:02:07.852Z] ok github.com/docker/docker/pkg/tailfile 0.060s coverage: 88.6% of statements [2019-10-17T22:02:08.224Z] ok github.com/docker/docker/pkg/tarsum 0.047s coverage: 89.3% of statements [2019-10-17T22:02:09.028Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-10-17T22:02:09.028Z] testing: warning: no tests to run [2019-10-17T22:02:09.028Z] coverage: [no statements] [2019-10-17T22:02:09.028Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2019-10-17T22:02:09.678Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-17T22:02:09.827Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-17T22:02:09.827Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-17T22:02:10.215Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-17T22:02:10.228Z] #42 305.2 CC criu/tun.o [2019-10-17T22:02:11.585Z] --- PASS: TestDockerNetworkMacvlan (19.31s) [2019-10-17T22:02:11.585Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:02:11.585Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-10-17T22:02:11.585Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:02:11.585Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-10-17T22:02:11.585Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:02:11.585Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.03s) [2019-10-17T22:02:11.585Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:02:11.585Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.00s) [2019-10-17T22:02:11.585Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:02:11.585Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.99s) [2019-10-17T22:02:11.585Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:02:11.585Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.35s) [2019-10-17T22:02:11.585Z] PASS [2019-10-17T22:02:11.585Z] [2019-10-17T22:02:11.585Z] DONE 8 tests in 21.401s [2019-10-17T22:02:11.585Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-17T22:02:11.585Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:11.585Z] ++ set -e [2019-10-17T22:02:11.585Z] ++ '[' -n 0 ']' [2019-10-17T22:02:11.585Z] ++ set -x [2019-10-17T22:02:11.585Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:11.585Z] testing: warning: no tests to run [2019-10-17T22:02:11.585Z] PASS [2019-10-17T22:02:11.585Z] [2019-10-17T22:02:11.585Z] DONE 0 tests in 0.028s [2019-10-17T22:02:11.585Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-17T22:02:11.585Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:11.585Z] ++ set -e [2019-10-17T22:02:11.585Z] ++ '[' -n 0 ']' [2019-10-17T22:02:11.585Z] ++ set -x [2019-10-17T22:02:11.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:11.729Z] #42 306.3 CC criu/uffd.o [2019-10-17T22:02:11.845Z] INFO: Testing against a local daemon [2019-10-17T22:02:11.845Z] === RUN TestAuthZPluginAllowRequest [2019-10-17T22:02:12.768Z] ok github.com/docker/docker/plugin 0.549s coverage: 27.1% of statements [2019-10-17T22:02:13.373Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2019-10-17T22:02:13.753Z] --- PASS: TestAuthZPluginAllowRequest (1.79s) [2019-10-17T22:02:13.753Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-17T22:02:13.753Z] === RUN TestAuthZPluginTLS [2019-10-17T22:02:13.775Z] #42 308.5 CC criu/util.o [2019-10-17T22:02:14.296Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 76.2% of statements [2019-10-17T22:02:14.323Z] --- PASS: TestAuthZPluginTLS (0.63s) [2019-10-17T22:02:14.323Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-17T22:02:14.323Z] === RUN TestAuthZPluginDenyRequest [2019-10-17T22:02:14.618Z] Clearing AppArmor profiles cache:. [2019-10-17T22:02:14.618Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-17T22:02:14.618Z] Unloading profiles will leave already running processes permanently [2019-10-17T22:02:14.618Z] unconfined, which can lead to unexpected situations. [2019-10-17T22:02:14.618Z] [2019-10-17T22:02:14.618Z] To set a process to complain mode, use the command line tool [2019-10-17T22:02:14.618Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-17T22:02:14.618Z] with the 'teardown' option." [2019-10-17T22:02:14.618Z] [2019-10-17T22:02:14.892Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-17T22:02:14.893Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-17T22:02:14.893Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-17T22:02:15.174Z] ok github.com/docker/docker/reference 0.007s coverage: 83.7% of statements [2019-10-17T22:02:15.461Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-17T22:02:15.461Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-17T22:02:15.461Z] === RUN TestAuthZPluginDenyResponse Post stage [Pipeline] junit [2019-10-17T22:02:15.561Z] Recording test results [Pipeline] sh [2019-10-17T22:02:16.018Z] + echo Ensuring container killed. [2019-10-17T22:02:16.019Z] Ensuring container killed. [2019-10-17T22:02:16.019Z] + docker rm -vf docker-pr5 [2019-10-17T22:02:16.019Z] Error: No such container: docker-pr5 [2019-10-17T22:02:16.019Z] + true [Pipeline] sh [2019-10-17T22:02:16.030Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2019-10-17T22:02:16.030Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-17T22:02:16.030Z] === RUN TestAuthZPluginAllowEventStream [2019-10-17T22:02:16.300Z] + echo Chowning /workspace to jenkins user [2019-10-17T22:02:16.300Z] Chowning /workspace to jenkins user [2019-10-17T22:02:16.300Z] + id -u [2019-10-17T22:02:16.300Z] + id -g [2019-10-17T22:02:16.300Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40082:/workspace busybox chown -R 1000:1000 /workspace [2019-10-17T22:02:16.488Z] #42 310.9 CC criu/uts_ns.o [2019-10-17T22:02:16.488Z] #42 311.4 CC criu/vdso.o [2019-10-17T22:02:16.495Z] ok github.com/docker/docker/registry 0.166s coverage: 56.3% of statements [2019-10-17T22:02:17.322Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-17T22:02:17.508Z] #42 312.4 LINK criu/built-in.o [2019-10-17T22:02:17.713Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-10-17T22:02:17.794Z] #42 312.6 LINK criu/criu [2019-10-17T22:02:17.938Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2019-10-17T22:02:17.938Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-17T22:02:17.938Z] === RUN TestAuthZPluginErrorResponse [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-17T22:02:18.488Z] + bundleName=docker-py [2019-10-17T22:02:18.488Z] + echo Creating docker-py-bundles.tar.gz [2019-10-17T22:02:18.488Z] Creating docker-py-bundles.tar.gz [2019-10-17T22:02:18.488Z] + 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 [2019-10-17T22:02:18.506Z] --- PASS: TestAuthZPluginErrorResponse (0.60s) [2019-10-17T22:02:18.506Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-17T22:02:18.506Z] === RUN TestAuthZPluginErrorRequest [Pipeline] archiveArtifacts [2019-10-17T22:02:18.520Z] Archiving artifacts [2019-10-17T22:02:18.544Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-17T22:02:18.736Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40082/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-17T22:02:18.825Z] #42 313.5 DEP lib/c/criu.d [2019-10-17T22:02:18.825Z] #42 313.7 CC images/rpc.pb-c.o [2019-10-17T22:02:18.928Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-17T22:02:19.076Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-17T22:02:19.076Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-17T22:02:19.076Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-17T22:02:19.098Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER docker:4ba75de5363e5980244579051d740fe2620c70fe hack/make.sh binary-daemon [2019-10-17T22:02:19.654Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.60s) [2019-10-17T22:02:19.655Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-17T22:02:19.655Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-17T22:02:19.661Z] [2019-10-17T22:02:19.918Z] Removing bundles/ [2019-10-17T22:02:19.918Z] [2019-10-17T22:02:19.918Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-17T22:02:19.918Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-17T22:02:19.918Z] GOOS="" GOARCH="" GOARM="" [2019-10-17T22:02:20.340Z] #42 315.1 CC lib/c/criu.o [2019-10-17T22:02:22.198Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s) [2019-10-17T22:02:22.198Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-17T22:02:22.198Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-17T22:02:22.216Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2019-10-17T22:02:22.602Z] ok github.com/docker/docker/volume/local 0.035s coverage: 73.0% of statements [2019-10-17T22:02:23.042Z] #42 317.4 LINK lib/c/built-in.o [2019-10-17T22:02:23.042Z] #42 317.4 LINK lib/c/libcriu.so [2019-10-17T22:02:23.042Z] #42 318.0 GEN magic.py [2019-10-17T22:02:23.330Z] #42 318.3 Note: Building without setproctitle() and strlcpy() support. [2019-10-17T22:02:23.330Z] #42 318.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-17T22:02:23.407Z] ok github.com/docker/docker/volume/mounts 0.033s coverage: 67.0% of statements [2019-10-17T22:02:24.104Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s) [2019-10-17T22:02:24.104Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-17T22:02:24.104Z] === RUN TestAuthZPluginHeader [2019-10-17T22:02:24.235Z] ok github.com/docker/docker/volume/service 0.019s coverage: 73.0% of statements [2019-10-17T22:02:24.832Z] #42 319.6 fatal: Not a git repository (or any of the parent directories): .git [2019-10-17T22:02:25.044Z] --- PASS: TestAuthZPluginHeader (0.91s) [2019-10-17T22:02:25.044Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-17T22:02:25.044Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-17T22:02:25.044Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-17T22:02:25.044Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:25.044Z] === RUN TestAuthZPluginV2Disable [2019-10-17T22:02:25.044Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-17T22:02:25.044Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:25.044Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-17T22:02:25.044Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-17T22:02:25.044Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:25.044Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-17T22:02:25.044Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-17T22:02:25.044Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:25.044Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-17T22:02:26.363Z] #42 321.3 make[1]: Nothing to be done for 'all'. [2019-10-17T22:02:27.899Z] #42 322.8 make[1]: 'images/built-in.o' is up to date. [2019-10-17T22:02:27.899Z] #42 322.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-17T22:02:28.188Z] #42 322.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-17T22:02:28.188Z] #42 323.0 make[1]: 'compel/libcompel.a' is up to date. [2019-10-17T22:02:28.188Z] #42 323.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-17T22:02:28.479Z] #42 323.2 make[1]: Nothing to be done for 'all'. [2019-10-17T22:02:28.479Z] #42 323.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-17T22:02:28.769Z] #42 323.7 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:28.769Z] #42 323.8 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:29.056Z] #42 323.8 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:29.056Z] #42 324.0 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:29.345Z] #42 324.1 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:29.345Z] #42 324.2 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:29.345Z] #42 324.3 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:29.634Z] #42 ... [2019-10-17T22:02:29.634Z] [2019-10-17T22:02:29.634Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-10-17T22:02:29.634Z] #39 406.3 + rm -rf /tmp/tmp.oxK2SqpsIm/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.oxK2SqpsIm [2019-10-17T22:02:29.634Z] #39 DONE 406.4s [2019-10-17T22:02:29.634Z] [2019-10-17T22:02:29.634Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-10-17T22:02:29.634Z] #42 324.6 make[2]: Nothing to be done for 'all'. [2019-10-17T22:02:29.634Z] #42 324.6 INSTALL criu/criu [2019-10-17T22:02:29.923Z] #42 DONE 324.7s [2019-10-17T22:02:29.923Z] [2019-10-17T22:02:29.923Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:02:33.640Z] ok github.com/docker/docker/pkg/plugins 33.623s coverage: 76.6% of statements [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/rootless [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/volume [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-17T22:02:33.640Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === Skipped [2019-10-17T22:02:33.640Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-17T22:02:33.640Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-17T22:02:33.640Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:73: No driver to put! [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-17T22:02:33.640Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-17T22:02:33.640Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-17T22:02:33.640Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:02:33.640Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-17T22:02:33.640Z] graphtest_unix.go:73: No driver to put! [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-17T22:02:33.640Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-17T22:02:33.640Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] [2019-10-17T22:02:33.640Z] DONE 2114 tests, 20 skipped in 227.550s Post stage [Pipeline] junit [2019-10-17T22:02:33.785Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-17T22:02:36.478Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/make.sh dynbinary test-integration [2019-10-17T22:02:36.860Z] [2019-10-17T22:02:36.860Z] Removing bundles/ [2019-10-17T22:02:36.860Z] [2019-10-17T22:02:36.860Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-17T22:02:36.860Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T22:02:36.860Z] GOOS="" GOARCH="" GOARM="" [2019-10-17T22:02:43.351Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.10s) [2019-10-17T22:02:43.351Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-17T22:02:43.351Z] PASS [2019-10-17T22:02:43.351Z] [2019-10-17T22:02:43.351Z] === Skipped [2019-10-17T22:02:43.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-17T22:02:43.351Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:43.351Z] [2019-10-17T22:02:43.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-17T22:02:43.351Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:43.351Z] [2019-10-17T22:02:43.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-17T22:02:43.351Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:43.351Z] [2019-10-17T22:02:43.351Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-17T22:02:43.351Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:43.351Z] [2019-10-17T22:02:43.351Z] [2019-10-17T22:02:43.351Z] DONE 17 tests, 4 skipped in 31.350s [2019-10-17T22:02:43.351Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-17T22:02:43.351Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:43.351Z] ++ set -e [2019-10-17T22:02:43.351Z] ++ '[' -n 0 ']' [2019-10-17T22:02:43.351Z] ++ set -x [2019-10-17T22:02:43.351Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:43.351Z] INFO: Testing against a local daemon [2019-10-17T22:02:43.351Z] === RUN TestPluginInvalidJSON [2019-10-17T22:02:43.351Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:02:43.351Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:02:43.351Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:02:43.351Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-17T22:02:43.351Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-17T22:02:43.351Z] PASS [2019-10-17T22:02:43.351Z] [2019-10-17T22:02:43.351Z] DONE 2 tests in 0.168s [2019-10-17T22:02:43.351Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-17T22:02:43.351Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:43.351Z] ++ set -e [2019-10-17T22:02:43.351Z] ++ '[' -n 0 ']' [2019-10-17T22:02:43.351Z] ++ set -x [2019-10-17T22:02:43.352Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:43.352Z] INFO: Testing against a local daemon [2019-10-17T22:02:43.352Z] === RUN TestExternalGraphDriver [2019-10-17T22:02:43.611Z] === RUN TestExternalGraphDriver/json [2019-10-17T22:02:46.150Z] === RUN TestExternalGraphDriver/spec [2019-10-17T22:02:49.440Z] === RUN TestExternalGraphDriver/pull [2019-10-17T22:02:51.346Z] --- PASS: TestExternalGraphDriver (7.91s) [2019-10-17T22:02:51.347Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-17T22:02:51.347Z] --- PASS: TestExternalGraphDriver/json (2.49s) [2019-10-17T22:02:51.347Z] --- PASS: TestExternalGraphDriver/spec (2.77s) [2019-10-17T22:02:51.347Z] --- PASS: TestExternalGraphDriver/pull (2.42s) [2019-10-17T22:02:51.347Z] === RUN TestGraphdriverPluginV2 [2019-10-17T22:02:51.347Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-10-17T22:02:51.347Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:51.347Z] PASS [2019-10-17T22:02:51.347Z] [2019-10-17T22:02:51.347Z] === Skipped [2019-10-17T22:02:51.347Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-10-17T22:02:51.347Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:02:51.347Z] [2019-10-17T22:02:51.347Z] [2019-10-17T22:02:51.347Z] DONE 5 tests, 1 skipped in 8.142s [2019-10-17T22:02:51.347Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-17T22:02:51.347Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:51.347Z] ++ set -e [2019-10-17T22:02:51.347Z] ++ '[' -n 0 ']' [2019-10-17T22:02:51.347Z] ++ set -x [2019-10-17T22:02:51.347Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:02:51.607Z] INFO: Testing against a local daemon [2019-10-17T22:02:51.607Z] === RUN TestContinueAfterPluginCrash [2019-10-17T22:02:51.607Z] === PAUSE TestContinueAfterPluginCrash [2019-10-17T22:02:51.607Z] === RUN TestDaemonStartWithLogOpt [2019-10-17T22:02:51.607Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-17T22:02:51.607Z] === CONT TestContinueAfterPluginCrash [2019-10-17T22:02:51.607Z] === CONT TestDaemonStartWithLogOpt [2019-10-17T22:02:54.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-17T22:02:58.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-17T22:03:01.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-17T22:03:03.837Z] --- PASS: TestDaemonStartWithLogOpt (10.54s) [2019-10-17T22:03:03.838Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-17T22:03:04.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-17T22:03:05.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-17T22:03:07.126Z] --- PASS: TestContinueAfterPluginCrash (15.58s) [2019-10-17T22:03:07.126Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-17T22:03:07.126Z] PASS [2019-10-17T22:03:07.126Z] [2019-10-17T22:03:07.126Z] DONE 2 tests in 15.746s [2019-10-17T22:03:07.126Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-17T22:03:07.126Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:07.126Z] ++ set -e [2019-10-17T22:03:07.126Z] ++ '[' -n 0 ']' [2019-10-17T22:03:07.126Z] ++ set -x [2019-10-17T22:03:07.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:07.386Z] INFO: Testing against a local daemon [2019-10-17T22:03:07.386Z] === RUN TestPluginWithDevMounts [2019-10-17T22:03:07.386Z] === PAUSE TestPluginWithDevMounts [2019-10-17T22:03:07.386Z] === CONT TestPluginWithDevMounts [2019-10-17T22:03:09.224Z] #51 ... [2019-10-17T22:03:09.224Z] [2019-10-17T22:03:09.224Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:09.224Z] #60 389.7 + bin/containerd [2019-10-17T22:03:09.224Z] #60 ... [2019-10-17T22:03:09.224Z] [2019-10-17T22:03:09.224Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:09.224Z] #51 DONE 441.9s [2019-10-17T22:03:09.224Z] [2019-10-17T22:03:09.224Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:09.922Z] --- PASS: TestPluginWithDevMounts (2.29s) [2019-10-17T22:03:09.922Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-17T22:03:09.922Z] PASS [2019-10-17T22:03:09.922Z] [2019-10-17T22:03:09.922Z] DONE 1 tests in 2.438s [2019-10-17T22:03:09.922Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-17T22:03:09.923Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:09.923Z] ++ set -e [2019-10-17T22:03:09.923Z] ++ '[' -n 0 ']' [2019-10-17T22:03:09.923Z] ++ set -x [2019-10-17T22:03:09.923Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:09.923Z] INFO: Testing against a local daemon [2019-10-17T22:03:09.923Z] === RUN TestSecretInspect [2019-10-17T22:03:10.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-17T22:03:12.498Z] 65014b3c3121: Pull complete [2019-10-17T22:03:13.299Z] --- PASS: TestSecretInspect (3.21s) [2019-10-17T22:03:13.299Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-17T22:03:13.299Z] === RUN TestSecretList [2019-10-17T22:03:13.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-17T22:03:16.170Z] #60 ... [2019-10-17T22:03:16.170Z] [2019-10-17T22:03:16.170Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:16.170Z] #23 452.5 + return [2019-10-17T22:03:16.170Z] #23 DONE 452.7s [2019-10-17T22:03:16.170Z] [2019-10-17T22:03:16.170Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:16.590Z] --- PASS: TestSecretList (3.21s) [2019-10-17T22:03:16.590Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-17T22:03:16.590Z] === RUN TestSecretsCreateAndDelete [2019-10-17T22:03:17.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-17T22:03:18.238Z] #60 ... [2019-10-17T22:03:18.238Z] [2019-10-17T22:03:18.238Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-17T22:03:18.238Z] #24 DONE 0.1s [2019-10-17T22:03:18.238Z] [2019-10-17T22:03:18.238Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:18.530Z] #60 ... [2019-10-17T22:03:18.530Z] [2019-10-17T22:03:18.530Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-17T22:03:19.156Z] #28 DONE 0.7s [2019-10-17T22:03:19.156Z] [2019-10-17T22:03:19.156Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-10-17T22:03:19.156Z] #30 DONE 0.1s [2019-10-17T22:03:19.156Z] [2019-10-17T22:03:19.156Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:19.156Z] #60 ... [2019-10-17T22:03:19.156Z] [2019-10-17T22:03:19.156Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-17T22:03:19.156Z] #33 DONE 0.1s [2019-10-17T22:03:19.443Z] [2019-10-17T22:03:19.443Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-17T22:03:19.443Z] #38 DONE 0.1s [2019-10-17T22:03:19.443Z] [2019-10-17T22:03:19.443Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-10-17T22:03:19.443Z] #40 DONE 0.1s [2019-10-17T22:03:19.443Z] [2019-10-17T22:03:19.443Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-10-17T22:03:19.443Z] #43 DONE 0.1s [2019-10-17T22:03:19.443Z] [2019-10-17T22:03:19.443Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:19.731Z] #60 ... [2019-10-17T22:03:19.731Z] [2019-10-17T22:03:19.731Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-17T22:03:19.731Z] #46 DONE 0.1s [2019-10-17T22:03:19.731Z] [2019-10-17T22:03:19.731Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-17T22:03:19.731Z] #49 DONE 0.1s [2019-10-17T22:03:19.731Z] [2019-10-17T22:03:19.731Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:19.890Z] --- PASS: TestSecretsCreateAndDelete (3.21s) [2019-10-17T22:03:19.890Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-17T22:03:19.890Z] === RUN TestSecretsUpdate [2019-10-17T22:03:20.021Z] #60 ... [2019-10-17T22:03:20.021Z] [2019-10-17T22:03:20.021Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-17T22:03:20.021Z] #52 DONE 0.1s [2019-10-17T22:03:20.021Z] [2019-10-17T22:03:20.021Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-17T22:03:20.021Z] #56 DONE 0.1s [2019-10-17T22:03:20.021Z] [2019-10-17T22:03:20.021Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-10-17T22:03:23.180Z] --- PASS: TestSecretsUpdate (3.22s) [2019-10-17T22:03:23.180Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-17T22:03:23.180Z] === RUN TestTemplatedSecret [2019-10-17T22:03:24.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-17T22:03:26.473Z] --- PASS: TestTemplatedSecret (3.64s) [2019-10-17T22:03:26.473Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-17T22:03:26.473Z] === RUN TestSecretCreateResolve [2019-10-17T22:03:28.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-17T22:03:29.765Z] --- PASS: TestSecretCreateResolve (3.17s) [2019-10-17T22:03:29.765Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-17T22:03:29.765Z] PASS [2019-10-17T22:03:29.765Z] [2019-10-17T22:03:29.765Z] DONE 6 tests in 19.828s [2019-10-17T22:03:29.765Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-10-17T22:03:29.765Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:29.765Z] ++ set -e [2019-10-17T22:03:29.765Z] ++ '[' -n 0 ']' [2019-10-17T22:03:29.765Z] ++ set -x [2019-10-17T22:03:29.765Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:29.765Z] INFO: Testing against a local daemon [2019-10-17T22:03:29.765Z] === RUN TestServiceCreateInit [2019-10-17T22:03:29.765Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-17T22:03:31.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-17T22:03:35.041Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-17T22:03:35.713Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T22:03:35.713Z] [2019-10-17T22:03:35.713Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-17T22:03:36.097Z] PKG_CONFIG=pkg-config [2019-10-17T22:03:36.097Z] GOLANG_VERSION=1.13.1 [2019-10-17T22:03:36.097Z] HOSTNAME=7b96def0f47e [2019-10-17T22:03:36.097Z] DOCKER_EXPERIMENTAL=1 [2019-10-17T22:03:36.097Z] container=docker [2019-10-17T22:03:36.097Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-17T22:03:36.097Z] GO111MODULE=off [2019-10-17T22:03:36.097Z] GOPATH=/go [2019-10-17T22:03:36.097Z] PWD=/go/src/github.com/docker/docker [2019-10-17T22:03:36.097Z] HOME=/root [2019-10-17T22:03:36.097Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-17T22:03:36.097Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-17T22:03:36.097Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-17T22:03:36.097Z] DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T22:03:36.097Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-17T22:03:36.097Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-17T22:03:36.097Z] TERM=xterm [2019-10-17T22:03:36.097Z] VALIDATE_BRANCH=master [2019-10-17T22:03:36.097Z] DEST=bundles/test-integration [2019-10-17T22:03:36.097Z] SHLVL=1 [2019-10-17T22:03:36.097Z] TIMEOUT=120m [2019-10-17T22:03:36.097Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-17T22:03:36.097Z] DOCKER_PKG=github.com/docker/docker [2019-10-17T22:03:36.097Z] TESTDEBUG=0 [2019-10-17T22:03:36.097Z] _=/usr/bin/env [2019-10-17T22:03:36.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-17T22:03:37.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-17T22:03:39.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-17T22:03:40.319Z] --- PASS: TestServiceCreateInit (10.26s) [2019-10-17T22:03:40.319Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.10s) [2019-10-17T22:03:40.319Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-17T22:03:40.319Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.13s) [2019-10-17T22:03:40.319Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-17T22:03:40.319Z] === RUN TestCreateServiceMultipleTimes [2019-10-17T22:03:41.317Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-17T22:03:41.317Z] Copying nested executables into bundles/binary-daemon [2019-10-17T22:03:41.317Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-10-17T22:03:41.669Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER docker:4ba75de5363e5980244579051d740fe2620c70fe hack/make.sh cross [2019-10-17T22:03:42.599Z] [2019-10-17T22:03:42.599Z] Removing bundles/ [2019-10-17T22:03:42.599Z] [2019-10-17T22:03:42.599Z] ---> Making bundle: cross (in bundles/cross) [2019-10-17T22:03:42.599Z] Cross building: bundles/cross/linux/amd64 [2019-10-17T22:03:42.599Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-17T22:03:42.599Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-17T22:03:42.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-17T22:03:46.081Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-17T22:03:46.081Z] Using test binary docker [2019-10-17T22:03:46.081Z] +++ /etc/init.d/apparmor start [2019-10-17T22:03:46.081Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-17T22:03:46.081Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-17T22:03:46.081Z] Warning failed to create cache: (null) [2019-10-17T22:03:46.081Z] . [2019-10-17T22:03:46.081Z] INFO: Waiting for daemon to start... [2019-10-17T22:03:46.081Z] Starting dockerd [2019-10-17T22:03:46.081Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-17T22:03:48.598Z] . [2019-10-17T22:03:48.598Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-17T22:03:48.598Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-17T22:03:48.598Z] Error: No such image: emptyfs [2019-10-17T22:03:48.598Z] ++++ docker load [2019-10-17T22:03:48.598Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-17T22:03:48.598Z] Running integration-test (iteration 1) [2019-10-17T22:03:48.598Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-17T22:03:48.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:48.598Z] ++ set -e [2019-10-17T22:03:48.598Z] ++ '[' -n 0 ']' [2019-10-17T22:03:48.598Z] ++ set -x [2019-10-17T22:03:48.599Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:03:59.432Z] #60 439.5 + bin/containerd-stress [2019-10-17T22:03:59.432Z] #60 443.2 + bin/containerd-shim [2019-10-17T22:04:04.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-17T22:04:05.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-17T22:04:06.879Z] --- PASS: TestCreateServiceMultipleTimes (25.49s) [2019-10-17T22:04:06.879Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-17T22:04:06.879Z] === RUN TestCreateServiceConflict [2019-10-17T22:04:07.854Z] #60 453.4 + bin/containerd-shim-runc-v1 [2019-10-17T22:04:08.786Z] --- PASS: TestCreateServiceConflict (3.18s) [2019-10-17T22:04:08.786Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-17T22:04:08.786Z] === RUN TestCreateServiceMaxReplicas [2019-10-17T22:04:09.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-17T22:04:12.077Z] --- PASS: TestCreateServiceMaxReplicas (3.62s) [2019-10-17T22:04:12.077Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-17T22:04:12.077Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-17T22:04:12.271Z] #60 458.5 + bin/containerd-shim-runc-v2 [2019-10-17T22:04:13.749Z] #60 459.9 + binaries [2019-10-17T22:04:13.749Z] #60 459.9 + mkdir -p /build [2019-10-17T22:04:13.749Z] #60 459.9 + cp bin/containerd /build/containerd [2019-10-17T22:04:13.749Z] #60 460.0 + cp bin/containerd-shim /build/containerd-shim [2019-10-17T22:04:13.749Z] #60 460.0 + cp bin/ctr /build/ctr [2019-10-17T22:04:13.749Z] #60 DONE 460.0s [2019-10-17T22:04:15.786Z] [2019-10-17T22:04:15.786Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-17T22:04:15.786Z] #61 DONE 0.1s [2019-10-17T22:04:15.786Z] [2019-10-17T22:04:15.786Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-17T22:04:15.786Z] #65 DONE 0.1s [2019-10-17T22:04:15.786Z] [2019-10-17T22:04:15.786Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-10-17T22:04:15.786Z] #67 DONE 0.1s [2019-10-17T22:04:15.786Z] [2019-10-17T22:04:15.786Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-17T22:04:15.786Z] #70 DONE 0.1s [2019-10-17T22:04:15.786Z] [2019-10-17T22:04:15.786Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-17T22:04:15.786Z] #71 DONE 0.0s [2019-10-17T22:04:15.786Z] [2019-10-17T22:04:15.786Z] #72 [src 1/1] COPY . /go/src/github.com/docker/docker [2019-10-17T22:04:18.472Z] #72 DONE 2.4s [2019-10-17T22:04:18.472Z] [2019-10-17T22:04:18.472Z] #73 exporting to oci image format [2019-10-17T22:04:18.472Z] #73 exporting layers [2019-10-17T22:04:20.637Z] Loaded image: buildpack-deps:jessie [2019-10-17T22:04:20.637Z] Loaded image: busybox:latest [2019-10-17T22:04:20.637Z] Loaded image: busybox:glibc [2019-10-17T22:04:20.637Z] Loaded image: debian:jessie [2019-10-17T22:04:20.637Z] Loaded image: hello-world:latest [2019-10-17T22:04:20.637Z] INFO: Testing against a local daemon [2019-10-17T22:04:20.637Z] === RUN TestCgroupNamespacesBuild [2019-10-17T22:04:25.881Z] --- PASS: TestCgroupNamespacesBuild (4.58s) [2019-10-17T22:04:25.881Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-17T22:04:25.881Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-17T22:04:27.770Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.32s) [2019-10-17T22:04:27.770Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-17T22:04:27.770Z] === RUN TestBuildWithSession [2019-10-17T22:04:27.770Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-17T22:04:27.770Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T22:04:27.770Z] === RUN TestBuildSquashParent [2019-10-17T22:04:29.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-17T22:04:29.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-17T22:04:30.174Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.57s) [2019-10-17T22:04:30.174Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-17T22:04:30.174Z] === RUN TestCreateServiceSecretFileMode [2019-10-17T22:04:30.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-17T22:04:31.112Z] --- PASS: TestCreateServiceSecretFileMode (3.43s) [2019-10-17T22:04:31.112Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-17T22:04:31.112Z] === RUN TestCreateServiceConfigFileMode [2019-10-17T22:04:31.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-17T22:04:31.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-17T22:04:33.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-17T22:04:34.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-17T22:04:35.305Z] --- PASS: TestCreateServiceConfigFileMode (3.45s) [2019-10-17T22:04:35.306Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-17T22:04:35.306Z] === RUN TestCreateServiceSysctls [2019-10-17T22:04:36.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-17T22:04:38.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-17T22:04:39.501Z] --- PASS: TestCreateServiceSysctls (4.37s) [2019-10-17T22:04:39.501Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-17T22:04:39.501Z] === RUN TestCreateServiceCapabilities [2019-10-17T22:04:39.940Z] --- PASS: TestBuildSquashParent (10.54s) [2019-10-17T22:04:39.940Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-10-17T22:04:39.940Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-17T22:04:39.940Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:04:39.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:04:39.940Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:04:39.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:04:39.940Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:04:39.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:04:39.940Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:04:39.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:04:39.940Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:04:39.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:04:39.940Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:04:39.940Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:04:39.940Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:04:39.940Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:04:39.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-17T22:04:41.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-17T22:04:41.829Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:04:42.085Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:04:42.797Z] --- PASS: TestCreateServiceCapabilities (3.44s) [2019-10-17T22:04:42.797Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-17T22:04:42.797Z] === RUN TestInspect [2019-10-17T22:04:43.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-17T22:04:44.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-17T22:04:45.364Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:04:45.365Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:04:45.620Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-17T22:04:46.091Z] --- PASS: TestInspect (3.49s) [2019-10-17T22:04:46.092Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-17T22:04:46.092Z] === RUN TestServiceListWithStatuses [2019-10-17T22:04:46.092Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-17T22:04:46.092Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:04:46.092Z] === RUN TestDockerNetworkConnectAlias [2019-10-17T22:04:47.858Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-17T22:04:47.858Z] Using test binary docker [2019-10-17T22:04:47.858Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-17T22:04:47.858Z] +++ /etc/init.d/apparmor start [2019-10-17T22:04:47.858Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-17T22:04:47.858Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-17T22:04:47.858Z] Warning failed to create cache: (null) [2019-10-17T22:04:47.858Z] . [2019-10-17T22:04:47.858Z] Starting dockerd [2019-10-17T22:04:47.858Z] INFO: Waiting for daemon to start... [2019-10-17T22:04:47.858Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-10-17T22:04:49.529Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-17T22:04:49.529Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.53s) [2019-10-17T22:04:49.529Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (4.00s) [2019-10-17T22:04:49.529Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.61s) [2019-10-17T22:04:49.529Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.24s) [2019-10-17T22:04:49.529Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.44s) [2019-10-17T22:04:49.529Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.54s) [2019-10-17T22:04:49.529Z] === RUN TestBuildMultiStageCopy [2019-10-17T22:04:49.529Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-17T22:04:50.081Z] . [2019-10-17T22:04:50.081Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-17T22:04:50.081Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-17T22:04:50.082Z] Error: No such image: emptyfs [2019-10-17T22:04:50.082Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-17T22:04:50.082Z] ++++ docker load [2019-10-17T22:04:50.484Z] Running integration-test (iteration 1) [2019-10-17T22:04:50.484Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-17T22:04:50.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:04:50.484Z] ++ set -e [2019-10-17T22:04:50.484Z] ++ '[' -n 0 ']' [2019-10-17T22:04:50.484Z] ++ set -x [2019-10-17T22:04:50.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:04:52.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-17T22:04:52.616Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-17T22:04:53.176Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-17T22:04:54.104Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-17T22:04:54.215Z] --- PASS: TestDockerNetworkConnectAlias (7.51s) [2019-10-17T22:04:54.215Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-17T22:04:54.215Z] === RUN TestDockerNetworkReConnect [2019-10-17T22:04:54.666Z] --- PASS: TestBuildMultiStageCopy (5.78s) [2019-10-17T22:04:54.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.27s) [2019-10-17T22:04:54.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2019-10-17T22:04:54.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s) [2019-10-17T22:04:54.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.62s) [2019-10-17T22:04:54.666Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.69s) [2019-10-17T22:04:54.666Z] === RUN TestBuildMultiStageParentConfig [2019-10-17T22:04:56.553Z] --- PASS: TestBuildMultiStageParentConfig (1.60s) [2019-10-17T22:04:56.553Z] === RUN TestBuildLabelWithTargets [2019-10-17T22:04:59.065Z] --- PASS: TestBuildLabelWithTargets (2.58s) [2019-10-17T22:04:59.065Z] === RUN TestBuildWithEmptyLayers [2019-10-17T22:04:59.494Z] --- PASS: TestDockerNetworkReConnect (5.96s) [2019-10-17T22:04:59.494Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-17T22:04:59.494Z] === RUN TestServicePlugin [2019-10-17T22:04:59.494Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-17T22:04:59.494Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:04:59.494Z] === RUN TestServiceUpdateLabel [2019-10-17T22:04:59.990Z] --- PASS: TestBuildWithEmptyLayers (1.27s) [2019-10-17T22:04:59.990Z] === RUN TestBuildMultiStageOnBuild [2019-10-17T22:05:00.308Z] Loaded image: buildpack-deps:jessie [2019-10-17T22:05:00.309Z] Loaded image: busybox:latest [2019-10-17T22:05:00.309Z] Loaded image: busybox:glibc [2019-10-17T22:05:00.309Z] Loaded image: debian:jessie [2019-10-17T22:05:00.309Z] Loaded image: hello-world:latest [2019-10-17T22:05:00.309Z] INFO: Testing against a local daemon [2019-10-17T22:05:00.309Z] === RUN TestCgroupNamespacesBuild [2019-10-17T22:05:02.135Z] --- PASS: TestCgroupNamespacesBuild (1.79s) [2019-10-17T22:05:02.135Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-17T22:05:02.135Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-17T22:05:02.794Z] --- PASS: TestServiceUpdateLabel (3.24s) [2019-10-17T22:05:02.794Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-17T22:05:02.794Z] === RUN TestServiceUpdateSecrets [2019-10-17T22:05:03.977Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.73s) [2019-10-17T22:05:03.977Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-17T22:05:03.977Z] === RUN TestBuildWithSession [2019-10-17T22:05:03.977Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-17T22:05:03.977Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T22:05:03.977Z] === RUN TestBuildSquashParent [2019-10-17T22:05:04.009Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-17T22:05:04.009Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-17T22:05:04.009Z] Cross building: bundles/cross/windows/amd64 [2019-10-17T22:05:04.009Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-17T22:05:04.009Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-17T22:05:04.160Z] --- PASS: TestBuildMultiStageOnBuild (3.95s) [2019-10-17T22:05:04.160Z] === RUN TestBuildUncleanTarFilenames [2019-10-17T22:05:06.048Z] --- PASS: TestBuildUncleanTarFilenames (1.72s) [2019-10-17T22:05:06.048Z] === RUN TestBuildMultiStageLayerLeak [2019-10-17T22:05:10.476Z] --- PASS: TestBuildMultiStageLayerLeak (4.04s) [2019-10-17T22:05:10.476Z] === RUN TestBuildWithHugeFile [2019-10-17T22:05:11.688Z] --- PASS: TestBuildSquashParent (6.96s) [2019-10-17T22:05:11.688Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-17T22:05:11.688Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:05:11.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:05:11.688Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:05:11.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:05:11.688Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:05:11.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:05:11.688Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:05:11.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:05:11.688Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:05:11.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:05:11.688Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:05:11.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:05:11.688Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:05:11.688Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:05:13.533Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:05:13.533Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:05:16.808Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:05:16.808Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:05:18.560Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-17T22:05:18.560Z] Using test binary docker [2019-10-17T22:05:18.560Z] +++ /etc/init.d/apparmor start [2019-10-17T22:05:18.560Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-17T22:05:18.560Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-17T22:05:18.560Z] Warning failed to create cache: (null) [2019-10-17T22:05:18.560Z] . [2019-10-17T22:05:18.560Z] INFO: Waiting for daemon to start... [2019-10-17T22:05:18.560Z] Starting dockerd [2019-10-17T22:05:18.560Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-17T22:05:18.560Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-17T22:05:18.560Z] Using test binary docker [2019-10-17T22:05:18.560Z] +++ /etc/init.d/apparmor start [2019-10-17T22:05:18.560Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-17T22:05:18.560Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-17T22:05:18.560Z] Warning failed to create cache: (null) [2019-10-17T22:05:18.560Z] . [2019-10-17T22:05:18.560Z] INFO: Waiting for daemon to start... [2019-10-17T22:05:18.561Z] Starting dockerd [2019-10-17T22:05:18.561Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-17T22:05:19.331Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-17T22:05:19.331Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.73s) [2019-10-17T22:05:19.331Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.81s) [2019-10-17T22:05:19.331Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.77s) [2019-10-17T22:05:19.331Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.93s) [2019-10-17T22:05:19.331Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.46s) [2019-10-17T22:05:19.331Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.46s) [2019-10-17T22:05:19.331Z] === RUN TestBuildMultiStageCopy [2019-10-17T22:05:19.331Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-17T22:05:20.890Z] --- PASS: TestServiceUpdateSecrets (15.46s) [2019-10-17T22:05:20.890Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-17T22:05:20.891Z] === RUN TestServiceUpdateConfigs [2019-10-17T22:05:21.837Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-17T22:05:21.838Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-17T22:05:22.616Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-17T22:05:22.995Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-17T22:05:23.362Z] --- PASS: TestBuildMultiStageCopy (4.58s) [2019-10-17T22:05:23.362Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.58s) [2019-10-17T22:05:23.362Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.45s) [2019-10-17T22:05:23.362Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2019-10-17T22:05:23.362Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2019-10-17T22:05:23.362Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2019-10-17T22:05:23.362Z] === RUN TestBuildMultiStageParentConfig [2019-10-17T22:05:23.797Z] . [2019-10-17T22:05:23.797Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-17T22:05:23.797Z] [2019-10-17T22:05:23.797Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-17T22:05:23.797Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-17T22:05:23.797Z] Error: No such image: emptyfs [2019-10-17T22:05:23.797Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-17T22:05:23.797Z] ++++ docker load [2019-10-17T22:05:23.797Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-17T22:05:23.797Z] Error: No such image: emptyfs [2019-10-17T22:05:23.797Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-17T22:05:23.797Z] ++++ docker load [2019-10-17T22:05:24.052Z] Running integration-test (iteration 1) [2019-10-17T22:05:24.052Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-17T22:05:24.052Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-17T22:05:24.052Z] ++ set -e [2019-10-17T22:05:24.052Z] ++ '[' -n 0 ']' [2019-10-17T22:05:24.052Z] ++ set -x [2019-10-17T22:05:24.052Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-17T22:05:24.052Z] Running integration-test (iteration 1) [2019-10-17T22:05:24.052Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-17T22:05:24.052Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-17T22:05:24.052Z] ++ set -e [2019-10-17T22:05:24.052Z] ++ '[' -n 0 ']' [2019-10-17T22:05:24.052Z] ++ set -x [2019-10-17T22:05:24.052Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-17T22:05:24.259Z] 12c8dbabfd62: Pull complete [2019-10-17T22:05:24.259Z] Digest: sha256:404e0ee336a063619d1e93a2446061cf19cb3068bacb1775f5613e3b54e527e1 [2019-10-17T22:05:24.259Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:05:24.259Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:05:24.259Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-10-17T22:05:24.259Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-10-17T22:05:24.259Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.805' [2019-10-17T22:05:24.259Z] INFO: Docker version of control daemon [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] Client: Docker Engine - Enterprise [2019-10-17T22:05:24.259Z] Version: 19.03.2 [2019-10-17T22:05:24.259Z] API version: 1.40 [2019-10-17T22:05:24.259Z] Go version: go1.12.8 [2019-10-17T22:05:24.259Z] Git commit: c92ab06ed9 [2019-10-17T22:05:24.259Z] Built: 09/03/2019 16:38:11 [2019-10-17T22:05:24.259Z] OS/Arch: windows/amd64 [2019-10-17T22:05:24.259Z] Experimental: false [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] Server: Docker Engine - Enterprise [2019-10-17T22:05:24.259Z] Engine: [2019-10-17T22:05:24.259Z] Version: 19.03.2 [2019-10-17T22:05:24.259Z] API version: 1.40 (minimum version 1.24) [2019-10-17T22:05:24.259Z] Go version: go1.12.8 [2019-10-17T22:05:24.259Z] Git commit: c92ab06ed9 [2019-10-17T22:05:24.259Z] Built: 09/03/2019 16:35:47 [2019-10-17T22:05:24.259Z] OS/Arch: windows/amd64 [2019-10-17T22:05:24.259Z] Experimental: true [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] INFO: Docker info of control daemon [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] Client: [2019-10-17T22:05:24.259Z] Debug Mode: false [2019-10-17T22:05:24.259Z] Plugins: [2019-10-17T22:05:24.259Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] Server: [2019-10-17T22:05:24.259Z] Containers: 0 [2019-10-17T22:05:24.259Z] Running: 0 [2019-10-17T22:05:24.259Z] Paused: 0 [2019-10-17T22:05:24.259Z] Stopped: 0 [2019-10-17T22:05:24.259Z] Images: 1 [2019-10-17T22:05:24.259Z] Server Version: 19.03.2 [2019-10-17T22:05:24.259Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-17T22:05:24.259Z] Windows: [2019-10-17T22:05:24.259Z] LCOW: [2019-10-17T22:05:24.259Z] Logging Driver: json-file [2019-10-17T22:05:24.259Z] Plugins: [2019-10-17T22:05:24.259Z] Volume: local [2019-10-17T22:05:24.259Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-17T22:05:24.259Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-17T22:05:24.259Z] Swarm: inactive [2019-10-17T22:05:24.259Z] Default Isolation: process [2019-10-17T22:05:24.259Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-17T22:05:24.259Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-17T22:05:24.259Z] OSType: windows [2019-10-17T22:05:24.259Z] Architecture: x86_64 [2019-10-17T22:05:24.259Z] CPUs: 4 [2019-10-17T22:05:24.259Z] Total Memory: 32GiB [2019-10-17T22:05:24.259Z] Name: azwin-2-682bf0 [2019-10-17T22:05:24.259Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-17T22:05:24.259Z] Docker Root Dir: D:\docker [2019-10-17T22:05:24.259Z] Debug Mode: false [2019-10-17T22:05:24.259Z] Registry: https://index.docker.io/v1/ [2019-10-17T22:05:24.259Z] Labels: [2019-10-17T22:05:24.259Z] Experimental: true [2019-10-17T22:05:24.259Z] Insecure Registries: [2019-10-17T22:05:24.259Z] 10.0.0.4:5000 [2019-10-17T22:05:24.259Z] 127.0.0.0/8 [2019-10-17T22:05:24.259Z] Registry Mirrors: [2019-10-17T22:05:24.259Z] http://10.0.0.4:5000/ [2019-10-17T22:05:24.259Z] Live Restore Enabled: false [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] INFO: Commit hash is fde421707 [2019-10-17T22:05:24.259Z] INFO: Nuke-Everything... [2019-10-17T22:05:24.259Z] INFO: Container count on control daemon to delete is 0 [2019-10-17T22:05:24.259Z] INFO: Nuking d:\CI [2019-10-17T22:05:24.259Z] INFO: Zapped successfully [2019-10-17T22:05:24.259Z] INFO: Location for testing is d:\CI\PR-40082\5 [2019-10-17T22:05:24.259Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:24.259Z] INFO: Building the image from Dockerfile.windows at 10/17/2019 22:05:22... [2019-10-17T22:05:24.259Z] [2019-10-17T22:05:25.161Z] --- PASS: TestBuildMultiStageParentConfig (1.33s) [2019-10-17T22:05:25.161Z] === RUN TestBuildLabelWithTargets [2019-10-17T22:05:27.154Z] --- PASS: TestBuildLabelWithTargets (2.13s) [2019-10-17T22:05:27.154Z] === RUN TestBuildWithEmptyLayers [2019-10-17T22:05:28.002Z] --- PASS: TestBuildWithEmptyLayers (0.99s) [2019-10-17T22:05:28.002Z] === RUN TestBuildMultiStageOnBuild [2019-10-17T22:05:31.352Z] --- PASS: TestBuildMultiStageOnBuild (3.28s) [2019-10-17T22:05:31.352Z] === RUN TestBuildUncleanTarFilenames [2019-10-17T22:05:31.356Z] Sending build context to Docker daemon 50.1MB [2019-10-17T22:05:31.356Z] [2019-10-17T22:05:31.356Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-17T22:05:31.356Z] ---> 739b21bd02e7 [2019-10-17T22:05:31.356Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-17T22:05:31.356Z] ---> Running in 94d6a2ecc5a6 [2019-10-17T22:05:32.329Z] Removing intermediate container 94d6a2ecc5a6 [2019-10-17T22:05:32.329Z] ---> e87f2a09114a [2019-10-17T22:05:32.329Z] Step 3/8 : ARG GO_VERSION=1.13.1 [2019-10-17T22:05:32.329Z] ---> Running in 4e633c1313e5 [2019-10-17T22:05:32.612Z] --- PASS: TestBuildUncleanTarFilenames (1.29s) [2019-10-17T22:05:32.612Z] === RUN TestBuildMultiStageLayerLeak [2019-10-17T22:05:32.790Z] Removing intermediate container 4e633c1313e5 [2019-10-17T22:05:32.790Z] ---> 8fc4fe13feb6 [2019-10-17T22:05:32.790Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-17T22:05:32.790Z] ---> Running in 6e8942a65835 [2019-10-17T22:05:33.251Z] Removing intermediate container 6e8942a65835 [2019-10-17T22:05:33.251Z] ---> e7fe98053cf6 [2019-10-17T22:05:33.251Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-10-17T22:05:33.713Z] ---> Running in ef7d6246faae [2019-10-17T22:05:35.770Z] --- PASS: TestServiceUpdateConfigs (15.51s) [2019-10-17T22:05:35.770Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-17T22:05:35.770Z] === RUN TestServiceUpdateNetwork [2019-10-17T22:05:35.818Z] --- PASS: TestBuildMultiStageLayerLeak (2.77s) [2019-10-17T22:05:35.818Z] === RUN TestBuildWithHugeFile [2019-10-17T22:05:42.309Z] [2019-10-17T22:05:42.309Z] SUCCESS: Specified value was saved. [2019-10-17T22:05:43.282Z] INFO: Downloading git... [2019-10-17T22:05:44.830Z] INFO: Downloading go... [2019-10-17T22:05:46.375Z] INFO: Downloading compiler 1 of 3... [2019-10-17T22:05:46.838Z] INFO: Downloading compiler 2 of 3... [2019-10-17T22:05:47.301Z] INFO: Downloading compiler 3 of 3... [2019-10-17T22:05:47.764Z] INFO: Extracting git... [2019-10-17T22:05:50.659Z] --- PASS: TestServiceUpdateNetwork (15.66s) [2019-10-17T22:05:50.660Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-17T22:05:50.660Z] PASS [2019-10-17T22:05:50.660Z] [2019-10-17T22:05:50.660Z] === Skipped [2019-10-17T22:05:50.660Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-17T22:05:50.660Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:05:50.660Z] [2019-10-17T22:05:50.660Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-10-17T22:05:50.660Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:05:50.660Z] [2019-10-17T22:05:50.660Z] [2019-10-17T22:05:50.660Z] DONE 20 tests, 2 skipped in 139.803s [2019-10-17T22:05:50.660Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-10-17T22:05:50.660Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:05:50.660Z] ++ set -e [2019-10-17T22:05:50.660Z] ++ '[' -n 0 ']' [2019-10-17T22:05:50.660Z] ++ set -x [2019-10-17T22:05:50.660Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:05:50.660Z] INFO: Testing against a local daemon [2019-10-17T22:05:50.660Z] === RUN TestSessionCreate [2019-10-17T22:05:50.660Z] --- PASS: TestSessionCreate (0.05s) [2019-10-17T22:05:50.660Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-17T22:05:50.660Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-17T22:05:50.660Z] PASS [2019-10-17T22:05:50.660Z] [2019-10-17T22:05:50.660Z] DONE 2 tests in 0.242s [2019-10-17T22:05:50.660Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-10-17T22:05:50.660Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:05:50.660Z] ++ set -e [2019-10-17T22:05:50.660Z] ++ '[' -n 0 ']' [2019-10-17T22:05:50.660Z] ++ set -x [2019-10-17T22:05:50.660Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:05:50.660Z] INFO: Testing against a local daemon [2019-10-17T22:05:50.660Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-17T22:05:50.660Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:05:50.660Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:05:50.660Z] === RUN TestEventsExecDie [2019-10-17T22:05:50.660Z] --- PASS: TestEventsExecDie (1.06s) [2019-10-17T22:05:50.660Z] === RUN TestEventsBackwardsCompatible [2019-10-17T22:05:50.919Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2019-10-17T22:05:50.919Z] === RUN TestInfoBinaryCommits [2019-10-17T22:05:50.919Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-17T22:05:50.919Z] === RUN TestInfoAPIVersioned [2019-10-17T22:05:50.919Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-10-17T22:05:50.919Z] === RUN TestInfoAPI [2019-10-17T22:05:50.919Z] --- PASS: TestInfoAPI (0.05s) [2019-10-17T22:05:50.919Z] === RUN TestInfoAPIWarnings [2019-10-17T22:05:51.858Z] --- PASS: TestInfoAPIWarnings (0.90s) [2019-10-17T22:05:51.858Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-17T22:05:51.858Z] === RUN TestLoginFailsWithBadCredentials [2019-10-17T22:05:52.426Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2019-10-17T22:05:52.426Z] === RUN TestPingCacheHeaders [2019-10-17T22:05:52.426Z] --- PASS: TestPingCacheHeaders (0.06s) [2019-10-17T22:05:52.426Z] === RUN TestPingGet [2019-10-17T22:05:52.426Z] --- PASS: TestPingGet (0.04s) [2019-10-17T22:05:52.426Z] === RUN TestPingHead [2019-10-17T22:05:52.426Z] --- PASS: TestPingHead (0.05s) [2019-10-17T22:05:52.426Z] === RUN TestVersion [2019-10-17T22:05:52.426Z] --- PASS: TestVersion (0.05s) [2019-10-17T22:05:52.426Z] PASS [2019-10-17T22:05:52.426Z] [2019-10-17T22:05:52.426Z] === Skipped [2019-10-17T22:05:52.426Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:05:52.426Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:05:52.426Z] [2019-10-17T22:05:52.426Z] [2019-10-17T22:05:52.426Z] DONE 12 tests, 1 skipped in 2.959s [2019-10-17T22:05:52.426Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-17T22:05:52.426Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:05:52.426Z] ++ set -e [2019-10-17T22:05:52.426Z] ++ '[' -n 0 ']' [2019-10-17T22:05:52.426Z] ++ set -x [2019-10-17T22:05:52.426Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:05:52.686Z] INFO: Testing against a local daemon [2019-10-17T22:05:52.686Z] === RUN TestVolumesCreateAndList [2019-10-17T22:05:52.686Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-10-17T22:05:52.686Z] === RUN TestVolumesRemove [2019-10-17T22:05:52.946Z] --- PASS: TestVolumesRemove (0.12s) [2019-10-17T22:05:52.946Z] === RUN TestVolumesInspect [2019-10-17T22:05:52.946Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-17T22:05:52.946Z] === RUN TestVolumesInvalidJSON [2019-10-17T22:05:52.946Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-17T22:05:52.946Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-17T22:05:52.946Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-17T22:05:52.946Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-17T22:05:52.946Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-17T22:05:52.946Z] PASS [2019-10-17T22:05:52.946Z] [2019-10-17T22:05:52.946Z] DONE 5 tests in 0.386s [2019-10-17T22:05:52.946Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-17T22:05:53.205Z] ++++ cat bundles/test-integration/docker.pid [2019-10-17T22:05:53.205Z] +++ kill 12993 [2019-10-17T22:05:55.112Z] +++ /etc/init.d/apparmor stop [2019-10-17T22:05:55.112Z] Clearing AppArmor profiles cache:. [2019-10-17T22:05:55.112Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-17T22:05:55.112Z] Unloading profiles will leave already running processes permanently [2019-10-17T22:05:55.112Z] unconfined, which can lead to unexpected situations. [2019-10-17T22:05:55.112Z] [2019-10-17T22:05:55.112Z] To set a process to complain mode, use the command line tool [2019-10-17T22:05:55.112Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-17T22:05:55.112Z] with the 'teardown' option." [2019-10-17T22:05:55.112Z] Post stage [Pipeline] junit [2019-10-17T22:05:58.419Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-17T22:05:59.209Z] + echo Ensuring container killed. [2019-10-17T22:05:59.209Z] Ensuring container killed. [2019-10-17T22:05:59.209Z] + docker rm -vf docker-pr5 [2019-10-17T22:05:59.209Z] Error: No such container: docker-pr5 [2019-10-17T22:05:59.209Z] + true [Pipeline] sh [2019-10-17T22:05:59.505Z] + echo Chowning /workspace to jenkins user [2019-10-17T22:05:59.505Z] Chowning /workspace to jenkins user [2019-10-17T22:05:59.505Z] + id -u [2019-10-17T22:05:59.505Z] + id -g [2019-10-17T22:05:59.505Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40082:/workspace busybox chown -R 1000:1000 /workspace [2019-10-17T22:06:02.714Z] Loaded image: buildpack-deps:jessie [2019-10-17T22:06:02.714Z] Loaded image: busybox:latest [2019-10-17T22:06:02.714Z] Loaded image: busybox:glibc [2019-10-17T22:06:02.714Z] Loaded image: debian:jessie [2019-10-17T22:06:02.714Z] Loaded image: buildpack-deps:jessie [2019-10-17T22:06:02.714Z] Loaded image: hello-world:latest [2019-10-17T22:06:02.714Z] INFO: Testing against a local daemon [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-17T22:06:02.714Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-17T22:06:02.714Z] Loaded image: busybox:latest [2019-10-17T22:06:02.714Z] Loaded image: busybox:glibc [2019-10-17T22:06:02.714Z] Loaded image: debian:jessie [2019-10-17T22:06:02.714Z] Loaded image: hello-world:latest [2019-10-17T22:06:02.714Z] INFO: Testing against a local daemon [2019-10-17T22:06:02.714Z] === RUN TestDockerDaemonSuite [2019-10-17T22:06:02.714Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-17T22:06:04.018Z] + bundleName=arm64-integration [2019-10-17T22:06:04.018Z] + echo Creating arm64-integration-bundles.tar.gz [2019-10-17T22:06:04.018Z] Creating arm64-integration-bundles.tar.gz [2019-10-17T22:06:04.018Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2019-10-17T22:06:04.018Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-10-17T22:06:04.297Z] Archiving artifacts [2019-10-17T22:06:04.614Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40082/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-17T22:06:04.970Z] + make clean [2019-10-17T22:06:05.479Z] INFO: Expanding go... [2019-10-17T22:06:05.540Z] docker volume rm -f docker-dev-cache [2019-10-17T22:06:05.799Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-17T22:06:10.364Z] --- PASS: TestBuildWithHugeFile (30.50s) [2019-10-17T22:06:10.364Z] === RUN TestBuildWithEmptyDockerfile [2019-10-17T22:06:10.364Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:06:10.364Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:06:10.364Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:06:10.364Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:06:10.364Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:06:10.364Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:06:10.364Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:06:10.364Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:06:10.364Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:06:10.364Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2019-10-17T22:06:10.364Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2019-10-17T22:06:10.364Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2019-10-17T22:06:10.364Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-10-17T22:06:10.364Z] === RUN TestBuildPreserveOwnership [2019-10-17T22:06:10.364Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-17T22:06:10.364Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-17T22:06:10.639Z] #73 exporting layers 111.0s done [2019-10-17T22:06:10.639Z] #73 exporting manifest sha256:635a4a488fcc2883892df02f318d8305b228eacbae2e590e90ef1b0724187bdf done [2019-10-17T22:06:10.639Z] #73 exporting config sha256:a76b72b63bc3769f244876e7a32d47e44eb8ead7813fdc55b85149efc1696268 done [2019-10-17T22:06:10.639Z] #73 sending tarball [2019-10-17T22:06:10.807Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-17T22:06:10.807Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-17T22:06:11.670Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-17T22:06:11.670Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-17T22:06:11.670Z] remote: Enumerating objects: 19, done. [2019-10-17T22:06:11.670Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-17T22:06:11.670Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-10-17T22:06:11.670Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-17T22:06:12.177Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-17T22:06:12.177Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-17T22:06:12.467Z] --- PASS: TestBuildPreserveOwnership (6.35s) [2019-10-17T22:06:12.467Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.05s) [2019-10-17T22:06:12.467Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.29s) [2019-10-17T22:06:12.467Z] === RUN TestBuildPlatformInvalid [2019-10-17T22:06:12.600Z] [2019-10-17T22:06:12.878Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-10-17T22:06:12.878Z] PASS [2019-10-17T22:06:12.878Z] [2019-10-17T22:06:12.878Z] === Skipped [2019-10-17T22:06:12.878Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-10-17T22:06:12.878Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T22:06:12.878Z] [2019-10-17T22:06:12.878Z] [2019-10-17T22:06:12.878Z] DONE 32 tests, 1 skipped in 82.331s [2019-10-17T22:06:12.878Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-17T22:06:12.878Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:06:12.878Z] ++ set -e [2019-10-17T22:06:12.878Z] ++ '[' -n 0 ']' [2019-10-17T22:06:12.878Z] ++ set -x [2019-10-17T22:06:12.878Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:06:12.878Z] INFO: Testing against a local daemon [2019-10-17T22:06:12.878Z] === RUN TestConfigList [2019-10-17T22:06:13.106Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-17T22:06:13.361Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-17T22:06:13.361Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-17T22:06:14.304Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/test/unit [2019-10-17T22:06:14.729Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-17T22:06:16.116Z] --- PASS: TestConfigList (2.85s) [2019-10-17T22:06:16.116Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-17T22:06:16.116Z] === RUN TestConfigsCreateAndDelete [2019-10-17T22:06:17.326Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-17T22:06:17.326Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-17T22:06:17.326Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-17T22:06:17.326Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-17T22:06:17.581Z] ? github.com/docker/docker/api [no test files] [2019-10-17T22:06:18.253Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-17T22:06:18.508Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-17T22:06:18.595Z] --- PASS: TestConfigsCreateAndDelete (2.35s) [2019-10-17T22:06:18.595Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-17T22:06:18.595Z] === RUN TestConfigsUpdate [2019-10-17T22:06:18.764Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-17T22:06:21.058Z] --- PASS: TestConfigsUpdate (2.78s) [2019-10-17T22:06:21.058Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-17T22:06:21.058Z] === RUN TestTemplatedConfig [2019-10-17T22:06:21.285Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-17T22:06:21.285Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-17T22:06:21.285Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-17T22:06:21.285Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-17T22:06:24.612Z] --- PASS: TestTemplatedConfig (3.51s) [2019-10-17T22:06:24.613Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-17T22:06:24.613Z] === RUN TestConfigInspect [2019-10-17T22:06:25.489Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-17T22:06:27.375Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-17T22:06:27.817Z] --- PASS: TestConfigInspect (2.88s) [2019-10-17T22:06:27.817Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-17T22:06:27.817Z] === RUN TestConfigCreateWithLabels [2019-10-17T22:06:29.231Z] #73 sending tarball 17.5s done [2019-10-17T22:06:29.231Z] #73 DONE 128.5s [2019-10-17T22:06:29.231Z] [2019-10-17T22:06:29.231Z] #74 importing to docker [2019-10-17T22:06:30.038Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-17T22:06:30.038Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-17T22:06:30.252Z] --- PASS: TestConfigCreateWithLabels (2.85s) [2019-10-17T22:06:30.252Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-17T22:06:30.252Z] === RUN TestConfigCreateResolve [2019-10-17T22:06:32.440Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2019-10-17T22:06:33.471Z] --- PASS: TestConfigCreateResolve (2.76s) [2019-10-17T22:06:33.471Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-17T22:06:33.471Z] === RUN TestConfigDaemonLibtrustID [2019-10-17T22:06:33.471Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-10-17T22:06:33.471Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-17T22:06:33.471Z] PASS [2019-10-17T22:06:33.471Z] [2019-10-17T22:06:33.471Z] DONE 8 tests in 20.634s [2019-10-17T22:06:33.471Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-17T22:06:33.471Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:06:33.471Z] ++ set -e [2019-10-17T22:06:33.471Z] ++ '[' -n 0 ']' [2019-10-17T22:06:33.471Z] ++ set -x [2019-10-17T22:06:33.471Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:06:33.858Z] INFO: Testing against a local daemon [2019-10-17T22:06:33.858Z] === RUN TestCheckpoint [2019-10-17T22:06:33.858Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-17T22:06:33.858Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:06:33.858Z] === RUN TestContainerInvalidJSON [2019-10-17T22:06:33.858Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:06:33.858Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:06:33.858Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:06:33.858Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:06:33.858Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:06:33.858Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:06:33.858Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:06:33.858Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:06:33.859Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:06:33.859Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-10-17T22:06:33.859Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-17T22:06:33.859Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-17T22:06:33.859Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-17T22:06:33.859Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-17T22:06:33.859Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-10-17T22:06:33.859Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-17T22:06:33.859Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-10-17T22:06:33.859Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-17T22:06:34.209Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-17T22:06:34.239Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2019-10-17T22:06:34.239Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-17T22:06:34.239Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2019-10-17T22:06:34.239Z] === RUN TestCopyFromContainer [2019-10-17T22:06:34.464Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-17T22:06:35.472Z] INFO: Expanding compiler 1 of 3... [2019-10-17T22:06:35.472Z] INFO: Expanding compiler 2 of 3... [2019-10-17T22:06:36.053Z] === RUN TestCopyFromContainer// [2019-10-17T22:06:36.053Z] === RUN TestCopyFromContainer//bar/root [2019-10-17T22:06:36.427Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-17T22:06:36.427Z] === RUN TestCopyFromContainer/bar/quux [2019-10-17T22:06:36.427Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-17T22:06:36.427Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-17T22:06:36.800Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-17T22:06:36.800Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-17T22:06:36.800Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-17T22:06:36.800Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-17T22:06:36.977Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer (2.84s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-10-17T22:06:37.191Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-10-17T22:06:37.191Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-17T22:06:37.191Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:06:37.191Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:06:37.191Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:06:37.191Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:06:37.191Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:06:37.191Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:06:37.191Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:06:37.191Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:06:37.191Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:06:37.191Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-17T22:06:37.191Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-17T22:06:37.191Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-17T22:06:37.191Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-17T22:06:37.191Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-17T22:06:37.192Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2019-10-17T22:06:37.192Z] === RUN TestCreateWithInvalidEnv [2019-10-17T22:06:37.192Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-17T22:06:37.192Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-17T22:06:37.192Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-17T22:06:37.192Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-17T22:06:37.192Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-17T22:06:37.192Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-17T22:06:37.192Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-17T22:06:37.192Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-17T22:06:37.192Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-17T22:06:37.192Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-17T22:06:37.192Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-17T22:06:37.192Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-17T22:06:37.192Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-17T22:06:37.192Z] === RUN TestCreateTmpfsMountsTarget [2019-10-17T22:06:37.192Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-17T22:06:37.192Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-17T22:06:37.902Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-17T22:06:39.385Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-17T22:06:39.385Z] --- PASS: TestBuildWithHugeFile (89.53s) [2019-10-17T22:06:39.385Z] === RUN TestBuildWithEmptyDockerfile [2019-10-17T22:06:39.385Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:06:39.385Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:06:39.385Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:06:39.385Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:06:39.385Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:06:39.385Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:06:39.385Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:06:39.385Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:06:39.643Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:06:39.643Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2019-10-17T22:06:39.643Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2019-10-17T22:06:39.643Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-10-17T22:06:39.643Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.20s) [2019-10-17T22:06:39.643Z] === RUN TestBuildPreserveOwnership [2019-10-17T22:06:39.643Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-17T22:06:39.729Z] --- PASS: TestCreateWithCustomMaskedPaths (2.50s) [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:06:39.729Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:06:39.729Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:06:39.729Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-10-17T22:06:40.196Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2019-10-17T22:06:40.196Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-17T22:06:40.204Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-17T22:06:40.204Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-17T22:06:41.132Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-17T22:06:41.380Z] INFO: Expanding compiler 3 of 3... [2019-10-17T22:06:42.059Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-17T22:06:42.354Z] INFO: Removing downloaded files... [2019-10-17T22:06:42.354Z] INFO: Creating source directory... [2019-10-17T22:06:42.354Z] INFO: Configuring git core.autocrlf... [2019-10-17T22:06:42.354Z] INFO: Completed [2019-10-17T22:06:42.620Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-17T22:06:42.860Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.81s) [2019-10-17T22:06:42.860Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-17T22:06:42.860Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:06:42.860Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:06:42.860Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:06:42.860Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:06:42.860Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:06:42.860Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:06:42.860Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:06:42.860Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:06:42.860Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:06:42.860Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:06:42.860Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:06:42.860Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:06:42.860Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:06:42.860Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:06:42.860Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:06:42.860Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-10-17T22:06:42.860Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-17T22:06:42.860Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-17T22:06:42.860Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-17T22:06:42.860Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-10-17T22:06:42.860Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-10-17T22:06:42.860Z] === RUN TestContainerStartOnDaemonRestart [2019-10-17T22:06:42.860Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-17T22:06:42.860Z] === RUN TestDaemonRestartIpcMode [2019-10-17T22:06:42.860Z] === PAUSE TestDaemonRestartIpcMode [2019-10-17T22:06:42.860Z] === RUN TestDiff [2019-10-17T22:06:43.562Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-17T22:06:43.657Z] --- PASS: TestDiff (0.84s) [2019-10-17T22:06:43.657Z] === RUN TestExecWithCloseStdin [2019-10-17T22:06:44.128Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-17T22:06:44.944Z] --- PASS: TestExecWithCloseStdin (1.04s) [2019-10-17T22:06:44.944Z] === RUN TestExec [2019-10-17T22:06:45.586Z] --- PASS: TestBuildPreserveOwnership (5.95s) [2019-10-17T22:06:45.586Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.75s) [2019-10-17T22:06:45.586Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.18s) [2019-10-17T22:06:45.586Z] === RUN TestBuildPlatformInvalid [2019-10-17T22:06:45.728Z] --- PASS: TestExec (1.02s) [2019-10-17T22:06:45.729Z] === RUN TestExecUser [2019-10-17T22:06:45.843Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-10-17T22:06:45.843Z] PASS [2019-10-17T22:06:45.843Z] [2019-10-17T22:06:45.843Z] === Skipped [2019-10-17T22:06:45.843Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-10-17T22:06:45.843Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T22:06:45.843Z] [2019-10-17T22:06:45.843Z] [2019-10-17T22:06:45.843Z] DONE 32 tests, 1 skipped in 177.130s [2019-10-17T22:06:45.843Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-17T22:06:45.843Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:06:45.843Z] ++ set -e [2019-10-17T22:06:45.843Z] ++ '[' -n 0 ']' [2019-10-17T22:06:45.843Z] ++ set -x [2019-10-17T22:06:45.843Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:06:45.843Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-17T22:06:46.099Z] INFO: Testing against a local daemon [2019-10-17T22:06:46.099Z] === RUN TestConfigList [2019-10-17T22:06:46.355Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-17T22:06:46.988Z] --- PASS: TestExecUser (1.07s) [2019-10-17T22:06:46.988Z] === RUN TestExportContainerAndImportImage [2019-10-17T22:06:47.719Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-17T22:06:47.776Z] --- PASS: TestExportContainerAndImportImage (1.12s) [2019-10-17T22:06:47.776Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-17T22:06:48.280Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-17T22:06:49.607Z] --- PASS: TestExportContainerAfterDaemonRestart (1.51s) [2019-10-17T22:06:49.607Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-17T22:06:49.607Z] === RUN TestHealthCheckWorkdir [2019-10-17T22:06:49.647Z] --- PASS: TestConfigList (3.38s) [2019-10-17T22:06:49.647Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-17T22:06:49.647Z] === RUN TestConfigsCreateAndDelete [2019-10-17T22:06:49.647Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-17T22:06:50.208Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-17T22:06:51.010Z] --- PASS: TestHealthCheckWorkdir (1.28s) [2019-10-17T22:06:51.010Z] === RUN TestHealthKillContainer [2019-10-17T22:06:51.183Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-17T22:06:52.152Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-17T22:06:52.409Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-17T22:06:52.409Z] --- PASS: TestConfigsCreateAndDelete (3.14s) [2019-10-17T22:06:52.409Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-17T22:06:52.409Z] === RUN TestConfigsUpdate [2019-10-17T22:06:53.772Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-17T22:06:53.772Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-17T22:06:54.486Z] --- PASS: TestHealthKillContainer (3.18s) [2019-10-17T22:06:54.486Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-17T22:06:54.854Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2019-10-17T22:06:54.854Z] === RUN TestIpcModeNone [2019-10-17T22:06:55.661Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-17T22:06:55.916Z] --- PASS: TestConfigsUpdate (3.30s) [2019-10-17T22:06:55.916Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-17T22:06:55.916Z] === RUN TestTemplatedConfig [2019-10-17T22:06:56.128Z] --- PASS: TestIpcModeNone (1.08s) [2019-10-17T22:06:56.128Z] === RUN TestIpcModePrivate [2019-10-17T22:06:56.172Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-17T22:06:56.251Z] #74 DONE 25.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-17T22:06:56.722Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/test/unit [2019-10-17T22:06:56.731Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-17T22:06:56.924Z] --- PASS: TestIpcModePrivate (1.04s) [2019-10-17T22:06:56.924Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-17T22:06:56.924Z] === RUN TestIpcModeShareable [2019-10-17T22:06:56.986Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-17T22:06:56.986Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-17T22:06:58.177Z] --- PASS: TestIpcModeShareable (1.13s) [2019-10-17T22:06:58.178Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-17T22:06:58.178Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-17T22:06:58.917Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-17T22:06:58.917Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-17T22:06:58.917Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-17T22:06:59.172Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-17T22:06:59.731Z] --- PASS: TestTemplatedConfig (3.86s) [2019-10-17T22:06:59.731Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-17T22:06:59.731Z] === RUN TestConfigInspect [2019-10-17T22:06:59.731Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-17T22:07:00.656Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-17T22:07:01.117Z] ? github.com/docker/docker/api [no test files] [2019-10-17T22:07:01.373Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.00s) [2019-10-17T22:07:01.373Z] === RUN TestAPIIpcModeHost [2019-10-17T22:07:01.583Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-17T22:07:01.768Z] --- PASS: TestAPIIpcModeHost (0.86s) [2019-10-17T22:07:01.768Z] === RUN TestDaemonIpcModeShareable [2019-10-17T22:07:02.946Z] --- PASS: TestConfigInspect (3.38s) [2019-10-17T22:07:02.946Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-17T22:07:02.946Z] === RUN TestConfigCreateWithLabels [2019-10-17T22:07:03.201Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-17T22:07:03.589Z] --- PASS: TestDaemonIpcModeShareable (1.72s) [2019-10-17T22:07:03.589Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-17T22:07:03.589Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-17T22:07:03.589Z] === RUN TestDaemonIpcModePrivate [2019-10-17T22:07:05.425Z] --- PASS: TestDaemonIpcModePrivate (1.80s) [2019-10-17T22:07:05.425Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-17T22:07:05.425Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-17T22:07:05.425Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-17T22:07:06.465Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-17T22:07:06.465Z] --- PASS: TestConfigCreateWithLabels (3.08s) [2019-10-17T22:07:06.465Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-17T22:07:06.465Z] === RUN TestConfigCreateResolve [2019-10-17T22:07:07.026Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-17T22:07:07.429Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s) [2019-10-17T22:07:07.429Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-17T22:07:07.429Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-10-17T22:07:07.429Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-17T22:07:07.585Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-17T22:07:09.350Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.92s) [2019-10-17T22:07:09.350Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-17T22:07:09.350Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-10-17T22:07:09.350Z] === RUN TestIpcModeOlderClient [2019-10-17T22:07:09.350Z] === PAUSE TestIpcModeOlderClient [2019-10-17T22:07:09.350Z] === RUN TestKillContainerInvalidSignal [2019-10-17T22:07:09.475Z] --- PASS: TestConfigCreateResolve (3.10s) [2019-10-17T22:07:09.475Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-17T22:07:09.475Z] === RUN TestConfigDaemonLibtrustID [2019-10-17T22:07:09.730Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-10-17T22:07:09.730Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-17T22:07:09.730Z] PASS [2019-10-17T22:07:09.730Z] [2019-10-17T22:07:09.730Z] DONE 8 tests in 23.936s [2019-10-17T22:07:09.730Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-17T22:07:09.730Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:07:09.730Z] ++ set -e [2019-10-17T22:07:09.730Z] ++ '[' -n 0 ']' [2019-10-17T22:07:09.730Z] ++ set -x [2019-10-17T22:07:09.730Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:07:09.986Z] INFO: Testing against a local daemon [2019-10-17T22:07:09.986Z] === RUN TestCheckpoint [2019-10-17T22:07:09.986Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-17T22:07:09.986Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:07:09.986Z] === RUN TestContainerInvalidJSON [2019-10-17T22:07:09.986Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:07:09.986Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:07:09.986Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:07:09.986Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:07:09.986Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:07:09.986Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:07:09.986Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:07:09.986Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:07:09.986Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:07:09.986Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-10-17T22:07:09.986Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-17T22:07:09.986Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-17T22:07:09.986Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-17T22:07:09.986Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-17T22:07:09.986Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-17T22:07:09.986Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-17T22:07:09.986Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-10-17T22:07:09.986Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-17T22:07:10.136Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2019-10-17T22:07:10.136Z] === RUN TestKillContainer [2019-10-17T22:07:10.136Z] === RUN TestKillContainer/no_signal [2019-10-17T22:07:10.243Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-10-17T22:07:10.243Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-17T22:07:10.243Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-10-17T22:07:10.243Z] === RUN TestCopyFromContainer [2019-10-17T22:07:11.051Z] === RUN TestKillContainer/non_killing_signal [2019-10-17T22:07:11.245Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-17T22:07:11.646Z] === RUN TestKillContainer/killing_signal [2019-10-17T22:07:12.257Z] === RUN TestCopyFromContainer// [2019-10-17T22:07:12.257Z] === RUN TestCopyFromContainer//bar/root [2019-10-17T22:07:12.257Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-17T22:07:12.257Z] === RUN TestCopyFromContainer/bar/quux [2019-10-17T22:07:12.513Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-17T22:07:12.513Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-17T22:07:12.769Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-17T22:07:12.769Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-17T22:07:12.769Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-17T22:07:12.898Z] --- PASS: TestKillContainer (2.68s) [2019-10-17T22:07:12.898Z] --- PASS: TestKillContainer/no_signal (0.92s) [2019-10-17T22:07:12.898Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2019-10-17T22:07:12.898Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2019-10-17T22:07:12.898Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-17T22:07:12.898Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-17T22:07:13.026Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer (2.74s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-10-17T22:07:13.026Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-10-17T22:07:13.026Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-17T22:07:13.026Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:07:13.026Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:07:13.026Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:07:13.026Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:07:13.026Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:07:13.026Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:07:13.026Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:07:13.026Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:07:13.026Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:07:13.026Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-17T22:07:13.026Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-17T22:07:13.026Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-17T22:07:13.026Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-17T22:07:13.026Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-17T22:07:13.026Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-17T22:07:13.026Z] === RUN TestCreateWithInvalidEnv [2019-10-17T22:07:13.026Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-17T22:07:13.026Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-17T22:07:13.026Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-17T22:07:13.026Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-17T22:07:13.026Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-17T22:07:13.026Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-17T22:07:13.026Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-17T22:07:13.026Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-17T22:07:13.026Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-17T22:07:13.026Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-17T22:07:13.026Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-17T22:07:13.026Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-10-17T22:07:13.026Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-17T22:07:13.026Z] === RUN TestCreateTmpfsMountsTarget [2019-10-17T22:07:13.282Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-17T22:07:13.282Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-17T22:07:13.679Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-17T22:07:14.482Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.84s) [2019-10-17T22:07:14.482Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2019-10-17T22:07:14.482Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2019-10-17T22:07:14.482Z] === RUN TestKillStoppedContainer [2019-10-17T22:07:14.482Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-17T22:07:14.482Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-17T22:07:14.855Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-17T22:07:14.855Z] === RUN TestKillDifferentUserContainer [2019-10-17T22:07:15.171Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-17T22:07:15.429Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-17T22:07:15.636Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-10-17T22:07:15.636Z] === RUN TestInspectOomKilledTrue [2019-10-17T22:07:15.636Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-17T22:07:15.636Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:07:15.636Z] === RUN TestInspectOomKilledFalse [2019-10-17T22:07:15.636Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-17T22:07:15.636Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:07:15.636Z] === RUN TestLinksEtcHostsContentMatch [2019-10-17T22:07:15.684Z] --- PASS: TestCreateWithCustomMaskedPaths (2.42s) [2019-10-17T22:07:15.684Z] === RUN TestCreateWithCapabilities [2019-10-17T22:07:15.684Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-17T22:07:15.684Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-17T22:07:15.684Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:07:15.685Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:07:15.685Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:07:15.685Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:07:15.939Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:07:15.939Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:07:15.939Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:07:15.939Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-17T22:07:15.939Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-17T22:07:15.939Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-17T22:07:16.424Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2019-10-17T22:07:16.424Z] === RUN TestLinksContainerNames [2019-10-17T22:07:16.499Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-17T22:07:17.061Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-17T22:07:17.812Z] --- PASS: TestLinksContainerNames (1.60s) [2019-10-17T22:07:17.812Z] === RUN TestLogsFollowTailEmpty [2019-10-17T22:07:18.683Z] --- PASS: TestLogsFollowTailEmpty (0.93s) [2019-10-17T22:07:18.683Z] === RUN TestContainerNetworkMountsNoChown [2019-10-17T22:07:18.947Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.68s) [2019-10-17T22:07:18.947Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-17T22:07:18.947Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:07:18.947Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:07:18.947Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:07:18.947Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:07:18.947Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:07:18.947Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:07:18.947Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:07:18.947Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:07:18.947Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:07:18.947Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:07:18.947Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:07:18.947Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:07:18.947Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:07:18.947Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:07:18.947Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:07:18.947Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-17T22:07:18.947Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-17T22:07:18.947Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-10-17T22:07:18.947Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-17T22:07:18.947Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-17T22:07:18.947Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-17T22:07:18.947Z] === RUN TestContainerStartOnDaemonRestart [2019-10-17T22:07:18.947Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-17T22:07:18.947Z] === RUN TestDaemonRestartIpcMode [2019-10-17T22:07:18.947Z] === PAUSE TestDaemonRestartIpcMode [2019-10-17T22:07:18.947Z] === RUN TestDiff [2019-10-17T22:07:19.202Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-17T22:07:19.458Z] --- PASS: TestDiff (0.84s) [2019-10-17T22:07:19.458Z] === RUN TestExecWithCloseStdin [2019-10-17T22:07:19.952Z] --- PASS: TestContainerNetworkMountsNoChown (0.88s) [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/default [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/default [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/private [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/private [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rprivate [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/slave [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/slave [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rslave [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/shared [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/shared [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rshared [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/default [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rshared [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/shared [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rslave [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/slave [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rprivate [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/private [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-17T22:07:19.952Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:07:19.952Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:07:19.952Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:07:20.018Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-17T22:07:20.018Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-17T22:07:20.018Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-17T22:07:20.336Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-10-17T22:07:20.336Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-17T22:07:20.336Z] === RUN TestContainerBindMountNonRecursive [2019-10-17T22:07:20.579Z] --- PASS: TestExecWithCloseStdin (1.16s) [2019-10-17T22:07:20.579Z] === RUN TestExec [2019-10-17T22:07:21.945Z] --- PASS: TestExec (1.00s) [2019-10-17T22:07:21.945Z] === RUN TestExecUser [2019-10-17T22:07:21.945Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-17T22:07:21.945Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-17T22:07:22.822Z] --- PASS: TestContainerBindMountNonRecursive (1.99s) [2019-10-17T22:07:22.822Z] === RUN TestNetworkNat [2019-10-17T22:07:22.875Z] --- PASS: TestExecUser (1.05s) [2019-10-17T22:07:22.875Z] === RUN TestExportContainerAndImportImage [2019-10-17T22:07:22.875Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-17T22:07:22.875Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-17T22:07:22.875Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-17T22:07:23.201Z] --- PASS: TestNetworkNat (0.85s) [2019-10-17T22:07:23.201Z] === RUN TestNetworkLocalhostTCPNat [2019-10-17T22:07:23.981Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2019-10-17T22:07:23.981Z] === RUN TestNetworkLoopbackNat [2019-10-17T22:07:24.290Z] --- PASS: TestExportContainerAndImportImage (1.24s) [2019-10-17T22:07:24.290Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-17T22:07:24.853Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-17T22:07:25.250Z] --- PASS: TestNetworkLoopbackNat (1.25s) [2019-10-17T22:07:25.250Z] === RUN TestPause [2019-10-17T22:07:25.414Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-17T22:07:25.670Z] --- PASS: TestExportContainerAfterDaemonRestart (1.69s) [2019-10-17T22:07:25.670Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-17T22:07:25.670Z] === RUN TestHealthCheckWorkdir [2019-10-17T22:07:26.523Z] --- PASS: TestPause (0.93s) [2019-10-17T22:07:26.523Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-17T22:07:26.523Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T22:07:26.523Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T22:07:26.523Z] === RUN TestPauseStopPausedContainer [2019-10-17T22:07:27.037Z] --- PASS: TestHealthCheckWorkdir (1.40s) [2019-10-17T22:07:27.037Z] === RUN TestHealthKillContainer [2019-10-17T22:07:27.037Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-17T22:07:27.312Z] --- PASS: TestPauseStopPausedContainer (1.00s) [2019-10-17T22:07:27.312Z] === RUN TestPsFilter [2019-10-17T22:07:27.680Z] --- PASS: TestPsFilter (0.27s) [2019-10-17T22:07:27.680Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-17T22:07:27.965Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-17T22:07:28.315Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2019-10-17T22:07:28.496Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.86s) [2019-10-17T22:07:28.496Z] === RUN TestRemoveContainerWithVolume [2019-10-17T22:07:28.526Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-17T22:07:28.782Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-17T22:07:29.289Z] --- PASS: TestRemoveContainerWithVolume (0.82s) [2019-10-17T22:07:29.289Z] === RUN TestRemoveContainerRunning [2019-10-17T22:07:30.071Z] --- PASS: TestRemoveContainerRunning (0.96s) [2019-10-17T22:07:30.071Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-17T22:07:30.675Z] --- PASS: TestHealthKillContainer (3.28s) [2019-10-17T22:07:30.676Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-17T22:07:30.676Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-17T22:07:31.236Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2019-10-17T22:07:31.236Z] === RUN TestIpcModeNone [2019-10-17T22:07:31.658Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.92s) [2019-10-17T22:07:31.658Z] === RUN TestRemoveInvalidContainer [2019-10-17T22:07:31.658Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-17T22:07:31.658Z] === RUN TestRenameLinkedContainer [2019-10-17T22:07:32.599Z] --- PASS: TestIpcModeNone (1.22s) [2019-10-17T22:07:32.600Z] === RUN TestIpcModePrivate [2019-10-17T22:07:33.968Z] --- PASS: TestIpcModePrivate (1.25s) [2019-10-17T22:07:33.968Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:208, shared: false, mustBeShared: false [2019-10-17T22:07:33.968Z] === RUN TestIpcModeShareable [2019-10-17T22:07:33.968Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-17T22:07:34.540Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-17T22:07:34.796Z] --- PASS: TestIpcModeShareable (1.16s) [2019-10-17T22:07:34.796Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:202, shared: true, mustBeShared: true [2019-10-17T22:07:34.796Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-17T22:07:35.034Z] --- PASS: TestRenameLinkedContainer (3.42s) [2019-10-17T22:07:35.034Z] === RUN TestRenameStoppedContainer [2019-10-17T22:07:35.402Z] --- PASS: TestRenameStoppedContainer (0.90s) [2019-10-17T22:07:35.402Z] === RUN TestRenameRunningContainerAndReuse [2019-10-17T22:07:37.235Z] --- PASS: TestRenameRunningContainerAndReuse (1.78s) [2019-10-17T22:07:37.235Z] === RUN TestRenameInvalidName [2019-10-17T22:07:38.037Z] --- PASS: TestRenameInvalidName (0.86s) [2019-10-17T22:07:38.037Z] === RUN TestRenameAnonymousContainer [2019-10-17T22:07:38.060Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-17T22:07:38.317Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-17T22:07:38.808Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.65s) [2019-10-17T22:07:38.809Z] === RUN TestAPIIpcModeHost [2019-10-17T22:07:39.736Z] --- PASS: TestAPIIpcModeHost (1.15s) [2019-10-17T22:07:39.736Z] === RUN TestDaemonIpcModeShareable [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-17T22:07:40.096Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2019-10-17T22:07:40.096Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-17T22:07:40.096Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-17T22:07:40.096Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2019-10-17T22:07:40.096Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-17T22:07:40.096Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-10-17T22:07:40.096Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-17T22:07:40.096Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-17T22:07:40.662Z] ok github.com/docker/docker/builder/dockerignore 0.014s coverage: 96.8% of statements [2019-10-17T22:07:41.293Z] --- PASS: TestRenameAnonymousContainer (2.88s) [2019-10-17T22:07:41.294Z] === RUN TestRenameContainerWithSameName [2019-10-17T22:07:41.637Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2019-10-17T22:07:41.637Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-17T22:07:41.638Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:225, shared: true, mustBeShared: true [2019-10-17T22:07:41.638Z] === RUN TestDaemonIpcModePrivate [2019-10-17T22:07:41.682Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2019-10-17T22:07:41.682Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-17T22:07:42.589Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-17T22:07:42.589Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-17T22:07:42.856Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-17T22:07:43.495Z] --- PASS: TestRenameContainerWithLinkedContainer (1.72s) [2019-10-17T22:07:43.495Z] === RUN TestResize [2019-10-17T22:07:43.794Z] --- PASS: TestDaemonIpcModePrivate (2.32s) [2019-10-17T22:07:43.794Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-17T22:07:43.794Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:200, shared: false, mustBeShared: false [2019-10-17T22:07:43.794Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-17T22:07:44.407Z] --- PASS: TestResize (1.01s) [2019-10-17T22:07:44.408Z] === RUN TestResizeWithInvalidSize [2019-10-17T22:07:44.718Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-17T22:07:44.842Z] ok github.com/docker/docker/builder/dockerfile 0.537s coverage: 48.2% of statements [2019-10-17T22:07:44.842Z] ok github.com/docker/docker/builder/remotecontext 0.204s coverage: 13.6% of statements [2019-10-17T22:07:45.407Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-17T22:07:45.644Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.12s) [2019-10-17T22:07:45.644Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-17T22:07:45.644Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:227, shared: false, mustBeShared: false [2019-10-17T22:07:45.644Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-17T22:07:45.776Z] --- PASS: TestResizeWithInvalidSize (0.96s) [2019-10-17T22:07:45.776Z] === RUN TestResizeWhenContainerNotStarted [2019-10-17T22:07:46.342Z] ok github.com/docker/docker/builder/remotecontext/git 1.183s coverage: 85.1% of statements [2019-10-17T22:07:46.342Z] ? github.com/docker/docker/cli [no test files] [2019-10-17T22:07:46.342Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-17T22:07:46.561Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s) [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:07:46.561Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:07:46.561Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:07:46.562Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:07:46.562Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:07:46.562Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:07:47.007Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-17T22:07:47.571Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-17T22:07:47.826Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.17s) [2019-10-17T22:07:47.826Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-17T22:07:47.826Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:189, shared: true, mustBeShared: true [2019-10-17T22:07:47.826Z] === RUN TestIpcModeOlderClient [2019-10-17T22:07:47.826Z] === PAUSE TestIpcModeOlderClient [2019-10-17T22:07:47.826Z] === RUN TestKillContainerInvalidSignal [2019-10-17T22:07:48.082Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-17T22:07:48.421Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:07:48.642Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-17T22:07:48.642Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-17T22:07:48.803Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:07:48.897Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2019-10-17T22:07:48.897Z] === RUN TestKillContainer [2019-10-17T22:07:48.897Z] === RUN TestKillContainer/no_signal [2019-10-17T22:07:49.823Z] === RUN TestKillContainer/non_killing_signal [2019-10-17T22:07:50.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:07:50.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:07:50.079Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-17T22:07:50.335Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-17T22:07:50.520Z] ok github.com/docker/docker/client 0.197s coverage: 75.8% of statements [2019-10-17T22:07:50.590Z] === RUN TestKillContainer/killing_signal [2019-10-17T22:07:50.845Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-17T22:07:51.344Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:07:51.720Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:07:51.774Z] --- PASS: TestKillContainer (2.95s) [2019-10-17T22:07:51.774Z] --- PASS: TestKillContainer/no_signal (0.89s) [2019-10-17T22:07:51.774Z] --- PASS: TestKillContainer/non_killing_signal (0.79s) [2019-10-17T22:07:51.774Z] --- PASS: TestKillContainer/killing_signal (0.97s) [2019-10-17T22:07:51.774Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-17T22:07:51.774Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-17T22:07:52.336Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-17T22:07:52.592Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-17T22:07:53.518Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.76s) [2019-10-17T22:07:53.518Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s) [2019-10-17T22:07:53.518Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2019-10-17T22:07:53.518Z] === RUN TestKillStoppedContainer [2019-10-17T22:07:53.518Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-10-17T22:07:53.518Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-17T22:07:53.548Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:07:53.774Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-17T22:07:53.774Z] === RUN TestKillDifferentUserContainer [2019-10-17T22:07:53.774Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-17T22:07:53.928Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:07:54.700Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-17T22:07:54.700Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-10-17T22:07:54.700Z] === RUN TestInspectOomKilledTrue [2019-10-17T22:07:54.700Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-17T22:07:54.700Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:07:54.700Z] === RUN TestInspectOomKilledFalse [2019-10-17T22:07:54.700Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-17T22:07:54.700Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:07:54.700Z] === RUN TestLinksEtcHostsContentMatch [2019-10-17T22:07:55.261Z] --- PASS: TestLinksEtcHostsContentMatch (0.75s) [2019-10-17T22:07:55.261Z] === RUN TestLinksContainerNames [2019-10-17T22:07:55.801Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:07:55.821Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-17T22:07:56.614Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:07:57.186Z] --- PASS: TestLinksContainerNames (1.79s) [2019-10-17T22:07:57.186Z] === RUN TestLogsFollowTailEmpty [2019-10-17T22:07:57.441Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-17T22:07:57.697Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-17T22:07:57.953Z] --- PASS: TestLogsFollowTailEmpty (0.93s) [2019-10-17T22:07:57.953Z] === RUN TestContainerNetworkMountsNoChown [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.97s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.29s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.44s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.46s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.41s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.23s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.28s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.99s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.93s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.25s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-17T22:07:58.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.35s) [2019-10-17T22:07:58.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-17T22:07:58.730Z] === RUN TestCgroupNamespacesRun [2019-10-17T22:07:58.879Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-17T22:07:59.134Z] --- PASS: TestContainerNetworkMountsNoChown (0.98s) [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/default [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/default [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/private [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/private [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rprivate [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/slave [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/slave [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rslave [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/shared [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/shared [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rshared [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/default [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/rprivate [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/private [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/shared [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/rshared [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/rslave [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/slave [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-17T22:07:59.134Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:07:59.134Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:07:59.134Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:07:59.389Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-17T22:07:59.389Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:07:59.644Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:07:59.644Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:07:59.644Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:07:59.644Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:07:59.644Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-17T22:07:59.644Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:07:59.644Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:07:59.900Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:07:59.900Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:07:59.900Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-17T22:07:59.900Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-17T22:07:59.900Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-10-17T22:07:59.900Z] === RUN TestContainerBindMountNonRecursive [2019-10-17T22:08:00.462Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-17T22:08:00.621Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2019-10-17T22:08:00.621Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-17T22:08:00.621Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-17T22:08:01.391Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-17T22:08:01.995Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-17T22:08:02.442Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2019-10-17T22:08:02.442Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-17T22:08:02.442Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-17T22:08:02.556Z] --- PASS: TestContainerBindMountNonRecursive (2.59s) [2019-10-17T22:08:02.556Z] === RUN TestNetworkNat [2019-10-17T22:08:03.588Z] --- PASS: TestNetworkNat (0.84s) [2019-10-17T22:08:03.588Z] === RUN TestNetworkLocalhostTCPNat [2019-10-17T22:08:03.588Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-17T22:08:04.149Z] --- PASS: TestNetworkLocalhostTCPNat (0.90s) [2019-10-17T22:08:04.149Z] === RUN TestNetworkLoopbackNat [2019-10-17T22:08:04.247Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2019-10-17T22:08:04.248Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-17T22:08:04.248Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-17T22:08:05.513Z] --- PASS: TestNetworkLoopbackNat (1.09s) [2019-10-17T22:08:05.513Z] === RUN TestPause [2019-10-17T22:08:05.513Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-17T22:08:06.059Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s) [2019-10-17T22:08:06.059Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-17T22:08:06.059Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-17T22:08:06.440Z] --- PASS: TestPause (0.96s) [2019-10-17T22:08:06.440Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-17T22:08:06.440Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T22:08:06.440Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T22:08:06.440Z] === RUN TestPauseStopPausedContainer [2019-10-17T22:08:07.340Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.71s) [2019-10-17T22:08:07.340Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-17T22:08:07.340Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-17T22:08:07.367Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2019-10-17T22:08:07.367Z] === RUN TestPsFilter [2019-10-17T22:08:07.367Z] --- PASS: TestPsFilter (0.20s) [2019-10-17T22:08:07.367Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-17T22:08:07.928Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2019-10-17T22:08:07.928Z] === RUN TestRemoveContainerWithVolume [2019-10-17T22:08:08.153Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.80s) [2019-10-17T22:08:08.153Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-17T22:08:08.153Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-17T22:08:08.854Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2019-10-17T22:08:08.854Z] === RUN TestRemoveContainerRunning [2019-10-17T22:08:08.964Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2019-10-17T22:08:08.964Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-17T22:08:08.964Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-17T22:08:09.779Z] --- PASS: TestRemoveContainerRunning (0.89s) [2019-10-17T22:08:09.779Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-17T22:08:10.705Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2019-10-17T22:08:10.705Z] === RUN TestRemoveInvalidContainer [2019-10-17T22:08:10.705Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-17T22:08:10.705Z] === RUN TestRenameLinkedContainer [2019-10-17T22:08:10.705Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-17T22:08:10.973Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.89s) [2019-10-17T22:08:10.973Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-17T22:08:10.973Z] === RUN TestKernelTCPMemory [2019-10-17T22:08:12.068Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-17T22:08:12.300Z] --- PASS: TestKernelTCPMemory (1.08s) [2019-10-17T22:08:12.300Z] === RUN TestNISDomainname [2019-10-17T22:08:13.574Z] --- PASS: TestNISDomainname (1.26s) [2019-10-17T22:08:13.574Z] === RUN TestHostnameDnsResolution [2019-10-17T22:08:14.365Z] --- PASS: TestHostnameDnsResolution (1.15s) [2019-10-17T22:08:14.365Z] === RUN TestStats [2019-10-17T22:08:14.581Z] --- PASS: TestRenameLinkedContainer (3.85s) [2019-10-17T22:08:14.582Z] === RUN TestRenameStoppedContainer [2019-10-17T22:08:15.508Z] --- PASS: TestRenameStoppedContainer (0.94s) [2019-10-17T22:08:15.508Z] === RUN TestRenameRunningContainerAndReuse [2019-10-17T22:08:16.435Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-17T22:08:16.805Z] --- PASS: TestStats (2.30s) [2019-10-17T22:08:16.805Z] === RUN TestStopContainerWithTimeout [2019-10-17T22:08:16.805Z] === RUN TestStopContainerWithTimeout/0 [2019-10-17T22:08:16.805Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-17T22:08:16.805Z] === RUN TestStopContainerWithTimeout/1 [2019-10-17T22:08:16.805Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-17T22:08:16.805Z] === RUN TestStopContainerWithTimeout/3 [2019-10-17T22:08:16.805Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-17T22:08:16.805Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-17T22:08:16.805Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-17T22:08:16.805Z] === CONT TestStopContainerWithTimeout/0 [2019-10-17T22:08:16.805Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-17T22:08:17.362Z] --- PASS: TestRenameRunningContainerAndReuse (2.10s) [2019-10-17T22:08:17.362Z] === RUN TestRenameInvalidName [2019-10-17T22:08:18.070Z] === CONT TestStopContainerWithTimeout/3 [2019-10-17T22:08:18.288Z] --- PASS: TestRenameInvalidName (0.90s) [2019-10-17T22:08:18.288Z] === RUN TestRenameAnonymousContainer [2019-10-17T22:08:18.545Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-17T22:08:19.874Z] === CONT TestStopContainerWithTimeout/1 [2019-10-17T22:08:19.915Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-17T22:08:20.477Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-17T22:08:21.038Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-17T22:08:21.696Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-17T22:08:21.696Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2019-10-17T22:08:21.696Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2019-10-17T22:08:21.696Z] --- PASS: TestStopContainerWithTimeout/3 (2.86s) [2019-10-17T22:08:21.696Z] --- PASS: TestStopContainerWithTimeout/1 (2.00s) [2019-10-17T22:08:21.696Z] === RUN TestDeleteDevicemapper [2019-10-17T22:08:21.696Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-17T22:08:21.696Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:08:21.696Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-17T22:08:22.928Z] --- PASS: TestRenameAnonymousContainer (4.30s) [2019-10-17T22:08:22.928Z] === RUN TestRenameContainerWithSameName [2019-10-17T22:08:24.294Z] --- PASS: TestRenameContainerWithSameName (1.37s) [2019-10-17T22:08:24.294Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-17T22:08:25.896Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.63s) [2019-10-17T22:08:25.896Z] === RUN TestUpdateMemory [2019-10-17T22:08:25.896Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-17T22:08:25.896Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:08:25.896Z] === RUN TestUpdateCPUQuota [2019-10-17T22:08:26.186Z] --- PASS: TestRenameContainerWithLinkedContainer (2.15s) [2019-10-17T22:08:26.186Z] === RUN TestResize [2019-10-17T22:08:27.169Z] --- PASS: TestUpdateCPUQuota (1.70s) [2019-10-17T22:08:27.169Z] === RUN TestUpdatePidsLimit [2019-10-17T22:08:27.169Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-17T22:08:27.551Z] --- PASS: TestResize (1.11s) [2019-10-17T22:08:27.551Z] === RUN TestResizeWithInvalidSize [2019-10-17T22:08:27.553Z] === RUN TestUpdatePidsLimit/no_change [2019-10-17T22:08:27.932Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-17T22:08:28.312Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-17T22:08:28.477Z] --- PASS: TestResizeWithInvalidSize (1.32s) [2019-10-17T22:08:28.478Z] === RUN TestResizeWhenContainerNotStarted [2019-10-17T22:08:28.686Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-17T22:08:29.213Z] ok github.com/docker/docker/cmd/dockerd 0.090s coverage: 30.3% of statements [2019-10-17T22:08:29.213Z] ok github.com/docker/docker/container 0.154s coverage: 35.3% of statements [2019-10-17T22:08:29.213Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-17T22:08:29.213Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-17T22:08:29.213Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-17T22:08:29.213Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-17T22:08:29.474Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-17T22:08:29.844Z] --- PASS: TestResizeWhenContainerNotStarted (0.96s) [2019-10-17T22:08:29.844Z] === RUN TestDaemonRestartKillContainers [2019-10-17T22:08:29.844Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:08:29.844Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:08:29.844Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:08:29.844Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:08:29.844Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:08:29.844Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:08:29.844Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:08:29.844Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:08:29.845Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:08:29.845Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:08:29.845Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:08:29.845Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:08:29.848Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-17T22:08:31.210Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit (4.38s) [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.55s) [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2019-10-17T22:08:31.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-10-17T22:08:31.752Z] === RUN TestUpdateRestartPolicy [2019-10-17T22:08:33.105Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:08:33.105Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-17T22:08:33.667Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:08:35.031Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-17T22:08:36.923Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-17T22:08:36.923Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:08:37.473Z] ok github.com/docker/docker/daemon/cluster 0.049s coverage: 0.5% of statements [2019-10-17T22:08:37.852Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:08:38.844Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-17T22:08:39.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-17T22:08:39.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:08:40.215Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-10-17T22:08:40.339Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-17T22:08:40.339Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-17T22:08:40.339Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:08:42.228Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:08:42.485Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:08:43.546Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:08:44.109Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:08:45.577Z] --- PASS: TestUpdateRestartPolicy (12.86s) [2019-10-17T22:08:45.577Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-17T22:08:45.577Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2019-10-17T22:08:45.577Z] === RUN TestWaitNonBlocked [2019-10-17T22:08:45.577Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:08:45.577Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:08:45.577Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:08:45.577Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:08:45.577Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:08:45.577Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:08:46.424Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-17T22:08:46.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.24s) [2019-10-17T22:08:46.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.30s) [2019-10-17T22:08:46.424Z] === RUN TestWaitBlocked [2019-10-17T22:08:46.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:08:46.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:08:46.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:08:46.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:08:46.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:08:46.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:08:46.716Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.33s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.03s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.11s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.23s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.82s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.60s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.59s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.54s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.58s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:08:46.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.49s) [2019-10-17T22:08:46.716Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-17T22:08:46.716Z] === RUN TestCgroupNamespacesRun [2019-10-17T22:08:47.724Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-17T22:08:47.724Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2019-10-17T22:08:47.724Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.14s) [2019-10-17T22:08:47.724Z] === CONT TestContainerStartOnDaemonRestart [2019-10-17T22:08:47.724Z] === CONT TestIpcModeOlderClient [2019-10-17T22:08:47.724Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-10-17T22:08:47.724Z] === CONT TestDaemonRestartIpcMode [2019-10-17T22:08:48.313Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.431s coverage: 13.7% of statements [2019-10-17T22:08:48.601Z] --- PASS: TestCgroupNamespacesRun (2.01s) [2019-10-17T22:08:48.601Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-17T22:08:48.601Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-17T22:08:48.857Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-17T22:08:49.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-17T22:08:49.673Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-17T22:08:49.681Z] ok github.com/docker/docker/daemon 12.201s coverage: 17.6% of statements [2019-10-17T22:08:49.681Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-17T22:08:49.681Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-17T22:08:50.233Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.84s) [2019-10-17T22:08:50.233Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-17T22:08:50.233Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-17T22:08:50.612Z] ok github.com/docker/docker/daemon/config 0.058s coverage: 84.6% of statements [2019-10-17T22:08:50.993Z] --- PASS: TestContainerStartOnDaemonRestart (3.19s) [2019-10-17T22:08:50.993Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-17T22:08:51.177Z] ok github.com/docker/docker/daemon/discovery 0.018s coverage: 30.0% of statements [2019-10-17T22:08:51.741Z] ok github.com/docker/docker/daemon/events 0.078s coverage: 50.0% of statements [2019-10-17T22:08:51.741Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-17T22:08:51.741Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-17T22:08:51.793Z] --- PASS: TestDaemonRestartIpcMode (3.84s) [2019-10-17T22:08:51.793Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-17T22:08:51.793Z] PASS [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] === Skipped [2019-10-17T22:08:51.793Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-17T22:08:51.793Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-17T22:08:51.793Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-17T22:08:51.793Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T22:08:51.793Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-10-17T22:08:51.793Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-17T22:08:51.793Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] [2019-10-17T22:08:51.793Z] DONE 197 tests, 6 skipped in 138.141s [2019-10-17T22:08:51.793Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-17T22:08:51.793Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:08:51.793Z] ++ set -e [2019-10-17T22:08:51.793Z] ++ '[' -n 0 ']' [2019-10-17T22:08:51.793Z] ++ set -x [2019-10-17T22:08:51.793Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:08:52.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-17T22:08:52.176Z] INFO: Testing against a local daemon [2019-10-17T22:08:52.176Z] === RUN TestCommitInheritsEnv [2019-10-17T22:08:52.543Z] --- PASS: TestCommitInheritsEnv (0.54s) [2019-10-17T22:08:52.543Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-17T22:08:52.543Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-17T22:08:52.543Z] === RUN TestImagesFilterMultiReference [2019-10-17T22:08:52.543Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2019-10-17T22:08:52.543Z] === RUN TestImagePullPlatformInvalid [2019-10-17T22:08:52.543Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-17T22:08:52.543Z] === RUN TestRemoveImageOrphaning [2019-10-17T22:08:52.683Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.23s) [2019-10-17T22:08:52.683Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-17T22:08:52.683Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-17T22:08:53.112Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-10-17T22:08:53.356Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2019-10-17T22:08:53.356Z] === RUN TestRemoveImageGarbageCollector [2019-10-17T22:08:53.356Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2019-10-17T22:08:53.356Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:08:53.356Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-17T22:08:53.356Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-10-17T22:08:53.356Z] === RUN TestTagInvalidReference [2019-10-17T22:08:53.356Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-17T22:08:53.356Z] === RUN TestTagValidPrefixedRepo [2019-10-17T22:08:53.356Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-10-17T22:08:53.356Z] === RUN TestTagExistedNameWithoutForce [2019-10-17T22:08:53.356Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-10-17T22:08:53.356Z] === RUN TestTagOfficialNames [2019-10-17T22:08:53.356Z] --- PASS: TestTagOfficialNames (0.04s) [2019-10-17T22:08:53.356Z] === RUN TestTagMatchesDigest [2019-10-17T22:08:53.356Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-10-17T22:08:53.356Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-17T22:08:54.118Z] Removing intermediate container ef7d6246faae [2019-10-17T22:08:54.119Z] ---> 29d69daf7088 [2019-10-17T22:08:54.119Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-17T22:08:54.119Z] ---> Running in 7bbfd4a8c993 [2019-10-17T22:08:54.119Z] Removing intermediate container 7bbfd4a8c993 [2019-10-17T22:08:54.119Z] ---> 924c4fb89921 [2019-10-17T22:08:54.119Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-17T22:08:54.119Z] ---> Running in 4aa7498d61c2 [2019-10-17T22:08:54.119Z] Removing intermediate container 4aa7498d61c2 [2019-10-17T22:08:54.119Z] ---> e357fa2fa54f [2019-10-17T22:08:54.119Z] Step 8/8 : COPY . . [2019-10-17T22:08:54.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-17T22:08:54.571Z] --- PASS: TestCgroupNamespacesRunHostMode (2.09s) [2019-10-17T22:08:54.571Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-17T22:08:54.571Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-17T22:08:55.637Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-17T22:08:55.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-17T22:08:55.939Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-17T22:08:56.201Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.223s coverage: 57.0% of statements [2019-10-17T22:08:56.499Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2019-10-17T22:08:56.499Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-17T22:08:56.499Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-17T22:08:57.061Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.82s) [2019-10-17T22:08:57.061Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-17T22:08:57.061Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-17T22:08:57.316Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-17T22:08:57.876Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2019-10-17T22:08:57.876Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-17T22:08:57.876Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-17T22:08:58.802Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-17T22:08:59.486Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.451s coverage: 72.5% of statements [2019-10-17T22:08:59.742Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.920s coverage: 45.9% of statements [2019-10-17T22:08:59.742Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-17T22:09:00.173Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-17T22:09:00.173Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.97s) [2019-10-17T22:09:00.173Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-17T22:09:00.173Z] === RUN TestKernelTCPMemory [2019-10-17T22:09:01.102Z] --- PASS: TestKernelTCPMemory (1.13s) [2019-10-17T22:09:01.102Z] === RUN TestNISDomainname [2019-10-17T22:09:01.357Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-17T22:09:02.269Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.075s coverage: 51.0% of statements [2019-10-17T22:09:02.721Z] --- PASS: TestNISDomainname (1.36s) [2019-10-17T22:09:02.721Z] === RUN TestHostnameDnsResolution [2019-10-17T22:09:03.643Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.309s coverage: 76.1% of statements [2019-10-17T22:09:04.085Z] --- PASS: TestHostnameDnsResolution (1.60s) [2019-10-17T22:09:04.085Z] === RUN TestStats [2019-10-17T22:09:04.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-17T22:09:04.590Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2019-10-17T22:09:04.857Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.114s coverage: 57.2% of statements [2019-10-17T22:09:04.857Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-17T22:09:04.857Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-17T22:09:05.702Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2019-10-17T22:09:05.703Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-17T22:09:05.703Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-17T22:09:05.703Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2019-10-17T22:09:05.743Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-17T22:09:05.989Z] ok github.com/docker/docker/api/types/filters 0.065s coverage: 95.2% of statements [2019-10-17T22:09:05.989Z] ok github.com/docker/docker/api/server/router/swarm 0.026s coverage: 4.0% of statements [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-17T22:09:05.989Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-17T22:09:05.989Z] ok github.com/docker/docker/api/types/versions 0.015s coverage: 75.0% of statements [2019-10-17T22:09:06.225Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2019-10-17T22:09:06.655Z] ok github.com/docker/docker/api/types/time 0.030s coverage: 100.0% of statements [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-17T22:09:06.655Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-17T22:09:06.789Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2019-10-17T22:09:07.105Z] --- PASS: TestStats (2.98s) [2019-10-17T22:09:07.105Z] === RUN TestStopContainerWithTimeout [2019-10-17T22:09:07.105Z] === RUN TestStopContainerWithTimeout/0 [2019-10-17T22:09:07.105Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-17T22:09:07.105Z] === RUN TestStopContainerWithTimeout/1 [2019-10-17T22:09:07.105Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-17T22:09:07.105Z] === RUN TestStopContainerWithTimeout/3 [2019-10-17T22:09:07.105Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-17T22:09:07.105Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-17T22:09:07.105Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-17T22:09:07.105Z] === CONT TestStopContainerWithTimeout/0 [2019-10-17T22:09:07.105Z] === CONT TestStopContainerWithTimeout/3 [2019-10-17T22:09:07.281Z] ok github.com/docker/docker/builder/dockerignore 0.038s coverage: 96.8% of statements [2019-10-17T22:09:08.215Z] ok github.com/docker/docker/daemon/images 0.038s coverage: 4.9% of statements [2019-10-17T22:09:08.215Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-17T22:09:08.215Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-17T22:09:08.470Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-17T22:09:08.780Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 42.7% of statements [2019-10-17T22:09:09.398Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-17T22:09:09.966Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-17T22:09:10.151Z] ok github.com/docker/docker/daemon/logger/gelf 0.014s coverage: 68.2% of statements [2019-10-17T22:09:10.716Z] ok github.com/docker/docker/daemon/logger/awslogs 0.183s coverage: 77.4% of statements [2019-10-17T22:09:10.716Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-17T22:09:10.716Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-17T22:09:10.890Z] === CONT TestStopContainerWithTimeout/1 [2019-10-17T22:09:11.284Z] ok github.com/docker/docker/daemon/logger/journald 0.016s coverage: 26.2% of statements [2019-10-17T22:09:11.849Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.025s coverage: 62.1% of statements [2019-10-17T22:09:12.106Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 88.3% of statements [2019-10-17T22:09:12.779Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-17T22:09:12.779Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2019-10-17T22:09:12.779Z] --- PASS: TestStopContainerWithTimeout/3 (3.65s) [2019-10-17T22:09:12.779Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2019-10-17T22:09:12.779Z] --- PASS: TestStopContainerWithTimeout/1 (2.03s) [2019-10-17T22:09:12.779Z] === RUN TestDeleteDevicemapper [2019-10-17T22:09:12.779Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-17T22:09:12.779Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:09:12.779Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-17T22:09:12.811Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2019-10-17T22:09:13.036Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-17T22:09:13.478Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 74.7% of statements [2019-10-17T22:09:13.478Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-17T22:09:13.735Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 19.9% of statements [2019-10-17T22:09:14.304Z] ok github.com/docker/docker/builder/remotecontext/git 4.408s coverage: 85.1% of statements [2019-10-17T22:09:15.287Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 47.8% of statements [2019-10-17T22:09:15.551Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-17T22:09:15.551Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.93s) [2019-10-17T22:09:15.551Z] === RUN TestUpdateMemory [2019-10-17T22:09:15.551Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-17T22:09:15.551Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:09:15.551Z] === RUN TestUpdateCPUQuota [2019-10-17T22:09:15.852Z] ok github.com/docker/docker/daemon/logger/templates 0.007s coverage: 8.3% of statements [2019-10-17T22:09:16.417Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-17T22:09:16.674Z] ok github.com/docker/docker/daemon/logger/splunk 1.613s coverage: 82.5% of statements [2019-10-17T22:09:16.674Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-17T22:09:16.674Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-17T22:09:17.015Z] ok github.com/docker/docker/builder/remotecontext 0.540s coverage: 13.6% of statements [2019-10-17T22:09:17.435Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-17T22:09:17.996Z] --- PASS: TestUpdateCPUQuota (2.35s) [2019-10-17T22:09:17.996Z] === RUN TestUpdatePidsLimit [2019-10-17T22:09:17.996Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-17T22:09:18.556Z] === RUN TestUpdatePidsLimit/no_change [2019-10-17T22:09:18.812Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-17T22:09:19.199Z] ok github.com/docker/docker/distribution 0.182s coverage: 22.1% of statements [2019-10-17T22:09:19.199Z] ok github.com/docker/docker/distribution/metadata 0.031s coverage: 48.2% of statements [2019-10-17T22:09:19.199Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-17T22:09:19.293Z] ---> 50b776168cb7 [2019-10-17T22:09:19.293Z] Successfully built 50b776168cb7 [2019-10-17T22:09:19.293Z] Successfully tagged docker:latest [2019-10-17T22:09:19.293Z] INFO: Image build ended at 10/17/2019 22:09:17. Duration:00:03:54.5769301 [2019-10-17T22:09:19.293Z] [2019-10-17T22:09:19.293Z] [2019-10-17T22:09:19.293Z] INFO: Building the test binaries at 10/17/2019 22:09:17... [2019-10-17T22:09:19.373Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-17T22:09:19.934Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-17T22:09:20.129Z] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements [2019-10-17T22:09:20.190Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-17T22:09:20.750Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-17T22:09:21.009Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-17T22:09:21.265Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-17T22:09:21.265Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-17T22:09:21.445Z] ok github.com/docker/docker/builder/dockerfile 1.338s coverage: 48.2% of statements [2019-10-17T22:09:21.445Z] ? github.com/docker/docker/cli [no test files] [2019-10-17T22:09:21.445Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-17T22:09:21.500Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-17T22:09:22.432Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-17T22:09:22.432Z] ok github.com/docker/docker/distribution/xfer 1.884s coverage: 85.6% of statements [2019-10-17T22:09:22.432Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-17T22:09:22.432Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit (4.61s) [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit/update_lower (0.46s) [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.47s) [2019-10-17T22:09:22.629Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.56s) [2019-10-17T22:09:22.629Z] === RUN TestUpdateRestartPolicy [2019-10-17T22:09:22.884Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-17T22:09:23.043Z] INFO: make.ps1 starting at 10/17/2019 22:09:22 [2019-10-17T22:09:23.505Z] INFO: Git commit (fde421707) assumed from DOCKER_GITCOMMIT environment variable [2019-10-17T22:09:23.505Z] INFO: Invoking autogen... [2019-10-17T22:09:24.329Z] ok github.com/docker/docker/image/v1 0.013s coverage: 25.0% of statements [2019-10-17T22:09:24.329Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-17T22:09:24.477Z] INFO: Building daemon... [2019-10-17T22:09:24.586Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-17T22:09:24.769Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-17T22:09:25.956Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-10-17T22:09:25.956Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2019-10-17T22:09:26.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-17T22:09:26.978Z] ok github.com/docker/docker/client 1.098s coverage: 75.8% of statements [2019-10-17T22:09:27.858Z] ok github.com/docker/docker/pkg/archive 0.410s coverage: 76.8% of statements [2019-10-17T22:09:28.644Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-17T22:09:28.791Z] ok github.com/docker/docker/pkg/authorization 0.108s coverage: 68.3% of statements [2019-10-17T22:09:28.899Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-17T22:09:29.048Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-10-17T22:09:29.305Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-17T22:09:29.824Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-17T22:09:31.186Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-17T22:09:32.575Z] ok github.com/docker/docker/layer 7.087s coverage: 68.8% of statements [2019-10-17T22:09:32.575Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-17T22:09:32.575Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-17T22:09:32.575Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-17T22:09:32.575Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-17T22:09:32.575Z] ? github.com/docker/docker/oci [no test files] [2019-10-17T22:09:32.575Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-17T22:09:32.575Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-10-17T22:09:32.832Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-10-17T22:09:33.071Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-17T22:09:33.088Z] ok github.com/docker/docker/pkg/chrootarchive 3.013s coverage: 43.2% of statements [2019-10-17T22:09:33.088Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-17T22:09:33.088Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-17T22:09:33.345Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 97.6% of statements [2019-10-17T22:09:33.909Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-10-17T22:09:33.997Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-17T22:09:34.477Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-10-17T22:09:35.043Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2019-10-17T22:09:36.414Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-17T22:09:36.511Z] --- PASS: TestUpdateRestartPolicy (13.53s) [2019-10-17T22:09:36.511Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-17T22:09:36.511Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-17T22:09:36.978Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2019-10-17T22:09:37.072Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2019-10-17T22:09:37.072Z] === RUN TestWaitNonBlocked [2019-10-17T22:09:37.072Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:09:37.072Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:09:37.072Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:09:37.072Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:09:37.072Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:09:37.072Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:09:37.912Z] ok github.com/docker/docker/pkg/discovery/kv 3.124s coverage: 84.1% of statements [2019-10-17T22:09:37.913Z] ok github.com/docker/docker/pkg/fsutils 0.207s coverage: 85.1% of statements [2019-10-17T22:09:38.170Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2019-10-17T22:09:38.438Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-10-17T22:09:38.438Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.26s) [2019-10-17T22:09:38.438Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.43s) [2019-10-17T22:09:38.438Z] === RUN TestWaitBlocked [2019-10-17T22:09:38.438Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:09:38.438Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:09:38.438Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:09:38.438Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:09:38.693Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:09:38.693Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:09:38.693Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-17T22:09:39.541Z] ok github.com/docker/docker/pkg/ioutils 0.415s coverage: 69.3% of statements [2019-10-17T22:09:39.541Z] ok github.com/docker/docker/pkg/idtools 0.765s coverage: 70.1% of statements [2019-10-17T22:09:39.798Z] ok github.com/docker/docker/pkg/locker 0.013s coverage: 88.9% of statements [2019-10-17T22:09:39.798Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2019-10-17T22:09:40.057Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-17T22:09:40.057Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2019-10-17T22:09:40.057Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.25s) [2019-10-17T22:09:40.057Z] === CONT TestContainerStartOnDaemonRestart [2019-10-17T22:09:40.057Z] === CONT TestIpcModeOlderClient [2019-10-17T22:09:40.057Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-17T22:09:40.057Z] --- PASS: TestIpcModeOlderClient (0.14s) [2019-10-17T22:09:40.057Z] === CONT TestDaemonRestartIpcMode [2019-10-17T22:09:40.364Z] ok github.com/docker/docker/pkg/longpath 0.016s coverage: 100.0% of statements [2019-10-17T22:09:40.364Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-17T22:09:40.929Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2019-10-17T22:09:40.929Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-10-17T22:09:41.186Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2019-10-17T22:09:41.444Z] ok github.com/docker/docker/pkg/mount 0.577s coverage: 69.6% of statements [2019-10-17T22:09:41.444Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-17T22:09:41.701Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-10-17T22:09:41.950Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-17T22:09:41.958Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-10-17T22:09:41.958Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-17T22:09:41.958Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-17T22:09:42.890Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2019-10-17T22:09:43.322Z] --- PASS: TestContainerStartOnDaemonRestart (3.54s) [2019-10-17T22:09:43.322Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-17T22:09:43.322Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-17T22:09:43.454Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-17T22:09:43.577Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-17T22:09:44.019Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-17T22:09:44.019Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-10-17T22:09:44.164Z] --- PASS: TestDaemonRestartIpcMode (4.31s) [2019-10-17T22:09:44.164Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-17T22:09:44.164Z] PASS [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] === Skipped [2019-10-17T22:09:44.164Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-10-17T22:09:44.164Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-17T22:09:44.164Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-17T22:09:44.164Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T22:09:44.164Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-17T22:09:44.164Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-17T22:09:44.164Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] [2019-10-17T22:09:44.164Z] DONE 197 tests, 6 skipped in 154.480s [2019-10-17T22:09:44.437Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-17T22:09:44.437Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:09:44.437Z] ++ set -e [2019-10-17T22:09:44.437Z] ++ '[' -n 0 ']' [2019-10-17T22:09:44.437Z] ++ set -x [2019-10-17T22:09:44.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:09:44.437Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-17T22:09:44.693Z] INFO: Testing against a local daemon [2019-10-17T22:09:44.693Z] === RUN TestCommitInheritsEnv [2019-10-17T22:09:45.256Z] --- PASS: TestCommitInheritsEnv (0.60s) [2019-10-17T22:09:45.256Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-17T22:09:45.256Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-17T22:09:45.256Z] === RUN TestImagesFilterMultiReference [2019-10-17T22:09:45.256Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2019-10-17T22:09:45.256Z] === RUN TestImagePullPlatformInvalid [2019-10-17T22:09:45.256Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-17T22:09:45.256Z] === RUN TestRemoveImageOrphaning [2019-10-17T22:09:45.256Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-17T22:09:45.429Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-10-17T22:09:45.685Z] ok github.com/docker/docker/pkg/reexec 0.018s coverage: 82.4% of statements [2019-10-17T22:09:45.817Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2019-10-17T22:09:45.817Z] === RUN TestRemoveImageGarbageCollector [2019-10-17T22:09:48.373Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-17T22:09:48.373Z] --- PASS: TestRemoveImageGarbageCollector (2.52s) [2019-10-17T22:09:48.373Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-10-17T22:09:48.373Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-17T22:09:48.373Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-17T22:09:48.373Z] === RUN TestTagInvalidReference [2019-10-17T22:09:48.373Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-17T22:09:48.373Z] === RUN TestTagValidPrefixedRepo [2019-10-17T22:09:48.628Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-17T22:09:48.628Z] === RUN TestTagExistedNameWithoutForce [2019-10-17T22:09:48.629Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-10-17T22:09:48.629Z] === RUN TestTagOfficialNames [2019-10-17T22:09:48.629Z] --- PASS: TestTagOfficialNames (0.07s) [2019-10-17T22:09:48.629Z] === RUN TestTagMatchesDigest [2019-10-17T22:09:48.629Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-17T22:09:48.629Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-17T22:09:48.958Z] ok github.com/docker/docker/pkg/signal 2.409s coverage: 61.0% of statements [2019-10-17T22:09:48.958Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-10-17T22:09:49.215Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2019-10-17T22:09:49.473Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-17T22:09:50.038Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-10-17T22:09:50.296Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-10-17T22:09:50.860Z] ok github.com/docker/docker/pkg/system 0.022s coverage: 36.9% of statements [2019-10-17T22:09:51.117Z] ok github.com/docker/docker/pkg/tailfile 0.058s coverage: 88.6% of statements [2019-10-17T22:09:51.682Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2019-10-17T22:09:51.893Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-17T22:09:52.246Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-10-17T22:09:52.503Z] testing: warning: no tests to run [2019-10-17T22:09:52.503Z] coverage: [no statements] [2019-10-17T22:09:52.503Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-17T22:09:52.760Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-17T22:09:53.017Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-17T22:09:53.259Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-17T22:09:53.274Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-17T22:09:53.821Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-17T22:09:54.748Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-10-17T22:09:55.167Z] ok github.com/docker/docker/plugin 0.532s coverage: 27.1% of statements [2019-10-17T22:09:56.099Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-17T22:09:56.114Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-17T22:09:56.114Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-17T22:09:57.030Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-10-17T22:09:57.287Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-10-17T22:09:58.656Z] ok github.com/docker/docker/registry 0.092s coverage: 56.3% of statements [2019-10-17T22:09:59.220Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-17T22:09:59.477Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-10-17T22:10:00.274Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-17T22:10:00.407Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-17T22:10:00.664Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-17T22:10:03.187Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-17T22:10:04.118Z] ok github.com/docker/docker/volume/local 0.017s coverage: 73.0% of statements [2019-10-17T22:10:04.434Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-17T22:10:04.434Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-17T22:10:04.682Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2019-10-17T22:10:05.612Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-10-17T22:10:06.947Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-17T22:10:06.947Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-17T22:10:07.871Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-17T22:10:08.432Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-17T22:10:08.687Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-17T22:10:08.942Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-17T22:10:09.503Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-17T22:10:09.503Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-17T22:10:10.063Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-17T22:10:11.425Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-17T22:10:16.679Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-17T22:10:17.240Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-17T22:10:17.785Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/rootless [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/volume [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-17T22:10:17.786Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === Skipped [2019-10-17T22:10:17.786Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-17T22:10:17.786Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-17T22:10:17.786Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:73: No driver to put! [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-17T22:10:17.786Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-17T22:10:17.786Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-17T22:10:17.786Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:10:17.786Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-17T22:10:17.786Z] graphtest_unix.go:73: No driver to put! [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-17T22:10:17.786Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-17T22:10:17.786Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] [2019-10-17T22:10:17.786Z] DONE 2114 tests, 20 skipped in 240.804s Post stage [Pipeline] junit [2019-10-17T22:10:17.799Z] Recording test results [2019-10-17T22:10:17.800Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-17T22:10:18.193Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-17T22:10:18.657Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40082/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/validate/vendor [2019-10-17T22:10:18.754Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-17T22:10:19.588Z] No vendor changes in diff. [2019-10-17T22:10:20.118Z] === RUN TestDockerSuite/TestBuildContChar [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-17T22:10:20.864Z] + echo Building e2e image [2019-10-17T22:10:20.864Z] Building e2e image [2019-10-17T22:10:20.864Z] + docker build --build-arg DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -t moby-e2e-test -f Dockerfile.e2e . [2019-10-17T22:10:20.864Z] #2 [internal] load .dockerignore [2019-10-17T22:10:20.864Z] #2 transferring context: 34B done [2019-10-17T22:10:20.864Z] #2 DONE 0.0s [2019-10-17T22:10:20.864Z] [2019-10-17T22:10:20.864Z] #1 [internal] load build definition from Dockerfile.e2e [2019-10-17T22:10:20.864Z] #1 transferring dockerfile: 3.21kB done [2019-10-17T22:10:20.864Z] #1 DONE 0.0s [2019-10-17T22:10:20.864Z] [2019-10-17T22:10:20.864Z] #4 [internal] load metadata for docker.io/library/golang:1.13.1-alpine [2019-10-17T22:10:21.121Z] #4 DONE 0.1s [2019-10-17T22:10:21.121Z] [2019-10-17T22:10:21.121Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-17T22:10:21.121Z] #3 DONE 0.1s [2019-10-17T22:10:21.121Z] [2019-10-17T22:10:21.121Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-17T22:10:21.121Z] #14 DONE 0.0s [2019-10-17T22:10:21.121Z] [2019-10-17T22:10:21.121Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-10-17T22:10:21.121Z] #5 DONE 0.0s [2019-10-17T22:10:21.121Z] [2019-10-17T22:10:21.121Z] #8 [internal] load build context [2019-10-17T22:10:21.121Z] #8 transferring context: 809.62kB 0.2s done [2019-10-17T22:10:21.378Z] #8 DONE 0.5s [2019-10-17T22:10:21.639Z] [2019-10-17T22:10:21.639Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-17T22:10:21.639Z] #17 CACHED [2019-10-17T22:10:21.639Z] [2019-10-17T22:10:21.639Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-17T22:10:21.639Z] #15 CACHED [2019-10-17T22:10:21.639Z] [2019-10-17T22:10:21.639Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-17T22:10:21.639Z] #16 CACHED [2019-10-17T22:10:21.639Z] [2019-10-17T22:10:21.639Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-17T22:10:21.639Z] #18 CACHED [2019-10-17T22:10:21.639Z] [2019-10-17T22:10:21.639Z] #31 [builder 1/4] COPY . . [2019-10-17T22:10:23.382Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-17T22:10:26.668Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-17T22:10:26.668Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-10-17T22:10:26.668Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-17T22:10:26.668Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-17T22:10:26.668Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-17T22:10:26.668Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-17T22:10:26.668Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-17T22:10:26.668Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-17T22:10:26.677Z] ok github.com/docker/docker/cmd/dockerd 0.201s coverage: 30.3% of statements [2019-10-17T22:10:26.677Z] ok github.com/docker/docker/container 0.184s coverage: 35.3% of statements [2019-10-17T22:10:26.677Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-17T22:10:26.677Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-17T22:10:26.677Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-17T22:10:26.677Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-17T22:10:26.974Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.059s coverage: 65.3% of statements [2019-10-17T22:10:27.231Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-17T22:10:27.982Z] #31 DONE 5.9s [2019-10-17T22:10:27.982Z] [2019-10-17T22:10:27.982Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-17T22:10:29.350Z] #32 DONE 1.9s [2019-10-17T22:10:29.350Z] [2019-10-17T22:10:29.350Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-17T22:10:29.751Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-17T22:10:29.913Z] #33 0.715 [2019-10-17T22:10:30.007Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-17T22:10:30.843Z] #33 1.344 Removing bundles/ [2019-10-17T22:10:30.843Z] #33 1.345 [2019-10-17T22:10:30.843Z] #33 1.348 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-17T22:10:32.213Z] #33 2.864 Building test suite binary ./integration-cli/test.main [2019-10-17T22:10:33.275Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-17T22:10:35.268Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-10-17T22:10:35.409Z] ok github.com/docker/docker/daemon/cluster/convert 0.042s coverage: 35.8% of statements [2019-10-17T22:10:36.918Z] ok github.com/docker/docker/daemon/cluster 0.187s coverage: 0.5% of statements [2019-10-17T22:10:38.405Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-17T22:10:38.405Z] [2019-10-17T22:10:38.405Z] ________ ____ __. [2019-10-17T22:10:38.405Z] \_____ \ | |/ _| [2019-10-17T22:10:38.405Z] / | \| < [2019-10-17T22:10:38.405Z] / | \ | \ [2019-10-17T22:10:38.405Z] \_______ /____|__ \ [2019-10-17T22:10:38.405Z] \/ \/ [2019-10-17T22:10:38.405Z] [2019-10-17T22:10:38.405Z] INFO: make.ps1 ended at 10/17/2019 22:10:37 [2019-10-17T22:10:39.949Z] INFO: Binaries build ended at 10/17/2019 22:10:39. Duration:00:01:21.7989833 [2019-10-17T22:10:40.507Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-17T22:10:40.762Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-10-17T22:10:42.137Z] INFO: Copying the built daemon binary to d:\CI\PR-40082\5\binary\dockerd-fde421707.exe... [2019-10-17T22:10:42.450Z] ok github.com/docker/docker/daemon/discovery 0.031s coverage: 30.0% of statements [2019-10-17T22:10:42.648Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-17T22:10:43.110Z] INFO: Copying the built client binary to d:\CI\PR-40082\5\binary\docker-fde421707.exe... [2019-10-17T22:10:43.110Z] INFO: Copying dockerversion from the container... [2019-10-17T22:10:43.110Z] INFO: Copying the golang package from the container to d:\CI\PR-40082\5\installer\go.zip... [2019-10-17T22:10:44.012Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-17T22:10:44.495Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2019-10-17T22:10:44.572Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-17T22:10:45.519Z] ok github.com/docker/docker/daemon/config 0.133s coverage: 84.6% of statements [2019-10-17T22:10:46.029Z] INFO: Extracting go.zip to d:\CI\PR-40082\5\go [2019-10-17T22:10:47.084Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-17T22:10:48.227Z] ok github.com/docker/docker/daemon/graphdriver 0.018s coverage: 2.2% of statements [2019-10-17T22:10:48.251Z] --- PASS: TestImportExtremelyLargeImageWorks (114.80s) [2019-10-17T22:10:48.251Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-17T22:10:48.251Z] PASS [2019-10-17T22:10:48.251Z] [2019-10-17T22:10:48.251Z] === Skipped [2019-10-17T22:10:48.251Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.01s) [2019-10-17T22:10:48.251Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:10:48.251Z] [2019-10-17T22:10:48.251Z] [2019-10-17T22:10:48.251Z] DONE 12 tests, 1 skipped in 116.372s [2019-10-17T22:10:48.251Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-17T22:10:48.251Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:10:48.251Z] ++ set -e [2019-10-17T22:10:48.251Z] ++ '[' -n 0 ']' [2019-10-17T22:10:48.251Z] ++ set -x [2019-10-17T22:10:48.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:10:48.251Z] INFO: Testing against a local daemon [2019-10-17T22:10:48.251Z] === RUN TestNetworkCreateDelete [2019-10-17T22:10:48.251Z] --- PASS: TestNetworkCreateDelete (0.12s) [2019-10-17T22:10:48.251Z] === RUN TestDockerNetworkDeletePreferID [2019-10-17T22:10:48.449Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-17T22:10:48.617Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s) [2019-10-17T22:10:48.617Z] === RUN TestInspectNetwork [2019-10-17T22:10:50.276Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.505s coverage: 13.7% of statements [2019-10-17T22:10:50.963Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-17T22:10:52.703Z] === RUN TestInspectNetwork/full_network_id [2019-10-17T22:10:52.703Z] === RUN TestInspectNetwork/partial_network_id [2019-10-17T22:10:52.703Z] === RUN TestInspectNetwork/network_name [2019-10-17T22:10:52.703Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-17T22:10:52.977Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 2.9% of statements [2019-10-17T22:10:53.998Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.010s coverage: 57.9% of statements [2019-10-17T22:10:54.225Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-17T22:10:54.225Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-17T22:10:54.287Z] ok github.com/docker/docker/daemon 12.555s coverage: 17.6% of statements [2019-10-17T22:10:54.287Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-17T22:10:54.287Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-17T22:10:54.287Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-17T22:10:54.287Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-17T22:10:55.590Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-17T22:10:55.590Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-17T22:10:55.845Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-17T22:10:55.845Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-17T22:10:55.845Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-17T22:10:56.405Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-17T22:10:56.965Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-17T22:10:57.525Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-17T22:10:57.738Z] --- PASS: TestInspectNetwork (8.96s) [2019-10-17T22:10:57.738Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-17T22:10:57.738Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-17T22:10:57.738Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-17T22:10:57.738Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-17T22:10:57.738Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-17T22:10:57.738Z] === RUN TestRunContainerWithBridgeNone [2019-10-17T22:10:58.086Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-17T22:10:59.822Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.515s coverage: 68.6% of statements [2019-10-17T22:11:00.445Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.922s coverage: 51.0% of statements [2019-10-17T22:11:00.598Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-17T22:11:00.598Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-17T22:11:00.949Z] --- PASS: TestRunContainerWithBridgeNone (2.67s) [2019-10-17T22:11:00.949Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-17T22:11:00.949Z] === RUN TestNetworkInvalidJSON [2019-10-17T22:11:00.949Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-17T22:11:00.949Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-17T22:11:00.949Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:11:00.949Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:11:00.949Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:11:00.949Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:11:00.949Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-17T22:11:00.949Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:11:00.949Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:11:00.949Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-17T22:11:00.949Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-17T22:11:00.949Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-17T22:11:00.949Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-17T22:11:00.949Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-17T22:11:01.158Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-17T22:11:01.736Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-10-17T22:11:01.736Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-17T22:11:01.736Z] === RUN TestDaemonDefaultNetworkPools [2019-10-17T22:11:02.083Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-17T22:11:02.101Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2019-10-17T22:11:02.101Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-17T22:11:02.101Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-17T22:11:02.485Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.104s coverage: 46.2% of statements [2019-10-17T22:11:02.486Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-17T22:11:03.383Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2019-10-17T22:11:03.383Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-17T22:11:03.383Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-17T22:11:03.968Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-17T22:11:04.545Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.647s coverage: 76.1% of statements [2019-10-17T22:11:04.545Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2019-10-17T22:11:04.655Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2019-10-17T22:11:04.655Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-17T22:11:04.655Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-17T22:11:04.835Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.665s coverage: 52.6% of statements [2019-10-17T22:11:04.835Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-17T22:11:04.835Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-17T22:11:05.435Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-10-17T22:11:05.435Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-17T22:11:05.435Z] === RUN TestServiceWithPredefinedNetwork [2019-10-17T22:11:06.886Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2019-10-17T22:11:08.154Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-17T22:11:08.154Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-17T22:11:08.174Z] --- PASS: TestServiceWithPredefinedNetwork (3.01s) [2019-10-17T22:11:08.174Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-17T22:11:08.174Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-17T22:11:08.174Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:11:08.174Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:11:08.174Z] === RUN TestServiceWithDataPathPortInit [2019-10-17T22:11:08.396Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.035s coverage: 3.0% of statements [2019-10-17T22:11:10.044Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-17T22:11:10.557Z] ok github.com/docker/docker/daemon/logger 0.270s coverage: 42.7% of statements [2019-10-17T22:11:11.930Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-17T22:11:12.185Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-17T22:11:12.440Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-17T22:11:12.602Z] ok github.com/docker/docker/daemon/logger/gelf 0.033s coverage: 68.2% of statements [2019-10-17T22:11:12.697Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-17T22:11:14.091Z] ok github.com/docker/docker/daemon/logger/awslogs 0.542s coverage: 77.8% of statements [2019-10-17T22:11:14.383Z] ok github.com/docker/docker/daemon/images 0.054s coverage: 4.9% of statements [2019-10-17T22:11:14.383Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-17T22:11:14.383Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-17T22:11:14.383Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-17T22:11:14.383Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-17T22:11:14.670Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 26.2% of statements [2019-10-17T22:11:16.032Z] INFO: Extraction ended at 10/17/2019 22:11:14. Duration:00:00:29.0156187 [2019-10-17T22:11:16.032Z] INFO: Updating the golang and path environment variables [2019-10-17T22:11:16.032Z] INFO: GOPATH=d:\gopath [2019-10-17T22:11:16.032Z] INFO: go version go1.13.1 windows/amd64 [2019-10-17T22:11:16.032Z] INFO: Running the daemon under test in debug mode [2019-10-17T22:11:16.032Z] INFO: Starting a daemon under test... [2019-10-17T22:11:16.032Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40082\5\daemon --pidfile d:\CI\PR-40082\5\docker.pid -D [2019-10-17T22:11:16.032Z] INFO: Process started successfully. [2019-10-17T22:11:16.032Z] INFO: Start tailing logs of the daemon under tests [2019-10-17T22:11:16.032Z] INFO: Waiting for the daemon under test to start... [2019-10-17T22:11:16.162Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.044s coverage: 88.3% of statements [2019-10-17T22:11:16.450Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.072s coverage: 62.1% of statements [2019-10-17T22:11:16.860Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-17T22:11:18.500Z] ok github.com/docker/docker/daemon/logger/local 0.107s coverage: 74.7% of statements [2019-10-17T22:11:18.500Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-17T22:11:18.948Z] INFO: Daemon under test started and replied! [2019-10-17T22:11:18.948Z] INFO: Docker version of the daemon under test [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] Client: [2019-10-17T22:11:18.948Z] Version: 17.06.2-ce [2019-10-17T22:11:18.948Z] API version: 1.30 [2019-10-17T22:11:18.948Z] Go version: go1.8.3 [2019-10-17T22:11:18.948Z] Git commit: cec0b72 [2019-10-17T22:11:18.948Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-17T22:11:18.948Z] OS/Arch: windows/amd64 [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] Server: [2019-10-17T22:11:18.948Z] Version: 0.0.0-dev [2019-10-17T22:11:18.948Z] API version: 1.41 (minimum version 1.24) [2019-10-17T22:11:18.948Z] Go version: go1.13.1 [2019-10-17T22:11:18.948Z] Git commit: fde421707 [2019-10-17T22:11:18.948Z] Built: 10/17/2019 22:09:23 [2019-10-17T22:11:18.948Z] OS/Arch: windows/amd64 [2019-10-17T22:11:18.948Z] Experimental: false [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] INFO: Docker info of the daemon under test [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] Containers: 0 [2019-10-17T22:11:18.948Z] Running: 0 [2019-10-17T22:11:18.948Z] Paused: 0 [2019-10-17T22:11:18.948Z] Stopped: 0 [2019-10-17T22:11:18.948Z] Images: 0 [2019-10-17T22:11:18.948Z] Server Version: 0.0.0-dev [2019-10-17T22:11:18.948Z] Storage Driver: windowsfilter [2019-10-17T22:11:18.948Z] Windows: [2019-10-17T22:11:18.948Z] Logging Driver: json-file [2019-10-17T22:11:18.948Z] Plugins: [2019-10-17T22:11:18.948Z] Volume: local [2019-10-17T22:11:18.948Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-17T22:11:18.948Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-17T22:11:18.948Z] Swarm: inactive [2019-10-17T22:11:18.948Z] Default Isolation: process [2019-10-17T22:11:18.948Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-17T22:11:18.948Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-17T22:11:18.948Z] OSType: windows [2019-10-17T22:11:18.948Z] Architecture: x86_64 [2019-10-17T22:11:18.948Z] CPUs: 4 [2019-10-17T22:11:18.948Z] Total Memory: 32GiB [2019-10-17T22:11:18.948Z] Name: azwin-2-682bf0 [2019-10-17T22:11:18.948Z] ID: OGKJ:U4IO:3YES:D7O3:RN3K:XENF:CZHJ:KBEV:53SH:GJIM:Y5KD:W2I4 [2019-10-17T22:11:18.948Z] Docker Root Dir: D:\CI\PR-40082\5\daemon [2019-10-17T22:11:18.948Z] Debug Mode (client): false [2019-10-17T22:11:18.948Z] Debug Mode (server): true [2019-10-17T22:11:18.948Z] File Descriptors: -1 [2019-10-17T22:11:18.948Z] Goroutines: 17 [2019-10-17T22:11:18.948Z] System Time: 2019-10-17T22:11:18.5321771Z [2019-10-17T22:11:18.948Z] EventsListeners: 0 [2019-10-17T22:11:18.948Z] Registry: https://index.docker.io/v1/ [2019-10-17T22:11:18.948Z] Labels: [2019-10-17T22:11:18.948Z] Experimental: false [2019-10-17T22:11:18.948Z] Insecure Registries: [2019-10-17T22:11:18.948Z] 127.0.0.0/8 [2019-10-17T22:11:18.948Z] Live Restore Enabled: false [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] INFO: Docker images of the daemon under test [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-17T22:11:18.948Z] [2019-10-17T22:11:18.948Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-17T22:11:18.948Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-17T22:11:19.409Z] ltsc2019: Pulling from windows/servercore [2019-10-17T22:11:19.522Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.043s coverage: 19.9% of statements [2019-10-17T22:11:20.130Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-17T22:11:20.149Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 47.8% of statements [2019-10-17T22:11:20.385Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-17T22:11:21.174Z] ok github.com/docker/docker/daemon/logger/templates 0.017s coverage: 8.3% of statements [2019-10-17T22:11:22.667Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2019-10-17T22:11:24.116Z] 65014b3c3121: Pulling fs layer [2019-10-17T22:11:24.116Z] 12c8dbabfd62: Pulling fs layer [2019-10-17T22:11:24.166Z] ok github.com/docker/docker/daemon/logger/splunk 3.010s coverage: 82.5% of statements [2019-10-17T22:11:24.167Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-17T22:11:24.167Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-17T22:11:25.623Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-17T22:11:27.512Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-17T22:11:27.660Z] ok github.com/docker/docker/distribution/metadata 0.197s coverage: 48.2% of statements [2019-10-17T22:11:27.947Z] ok github.com/docker/docker/errdefs 0.016s coverage: 49.4% of statements [2019-10-17T22:11:28.126Z] --- PASS: TestServiceWithDataPathPortInit (17.58s) [2019-10-17T22:11:28.126Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:11:28.126Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:11:28.126Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-17T22:11:28.438Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-17T22:11:28.438Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-10-17T22:11:28.572Z] ok github.com/docker/docker/distribution 0.847s coverage: 22.1% of statements [2019-10-17T22:11:28.573Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-17T22:11:28.999Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-17T22:11:29.559Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-10-17T22:11:30.922Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-17T22:11:32.085Z] ok github.com/docker/docker/distribution/xfer 1.754s coverage: 85.6% of statements [2019-10-17T22:11:32.085Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-17T22:11:32.085Z] ok github.com/docker/docker/image/cache 0.022s coverage: 19.2% of statements [2019-10-17T22:11:33.107Z] ok github.com/docker/docker/image 0.117s coverage: 86.4% of statements [2019-10-17T22:11:33.107Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-17T22:11:33.394Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2019-10-17T22:11:33.434Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-17T22:11:33.683Z] ok github.com/docker/docker/image/v1 0.061s coverage: 25.0% of statements [2019-10-17T22:11:33.683Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-17T22:11:34.437Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.29s) [2019-10-17T22:11:34.437Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-17T22:11:34.437Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:e0mc638f0pwqo0ad85ryhqi9b Created:2019-10-17 22:11:27.264338079 +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[743f847f2a44a66811dbb304aca40a7ddb2d944425da8690676d6bd269313b1f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jwknrlal32znfo6setgqshu3u EndpointID:ff0965e693b519e925de747beb7c85db1a467d80d725648be25ff5e7d254468a MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c16b4bc9d923190b642971f58977a2de6102cad2e09b34f4005b1e2fdab7b22b 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:30846f073760 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jwknrlal32znfo6setgqshu3u EndpointID:ff0965e693b519e925de747beb7c85db1a467d80d725648be25ff5e7d254468a EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-17T22:11:34.437Z] PASS [2019-10-17T22:11:34.437Z] [2019-10-17T22:11:34.437Z] === Skipped [2019-10-17T22:11:34.437Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:11:34.437Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:11:34.437Z] [2019-10-17T22:11:34.437Z] [2019-10-17T22:11:34.437Z] DONE 21 tests, 1 skipped in 45.999s [2019-10-17T22:11:34.437Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:11:34.437Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:34.437Z] ++ set -e [2019-10-17T22:11:34.437Z] ++ '[' -n 0 ']' [2019-10-17T22:11:34.437Z] ++ set -x [2019-10-17T22:11:34.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-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:34.437Z] INFO: Testing against a local daemon [2019-10-17T22:11:34.437Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-17T22:11:34.437Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-17T22:11:34.437Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:11:34.437Z] === RUN TestDockerNetworkIpvlan [2019-10-17T22:11:34.437Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-17T22:11:34.437Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:11:34.437Z] PASS [2019-10-17T22:11:34.437Z] [2019-10-17T22:11:34.437Z] === Skipped [2019-10-17T22:11:34.437Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-17T22:11:34.437Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:11:34.437Z] [2019-10-17T22:11:34.437Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-17T22:11:34.437Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:11:34.437Z] [2019-10-17T22:11:34.437Z] [2019-10-17T22:11:34.437Z] DONE 2 tests, 2 skipped in 0.140s [2019-10-17T22:11:34.437Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:11:34.437Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:34.437Z] ++ set -e [2019-10-17T22:11:34.437Z] ++ '[' -n 0 ']' [2019-10-17T22:11:34.437Z] ++ set -x [2019-10-17T22:11:34.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-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:34.437Z] INFO: Testing against a local daemon [2019-10-17T22:11:34.437Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-17T22:11:34.464Z] 12c8dbabfd62: Verifying Checksum [2019-10-17T22:11:34.464Z] 12c8dbabfd62: Download complete [2019-10-17T22:11:34.703Z] ok github.com/docker/docker/pkg/aaparser 0.005s coverage: 50.0% of statements [2019-10-17T22:11:35.762Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2019-10-17T22:11:35.762Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-17T22:11:35.762Z] === RUN TestDockerNetworkMacvlan [2019-10-17T22:11:35.948Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-17T22:11:36.507Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-17T22:11:36.507Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-17T22:11:36.582Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-17T22:11:37.366Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-17T22:11:38.396Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-17T22:11:38.641Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-17T22:11:39.120Z] ok github.com/docker/docker/opts 0.088s coverage: 66.9% of statements [2019-10-17T22:11:39.758Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-17T22:11:40.619Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-10-17T22:11:41.136Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-17T22:11:41.239Z] ok github.com/docker/docker/pkg/capabilities 0.016s coverage: 87.5% of statements [2019-10-17T22:11:41.525Z] ok github.com/docker/docker/pkg/authorization 1.852s coverage: 68.3% of statements [2019-10-17T22:11:41.644Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-17T22:11:41.825Z] ok github.com/docker/docker/pkg/archive 1.419s coverage: 77.1% of statements [2019-10-17T22:11:42.204Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-17T22:11:42.453Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2019-10-17T22:11:43.068Z] 65014b3c3121: Verifying Checksum [2019-10-17T22:11:43.068Z] 65014b3c3121: Download complete [2019-10-17T22:11:43.942Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 97.6% of statements [2019-10-17T22:11:44.229Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2019-10-17T22:11:45.187Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-17T22:11:45.725Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2019-10-17T22:11:46.353Z] ok github.com/docker/docker/layer 7.365s coverage: 68.8% of statements [2019-10-17T22:11:46.353Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-17T22:11:46.353Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-17T22:11:46.353Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-17T22:11:46.353Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-17T22:11:46.353Z] ? github.com/docker/docker/oci [no test files] [2019-10-17T22:11:46.353Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-17T22:11:46.638Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2019-10-17T22:11:47.267Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-10-17T22:11:48.296Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2019-10-17T22:11:48.586Z] ok github.com/docker/docker/pkg/fileutils 0.028s coverage: 89.5% of statements [2019-10-17T22:11:48.878Z] ok github.com/docker/docker/pkg/chrootarchive 4.439s coverage: 43.2% of statements [2019-10-17T22:11:48.878Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-17T22:11:48.878Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-17T22:11:50.380Z] ok github.com/docker/docker/pkg/fsutils 0.328s coverage: 85.1% of statements [2019-10-17T22:11:50.380Z] ok github.com/docker/docker/pkg/discovery/kv 3.327s coverage: 84.1% of statements [2019-10-17T22:11:50.380Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2019-10-17T22:11:50.433Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-17T22:11:50.881Z] --- PASS: TestDockerNetworkMacvlan (14.99s) [2019-10-17T22:11:50.881Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:11:50.881Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-17T22:11:50.881Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:11:50.881Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-10-17T22:11:50.881Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:11:50.881Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.22s) [2019-10-17T22:11:50.881Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:11:50.881Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.25s) [2019-10-17T22:11:50.881Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:11:50.881Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.10s) [2019-10-17T22:11:50.881Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:11:50.881Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2019-10-17T22:11:50.881Z] PASS [2019-10-17T22:11:50.881Z] [2019-10-17T22:11:50.881Z] DONE 8 tests in 16.566s [2019-10-17T22:11:50.881Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-17T22:11:50.881Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:50.881Z] ++ set -e [2019-10-17T22:11:50.881Z] ++ '[' -n 0 ']' [2019-10-17T22:11:50.881Z] ++ set -x [2019-10-17T22:11:50.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:50.881Z] testing: warning: no tests to run [2019-10-17T22:11:50.881Z] PASS [2019-10-17T22:11:50.881Z] [2019-10-17T22:11:50.881Z] DONE 0 tests in 0.057s [2019-10-17T22:11:50.881Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-17T22:11:50.881Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:50.881Z] ++ set -e [2019-10-17T22:11:50.881Z] ++ '[' -n 0 ']' [2019-10-17T22:11:50.881Z] ++ set -x [2019-10-17T22:11:50.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:11:51.353Z] INFO: Testing against a local daemon [2019-10-17T22:11:51.353Z] === RUN TestAuthZPluginAllowRequest [2019-10-17T22:11:52.201Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-17T22:11:52.427Z] ok github.com/docker/docker/pkg/locker 0.073s coverage: 88.9% of statements [2019-10-17T22:11:52.427Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2019-10-17T22:11:52.669Z] --- PASS: TestAuthZPluginAllowRequest (1.65s) [2019-10-17T22:11:52.669Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-17T22:11:52.669Z] === RUN TestAuthZPluginTLS [2019-10-17T22:11:53.447Z] ok github.com/docker/docker/pkg/longpath 0.018s coverage: 100.0% of statements [2019-10-17T22:11:53.447Z] ok github.com/docker/docker/pkg/idtools 1.068s coverage: 70.1% of statements [2019-10-17T22:11:53.447Z] ok github.com/docker/docker/pkg/ioutils 1.548s coverage: 69.3% of statements [2019-10-17T22:11:53.447Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-17T22:11:53.448Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-10-17T22:11:53.448Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-17T22:11:53.448Z] === RUN TestAuthZPluginDenyRequest [2019-10-17T22:11:53.817Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-17T22:11:53.817Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-17T22:11:53.817Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-17T22:11:54.468Z] ok github.com/docker/docker/pkg/namesgenerator 0.026s coverage: 85.7% of statements [2019-10-17T22:11:54.622Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2019-10-17T22:11:54.622Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-17T22:11:54.622Z] === RUN TestAuthZPluginDenyResponse [2019-10-17T22:11:54.715Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-17T22:11:54.755Z] ok github.com/docker/docker/pkg/parsers 0.025s coverage: 97.0% of statements [2019-10-17T22:11:54.992Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-10-17T22:11:54.992Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-17T22:11:54.992Z] === RUN TestAuthZPluginAllowEventStream [2019-10-17T22:11:55.042Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2019-10-17T22:11:55.641Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-17T22:11:55.668Z] ok github.com/docker/docker/pkg/mount 1.047s coverage: 69.6% of statements [2019-10-17T22:11:55.668Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-17T22:11:55.982Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.026s coverage: 91.4% of statements [2019-10-17T22:11:55.982Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.4% of statements [2019-10-17T22:11:55.982Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-17T22:11:55.982Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-17T22:11:56.201Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-17T22:11:56.807Z] --- PASS: TestAuthZPluginAllowEventStream (1.69s) [2019-10-17T22:11:56.807Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-17T22:11:56.807Z] === RUN TestAuthZPluginErrorResponse [2019-10-17T22:11:57.176Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-10-17T22:11:57.176Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-17T22:11:57.176Z] === RUN TestAuthZPluginErrorRequest [2019-10-17T22:11:57.470Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2019-10-17T22:11:57.824Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-10-17T22:11:57.824Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-17T22:11:57.824Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-17T22:11:58.191Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-10-17T22:11:58.191Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-17T22:11:58.191Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-17T22:11:58.279Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-17T22:11:58.291Z] ok github.com/docker/docker/pkg/pools 0.028s coverage: 88.2% of statements [2019-10-17T22:11:58.577Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2019-10-17T22:11:58.863Z] ok github.com/docker/docker/pkg/plugins/transport 0.007s coverage: 85.7% of statements [2019-10-17T22:11:59.878Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-10-17T22:12:00.679Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2019-10-17T22:12:00.679Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-17T22:12:00.679Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-17T22:12:00.792Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-17T22:12:00.895Z] ok github.com/docker/docker/pkg/pubsub 1.165s coverage: 73.9% of statements [2019-10-17T22:12:00.895Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2019-10-17T22:12:01.352Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-17T22:12:01.608Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-17T22:12:01.919Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 70.6% of statements [2019-10-17T22:12:02.209Z] ok github.com/docker/docker/pkg/streamformatter 0.031s coverage: 66.2% of statements [2019-10-17T22:12:02.726Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.33s) [2019-10-17T22:12:02.726Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-17T22:12:02.726Z] === RUN TestAuthZPluginHeader [2019-10-17T22:12:02.828Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-10-17T22:12:03.449Z] ok github.com/docker/docker/pkg/sysinfo 0.019s coverage: 80.0% of statements [2019-10-17T22:12:03.540Z] --- PASS: TestAuthZPluginHeader (0.86s) [2019-10-17T22:12:03.540Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-17T22:12:03.540Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-17T22:12:03.540Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-17T22:12:03.540Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:03.540Z] === RUN TestAuthZPluginV2Disable [2019-10-17T22:12:03.540Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-17T22:12:03.540Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:03.540Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-17T22:12:03.540Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-17T22:12:03.540Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:03.540Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-17T22:12:03.540Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-17T22:12:03.540Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:03.540Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-17T22:12:04.072Z] ok github.com/docker/docker/pkg/signal 3.852s coverage: 61.0% of statements [2019-10-17T22:12:04.358Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 36.9% of statements [2019-10-17T22:12:04.983Z] ok github.com/docker/docker/pkg/tailfile 0.200s coverage: 88.6% of statements [2019-10-17T22:12:06.006Z] ok github.com/docker/docker/pkg/term 0.025s coverage: 84.8% of statements [2019-10-17T22:12:06.006Z] testing: warning: no tests to run [2019-10-17T22:12:06.006Z] coverage: [no statements] [2019-10-17T22:12:06.006Z] ok github.com/docker/docker/pkg/term/windows 0.007s coverage: [no statements] [no tests to run] [2019-10-17T22:12:07.025Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2019-10-17T22:12:07.025Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2019-10-17T22:12:07.311Z] ok github.com/docker/docker/pkg/tarsum 0.242s coverage: 89.3% of statements [2019-10-17T22:12:07.934Z] ok github.com/docker/docker/pkg/useragent 0.025s coverage: 88.9% of statements [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite (364.63s) [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (12.01s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (3.29s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.67s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (6.57s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-17T22:12:08.136Z] docker_cli_daemon_test.go:1449: [d8c4b1d364073] daemon is not started [2019-10-17T22:12:08.136Z] check_test.go:309: [dca4d25ea7f68] daemon is not started [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (4.59s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.59s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-17T22:12:08.136Z] check_test.go:309: [d40167a768525] daemon is not started [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (3.17s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.51s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.45s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.28s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.88s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.55s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.38s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.38s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-17T22:12:08.136Z] check_test.go:309: [ddf360ded9795] daemon is not started [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-17T22:12:08.136Z] check_test.go:309: [d493fef3e01b5] daemon is not started [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.54s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-10-17T22:12:08.136Z] check_test.go:309: [dcf2436fe78ae] daemon is not started [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.50s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.60s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.79s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.08s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.54s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-10-17T22:12:08.136Z] check_test.go:309: [dd348ebf00e35] daemon is not started [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-10-17T22:12:08.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.01s) [2019-10-17T22:12:08.136Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-10-17T22:12:08.137Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-17T22:12:08.137Z] check_test.go:309: [dd9d480000a08] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.79s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-10-17T22:12:08.137Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-17T22:12:08.137Z] check_test.go:309: [de551e61e8c90] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.19s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.14s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.55s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.86s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-10-17T22:12:08.137Z] check_test.go:309: [dde5e641788b5] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.34s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-10-17T22:12:08.137Z] check_test.go:309: [de26cc8e21316] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.97s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-10-17T22:12:08.137Z] docker_cli_daemon_plugins_test.go:79: [d49b72a854a71] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.47s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-10-17T22:12:08.137Z] docker_cli_daemon_plugins_test.go:169: [d7a7f4c839c52] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.22s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-10-17T22:12:08.137Z] check_test.go:309: [df5b779ccf40c] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.72s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.85s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.73s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.87s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.75s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.78s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.04s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.63s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-10-17T22:12:08.137Z] check_test.go:309: [d968b4501e904] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.45s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.66s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.56s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.11s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.35s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.07s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-10-17T22:12:08.137Z] check_test.go:309: [d53947bb02429] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.50s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.54s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.15s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.06s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (2.08s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.39s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.57s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-10-17T22:12:08.137Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-17T22:12:08.137Z] check_test.go:309: [da6f6bc7188a2] daemon is not started [2019-10-17T22:12:08.137Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-17T22:12:08.137Z] check_test.go:309: [d780cf2adfeb5] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.59s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-10-17T22:12:08.137Z] check_test.go:309: [d9a9ea27ce297] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.18s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.26s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.43s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.18s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.59s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.52s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.42s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.89s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-10-17T22:12:08.137Z] check_test.go:309: [da0a719f573b8] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.98s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.15s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.13s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-10-17T22:12:08.137Z] check_test.go:309: [d714533e4a961] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.02s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-17T22:12:08.137Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-17T22:12:08.137Z] check_test.go:309: [dc2d2bab78b04] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-10-17T22:12:08.137Z] check_test.go:309: [dd026d3e859b4] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.57s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.68s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.56s) [2019-10-17T22:12:08.137Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-10-17T22:12:08.137Z] check_test.go:309: [d41011c368232] daemon is not started [2019-10-17T22:12:08.137Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.17s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.19s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.33s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-10-17T22:12:08.138Z] check_test.go:309: [d8623dd3d0c05] daemon is not started [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.21s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.01s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.31s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.12s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-17T22:12:08.138Z] check_test.go:309: [d790067f8541d] daemon is not started [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.10s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-10-17T22:12:08.138Z] check_test.go:309: [d057fb22de71b] daemon is not started [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.95s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.88s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.20s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.02s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.60s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.89s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.76s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.21s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.05s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.18s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.73s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.89s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-10-17T22:12:08.138Z] docker_cli_daemon_test.go:2542: [dda1e3fe6f7b2] daemon is not started [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.00s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.32s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.57s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.20s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-10-17T22:12:08.138Z] check_test.go:309: [d350e4f86f7fe] daemon is not started [2019-10-17T22:12:08.138Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.86s) [2019-10-17T22:12:08.138Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-10-17T22:12:08.138Z] === RUN TestDockerSwarmSuite [2019-10-17T22:12:08.138Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-17T22:12:09.981Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2019-10-17T22:12:12.047Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2019-10-17T22:12:12.303Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-17T22:12:12.334Z] ok github.com/docker/docker/profiles/seccomp 0.053s coverage: 68.8% of statements [2019-10-17T22:12:13.351Z] ok github.com/docker/docker/plugin 0.616s coverage: 27.1% of statements [2019-10-17T22:12:14.838Z] ok github.com/docker/docker/registry/resumable 0.028s coverage: 100.0% of statements [2019-10-17T22:12:15.125Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 50.9% of statements [2019-10-17T22:12:15.565Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-17T22:12:15.565Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-17T22:12:16.490Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-17T22:12:16.490Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-17T22:12:16.611Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2019-10-17T22:12:16.909Z] ok github.com/docker/docker/runconfig 0.038s coverage: 68.2% of statements [2019-10-17T22:12:17.532Z] ok github.com/docker/docker/registry 0.667s coverage: 56.3% of statements [2019-10-17T22:12:21.022Z] ok github.com/docker/docker/volume/drivers 0.039s coverage: 36.1% of statements [2019-10-17T22:12:21.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-17T22:12:21.731Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-17T22:12:23.064Z] ok github.com/docker/docker/volume/mounts 0.070s coverage: 67.0% of statements [2019-10-17T22:12:23.359Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.85s) [2019-10-17T22:12:23.359Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-17T22:12:23.359Z] PASS [2019-10-17T22:12:23.359Z] [2019-10-17T22:12:23.359Z] === Skipped [2019-10-17T22:12:23.359Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-17T22:12:23.359Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:23.359Z] [2019-10-17T22:12:23.359Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-17T22:12:23.359Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:23.359Z] [2019-10-17T22:12:23.359Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-17T22:12:23.359Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:23.359Z] [2019-10-17T22:12:23.359Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-17T22:12:23.359Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:23.359Z] [2019-10-17T22:12:23.359Z] [2019-10-17T22:12:23.359Z] DONE 17 tests, 4 skipped in 29.462s [2019-10-17T22:12:23.359Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-17T22:12:23.359Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:23.359Z] ++ set -e [2019-10-17T22:12:23.359Z] ++ '[' -n 0 ']' [2019-10-17T22:12:23.359Z] ++ set -x [2019-10-17T22:12:23.360Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:23.360Z] INFO: Testing against a local daemon [2019-10-17T22:12:23.360Z] === RUN TestPluginInvalidJSON [2019-10-17T22:12:23.360Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:12:23.360Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:12:23.360Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:12:23.360Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-17T22:12:23.360Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-17T22:12:23.360Z] PASS [2019-10-17T22:12:23.360Z] [2019-10-17T22:12:23.360Z] DONE 2 tests in 0.114s [2019-10-17T22:12:23.360Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-17T22:12:23.360Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:23.360Z] ++ set -e [2019-10-17T22:12:23.360Z] ++ '[' -n 0 ']' [2019-10-17T22:12:23.360Z] ++ set -x [2019-10-17T22:12:23.360Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:23.360Z] INFO: Testing against a local daemon [2019-10-17T22:12:23.360Z] === RUN TestExternalGraphDriver [2019-10-17T22:12:23.360Z] === RUN TestExternalGraphDriver/json [2019-10-17T22:12:23.360Z] === RUN TestExternalGraphDriver/spec [2019-10-17T22:12:23.683Z] ok github.com/docker/docker/volume/local 0.045s coverage: 73.0% of statements [2019-10-17T22:12:23.819Z] #33 114.2 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-17T22:12:24.994Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-17T22:12:25.174Z] === RUN TestExternalGraphDriver/pull [2019-10-17T22:12:25.332Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.0% of statements [2019-10-17T22:12:26.342Z] #33 116.7 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-17T22:12:26.999Z] --- PASS: TestExternalGraphDriver (6.45s) [2019-10-17T22:12:26.999Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-17T22:12:26.999Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2019-10-17T22:12:26.999Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-10-17T22:12:26.999Z] --- PASS: TestExternalGraphDriver/pull (2.19s) [2019-10-17T22:12:26.999Z] === RUN TestGraphdriverPluginV2 [2019-10-17T22:12:26.999Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-10-17T22:12:26.999Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:26.999Z] PASS [2019-10-17T22:12:26.999Z] [2019-10-17T22:12:26.999Z] === Skipped [2019-10-17T22:12:26.999Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-10-17T22:12:26.999Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:12:26.999Z] [2019-10-17T22:12:26.999Z] [2019-10-17T22:12:26.999Z] DONE 5 tests, 1 skipped in 6.646s [2019-10-17T22:12:26.999Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-17T22:12:27.000Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:27.000Z] ++ set -e [2019-10-17T22:12:27.000Z] ++ '[' -n 0 ']' [2019-10-17T22:12:27.000Z] ++ set -x [2019-10-17T22:12:27.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:27.274Z] #33 118.1 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-17T22:12:27.371Z] INFO: Testing against a local daemon [2019-10-17T22:12:27.371Z] === RUN TestContinueAfterPluginCrash [2019-10-17T22:12:27.371Z] === PAUSE TestContinueAfterPluginCrash [2019-10-17T22:12:27.371Z] === RUN TestDaemonStartWithLogOpt [2019-10-17T22:12:27.371Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-17T22:12:27.371Z] === CONT TestContinueAfterPluginCrash [2019-10-17T22:12:27.371Z] === CONT TestDaemonStartWithLogOpt [2019-10-17T22:12:27.506Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-17T22:12:29.797Z] #33 120.3 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-17T22:12:32.149Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/rootless [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/volume [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-17T22:12:32.149Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-17T22:12:32.323Z] #33 123.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === Skipped [2019-10-17T22:12:32.434Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-17T22:12:32.434Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-17T22:12:32.434Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:73: No driver to put! [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-17T22:12:32.434Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-17T22:12:32.434Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-17T22:12:32.434Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-17T22:12:32.434Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-17T22:12:32.434Z] graphtest_unix.go:73: No driver to put! [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.434Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-17T22:12:32.434Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-17T22:12:32.434Z] [2019-10-17T22:12:32.435Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-17T22:12:32.435Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-17T22:12:32.435Z] [2019-10-17T22:12:32.435Z] [2019-10-17T22:12:32.435Z] DONE 2114 tests, 20 skipped in 333.352s Post stage [Pipeline] junit [2019-10-17T22:12:33.091Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-17T22:12:34.296Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40082/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4ba75de5363e5980244579051d740fe2620c70fe hack/make.sh dynbinary test-integration [2019-10-17T22:12:34.385Z] #33 124.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-17T22:12:34.921Z] [2019-10-17T22:12:34.921Z] Removing bundles/ [2019-10-17T22:12:34.921Z] [2019-10-17T22:12:34.921Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-17T22:12:34.921Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T22:12:34.921Z] GOOS="" GOARCH="" GOARM="" [2019-10-17T22:12:35.318Z] #33 125.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-17T22:12:35.591Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-17T22:12:35.591Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-17T22:12:35.591Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-17T22:12:36.248Z] #33 127.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-17T22:12:36.504Z] #33 127.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-17T22:12:38.103Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-17T22:12:38.399Z] #33 128.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-17T22:12:39.072Z] --- PASS: TestDaemonStartWithLogOpt (11.69s) [2019-10-17T22:12:39.072Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-17T22:12:39.332Z] #33 129.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-17T22:12:40.615Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-17T22:12:40.703Z] #33 131.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-17T22:12:42.602Z] #33 133.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-17T22:12:44.114Z] --- PASS: TestContinueAfterPluginCrash (16.62s) [2019-10-17T22:12:44.114Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-17T22:12:44.114Z] PASS [2019-10-17T22:12:44.114Z] [2019-10-17T22:12:44.114Z] DONE 2 tests in 16.803s [2019-10-17T22:12:44.114Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-17T22:12:44.114Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:44.114Z] ++ set -e [2019-10-17T22:12:44.114Z] ++ '[' -n 0 ']' [2019-10-17T22:12:44.114Z] ++ set -x [2019-10-17T22:12:44.114Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:44.114Z] INFO: Testing against a local daemon [2019-10-17T22:12:44.114Z] === RUN TestPluginWithDevMounts [2019-10-17T22:12:44.114Z] === PAUSE TestPluginWithDevMounts [2019-10-17T22:12:44.114Z] === CONT TestPluginWithDevMounts [2019-10-17T22:12:44.497Z] #33 135.0 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-17T22:12:45.429Z] #33 136.1 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-17T22:12:46.594Z] --- PASS: TestPluginWithDevMounts (2.01s) [2019-10-17T22:12:46.594Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-17T22:12:46.594Z] PASS [2019-10-17T22:12:46.594Z] [2019-10-17T22:12:46.594Z] DONE 1 tests in 2.183s [2019-10-17T22:12:46.594Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-17T22:12:46.594Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:46.594Z] ++ set -e [2019-10-17T22:12:46.594Z] ++ '[' -n 0 ']' [2019-10-17T22:12:46.594Z] ++ set -x [2019-10-17T22:12:46.594Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:12:46.594Z] INFO: Testing against a local daemon [2019-10-17T22:12:46.594Z] === RUN TestSecretInspect [2019-10-17T22:12:47.967Z] #33 138.1 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-17T22:12:48.428Z] --- PASS: TestSecretInspect (2.26s) [2019-10-17T22:12:48.428Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-17T22:12:48.428Z] === RUN TestSecretList [2019-10-17T22:12:48.530Z] #33 139.2 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-17T22:12:49.899Z] #33 140.4 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-17T22:12:50.830Z] #33 141.5 [2019-10-17T22:12:51.784Z] --- PASS: TestSecretList (2.92s) [2019-10-17T22:12:51.784Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-17T22:12:51.784Z] === RUN TestSecretsCreateAndDelete [2019-10-17T22:12:52.197Z] #33 DONE 142.6s [2019-10-17T22:12:52.198Z] [2019-10-17T22:12:52.198Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-17T22:12:54.222Z] --- PASS: TestSecretsCreateAndDelete (2.43s) [2019-10-17T22:12:54.222Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-17T22:12:54.222Z] === RUN TestSecretsUpdate [2019-10-17T22:12:54.717Z] #34 DONE 2.6s [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-17T22:12:56.610Z] #6 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-17T22:12:56.610Z] #21 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-17T22:12:56.610Z] #19 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-17T22:12:56.610Z] #26 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-17T22:12:56.610Z] #29 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-17T22:12:56.610Z] #9 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-17T22:12:56.610Z] #12 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-17T22:12:56.610Z] #13 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-17T22:12:56.610Z] #20 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-17T22:12:56.610Z] #28 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-17T22:12:56.610Z] #24 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-17T22:12:56.610Z] #27 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-17T22:12:56.610Z] #7 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-17T22:12:56.610Z] #11 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-17T22:12:56.610Z] #23 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-17T22:12:56.610Z] #22 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-17T22:12:56.610Z] #10 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-17T22:12:56.610Z] #25 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-17T22:12:56.610Z] #30 CACHED [2019-10-17T22:12:56.610Z] [2019-10-17T22:12:56.610Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-17T22:12:56.685Z] --- PASS: TestSecretsUpdate (2.79s) [2019-10-17T22:12:56.685Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-17T22:12:56.685Z] === RUN TestTemplatedSecret [2019-10-17T22:12:58.502Z] #35 DONE 1.5s [2019-10-17T22:12:58.502Z] [2019-10-17T22:12:58.502Z] #36 exporting to image [2019-10-17T22:12:58.502Z] #36 exporting layers [2019-10-17T22:12:59.431Z] #36 exporting layers 1.4s done [2019-10-17T22:12:59.431Z] #36 writing image sha256:5c21f31a112b45d26a9f882927b9f907f919020f73d7176148ccca014de4d4b1 done [2019-10-17T22:12:59.431Z] #36 naming to docker.io/library/moby-e2e-test done [2019-10-17T22:12:59.431Z] #36 DONE 1.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-17T22:12:59.745Z] + echo Ensuring container killed. [2019-10-17T22:12:59.745Z] Ensuring container killed. [2019-10-17T22:12:59.745Z] + docker rm -vf docker-pr5 [2019-10-17T22:12:59.745Z] Error: No such container: docker-pr5 [2019-10-17T22:12:59.745Z] + true [Pipeline] sh [2019-10-17T22:13:00.026Z] + echo Chowning /workspace to jenkins user [2019-10-17T22:13:00.026Z] Chowning /workspace to jenkins user [2019-10-17T22:13:00.026Z] + id -u [2019-10-17T22:13:00.026Z] + id -g [2019-10-17T22:13:00.026Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40082:/workspace busybox chown -R 1000:1000 /workspace [2019-10-17T22:13:00.763Z] --- PASS: TestTemplatedSecret (3.68s) [2019-10-17T22:13:00.764Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-17T22:13:00.764Z] === RUN TestSecretCreateResolve [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-17T22:13:01.688Z] + bundleName=unit [2019-10-17T22:13:01.688Z] + echo Creating unit-bundles.tar.gz [2019-10-17T22:13:01.688Z] Creating unit-bundles.tar.gz [2019-10-17T22:13:01.688Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-17T22:13:01.688Z] bundles/junit-report.xml [2019-10-17T22:13:01.688Z] bundles/go-test-report.json [2019-10-17T22:13:01.688Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-17T22:13:01.699Z] Archiving artifacts [2019-10-17T22:13:02.242Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40082/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-17T22:13:02.553Z] + make clean [2019-10-17T22:13:02.557Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-17T22:13:02.557Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-17T22:13:02.557Z] --- PASS: TestImportExtremelyLargeImageWorks (192.70s) [2019-10-17T22:13:02.557Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-17T22:13:02.557Z] PASS [2019-10-17T22:13:02.557Z] [2019-10-17T22:13:02.557Z] DONE 12 tests in 197.030s [2019-10-17T22:13:02.557Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-17T22:13:02.557Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:02.557Z] ++ set -e [2019-10-17T22:13:02.557Z] ++ '[' -n 0 ']' [2019-10-17T22:13:02.557Z] ++ set -x [2019-10-17T22:13:02.557Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:02.557Z] INFO: Testing against a local daemon [2019-10-17T22:13:02.557Z] === RUN TestNetworkCreateDelete [2019-10-17T22:13:02.557Z] --- PASS: TestNetworkCreateDelete (0.14s) [2019-10-17T22:13:02.557Z] === RUN TestDockerNetworkDeletePreferID [2019-10-17T22:13:02.557Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2019-10-17T22:13:02.557Z] === RUN TestInspectNetwork [2019-10-17T22:13:02.811Z] docker volume rm -f docker-dev-cache [2019-10-17T22:13:02.811Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-17T22:13:03.200Z] --- PASS: TestSecretCreateResolve (2.82s) [2019-10-17T22:13:03.200Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-17T22:13:03.200Z] PASS [2019-10-17T22:13:03.200Z] [2019-10-17T22:13:03.200Z] DONE 6 tests in 17.045s [2019-10-17T22:13:03.200Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-17T22:13:03.200Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:03.200Z] ++ set -e [2019-10-17T22:13:03.200Z] ++ '[' -n 0 ']' [2019-10-17T22:13:03.200Z] ++ set -x [2019-10-17T22:13:03.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:03.566Z] INFO: Testing against a local daemon [2019-10-17T22:13:03.566Z] === RUN TestServiceCreateInit [2019-10-17T22:13:03.566Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-17T22:13:05.068Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-17T22:13:05.068Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-17T22:13:05.068Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-17T22:13:05.324Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-17T22:13:05.580Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-17T22:13:06.504Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-17T22:13:06.504Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-17T22:13:07.066Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-17T22:13:07.322Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-17T22:13:08.781Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-17T22:13:09.207Z] === RUN TestInspectNetwork/full_network_id [2019-10-17T22:13:09.207Z] === RUN TestInspectNetwork/partial_network_id [2019-10-17T22:13:09.207Z] === RUN TestInspectNetwork/network_name [2019-10-17T22:13:09.207Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-17T22:13:09.767Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-17T22:13:11.127Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-17T22:13:12.489Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-17T22:13:13.413Z] --- PASS: TestInspectNetwork (11.43s) [2019-10-17T22:13:13.413Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-17T22:13:13.413Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-17T22:13:13.413Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-17T22:13:13.413Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-17T22:13:13.413Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-17T22:13:13.413Z] === RUN TestRunContainerWithBridgeNone [2019-10-17T22:13:13.876Z] --- PASS: TestServiceCreateInit (10.00s) [2019-10-17T22:13:13.876Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.39s) [2019-10-17T22:13:13.876Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-17T22:13:13.876Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.60s) [2019-10-17T22:13:13.876Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-17T22:13:13.876Z] === RUN TestCreateServiceMultipleTimes [2019-10-17T22:13:13.972Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-17T22:13:15.860Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-17T22:13:16.421Z] --- PASS: TestRunContainerWithBridgeNone (3.09s) [2019-10-17T22:13:16.421Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-17T22:13:16.421Z] === RUN TestNetworkInvalidJSON [2019-10-17T22:13:16.421Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-17T22:13:16.421Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-17T22:13:16.421Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:13:16.421Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:13:16.421Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:13:16.421Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:13:16.421Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-17T22:13:16.421Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:13:16.421Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:13:16.421Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-10-17T22:13:16.421Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-17T22:13:16.421Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-17T22:13:16.421Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-17T22:13:16.421Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-17T22:13:16.981Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-17T22:13:17.541Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-10-17T22:13:17.541Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-17T22:13:17.541Z] === RUN TestDaemonDefaultNetworkPools [2019-10-17T22:13:18.470Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2019-10-17T22:13:18.470Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-17T22:13:18.470Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-17T22:13:19.834Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.25s) [2019-10-17T22:13:19.834Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-17T22:13:19.834Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-17T22:13:21.196Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.51s) [2019-10-17T22:13:21.196Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-17T22:13:21.196Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-17T22:13:21.756Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-17T22:13:21.756Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-17T22:13:21.756Z] === RUN TestServiceWithPredefinedNetwork [2019-10-17T22:13:24.271Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-17T22:13:24.832Z] --- PASS: TestServiceWithPredefinedNetwork (3.24s) [2019-10-17T22:13:24.832Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-17T22:13:24.832Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-17T22:13:24.832Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:13:24.832Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:13:24.832Z] === RUN TestServiceWithDataPathPortInit [2019-10-17T22:13:25.764Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-17T22:13:26.692Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-10-17T22:13:33.745Z] --- PASS: TestCreateServiceMultipleTimes (18.50s) [2019-10-17T22:13:33.745Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-17T22:13:33.745Z] === RUN TestCreateServiceConflict [2019-10-17T22:13:34.534Z] --- PASS: TestCreateServiceConflict (2.37s) [2019-10-17T22:13:34.534Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-17T22:13:34.534Z] === RUN TestCreateServiceMaxReplicas [2019-10-17T22:13:37.720Z] --- PASS: TestCreateServiceMaxReplicas (3.54s) [2019-10-17T22:13:37.720Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-17T22:13:37.720Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-17T22:13:44.793Z] --- PASS: TestServiceWithDataPathPortInit (19.84s) [2019-10-17T22:13:44.793Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:13:44.793Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:13:44.793Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-17T22:13:46.679Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-17T22:13:48.565Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-17T22:13:54.084Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.99s) [2019-10-17T22:13:54.084Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-17T22:13:54.084Z] === RUN TestCreateServiceSecretFileMode [2019-10-17T22:13:55.092Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.42s) [2019-10-17T22:13:55.092Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-17T22:13:55.092Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pvpys6h0ge2nb5vn0yl6oen0z Created:2019-10-17 22:13:46.173864157 +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[f21c1fdb69999bdc00dbc2a20bc29cf92ed1da591683a602100faf45f8828225:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lpc5ghyqoe2gw5das63t1z4ld EndpointID:beb908d4150f2c3a2f7aa89153f07cad40d6ba36d82db5dbdd14af5af0ec1bee MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b0bd3322ed109e45d76eb32c98beb3b5a1887f06eb713415fffad2d70c2cf016 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:7656661fa96c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lpc5ghyqoe2gw5das63t1z4ld EndpointID:beb908d4150f2c3a2f7aa89153f07cad40d6ba36d82db5dbdd14af5af0ec1bee EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-17T22:13:55.092Z] PASS [2019-10-17T22:13:55.092Z] [2019-10-17T22:13:55.092Z] === Skipped [2019-10-17T22:13:55.092Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:13:55.092Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:13:55.092Z] [2019-10-17T22:13:55.092Z] [2019-10-17T22:13:55.092Z] DONE 21 tests, 1 skipped in 52.760s [2019-10-17T22:13:55.092Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:13:55.092Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:55.092Z] ++ set -e [2019-10-17T22:13:55.092Z] ++ '[' -n 0 ']' [2019-10-17T22:13:55.092Z] ++ set -x [2019-10-17T22:13:55.092Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:55.092Z] INFO: Testing against a local daemon [2019-10-17T22:13:55.092Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-17T22:13:55.092Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-17T22:13:55.092Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:13:55.092Z] === RUN TestDockerNetworkIpvlan [2019-10-17T22:13:55.092Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-17T22:13:55.092Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:13:55.092Z] PASS [2019-10-17T22:13:55.092Z] [2019-10-17T22:13:55.092Z] === Skipped [2019-10-17T22:13:55.092Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-17T22:13:55.092Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:13:55.092Z] [2019-10-17T22:13:55.092Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-17T22:13:55.092Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-17T22:13:55.092Z] [2019-10-17T22:13:55.092Z] [2019-10-17T22:13:55.092Z] DONE 2 tests, 2 skipped in 0.119s [2019-10-17T22:13:55.092Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:13:55.092Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:55.092Z] ++ set -e [2019-10-17T22:13:55.092Z] ++ '[' -n 0 ']' [2019-10-17T22:13:55.092Z] ++ set -x [2019-10-17T22:13:55.092Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:13:55.092Z] INFO: Testing against a local daemon [2019-10-17T22:13:55.092Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-17T22:13:55.326Z] --- PASS: TestCreateServiceSecretFileMode (3.28s) [2019-10-17T22:13:55.326Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-17T22:13:55.326Z] === RUN TestCreateServiceConfigFileMode [2019-10-17T22:13:55.653Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2019-10-17T22:13:55.653Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-17T22:13:55.653Z] === RUN TestDockerNetworkMacvlan [2019-10-17T22:13:56.577Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-17T22:13:57.501Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-17T22:13:58.061Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-17T22:13:58.316Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-17T22:13:58.565Z] --- PASS: TestCreateServiceConfigFileMode (3.37s) [2019-10-17T22:13:58.565Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-17T22:13:58.565Z] === RUN TestCreateServiceSysctls [2019-10-17T22:13:59.390Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-17T22:13:59.390Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-17T22:13:59.950Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-17T22:14:01.314Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-17T22:14:01.314Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-17T22:14:01.569Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-17T22:14:01.824Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-17T22:14:02.786Z] --- PASS: TestCreateServiceSysctls (4.37s) [2019-10-17T22:14:02.786Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-17T22:14:02.786Z] === RUN TestCreateServiceCapabilities [2019-10-17T22:14:05.987Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-17T22:14:06.847Z] --- PASS: TestCreateServiceCapabilities (3.38s) [2019-10-17T22:14:06.847Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-17T22:14:06.847Z] === RUN TestInspect [2019-10-17T22:14:10.059Z] --- PASS: TestInspect (3.56s) [2019-10-17T22:14:10.059Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-17T22:14:10.059Z] === RUN TestServiceListWithStatuses [2019-10-17T22:14:10.059Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-17T22:14:10.059Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:14:10.059Z] === RUN TestDockerNetworkConnectAlias [2019-10-17T22:14:12.516Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-17T22:14:13.080Z] --- PASS: TestDockerNetworkMacvlan (17.28s) [2019-10-17T22:14:13.080Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:14:13.080Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-10-17T22:14:13.080Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:14:13.080Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-10-17T22:14:13.080Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:14:13.080Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.05s) [2019-10-17T22:14:13.080Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:14:13.080Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.90s) [2019-10-17T22:14:13.080Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:14:13.080Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.32s) [2019-10-17T22:14:13.080Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:14:13.080Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.20s) [2019-10-17T22:14:13.080Z] PASS [2019-10-17T22:14:13.080Z] [2019-10-17T22:14:13.080Z] DONE 8 tests in 18.755s [2019-10-17T22:14:13.080Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-17T22:14:13.080Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:14:13.080Z] ++ set -e [2019-10-17T22:14:13.080Z] ++ '[' -n 0 ']' [2019-10-17T22:14:13.080Z] ++ set -x [2019-10-17T22:14:13.080Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:14:13.080Z] testing: warning: no tests to run [2019-10-17T22:14:13.080Z] PASS [2019-10-17T22:14:13.080Z] [2019-10-17T22:14:13.080Z] DONE 0 tests in 0.021s [2019-10-17T22:14:13.080Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-17T22:14:13.080Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:14:13.080Z] ++ set -e [2019-10-17T22:14:13.080Z] ++ '[' -n 0 ']' [2019-10-17T22:14:13.080Z] ++ set -x [2019-10-17T22:14:13.080Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:14:13.336Z] INFO: Testing against a local daemon [2019-10-17T22:14:13.336Z] === RUN TestAuthZPluginAllowRequest [2019-10-17T22:14:13.591Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-17T22:14:13.846Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-17T22:14:14.406Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-17T22:14:15.003Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-17T22:14:15.258Z] --- PASS: TestAuthZPluginAllowRequest (1.92s) [2019-10-17T22:14:15.258Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-17T22:14:15.258Z] === RUN TestAuthZPluginTLS [2019-10-17T22:14:15.258Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-17T22:14:15.512Z] === RUN TestDockerSuite/TestBuildFails [2019-10-17T22:14:15.768Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-10-17T22:14:15.768Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-17T22:14:15.768Z] === RUN TestAuthZPluginDenyRequest [2019-10-17T22:14:16.329Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-10-17T22:14:16.329Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-17T22:14:16.329Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-17T22:14:16.329Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-17T22:14:16.405Z] --- PASS: TestDockerNetworkConnectAlias (6.18s) [2019-10-17T22:14:16.405Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-17T22:14:16.405Z] === RUN TestDockerNetworkReConnect [2019-10-17T22:14:16.584Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-17T22:14:16.839Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-10-17T22:14:16.839Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-17T22:14:16.839Z] === RUN TestAuthZPluginDenyResponse [2019-10-17T22:14:17.401Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-10-17T22:14:17.401Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-17T22:14:17.401Z] === RUN TestAuthZPluginAllowEventStream [2019-10-17T22:14:19.288Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2019-10-17T22:14:19.288Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-17T22:14:19.288Z] === RUN TestAuthZPluginErrorResponse [2019-10-17T22:14:19.288Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-17T22:14:19.849Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-10-17T22:14:19.849Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-17T22:14:19.849Z] === RUN TestAuthZPluginErrorRequest [2019-10-17T22:14:20.410Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-10-17T22:14:20.410Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-17T22:14:20.410Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-17T22:14:20.975Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2019-10-17T22:14:20.975Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-17T22:14:20.975Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-17T22:14:21.513Z] --- PASS: TestDockerNetworkReConnect (4.73s) [2019-10-17T22:14:21.514Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-17T22:14:21.514Z] === RUN TestServicePlugin [2019-10-17T22:14:21.514Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-17T22:14:21.514Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:14:21.514Z] === RUN TestServiceUpdateLabel [2019-10-17T22:14:21.901Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-17T22:14:22.828Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.97s) [2019-10-17T22:14:22.828Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-17T22:14:22.828Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-17T22:14:23.356Z] --- PASS: TestServiceUpdateLabel (2.46s) [2019-10-17T22:14:23.356Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-17T22:14:23.356Z] === RUN TestServiceUpdateSecrets [2019-10-17T22:14:23.781Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-17T22:14:25.166Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2019-10-17T22:14:25.166Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-17T22:14:25.166Z] === RUN TestAuthZPluginHeader [2019-10-17T22:14:25.420Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-17T22:14:25.623Z] 65014b3c3121: Pull complete [2019-10-17T22:14:25.980Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-17T22:14:25.980Z] --- PASS: TestAuthZPluginHeader (0.84s) [2019-10-17T22:14:25.980Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-17T22:14:25.980Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-17T22:14:26.905Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-17T22:14:29.418Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-17T22:14:29.674Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-17T22:14:30.233Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-17T22:14:30.493Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.66s) [2019-10-17T22:14:30.493Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-10-17T22:14:30.493Z] === RUN TestAuthZPluginV2Disable [2019-10-17T22:14:32.378Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-17T22:14:34.892Z] --- PASS: TestAuthZPluginV2Disable (3.94s) [2019-10-17T22:14:34.892Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-10-17T22:14:34.892Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-17T22:14:34.893Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-17T22:14:36.256Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-17T22:14:38.143Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s) [2019-10-17T22:14:38.143Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-10-17T22:14:38.143Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-17T22:14:39.740Z] --- PASS: TestServiceUpdateSecrets (15.65s) [2019-10-17T22:14:39.741Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-17T22:14:39.741Z] === RUN TestServiceUpdateConfigs [2019-10-17T22:14:41.418Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-17T22:14:42.106Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-17T22:14:42.106Z] [2019-10-17T22:14:42.106Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-17T22:14:42.106Z] PKG_CONFIG=pkg-config [2019-10-17T22:14:42.106Z] GOLANG_VERSION=1.13.1 [2019-10-17T22:14:42.106Z] HOSTNAME=9b751a9a93da [2019-10-17T22:14:42.106Z] DOCKER_EXPERIMENTAL=1 [2019-10-17T22:14:42.106Z] container=docker [2019-10-17T22:14:42.106Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-17T22:14:42.106Z] GO111MODULE=off [2019-10-17T22:14:42.106Z] GOPATH=/go [2019-10-17T22:14:42.106Z] PWD=/go/src/github.com/docker/docker [2019-10-17T22:14:42.106Z] HOME=/root [2019-10-17T22:14:42.106Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-10-17T22:14:42.106Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-17T22:14:42.106Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-17T22:14:42.106Z] DOCKER_GITCOMMIT=4ba75de5363e5980244579051d740fe2620c70fe [2019-10-17T22:14:42.106Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-17T22:14:42.106Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-17T22:14:42.106Z] TERM=xterm [2019-10-17T22:14:42.106Z] VALIDATE_BRANCH=master [2019-10-17T22:14:42.106Z] DEST=bundles/test-integration [2019-10-17T22:14:42.106Z] SHLVL=1 [2019-10-17T22:14:42.106Z] TIMEOUT=120m [2019-10-17T22:14:42.106Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-17T22:14:42.106Z] DOCKER_PKG=github.com/docker/docker [2019-10-17T22:14:42.106Z] TESTDEBUG=0 [2019-10-17T22:14:42.106Z] _=/usr/bin/env [2019-10-17T22:14:42.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-17T22:14:42.344Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-17T22:14:42.905Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-17T22:14:43.832Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-17T22:14:44.784Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-17T22:14:44.784Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-17T22:14:46.669Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-17T22:14:46.924Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-17T22:14:47.485Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-17T22:14:48.045Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-17T22:14:48.045Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-17T22:14:48.969Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-17T22:14:49.894Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.75s) [2019-10-17T22:14:49.894Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-10-17T22:14:49.894Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-17T22:14:49.894Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-17T22:14:51.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-17T22:14:52.619Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-17T22:14:56.329Z] --- PASS: TestServiceUpdateConfigs (15.64s) [2019-10-17T22:14:56.330Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-17T22:14:56.330Z] === RUN TestServiceUpdateNetwork [2019-10-17T22:14:59.143Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-17T22:15:01.653Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-17T22:15:01.653Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-17T22:15:01.907Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-17T22:15:01.907Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-17T22:15:02.162Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-17T22:15:02.418Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-17T22:15:03.907Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-17T22:15:05.272Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-17T22:15:06.200Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2019-10-17T22:15:06.200Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-17T22:15:06.200Z] PASS [2019-10-17T22:15:06.200Z] [2019-10-17T22:15:06.200Z] DONE 17 tests in 53.201s [2019-10-17T22:15:06.200Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-17T22:15:06.200Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:06.200Z] ++ set -e [2019-10-17T22:15:06.200Z] ++ '[' -n 0 ']' [2019-10-17T22:15:06.200Z] ++ set -x [2019-10-17T22:15:06.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:06.455Z] INFO: Testing against a local daemon [2019-10-17T22:15:06.455Z] === RUN TestPluginInvalidJSON [2019-10-17T22:15:06.455Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:15:06.455Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:15:06.455Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:15:06.455Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-17T22:15:06.455Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-17T22:15:06.455Z] PASS [2019-10-17T22:15:06.455Z] [2019-10-17T22:15:06.455Z] DONE 2 tests in 0.135s [2019-10-17T22:15:06.455Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-17T22:15:06.455Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:06.455Z] ++ set -e [2019-10-17T22:15:06.455Z] ++ '[' -n 0 ']' [2019-10-17T22:15:06.455Z] ++ set -x [2019-10-17T22:15:06.456Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:06.456Z] INFO: Testing against a local daemon [2019-10-17T22:15:06.456Z] === RUN TestExternalGraphDriver [2019-10-17T22:15:06.711Z] === RUN TestExternalGraphDriver/json [2019-10-17T22:15:09.221Z] === RUN TestExternalGraphDriver/spec [2019-10-17T22:15:09.221Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-17T22:15:09.858Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-17T22:15:09.938Z] --- PASS: TestServiceUpdateNetwork (14.19s) [2019-10-17T22:15:09.938Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-17T22:15:09.938Z] PASS [2019-10-17T22:15:09.938Z] [2019-10-17T22:15:09.938Z] === Skipped [2019-10-17T22:15:09.938Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2019-10-17T22:15:09.938Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:15:09.938Z] [2019-10-17T22:15:09.938Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-10-17T22:15:09.938Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:15:09.938Z] [2019-10-17T22:15:09.938Z] [2019-10-17T22:15:09.938Z] DONE 20 tests, 2 skipped in 125.406s [2019-10-17T22:15:09.938Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-17T22:15:09.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:09.938Z] ++ set -e [2019-10-17T22:15:09.938Z] ++ '[' -n 0 ']' [2019-10-17T22:15:09.938Z] ++ set -x [2019-10-17T22:15:09.938Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:09.938Z] INFO: Testing against a local daemon [2019-10-17T22:15:09.938Z] === RUN TestSessionCreate [2019-10-17T22:15:09.938Z] --- PASS: TestSessionCreate (0.03s) [2019-10-17T22:15:09.938Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-17T22:15:09.938Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-10-17T22:15:09.938Z] PASS [2019-10-17T22:15:09.938Z] [2019-10-17T22:15:09.938Z] DONE 2 tests in 0.260s [2019-10-17T22:15:09.938Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-17T22:15:09.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:09.938Z] ++ set -e [2019-10-17T22:15:09.938Z] ++ '[' -n 0 ']' [2019-10-17T22:15:09.938Z] ++ set -x [2019-10-17T22:15:09.938Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:09.938Z] INFO: Testing against a local daemon [2019-10-17T22:15:09.938Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-17T22:15:09.938Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:15:09.938Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:15:09.938Z] === RUN TestEventsExecDie [2019-10-17T22:15:09.938Z] --- PASS: TestEventsExecDie (0.94s) [2019-10-17T22:15:09.938Z] === RUN TestEventsBackwardsCompatible [2019-10-17T22:15:10.318Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2019-10-17T22:15:10.318Z] === RUN TestInfoBinaryCommits [2019-10-17T22:15:10.318Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-17T22:15:10.318Z] === RUN TestInfoAPIVersioned [2019-10-17T22:15:10.318Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-17T22:15:10.318Z] === RUN TestInfoAPI [2019-10-17T22:15:10.318Z] --- PASS: TestInfoAPI (0.02s) [2019-10-17T22:15:10.318Z] === RUN TestInfoAPIWarnings [2019-10-17T22:15:10.420Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-17T22:15:10.980Z] === RUN TestExternalGraphDriver/pull [2019-10-17T22:15:11.116Z] --- PASS: TestInfoAPIWarnings (0.84s) [2019-10-17T22:15:11.116Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-17T22:15:11.116Z] === RUN TestLoginFailsWithBadCredentials [2019-10-17T22:15:11.628Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2019-10-17T22:15:11.628Z] === RUN TestPingCacheHeaders [2019-10-17T22:15:11.628Z] --- PASS: TestPingCacheHeaders (0.04s) [2019-10-17T22:15:11.628Z] === RUN TestPingGet [2019-10-17T22:15:11.628Z] --- PASS: TestPingGet (0.03s) [2019-10-17T22:15:11.628Z] === RUN TestPingHead [2019-10-17T22:15:11.628Z] --- PASS: TestPingHead (0.03s) [2019-10-17T22:15:11.628Z] === RUN TestVersion [2019-10-17T22:15:11.628Z] --- PASS: TestVersion (0.03s) [2019-10-17T22:15:11.628Z] PASS [2019-10-17T22:15:11.628Z] [2019-10-17T22:15:11.628Z] === Skipped [2019-10-17T22:15:11.628Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:15:11.628Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:15:11.628Z] [2019-10-17T22:15:11.628Z] [2019-10-17T22:15:11.628Z] DONE 12 tests, 1 skipped in 2.619s [2019-10-17T22:15:11.628Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-17T22:15:11.628Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:11.628Z] ++ set -e [2019-10-17T22:15:11.628Z] ++ '[' -n 0 ']' [2019-10-17T22:15:11.628Z] ++ set -x [2019-10-17T22:15:11.628Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:11.628Z] INFO: Testing against a local daemon [2019-10-17T22:15:11.628Z] === RUN TestVolumesCreateAndList [2019-10-17T22:15:11.628Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-17T22:15:11.628Z] === RUN TestVolumesRemove [2019-10-17T22:15:12.034Z] --- PASS: TestVolumesRemove (0.12s) [2019-10-17T22:15:12.034Z] === RUN TestVolumesInspect [2019-10-17T22:15:12.034Z] --- PASS: TestVolumesInspect (0.03s) [2019-10-17T22:15:12.034Z] === RUN TestVolumesInvalidJSON [2019-10-17T22:15:12.034Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-17T22:15:12.034Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-17T22:15:12.034Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-17T22:15:12.034Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-10-17T22:15:12.034Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-17T22:15:12.034Z] PASS [2019-10-17T22:15:12.034Z] [2019-10-17T22:15:12.034Z] DONE 5 tests in 0.314s [2019-10-17T22:15:12.034Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-17T22:15:12.034Z] ++++ cat bundles/test-integration/docker.pid [2019-10-17T22:15:12.034Z] +++ kill 11520 [2019-10-17T22:15:12.867Z] --- PASS: TestExternalGraphDriver (6.26s) [2019-10-17T22:15:12.867Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-17T22:15:12.867Z] --- PASS: TestExternalGraphDriver/json (2.14s) [2019-10-17T22:15:12.867Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-10-17T22:15:12.867Z] --- PASS: TestExternalGraphDriver/pull (1.89s) [2019-10-17T22:15:12.867Z] === RUN TestGraphdriverPluginV2 [2019-10-17T22:15:13.958Z] +++ /etc/init.d/apparmor stop [2019-10-17T22:15:13.958Z] Clearing AppArmor profiles cache:. [2019-10-17T22:15:13.958Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-17T22:15:13.958Z] Unloading profiles will leave already running processes permanently [2019-10-17T22:15:13.958Z] unconfined, which can lead to unexpected situations. [2019-10-17T22:15:13.958Z] [2019-10-17T22:15:13.958Z] To set a process to complain mode, use the command line tool [2019-10-17T22:15:13.958Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-17T22:15:13.958Z] with the 'teardown' option." [2019-10-17T22:15:13.958Z] Post stage [Pipeline] junit [2019-10-17T22:15:15.367Z] Recording test results [2019-10-17T22:15:16.177Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-17T22:15:17.339Z] + echo Ensuring container killed. [2019-10-17T22:15:17.339Z] Ensuring container killed. [2019-10-17T22:15:17.339Z] + docker rm -vf docker-pr5 [2019-10-17T22:15:17.339Z] Error: No such container: docker-pr5 [2019-10-17T22:15:17.339Z] + true [Pipeline] sh [2019-10-17T22:15:18.065Z] --- PASS: TestGraphdriverPluginV2 (5.17s) [2019-10-17T22:15:18.065Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-10-17T22:15:18.065Z] PASS [2019-10-17T22:15:18.065Z] [2019-10-17T22:15:18.065Z] DONE 5 tests in 11.534s [2019-10-17T22:15:18.065Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-17T22:15:18.065Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:18.065Z] ++ set -e [2019-10-17T22:15:18.065Z] ++ '[' -n 0 ']' [2019-10-17T22:15:18.065Z] ++ set -x [2019-10-17T22:15:18.065Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:18.321Z] INFO: Testing against a local daemon [2019-10-17T22:15:18.321Z] === RUN TestContinueAfterPluginCrash [2019-10-17T22:15:18.321Z] === PAUSE TestContinueAfterPluginCrash [2019-10-17T22:15:18.321Z] === RUN TestDaemonStartWithLogOpt [2019-10-17T22:15:18.321Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-17T22:15:18.321Z] === CONT TestContinueAfterPluginCrash [2019-10-17T22:15:18.321Z] === CONT TestDaemonStartWithLogOpt [2019-10-17T22:15:18.488Z] + echo Chowning /workspace to jenkins user [2019-10-17T22:15:18.488Z] Chowning /workspace to jenkins user [2019-10-17T22:15:18.488Z] + id -u [2019-10-17T22:15:18.488Z] + id -g [2019-10-17T22:15:18.488Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40082:/workspace busybox chown -R 1001:1001 /workspace [2019-10-17T22:15:18.488Z] Unable to find image 'busybox:latest' locally [2019-10-17T22:15:18.488Z] latest: Pulling from library/busybox [2019-10-17T22:15:18.488Z] 6d4c3d9fc915: Pulling fs layer [2019-10-17T22:15:18.854Z] 6d4c3d9fc915: Verifying Checksum [2019-10-17T22:15:18.854Z] 6d4c3d9fc915: Download complete [2019-10-17T22:15:19.229Z] 6d4c3d9fc915: Pull complete [2019-10-17T22:15:19.229Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-17T22:15:19.229Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-17T22:15:21.909Z] + bundleName=s390x-integration [2019-10-17T22:15:21.909Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-17T22:15:21.909Z] Creating s390x-integration-bundles.tar.gz [2019-10-17T22:15:21.909Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-10-17T22:15:21.909Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-10-17T22:15:22.045Z] Archiving artifacts [2019-10-17T22:15:23.441Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40082/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-17T22:15:23.568Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-17T22:15:24.186Z] + make clean [2019-10-17T22:15:24.186Z] docker volume rm -f docker-dev-cache [2019-10-17T22:15:24.267Z] docker-dev-cache [Pipeline] deleteDir [2019-10-17T22:15:28.807Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-17T22:15:29.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-17T22:15:29.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-17T22:15:29.686Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-17T22:15:30.169Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-17T22:15:33.429Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-17T22:15:33.429Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-17T22:15:33.688Z] --- PASS: TestDaemonStartWithLogOpt (15.57s) [2019-10-17T22:15:33.688Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-17T22:15:38.922Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-17T22:15:38.922Z] --- PASS: TestContinueAfterPluginCrash (20.02s) [2019-10-17T22:15:38.922Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-17T22:15:38.922Z] PASS [2019-10-17T22:15:38.922Z] [2019-10-17T22:15:38.922Z] DONE 2 tests in 20.202s [2019-10-17T22:15:38.922Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-17T22:15:38.922Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:38.922Z] ++ set -e [2019-10-17T22:15:38.922Z] ++ '[' -n 0 ']' [2019-10-17T22:15:38.922Z] ++ set -x [2019-10-17T22:15:38.922Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:38.922Z] INFO: Testing against a local daemon [2019-10-17T22:15:38.922Z] === RUN TestPluginWithDevMounts [2019-10-17T22:15:38.922Z] === PAUSE TestPluginWithDevMounts [2019-10-17T22:15:38.922Z] === CONT TestPluginWithDevMounts [2019-10-17T22:15:38.922Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-17T22:15:40.285Z] --- PASS: TestPluginWithDevMounts (2.00s) [2019-10-17T22:15:40.285Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-17T22:15:40.285Z] PASS [2019-10-17T22:15:40.285Z] [2019-10-17T22:15:40.285Z] DONE 1 tests in 2.116s [2019-10-17T22:15:40.285Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-17T22:15:40.285Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:40.285Z] ++ set -e [2019-10-17T22:15:40.285Z] ++ '[' -n 0 ']' [2019-10-17T22:15:40.285Z] ++ set -x [2019-10-17T22:15:40.285Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:15:40.540Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-17T22:15:40.540Z] INFO: Testing against a local daemon [2019-10-17T22:15:40.540Z] === RUN TestSecretInspect [2019-10-17T22:15:41.100Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-17T22:15:41.660Z] === RUN TestDockerSuite/TestBuildNetContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-17T22:15:44.921Z] --- PASS: TestSecretInspect (3.90s) [2019-10-17T22:15:44.921Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-17T22:15:44.921Z] === RUN TestSecretList [2019-10-17T22:15:44.921Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-17T22:15:44.922Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-17T22:15:45.508Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-17T22:15:46.933Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-17T22:15:47.863Z] --- PASS: TestSecretList (3.58s) [2019-10-17T22:15:47.863Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-17T22:15:47.863Z] === RUN TestSecretsCreateAndDelete [2019-10-17T22:15:48.118Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-17T22:15:50.002Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-17T22:15:50.562Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-17T22:15:50.562Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-17T22:15:50.817Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-17T22:15:51.072Z] --- PASS: TestSecretsCreateAndDelete (3.08s) [2019-10-17T22:15:51.072Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-17T22:15:51.072Z] === RUN TestSecretsUpdate [2019-10-17T22:15:51.326Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-17T22:15:52.251Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-17T22:15:54.135Z] --- PASS: TestSecretsUpdate (3.12s) [2019-10-17T22:15:54.135Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-17T22:15:54.135Z] === RUN TestTemplatedSecret [2019-10-17T22:15:54.135Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-17T22:15:55.058Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-17T22:15:57.615Z] --- PASS: TestTemplatedSecret (3.42s) [2019-10-17T22:15:57.615Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-17T22:15:57.615Z] === RUN TestSecretCreateResolve [2019-10-17T22:15:57.871Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-17T22:15:59.276Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-17T22:15:59.532Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-17T22:16:00.895Z] --- PASS: TestSecretCreateResolve (3.25s) [2019-10-17T22:16:00.895Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-17T22:16:00.895Z] PASS [2019-10-17T22:16:00.895Z] [2019-10-17T22:16:00.895Z] DONE 6 tests in 20.480s [2019-10-17T22:16:00.895Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-17T22:16:00.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:16:00.895Z] ++ set -e [2019-10-17T22:16:00.895Z] ++ '[' -n 0 ']' [2019-10-17T22:16:00.895Z] ++ set -x [2019-10-17T22:16:00.896Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:16:00.896Z] INFO: Testing against a local daemon [2019-10-17T22:16:00.896Z] === RUN TestServiceCreateInit [2019-10-17T22:16:00.896Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-17T22:16:02.258Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-17T22:16:04.148Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-17T22:16:06.039Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-17T22:16:06.039Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-17T22:16:06.965Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-17T22:16:08.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-17T22:16:08.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-17T22:16:08.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-17T22:16:09.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-17T22:16:10.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-17T22:16:10.330Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-17T22:16:11.692Z] --- PASS: TestServiceCreateInit (10.70s) [2019-10-17T22:16:11.692Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.88s) [2019-10-17T22:16:11.692Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-17T22:16:11.692Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.80s) [2019-10-17T22:16:11.692Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-17T22:16:11.692Z] === RUN TestCreateServiceMultipleTimes [2019-10-17T22:16:13.054Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-17T22:16:13.613Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-17T22:16:13.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-17T22:16:14.975Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-17T22:16:15.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-17T22:16:18.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-17T22:16:22.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-17T22:16:24.912Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-17T22:16:25.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-17T22:16:27.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-17T22:16:29.070Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-17T22:16:31.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-17T22:16:31.614Z] === RUN TestDockerSuite/TestBuildRm [2019-10-17T22:16:32.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-17T22:16:34.124Z] --- PASS: TestCreateServiceMultipleTimes (22.22s) [2019-10-17T22:16:34.124Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-17T22:16:34.124Z] === RUN TestCreateServiceConflict [2019-10-17T22:16:34.379Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-17T22:16:34.783Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-17T22:16:35.740Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-17T22:16:36.819Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-17T22:16:36.819Z] Using test binary docker [2019-10-17T22:16:36.819Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-17T22:16:36.819Z] +++ /etc/init.d/apparmor start [2019-10-17T22:16:36.819Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-17T22:16:36.819Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-17T22:16:36.819Z] Warning failed to create cache: (null) [2019-10-17T22:16:36.819Z] . [2019-10-17T22:16:36.819Z] INFO: Waiting for daemon to start... [2019-10-17T22:16:36.819Z] Starting dockerd [2019-10-17T22:16:36.819Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-10-17T22:16:37.102Z] --- PASS: TestCreateServiceConflict (2.99s) [2019-10-17T22:16:37.103Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-17T22:16:37.103Z] === RUN TestCreateServiceMaxReplicas [2019-10-17T22:16:37.103Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-17T22:16:37.358Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-17T22:16:37.377Z] 12c8dbabfd62: Pull complete [2019-10-17T22:16:37.377Z] Digest: sha256:404e0ee336a063619d1e93a2446061cf19cb3068bacb1775f5613e3b54e527e1 [2019-10-17T22:16:37.377Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:16:37.377Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-17T22:16:37.377Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-17T22:16:37.377Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.805' [2019-10-17T22:16:37.377Z] WARN: Skipping validation tests [2019-10-17T22:16:37.377Z] INFO: Running unit tests at 10/17/2019 22:16:35... [2019-10-17T22:16:38.283Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-17T22:16:38.841Z] . [2019-10-17T22:16:38.841Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-17T22:16:38.841Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-17T22:16:38.841Z] Error: No such image: emptyfs [2019-10-17T22:16:38.841Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-17T22:16:38.841Z] ++++ docker load [2019-10-17T22:16:39.126Z] Running integration-test (iteration 1) [2019-10-17T22:16:39.126Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-17T22:16:39.126Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:16:39.126Z] ++ set -e [2019-10-17T22:16:39.126Z] ++ '[' -n 0 ']' [2019-10-17T22:16:39.126Z] ++ set -x [2019-10-17T22:16:39.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:16:39.210Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-17T22:16:40.293Z] INFO: make.ps1 starting at 10/17/2019 22:16:39 [2019-10-17T22:16:40.293Z] INFO: Git commit (fde421707) assumed from DOCKER_GITCOMMIT environment variable [2019-10-17T22:16:40.293Z] INFO: Invoking autogen... [2019-10-17T22:16:40.572Z] --- PASS: TestCreateServiceMaxReplicas (3.65s) [2019-10-17T22:16:40.572Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-17T22:16:40.572Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-17T22:16:40.756Z] INFO: Running unit tests... [2019-10-17T22:16:40.827Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-17T22:16:41.751Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-17T22:16:46.988Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-17T22:16:46.988Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-17T22:16:46.988Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-17T22:16:46.988Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-17T22:16:46.988Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-17T22:16:47.912Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-17T22:16:47.912Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-17T22:16:49.275Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-17T22:16:53.436Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-10-17T22:16:53.436Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-17T22:16:54.376Z] Loaded image: buildpack-deps:jessie [2019-10-17T22:16:54.376Z] Loaded image: busybox:latest [2019-10-17T22:16:54.376Z] Loaded image: busybox:glibc [2019-10-17T22:16:54.376Z] Loaded image: debian:jessie [2019-10-17T22:16:54.376Z] Loaded image: hello-world:latest [2019-10-17T22:16:54.376Z] INFO: Testing against a local daemon [2019-10-17T22:16:54.376Z] === RUN TestCgroupNamespacesBuild [2019-10-17T22:16:54.800Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-17T22:16:55.392Z] --- PASS: TestCgroupNamespacesBuild (1.70s) [2019-10-17T22:16:55.392Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-17T22:16:55.392Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-17T22:16:55.726Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-17T22:16:56.288Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.71s) [2019-10-17T22:16:56.288Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-17T22:16:56.288Z] === RUN TestCreateServiceSecretFileMode [2019-10-17T22:16:56.288Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-17T22:16:56.889Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.69s) [2019-10-17T22:16:56.889Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-17T22:16:56.889Z] === RUN TestBuildWithSession [2019-10-17T22:16:56.889Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-17T22:16:56.889Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T22:16:56.889Z] === RUN TestBuildSquashParent [2019-10-17T22:16:57.651Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-17T22:16:59.540Z] === RUN TestDockerSuite/TestBuildUser [2019-10-17T22:16:59.796Z] --- PASS: TestCreateServiceSecretFileMode (3.62s) [2019-10-17T22:16:59.796Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-17T22:16:59.796Z] === RUN TestCreateServiceConfigFileMode [2019-10-17T22:17:01.962Z] ? github.com/docker/docker/api [no test files] [2019-10-17T22:17:02.453Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-17T22:17:03.381Z] --- PASS: TestCreateServiceConfigFileMode (3.26s) [2019-10-17T22:17:03.381Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-17T22:17:03.381Z] === RUN TestCreateServiceSysctls [2019-10-17T22:17:03.710Z] --- PASS: TestBuildSquashParent (5.52s) [2019-10-17T22:17:03.710Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-17T22:17:03.710Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:17:03.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:17:03.710Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:17:03.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:17:03.710Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:17:03.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:17:03.710Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:17:03.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:17:03.710Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:17:03.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:17:03.710Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:17:03.710Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:17:03.710Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-17T22:17:03.710Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-17T22:17:03.710Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-17T22:17:03.710Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-17T22:17:05.756Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-17T22:17:05.756Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-17T22:17:06.644Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-17T22:17:07.569Z] --- PASS: TestCreateServiceSysctls (4.46s) [2019-10-17T22:17:07.569Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-17T22:17:07.569Z] === RUN TestCreateServiceCapabilities [2019-10-17T22:17:07.853Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-10-17T22:17:07.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.88s) [2019-10-17T22:17:07.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.89s) [2019-10-17T22:17:07.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.95s) [2019-10-17T22:17:07.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.99s) [2019-10-17T22:17:07.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.10s) [2019-10-17T22:17:07.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.14s) [2019-10-17T22:17:07.853Z] === RUN TestBuildMultiStageCopy [2019-10-17T22:17:07.853Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-17T22:17:09.330Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-17T22:17:09.950Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-17T22:17:10.234Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-17T22:17:10.521Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-17T22:17:10.844Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-17T22:17:10.844Z] --- PASS: TestCreateServiceCapabilities (3.14s) [2019-10-17T22:17:10.844Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-17T22:17:10.844Z] === RUN TestInspect [2019-10-17T22:17:11.138Z] --- PASS: TestBuildMultiStageCopy (3.45s) [2019-10-17T22:17:11.138Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.88s) [2019-10-17T22:17:11.138Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.37s) [2019-10-17T22:17:11.138Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s) [2019-10-17T22:17:11.138Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.38s) [2019-10-17T22:17:11.138Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2019-10-17T22:17:11.138Z] === RUN TestBuildMultiStageParentConfig [2019-10-17T22:17:12.150Z] --- PASS: TestBuildMultiStageParentConfig (0.99s) [2019-10-17T22:17:12.150Z] === RUN TestBuildLabelWithTargets [2019-10-17T22:17:13.630Z] --- PASS: TestBuildLabelWithTargets (1.58s) [2019-10-17T22:17:13.630Z] === RUN TestBuildWithEmptyLayers [2019-10-17T22:17:14.651Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2019-10-17T22:17:14.651Z] === RUN TestBuildMultiStageOnBuild [2019-10-17T22:17:15.036Z] --- PASS: TestInspect (3.91s) [2019-10-17T22:17:15.036Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-17T22:17:15.036Z] === RUN TestServiceListWithStatuses [2019-10-17T22:17:15.036Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-17T22:17:15.036Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:17:15.036Z] === RUN TestDockerNetworkConnectAlias [2019-10-17T22:17:16.680Z] --- PASS: TestBuildMultiStageOnBuild (2.19s) [2019-10-17T22:17:16.680Z] === RUN TestBuildUncleanTarFilenames [2019-10-17T22:17:17.694Z] --- PASS: TestBuildUncleanTarFilenames (1.16s) [2019-10-17T22:17:17.694Z] === RUN TestBuildMultiStageLayerLeak [2019-10-17T22:17:19.645Z] ok github.com/docker/docker/api/server 0.096s coverage: 9.0% of statements [2019-10-17T22:17:20.385Z] --- PASS: TestBuildMultiStageLayerLeak (2.29s) [2019-10-17T22:17:20.385Z] === RUN TestBuildWithHugeFile [2019-10-17T22:17:23.107Z] --- PASS: TestDockerNetworkConnectAlias (7.24s) [2019-10-17T22:17:23.107Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-17T22:17:23.107Z] === RUN TestDockerNetworkReConnect [2019-10-17T22:17:24.990Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-17T22:17:26.350Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-17T22:17:26.350Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-17T22:17:27.710Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-17T22:17:28.268Z] --- PASS: TestDockerNetworkReConnect (6.27s) [2019-10-17T22:17:28.268Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-17T22:17:28.268Z] === RUN TestServicePlugin [2019-10-17T22:17:28.524Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-17T22:17:30.409Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-17T22:17:30.409Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-17T22:17:30.409Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-17T22:17:30.409Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-17T22:17:30.409Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-17T22:17:32.917Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-17T22:17:32.917Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-17T22:17:33.841Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-17T22:17:34.400Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-17T22:17:35.760Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-17T22:17:36.014Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-17T22:17:39.274Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-17T22:17:41.159Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-17T22:17:42.521Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-17T22:17:42.775Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-17T22:17:43.335Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-17T22:17:43.335Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-17T22:17:44.259Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-17T22:17:46.144Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-17T22:17:47.070Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-17T22:17:47.070Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-17T22:17:47.070Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-17T22:17:47.628Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-17T22:17:48.553Z] === RUN TestDockerSuite/TestCommitChange [2019-10-17T22:17:50.439Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-17T22:17:51.362Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-17T22:17:52.723Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-17T22:17:52.978Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-17T22:17:54.864Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-17T22:17:56.223Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-17T22:17:58.105Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-17T22:17:58.664Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-17T22:18:00.546Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-17T22:18:01.470Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-17T22:18:01.470Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-17T22:18:01.470Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-17T22:18:01.470Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-17T22:18:01.470Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-17T22:18:01.470Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-17T22:18:01.470Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-17T22:18:03.352Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-17T22:18:03.352Z] --- PASS: TestServicePlugin (35.19s) [2019-10-17T22:18:03.352Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-17T22:18:03.352Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-17T22:18:03.352Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-17T22:18:03.352Z] plugin_test.go:62: [d6e9dce569b7f] joining swarm manager [da717b975a564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:18:03.352Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-17T22:18:03.352Z] plugin_test.go:65: [decf41662ba5d] joining swarm manager [da717b975a564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:18:03.352Z] === RUN TestServiceUpdateLabel [2019-10-17T22:18:05.237Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-17T22:18:05.237Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-17T22:18:06.161Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-17T22:18:06.161Z] --- PASS: TestServiceUpdateLabel (2.87s) [2019-10-17T22:18:06.161Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-17T22:18:06.161Z] === RUN TestServiceUpdateSecrets [2019-10-17T22:18:07.086Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-17T22:18:08.012Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-17T22:18:08.576Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-17T22:18:09.500Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-17T22:18:09.500Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-17T22:18:09.500Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-17T22:18:10.060Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-17T22:18:10.060Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-17T22:18:10.315Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-17T22:18:10.315Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-17T22:18:10.315Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-17T22:18:10.315Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-17T22:18:10.316Z] ok github.com/docker/docker/api/server/httputils 0.101s coverage: 14.7% of statements [2019-10-17T22:18:11.239Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-17T22:18:11.852Z] ok github.com/docker/docker/api/server/middleware 0.176s coverage: 37.7% of statements [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-17T22:18:11.852Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-17T22:18:12.165Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-17T22:18:13.092Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-17T22:18:13.092Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-17T22:18:14.025Z] ok github.com/docker/docker/api/server/router/swarm 0.110s coverage: 4.0% of statements [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-17T22:18:14.026Z] ok github.com/docker/docker/api/types/filters 0.170s coverage: 95.2% of statements [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-17T22:18:14.026Z] ok github.com/docker/docker/api/types/strslice 0.087s coverage: 90.0% of statements [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-17T22:18:14.026Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-17T22:18:14.026Z] ok github.com/docker/docker/api/types/time 0.408s coverage: 100.0% of statements [2019-10-17T22:18:14.493Z] ok github.com/docker/docker/api/types/versions 0.058s coverage: 75.0% of statements [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-17T22:18:14.493Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-17T22:18:14.976Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-17T22:18:15.537Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-17T22:18:15.538Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-17T22:18:15.538Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-17T22:18:16.899Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-17T22:18:17.823Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-17T22:18:18.748Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-17T22:18:19.670Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-17T22:18:19.670Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-17T22:18:20.230Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-17T22:18:20.280Z] ok github.com/docker/docker/builder/dockerfile 0.576s coverage: 46.1% of statements [2019-10-17T22:18:20.280Z] ok github.com/docker/docker/builder/dockerignore 0.060s coverage: 96.8% of statements [2019-10-17T22:18:20.280Z] ok github.com/docker/docker/builder/remotecontext 0.840s coverage: 9.2% of statements [2019-10-17T22:18:21.154Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-17T22:18:21.713Z] --- PASS: TestServiceUpdateSecrets (15.33s) [2019-10-17T22:18:21.713Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-17T22:18:21.713Z] === RUN TestServiceUpdateConfigs [2019-10-17T22:18:21.968Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-17T22:18:21.968Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-17T22:18:22.893Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-17T22:18:24.778Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-17T22:18:26.137Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-17T22:18:26.137Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-17T22:18:26.137Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-17T22:18:26.137Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-17T22:18:26.137Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-17T22:18:27.061Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-17T22:18:32.326Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-17T22:18:32.326Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-17T22:18:33.260Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-17T22:18:33.260Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-17T22:18:33.260Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-17T22:18:36.523Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-17T22:18:36.778Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-17T22:18:37.033Z] --- PASS: TestServiceUpdateConfigs (15.46s) [2019-10-17T22:18:37.033Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-17T22:18:37.033Z] === RUN TestServiceUpdateNetwork [2019-10-17T22:18:38.395Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-17T22:18:42.418Z] --- PASS: TestBuildWithHugeFile (80.10s) [2019-10-17T22:18:42.418Z] === RUN TestBuildWithEmptyDockerfile [2019-10-17T22:18:42.418Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:18:42.418Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:18:42.418Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:18:42.418Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:18:42.418Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:18:42.418Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:18:42.418Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:18:42.418Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:18:42.418Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:18:42.418Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2019-10-17T22:18:42.418Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2019-10-17T22:18:42.418Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.31s) [2019-10-17T22:18:42.418Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2019-10-17T22:18:42.418Z] === RUN TestBuildPreserveOwnership [2019-10-17T22:18:42.418Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-17T22:18:43.643Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-17T22:18:43.894Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-17T22:18:43.898Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-17T22:18:45.391Z] --- PASS: TestBuildPreserveOwnership (4.71s) [2019-10-17T22:18:45.391Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.10s) [2019-10-17T22:18:45.391Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.60s) [2019-10-17T22:18:45.391Z] === RUN TestBuildPlatformInvalid [2019-10-17T22:18:45.391Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-10-17T22:18:45.391Z] PASS [2019-10-17T22:18:45.391Z] [2019-10-17T22:18:45.391Z] === Skipped [2019-10-17T22:18:45.391Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-10-17T22:18:45.391Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T22:18:45.391Z] [2019-10-17T22:18:45.391Z] [2019-10-17T22:18:45.391Z] DONE 32 tests, 1 skipped in 126.230s [2019-10-17T22:18:45.391Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-17T22:18:45.391Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:45.391Z] ++ set -e [2019-10-17T22:18:45.391Z] ++ '[' -n 0 ']' [2019-10-17T22:18:45.391Z] ++ set -x [2019-10-17T22:18:45.391Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:45.675Z] INFO: Testing against a local daemon [2019-10-17T22:18:45.675Z] === RUN TestConfigList [2019-10-17T22:18:45.785Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-17T22:18:47.146Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-17T22:18:47.704Z] --- PASS: TestConfigList (2.17s) [2019-10-17T22:18:47.704Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-17T22:18:47.704Z] === RUN TestConfigsCreateAndDelete [2019-10-17T22:18:49.733Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2019-10-17T22:18:49.733Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-17T22:18:49.733Z] === RUN TestConfigsUpdate [2019-10-17T22:18:52.445Z] --- PASS: TestConfigsUpdate (2.15s) [2019-10-17T22:18:52.445Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-17T22:18:52.445Z] === RUN TestTemplatedConfig [2019-10-17T22:18:53.671Z] --- PASS: TestServiceUpdateNetwork (15.65s) [2019-10-17T22:18:53.671Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-17T22:18:53.671Z] PASS [2019-10-17T22:18:53.671Z] [2019-10-17T22:18:53.671Z] === Skipped [2019-10-17T22:18:53.671Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2019-10-17T22:18:53.671Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:18:53.671Z] [2019-10-17T22:18:53.671Z] [2019-10-17T22:18:53.671Z] DONE 20 tests, 1 skipped in 171.799s [2019-10-17T22:18:53.671Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-17T22:18:53.671Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:53.671Z] ++ set -e [2019-10-17T22:18:53.671Z] ++ '[' -n 0 ']' [2019-10-17T22:18:53.671Z] ++ set -x [2019-10-17T22:18:53.671Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:53.671Z] INFO: Testing against a local daemon [2019-10-17T22:18:53.671Z] === RUN TestSessionCreate [2019-10-17T22:18:53.671Z] --- PASS: TestSessionCreate (0.02s) [2019-10-17T22:18:53.671Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-17T22:18:53.671Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-17T22:18:53.671Z] PASS [2019-10-17T22:18:53.671Z] [2019-10-17T22:18:53.671Z] DONE 2 tests in 0.148s [2019-10-17T22:18:53.671Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-17T22:18:53.671Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:53.671Z] ++ set -e [2019-10-17T22:18:53.671Z] ++ '[' -n 0 ']' [2019-10-17T22:18:53.671Z] ++ set -x [2019-10-17T22:18:53.671Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:53.671Z] INFO: Testing against a local daemon [2019-10-17T22:18:53.671Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-17T22:18:53.671Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:18:53.671Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:18:53.671Z] === RUN TestEventsExecDie [2019-10-17T22:18:53.926Z] --- PASS: TestEventsExecDie (0.98s) [2019-10-17T22:18:53.926Z] === RUN TestEventsBackwardsCompatible [2019-10-17T22:18:53.926Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2019-10-17T22:18:53.926Z] === RUN TestInfoBinaryCommits [2019-10-17T22:18:53.926Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-17T22:18:53.926Z] === RUN TestInfoAPIVersioned [2019-10-17T22:18:53.926Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-17T22:18:53.926Z] === RUN TestInfoAPI [2019-10-17T22:18:53.926Z] --- PASS: TestInfoAPI (0.02s) [2019-10-17T22:18:53.926Z] === RUN TestInfoAPIWarnings [2019-10-17T22:18:54.851Z] --- PASS: TestInfoAPIWarnings (0.77s) [2019-10-17T22:18:54.851Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-17T22:18:54.851Z] === RUN TestLoginFailsWithBadCredentials [2019-10-17T22:18:55.107Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s) [2019-10-17T22:18:55.107Z] === RUN TestPingCacheHeaders [2019-10-17T22:18:55.107Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-17T22:18:55.107Z] === RUN TestPingGet [2019-10-17T22:18:55.107Z] --- PASS: TestPingGet (0.02s) [2019-10-17T22:18:55.107Z] === RUN TestPingHead [2019-10-17T22:18:55.107Z] --- PASS: TestPingHead (0.03s) [2019-10-17T22:18:55.107Z] === RUN TestVersion [2019-10-17T22:18:55.107Z] --- PASS: TestVersion (0.04s) [2019-10-17T22:18:55.107Z] PASS [2019-10-17T22:18:55.107Z] [2019-10-17T22:18:55.107Z] === Skipped [2019-10-17T22:18:55.107Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:18:55.107Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:18:55.107Z] [2019-10-17T22:18:55.107Z] [2019-10-17T22:18:55.107Z] DONE 12 tests, 1 skipped in 2.344s [2019-10-17T22:18:55.107Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-17T22:18:55.107Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:55.107Z] ++ set -e [2019-10-17T22:18:55.107Z] ++ '[' -n 0 ']' [2019-10-17T22:18:55.107Z] ++ set -x [2019-10-17T22:18:55.107Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:18:55.126Z] --- PASS: TestTemplatedConfig (2.79s) [2019-10-17T22:18:55.126Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-17T22:18:55.126Z] === RUN TestConfigInspect [2019-10-17T22:18:55.363Z] INFO: Testing against a local daemon [2019-10-17T22:18:55.363Z] === RUN TestVolumesCreateAndList [2019-10-17T22:18:55.363Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-17T22:18:55.363Z] === RUN TestVolumesRemove [2019-10-17T22:18:55.363Z] --- PASS: TestVolumesRemove (0.11s) [2019-10-17T22:18:55.363Z] === RUN TestVolumesInspect [2019-10-17T22:18:55.363Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-17T22:18:55.363Z] === RUN TestVolumesInvalidJSON [2019-10-17T22:18:55.363Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-17T22:18:55.363Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-17T22:18:55.363Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-17T22:18:55.363Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-10-17T22:18:55.363Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-17T22:18:55.363Z] PASS [2019-10-17T22:18:55.363Z] [2019-10-17T22:18:55.363Z] DONE 5 tests in 0.277s [2019-10-17T22:18:55.363Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-17T22:18:55.617Z] ++++ cat bundles/test-integration/docker.pid [2019-10-17T22:18:55.617Z] +++ kill 5272 [2019-10-17T22:18:55.960Z] ok github.com/docker/docker/builder/remotecontext/git 34.317s coverage: 85.1% of statements [2019-10-17T22:18:55.960Z] ? github.com/docker/docker/cli [no test files] [2019-10-17T22:18:55.960Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-17T22:18:55.960Z] ok github.com/docker/docker/cli/debug 0.067s coverage: 100.0% of statements [2019-10-17T22:18:55.960Z] ok github.com/docker/docker/client 0.685s coverage: 75.3% of statements [2019-10-17T22:18:56.979Z] +++ /etc/init.d/apparmor stop [2019-10-17T22:18:56.979Z] Clearing AppArmor profiles cache:. [2019-10-17T22:18:56.979Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-17T22:18:56.979Z] Unloading profiles will leave already running processes permanently [2019-10-17T22:18:56.979Z] unconfined, which can lead to unexpected situations. [2019-10-17T22:18:56.979Z] [2019-10-17T22:18:56.979Z] To set a process to complain mode, use the command line tool [2019-10-17T22:18:56.979Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-17T22:18:56.979Z] with the 'teardown' option." [2019-10-17T22:18:56.979Z] [2019-10-17T22:18:57.155Z] --- PASS: TestConfigInspect (2.15s) [2019-10-17T22:18:57.155Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-17T22:18:57.155Z] === RUN TestConfigCreateWithLabels [2019-10-17T22:18:58.134Z] ok github.com/docker/docker/cmd/dockerd 0.634s coverage: 19.0% of statements [2019-10-17T22:18:59.180Z] --- PASS: TestConfigCreateWithLabels (2.17s) [2019-10-17T22:18:59.180Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-17T22:18:59.180Z] === RUN TestConfigCreateResolve [2019-10-17T22:19:00.308Z] ok github.com/docker/docker/container 0.608s coverage: 42.2% of statements [2019-10-17T22:19:00.308Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-17T22:19:00.308Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-17T22:19:00.308Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-17T22:19:00.308Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-17T22:19:01.212Z] --- PASS: TestConfigCreateResolve (2.15s) [2019-10-17T22:19:01.212Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-17T22:19:01.212Z] === RUN TestConfigDaemonLibtrustID [2019-10-17T22:19:01.837Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-10-17T22:19:01.837Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-17T22:19:01.837Z] PASS [2019-10-17T22:19:01.837Z] [2019-10-17T22:19:01.837Z] DONE 8 tests in 16.365s [2019-10-17T22:19:01.837Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-17T22:19:01.837Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:19:01.837Z] ++ set -e [2019-10-17T22:19:01.837Z] ++ '[' -n 0 ']' [2019-10-17T22:19:01.837Z] ++ set -x [2019-10-17T22:19:01.837Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:19:01.837Z] INFO: Testing against a local daemon [2019-10-17T22:19:01.837Z] === RUN TestCheckpoint [2019-10-17T22:19:01.837Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-17T22:19:01.837Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:19:01.837Z] === RUN TestContainerInvalidJSON [2019-10-17T22:19:01.837Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:19:01.837Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:19:01.837Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:19:01.837Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:19:01.837Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:19:01.837Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:19:02.125Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:19:02.125Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:19:02.125Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:19:02.125Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-10-17T22:19:02.125Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-17T22:19:02.125Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-17T22:19:02.125Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-17T22:19:02.125Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-17T22:19:02.125Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-10-17T22:19:02.125Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-17T22:19:02.125Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-10-17T22:19:02.125Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-17T22:19:02.125Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-10-17T22:19:02.125Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-17T22:19:02.408Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-10-17T22:19:02.408Z] === RUN TestCopyFromContainer [2019-10-17T22:19:03.883Z] === RUN TestCopyFromContainer// [2019-10-17T22:19:03.883Z] === RUN TestCopyFromContainer//bar/root [2019-10-17T22:19:04.165Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-17T22:19:04.165Z] === RUN TestCopyFromContainer/bar/quux [2019-10-17T22:19:04.165Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-17T22:19:04.478Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-17T22:19:04.478Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-17T22:19:04.478Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-17T22:19:04.478Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-17T22:19:04.762Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer (2.44s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-17T22:19:04.762Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-10-17T22:19:04.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-17T22:19:04.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:19:04.762Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:19:04.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:19:04.762Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:19:04.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:19:04.762Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:19:04.762Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:19:04.763Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:19:04.763Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:19:04.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-17T22:19:04.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-17T22:19:04.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-17T22:19:04.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-17T22:19:04.763Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-17T22:19:04.763Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-17T22:19:04.763Z] === RUN TestCreateWithInvalidEnv [2019-10-17T22:19:04.763Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-17T22:19:04.763Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-17T22:19:04.763Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-17T22:19:04.763Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-17T22:19:04.763Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-17T22:19:04.763Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-17T22:19:04.763Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-17T22:19:04.763Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-17T22:19:04.763Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-17T22:19:04.763Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-17T22:19:04.763Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-17T22:19:04.763Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-17T22:19:04.763Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-17T22:19:04.763Z] === RUN TestCreateTmpfsMountsTarget [2019-10-17T22:19:05.047Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-10-17T22:19:05.047Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCustomMaskedPaths (1.81s) [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:19:07.073Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-17T22:19:07.073Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-10-17T22:19:07.073Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-17T22:19:07.073Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-17T22:19:09.113Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.97s) [2019-10-17T22:19:09.114Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-17T22:19:09.114Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:19:09.114Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:19:09.114Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:19:09.114Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:19:09.114Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:19:09.114Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:19:09.114Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:19:09.114Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:19:09.114Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:19:09.114Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:19:09.114Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:19:09.114Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:19:09.114Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:19:09.114Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:19:09.114Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:19:09.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-17T22:19:09.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-10-17T22:19:09.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-10-17T22:19:09.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-10-17T22:19:09.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2019-10-17T22:19:09.114Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-10-17T22:19:09.114Z] === RUN TestContainerStartOnDaemonRestart [2019-10-17T22:19:09.114Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-17T22:19:09.114Z] === RUN TestDaemonRestartIpcMode [2019-10-17T22:19:09.114Z] === PAUSE TestDaemonRestartIpcMode [2019-10-17T22:19:09.114Z] === RUN TestDiff [2019-10-17T22:19:09.731Z] --- PASS: TestDiff (0.67s) [2019-10-17T22:19:09.731Z] === RUN TestExecWithCloseStdin [2019-10-17T22:19:10.741Z] --- PASS: TestExecWithCloseStdin (0.88s) [2019-10-17T22:19:10.742Z] === RUN TestExec [2019-10-17T22:19:11.363Z] --- PASS: TestExec (0.84s) [2019-10-17T22:19:11.363Z] === RUN TestExecUser [2019-10-17T22:19:11.801Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-17T22:19:12.360Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-17T22:19:12.373Z] --- PASS: TestExecUser (0.85s) [2019-10-17T22:19:12.373Z] === RUN TestExportContainerAndImportImage [2019-10-17T22:19:12.919Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-17T22:19:13.383Z] --- PASS: TestExportContainerAndImportImage (0.96s) [2019-10-17T22:19:13.383Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-17T22:19:14.858Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-10-17T22:19:14.858Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-17T22:19:14.858Z] === RUN TestHealthCheckWorkdir [2019-10-17T22:19:15.869Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2019-10-17T22:19:15.869Z] === RUN TestHealthKillContainer [2019-10-17T22:19:16.177Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-17T22:19:18.548Z] --- PASS: TestHealthKillContainer (2.88s) [2019-10-17T22:19:18.548Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-17T22:19:18.687Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-17T22:19:18.687Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-17T22:19:19.166Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s) [2019-10-17T22:19:19.166Z] === RUN TestIpcModeNone [2019-10-17T22:19:20.175Z] --- PASS: TestIpcModeNone (0.85s) [2019-10-17T22:19:20.175Z] === RUN TestIpcModePrivate [2019-10-17T22:19:20.791Z] --- PASS: TestIpcModePrivate (0.81s) [2019-10-17T22:19:20.791Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:63, shared: false, mustBeShared: false [2019-10-17T22:19:20.791Z] === RUN TestIpcModeShareable [2019-10-17T22:19:21.801Z] --- PASS: TestIpcModeShareable (0.85s) [2019-10-17T22:19:21.801Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:57, shared: true, mustBeShared: true [2019-10-17T22:19:21.801Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-17T22:19:21.946Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-17T22:19:23.310Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-17T22:19:23.566Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-17T22:19:24.490Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-17T22:19:24.507Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.46s) [2019-10-17T22:19:24.507Z] === RUN TestAPIIpcModeHost [2019-10-17T22:19:24.792Z] --- PASS: TestAPIIpcModeHost (0.68s) [2019-10-17T22:19:24.792Z] === RUN TestDaemonIpcModeShareable [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon 3.042s coverage: 9.2% of statements [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/cluster 1.847s coverage: 0.5% of statements [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.289s coverage: 65.3% of statements [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/cluster/convert 1.013s coverage: 35.8% of statements [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.058s coverage: 10.9% of statements [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/config 0.706s coverage: 82.8% of statements [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/discovery 0.518s coverage: 30.0% of statements [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/events 0.426s coverage: 50.0% of statements [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/graphdriver 0.200s coverage: 2.3% of statements [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/images 0.843s coverage: 4.9% of statements [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/logger 0.661s coverage: 43.0% of statements [2019-10-17T22:19:25.453Z] ok github.com/docker/docker/daemon/logger/awslogs 0.649s coverage: 77.4% of statements [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-17T22:19:25.453Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-17T22:19:25.852Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-17T22:19:25.911Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.390s coverage: 62.1% of statements [2019-10-17T22:19:25.911Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.265s coverage: 88.3% of statements [2019-10-17T22:19:26.369Z] ok github.com/docker/docker/daemon/logger/local 0.358s coverage: 74.7% of statements [2019-10-17T22:19:26.369Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-17T22:19:26.777Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-17T22:19:26.824Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2019-10-17T22:19:26.824Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-17T22:19:26.824Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true [2019-10-17T22:19:26.824Z] === RUN TestDaemonIpcModePrivate [2019-10-17T22:19:26.828Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.169s coverage: 21.4% of statements [2019-10-17T22:19:28.137Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-17T22:19:28.296Z] --- PASS: TestDaemonIpcModePrivate (1.70s) [2019-10-17T22:19:28.296Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-17T22:19:28.296Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false [2019-10-17T22:19:28.296Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-17T22:19:28.697Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-17T22:19:29.621Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-17T22:19:30.329Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.69s) [2019-10-17T22:19:30.329Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-17T22:19:30.329Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false [2019-10-17T22:19:30.329Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-17T22:19:30.558Z] ok github.com/docker/docker/daemon/logger/splunk 2.236s coverage: 82.5% of statements [2019-10-17T22:19:30.558Z] ok github.com/docker/docker/daemon/logger/syslog 0.213s coverage: 47.8% of statements [2019-10-17T22:19:30.558Z] ok github.com/docker/docker/daemon/logger/templates 0.310s coverage: 8.3% of statements [2019-10-17T22:19:30.558Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-17T22:19:30.558Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-17T22:19:30.558Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-17T22:19:30.981Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-17T22:19:31.805Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2019-10-17T22:19:31.805Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-17T22:19:31.805Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true [2019-10-17T22:19:31.805Z] === RUN TestIpcModeOlderClient [2019-10-17T22:19:31.805Z] === PAUSE TestIpcModeOlderClient [2019-10-17T22:19:31.805Z] === RUN TestKillContainerInvalidSignal [2019-10-17T22:19:31.906Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-17T22:19:32.092Z] ok github.com/docker/docker/distribution 1.675s coverage: 20.3% of statements [2019-10-17T22:19:32.436Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2019-10-17T22:19:32.436Z] === RUN TestKillContainer [2019-10-17T22:19:32.436Z] === RUN TestKillContainer/no_signal [2019-10-17T22:19:32.550Z] ok github.com/docker/docker/distribution/metadata 1.615s coverage: 48.2% of statements [2019-10-17T22:19:32.550Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-17T22:19:32.831Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-17T22:19:33.052Z] === RUN TestKillContainer/non_killing_signal [2019-10-17T22:19:33.668Z] === RUN TestKillContainer/killing_signal [2019-10-17T22:19:34.086Z] ok github.com/docker/docker/distribution/xfer 2.500s coverage: 76.8% of statements [2019-10-17T22:19:34.086Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-17T22:19:34.086Z] ok github.com/docker/docker/errdefs 0.147s coverage: 49.4% of statements [2019-10-17T22:19:34.192Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-17T22:19:34.675Z] --- PASS: TestKillContainer (1.98s) [2019-10-17T22:19:34.675Z] --- PASS: TestKillContainer/no_signal (0.63s) [2019-10-17T22:19:34.675Z] --- PASS: TestKillContainer/non_killing_signal (0.41s) [2019-10-17T22:19:34.675Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2019-10-17T22:19:34.675Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-17T22:19:34.675Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-17T22:19:34.958Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-17T22:19:35.116Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-17T22:19:35.622Z] ok github.com/docker/docker/image 0.795s coverage: 86.4% of statements [2019-10-17T22:19:35.622Z] ok github.com/docker/docker/image/cache 0.173s coverage: 19.2% of statements [2019-10-17T22:19:35.622Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-17T22:19:35.622Z] ok github.com/docker/docker/image/v1 0.166s coverage: 25.0% of statements [2019-10-17T22:19:35.622Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-17T22:19:35.967Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.35s) [2019-10-17T22:19:35.967Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s) [2019-10-17T22:19:35.967Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2019-10-17T22:19:35.967Z] === RUN TestKillStoppedContainer [2019-10-17T22:19:35.967Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-10-17T22:19:35.967Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-17T22:19:35.967Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-17T22:19:35.967Z] === RUN TestKillDifferentUserContainer [2019-10-17T22:19:36.039Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-17T22:19:36.582Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2019-10-17T22:19:36.582Z] === RUN TestInspectOomKilledTrue [2019-10-17T22:19:36.962Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-17T22:19:38.061Z] --- PASS: TestInspectOomKilledTrue (1.15s) [2019-10-17T22:19:38.061Z] === RUN TestInspectOomKilledFalse [2019-10-17T22:19:38.362Z] --- PASS: TestInspectOomKilledFalse (0.65s) [2019-10-17T22:19:38.362Z] === RUN TestLinksEtcHostsContentMatch [2019-10-17T22:19:38.524Z] ok github.com/docker/docker/layer 0.433s coverage: 30.0% of statements [2019-10-17T22:19:38.524Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-17T22:19:38.846Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-17T22:19:38.977Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2019-10-17T22:19:38.977Z] === RUN TestLinksContainerNames [2019-10-17T22:19:39.770Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-17T22:19:40.330Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-17T22:19:40.330Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-17T22:19:40.453Z] --- PASS: TestLinksContainerNames (1.34s) [2019-10-17T22:19:40.453Z] === RUN TestLogsFollowTailEmpty [2019-10-17T22:19:40.699Z] ok github.com/docker/docker/libcontainerd/local 0.522s coverage: 1.0% of statements [2019-10-17T22:19:40.699Z] ok github.com/docker/docker/libcontainerd/queue 0.097s coverage: 100.0% of statements [2019-10-17T22:19:40.699Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-17T22:19:40.699Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-17T22:19:40.699Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-17T22:19:40.699Z] ? github.com/docker/docker/oci [no test files] [2019-10-17T22:19:40.699Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-17T22:19:40.699Z] ok github.com/docker/docker/opts 0.282s coverage: 67.3% of statements [2019-10-17T22:19:40.699Z] ok github.com/docker/docker/pkg/aaparser 0.144s coverage: 50.0% of statements [2019-10-17T22:19:41.071Z] --- PASS: TestLogsFollowTailEmpty (0.72s) [2019-10-17T22:19:41.071Z] === RUN TestContainerNetworkMountsNoChown [2019-10-17T22:19:41.254Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-17T22:19:41.691Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s) [2019-10-17T22:19:41.691Z] === RUN TestMountDaemonRoot [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/default [2019-10-17T22:19:41.976Z] === PAUSE TestMountDaemonRoot/default [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/private [2019-10-17T22:19:41.976Z] === PAUSE TestMountDaemonRoot/private [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/rprivate [2019-10-17T22:19:41.976Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/slave [2019-10-17T22:19:41.976Z] === PAUSE TestMountDaemonRoot/slave [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/rslave [2019-10-17T22:19:41.976Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/shared [2019-10-17T22:19:41.976Z] === PAUSE TestMountDaemonRoot/shared [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/rshared [2019-10-17T22:19:41.976Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-17T22:19:41.976Z] === CONT TestMountDaemonRoot/default [2019-10-17T22:19:41.976Z] === CONT TestMountDaemonRoot/shared [2019-10-17T22:19:41.976Z] === CONT TestMountDaemonRoot/rslave [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:19:41.976Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rshared [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/slave [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/private [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rprivate [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:19:41.977Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:19:41.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-17T22:19:41.977Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-17T22:19:42.178Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-17T22:19:42.262Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-10-17T22:19:42.262Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-17T22:19:42.262Z] === RUN TestContainerBindMountNonRecursive [2019-10-17T22:19:43.543Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-17T22:19:43.742Z] --- PASS: TestContainerBindMountNonRecursive (1.59s) [2019-10-17T22:19:43.742Z] === RUN TestNetworkNat [2019-10-17T22:19:44.466Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-17T22:19:44.753Z] --- PASS: TestNetworkNat (0.71s) [2019-10-17T22:19:44.753Z] === RUN TestNetworkLocalhostTCPNat [2019-10-17T22:19:45.369Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2019-10-17T22:19:45.369Z] === RUN TestNetworkLoopbackNat [2019-10-17T22:19:45.827Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-17T22:19:46.382Z] --- PASS: TestNetworkLoopbackNat (0.92s) [2019-10-17T22:19:46.382Z] === RUN TestPause [2019-10-17T22:19:46.998Z] --- PASS: TestPause (0.70s) [2019-10-17T22:19:46.998Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-17T22:19:46.998Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T22:19:46.998Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T22:19:46.998Z] === RUN TestPauseStopPausedContainer [2019-10-17T22:19:47.619Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2019-10-17T22:19:47.619Z] === RUN TestPsFilter [2019-10-17T22:19:47.711Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-17T22:19:47.902Z] --- PASS: TestPsFilter (0.19s) [2019-10-17T22:19:47.902Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-17T22:19:48.270Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-17T22:19:48.518Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2019-10-17T22:19:48.518Z] === RUN TestRemoveContainerWithVolume [2019-10-17T22:19:49.135Z] --- PASS: TestRemoveContainerWithVolume (0.64s) [2019-10-17T22:19:49.135Z] === RUN TestRemoveContainerRunning [2019-10-17T22:19:49.755Z] --- PASS: TestRemoveContainerRunning (0.69s) [2019-10-17T22:19:49.755Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-17T22:19:50.371Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2019-10-17T22:19:50.371Z] === RUN TestRemoveInvalidContainer [2019-10-17T22:19:50.371Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-17T22:19:50.371Z] === RUN TestRenameLinkedContainer [2019-10-17T22:19:50.899Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-17T22:19:53.061Z] --- PASS: TestRenameLinkedContainer (2.69s) [2019-10-17T22:19:53.061Z] === RUN TestRenameStoppedContainer [2019-10-17T22:19:53.677Z] --- PASS: TestRenameStoppedContainer (0.64s) [2019-10-17T22:19:53.677Z] === RUN TestRenameRunningContainerAndReuse [2019-10-17T22:19:55.153Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2019-10-17T22:19:55.153Z] === RUN TestRenameInvalidName [2019-10-17T22:19:55.772Z] --- PASS: TestRenameInvalidName (0.71s) [2019-10-17T22:19:55.772Z] === RUN TestRenameAnonymousContainer [2019-10-17T22:19:56.139Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-17T22:19:58.456Z] --- PASS: TestRenameAnonymousContainer (2.41s) [2019-10-17T22:19:58.456Z] === RUN TestRenameContainerWithSameName [2019-10-17T22:19:59.072Z] --- PASS: TestRenameContainerWithSameName (0.67s) [2019-10-17T22:19:59.072Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-17T22:19:59.398Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-17T22:19:59.957Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-17T22:20:00.551Z] --- PASS: TestRenameContainerWithLinkedContainer (1.35s) [2019-10-17T22:20:00.551Z] === RUN TestResize [2019-10-17T22:20:00.838Z] --- PASS: TestResize (0.71s) [2019-10-17T22:20:00.838Z] === RUN TestResizeWithInvalidSize [2019-10-17T22:20:01.858Z] --- PASS: TestResizeWithInvalidSize (0.72s) [2019-10-17T22:20:01.858Z] === RUN TestResizeWhenContainerNotStarted [2019-10-17T22:20:02.478Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:20:02.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:20:02.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:20:02.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:20:02.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:20:02.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:20:02.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:20:02.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:20:02.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:20:02.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:20:02.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:20:02.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:20:02.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:20:02.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:20:02.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:20:02.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:20:02.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:20:02.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:20:02.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:20:02.479Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-17T22:20:02.479Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-17T22:20:02.479Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:20:02.479Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-17T22:20:04.526Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:20:04.526Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-17T22:20:05.197Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-17T22:20:05.552Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-17T22:20:05.552Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-17T22:20:06.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-17T22:20:06.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-17T22:20:08.459Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-17T22:20:08.641Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-17T22:20:08.641Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-17T22:20:09.385Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/archive 9.782s coverage: 62.0% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/authorization 1.005s coverage: 26.8% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/broadcaster 0.042s coverage: 100.0% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/capabilities 0.108s coverage: 87.5% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/chrootarchive 0.141s coverage: 15.4% of statements [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/directory 0.116s coverage: 80.0% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/discovery 0.260s coverage: 58.3% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/discovery/file 0.185s coverage: 92.9% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/discovery/kv 3.538s coverage: 84.1% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/discovery/memory 0.169s coverage: 92.3% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/discovery/nodes 0.112s coverage: 93.8% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/filenotify 0.086s coverage: 36.2% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/fileutils 0.099s coverage: 87.7% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/homedir 0.055s coverage: 42.9% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/idtools 0.087s coverage: 6.3% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/ioutils 0.759s coverage: 68.4% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/jsonmessage 0.265s coverage: 91.7% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/locker 0.072s coverage: 88.9% of statements [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/longpath 0.056s coverage: 100.0% of statements [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/parsers 0.037s coverage: 97.0% of statements [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-17T22:20:10.641Z] ok github.com/docker/docker/pkg/pidfile 0.076s coverage: 82.6% of statements [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-17T22:20:10.641Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.00s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.14s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.11s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.29s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.12s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.01s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.19s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.14s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.52s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.63s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.91s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-17T22:20:12.143Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.09s) [2019-10-17T22:20:12.143Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-17T22:20:12.143Z] === RUN TestCgroupNamespacesRun [2019-10-17T22:20:13.622Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2019-10-17T22:20:13.622Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-17T22:20:13.622Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-17T22:20:14.623Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-17T22:20:15.183Z] === RUN TestDockerSuite/TestCpToDot [2019-10-17T22:20:15.649Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s) [2019-10-17T22:20:15.649Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-17T22:20:15.649Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-17T22:20:16.108Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-17T22:20:17.130Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.67s) [2019-10-17T22:20:17.130Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-17T22:20:17.130Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-17T22:20:17.992Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-17T22:20:18.628Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2019-10-17T22:20:18.628Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-17T22:20:18.628Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-17T22:20:19.388Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-17T22:20:19.644Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-17T22:20:20.341Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.68s) [2019-10-17T22:20:20.341Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-17T22:20:20.341Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-17T22:20:20.569Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-17T22:20:21.355Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s) [2019-10-17T22:20:21.355Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-17T22:20:21.355Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-17T22:20:22.368Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-10-17T22:20:22.369Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-17T22:20:22.369Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-17T22:20:23.827Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-17T22:20:23.848Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2019-10-17T22:20:23.848Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-17T22:20:23.848Z] === RUN TestKernelTCPMemory [2019-10-17T22:20:24.386Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-17T22:20:24.875Z] --- PASS: TestKernelTCPMemory (0.93s) [2019-10-17T22:20:24.875Z] === RUN TestNISDomainname [2019-10-17T22:20:25.309Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-17T22:20:25.887Z] --- PASS: TestNISDomainname (1.04s) [2019-10-17T22:20:25.887Z] === RUN TestHostnameDnsResolution [2019-10-17T22:20:26.897Z] --- PASS: TestHostnameDnsResolution (1.10s) [2019-10-17T22:20:26.897Z] === RUN TestStats [2019-10-17T22:20:27.193Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-17T22:20:27.193Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-17T22:20:27.193Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-17T22:20:27.448Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-17T22:20:28.371Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-17T22:20:28.371Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-17T22:20:28.371Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/plugins 35.079s coverage: 73.4% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.098s coverage: 56.8% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/plugins/transport 0.173s coverage: 85.7% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/pools 0.050s coverage: 88.2% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/progress 0.045s coverage: 75.9% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/pubsub 1.095s coverage: 73.9% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/reexec 0.086s coverage: 82.4% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/signal 0.143s coverage: 20.3% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/stdcopy 0.079s coverage: 100.0% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/streamformatter 0.049s coverage: 66.2% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/stringid 0.042s coverage: 70.6% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/sysinfo 0.040s coverage: 38.2% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/system 0.084s coverage: 12.7% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/tailfile 0.130s coverage: 88.6% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/tarsum 0.165s coverage: 89.3% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/term 0.060s coverage: 30.8% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/term/windows 0.039s coverage: 0.0% of statements [no tests to run] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/truncindex 0.144s coverage: 91.5% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/urlutil 0.057s coverage: 100.0% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/pkg/useragent 0.037s coverage: 88.9% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/plugin 0.186s coverage: 11.6% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/plugin/v2 0.112s coverage: 20.1% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/reference 0.215s coverage: 84.4% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/registry 0.446s coverage: 52.2% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/registry/resumable 0.299s coverage: 100.0% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/rootless [no test files] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/runconfig 0.120s coverage: 54.5% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/testutil 0.164s coverage: 62.5% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/volume [no test files] [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/volume/drivers 0.236s coverage: 36.1% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/volume/local 0.132s coverage: 37.7% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/volume/mounts 0.109s coverage: 66.2% of statements [2019-10-17T22:20:28.565Z] ok github.com/docker/docker/volume/service 0.422s coverage: 70.3% of statements [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-17T22:20:28.565Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-17T22:20:29.295Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-17T22:20:29.550Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-17T22:20:29.550Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-17T22:20:29.572Z] --- PASS: TestStats (2.44s) [2019-10-17T22:20:29.572Z] === RUN TestStopContainerWithTimeout [2019-10-17T22:20:29.572Z] === RUN TestStopContainerWithTimeout/0 [2019-10-17T22:20:29.572Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-17T22:20:29.572Z] === RUN TestStopContainerWithTimeout/1 [2019-10-17T22:20:29.572Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-17T22:20:29.572Z] === RUN TestStopContainerWithTimeout/3 [2019-10-17T22:20:29.572Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-17T22:20:29.572Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-17T22:20:29.572Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-17T22:20:29.572Z] === CONT TestStopContainerWithTimeout/0 [2019-10-17T22:20:29.572Z] === CONT TestStopContainerWithTimeout/3 [2019-10-17T22:20:29.572Z] === CONT TestStopContainerWithTimeout/1 [2019-10-17T22:20:29.572Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-17T22:20:29.805Z] === RUN TestDockerSuite/TestCreateRM [2019-10-17T22:20:30.061Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-17T22:20:30.061Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-17T22:20:30.061Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-17T22:20:30.105Z] INFO: make.ps1 ended at 10/17/2019 22:20:29 [2019-10-17T22:20:30.315Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-17T22:20:32.281Z] INFO: Unit tests ended at 10/17/2019 22:20:31. Duration:00:03:56.7631391 [2019-10-17T22:20:32.281Z] INFO: Building busybox [2019-10-17T22:20:32.281Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-17T22:20:32.281Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-17T22:20:32.281Z] [2019-10-17T22:20:32.281Z] Sending build context to Docker daemon 2.56kB [2019-10-17T22:20:32.281Z] [2019-10-17T22:20:32.281Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-17T22:20:32.281Z] ---> 739b21bd02e7 [2019-10-17T22:20:32.281Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-17T22:20:32.281Z] ---> Running in 84b516b496dd [2019-10-17T22:20:32.825Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-17T22:20:32.825Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-17T22:20:32.825Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-17T22:20:33.035Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-10-17T22:20:33.035Z] --- PASS: TestStopContainerWithTimeout/0 (1.13s) [2019-10-17T22:20:33.035Z] --- PASS: TestStopContainerWithTimeout/1 (2.31s) [2019-10-17T22:20:33.035Z] --- PASS: TestStopContainerWithTimeout/3 (3.16s) [2019-10-17T22:20:33.035Z] --- PASS: TestStopContainerWithTimeout/-1 (3.23s) [2019-10-17T22:20:33.035Z] === RUN TestDeleteDevicemapper [2019-10-17T22:20:33.035Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-17T22:20:33.035Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:20:33.035Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-17T22:20:34.532Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.02s) [2019-10-17T22:20:34.532Z] === RUN TestUpdateMemory [2019-10-17T22:20:36.009Z] --- PASS: TestUpdateMemory (1.06s) [2019-10-17T22:20:36.009Z] === RUN TestUpdateCPUQuota [2019-10-17T22:20:36.101Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-17T22:20:36.101Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-17T22:20:36.101Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-17T22:20:36.355Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-17T22:20:36.355Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-17T22:20:36.355Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-17T22:20:37.282Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-17T22:20:37.482Z] --- PASS: TestUpdateCPUQuota (1.71s) [2019-10-17T22:20:37.482Z] === RUN TestUpdatePidsLimit [2019-10-17T22:20:37.482Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-17T22:20:37.766Z] === RUN TestUpdatePidsLimit/no_change [2019-10-17T22:20:38.382Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-17T22:20:38.642Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-17T22:20:38.665Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-17T22:20:38.947Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-17T22:20:39.230Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-17T22:20:39.368Z] Removing intermediate container 84b516b496dd [2019-10-17T22:20:39.368Z] ---> 888a866cf538 [2019-10-17T22:20:39.368Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-17T22:20:39.565Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-17T22:20:39.826Z] [2019-10-17T22:20:39.846Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-17T22:20:40.285Z] ---> 28256e5e684e [2019-10-17T22:20:40.285Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-17T22:20:40.285Z] ---> Running in e2285bcb4b1f [2019-10-17T22:20:40.926Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-17T22:20:41.181Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit (3.90s) [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2019-10-17T22:20:41.325Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2019-10-17T22:20:41.325Z] === RUN TestUpdateRestartPolicy [2019-10-17T22:20:41.818Z] [2019-10-17T22:20:41.818Z] SUCCESS: Specified value was saved. [2019-10-17T22:20:43.065Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-17T22:20:43.627Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-17T22:20:44.725Z] Removing intermediate container e2285bcb4b1f [2019-10-17T22:20:44.725Z] ---> 68380a11d193 [2019-10-17T22:20:44.725Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-17T22:20:44.725Z] ---> Running in c6e883489ead [2019-10-17T22:20:44.989Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-17T22:20:44.989Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-17T22:20:45.914Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-17T22:20:45.914Z] === RUN TestDockerSuite/TestDockerFails [2019-10-17T22:20:45.914Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-17T22:20:45.914Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-17T22:20:45.914Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-17T22:20:47.275Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-17T22:20:48.202Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-17T22:20:50.085Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-17T22:20:50.085Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-17T22:20:50.085Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-17T22:20:50.340Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-17T22:20:51.898Z] Cannot create a file when that file already exists. [2019-10-17T22:20:53.848Z] --- PASS: TestUpdateRestartPolicy (12.08s) [2019-10-17T22:20:53.848Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-17T22:20:54.135Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2019-10-17T22:20:54.135Z] === RUN TestWaitNonBlocked [2019-10-17T22:20:54.135Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:20:54.135Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:20:54.135Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:20:54.135Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:20:54.135Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:20:54.135Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:20:55.145Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-17T22:20:55.145Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s) [2019-10-17T22:20:55.145Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.83s) [2019-10-17T22:20:55.145Z] === RUN TestWaitBlocked [2019-10-17T22:20:55.145Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:20:55.145Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:20:55.145Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:20:55.145Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:20:55.145Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-17T22:20:55.145Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-17T22:20:56.156Z] --- PASS: TestWaitBlocked (0.03s) [2019-10-17T22:20:56.156Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2019-10-17T22:20:56.156Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s) [2019-10-17T22:20:56.156Z] === CONT TestContainerStartOnDaemonRestart [2019-10-17T22:20:56.156Z] === CONT TestIpcModeOlderClient [2019-10-17T22:20:56.156Z] === CONT TestDaemonRestartIpcMode [2019-10-17T22:20:56.156Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-10-17T22:20:56.868Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-17T22:20:59.080Z] Removing intermediate container c6e883489ead [2019-10-17T22:20:59.080Z] ---> d6b7d4a6a458 [2019-10-17T22:20:59.080Z] Step 6/6 : CMD ["sh"] [2019-10-17T22:20:59.080Z] ---> Running in 9e328a8f1d90 [2019-10-17T22:20:59.080Z] Removing intermediate container 9e328a8f1d90 [2019-10-17T22:20:59.080Z] ---> e8f3a3056d4b [2019-10-17T22:20:59.080Z] Successfully built e8f3a3056d4b [2019-10-17T22:20:59.080Z] Successfully tagged busybox:latest [2019-10-17T22:20:59.080Z] INFO: Docker images of the daemon under test [2019-10-17T22:20:59.080Z] [2019-10-17T22:20:59.080Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-17T22:20:59.080Z] busybox latest e8f3a3056d4b Less than a second ago 4.83GB [2019-10-17T22:20:59.080Z] microsoft/windowsservercore latest 739b21bd02e7 9 days ago 4.79GB [2019-10-17T22:20:59.080Z] mcr.microsoft.com/windows/servercore ltsc2019 739b21bd02e7 9 days ago 4.79GB [2019-10-17T22:20:59.080Z] [2019-10-17T22:20:59.080Z] INFO: Running integration tests at 10/17/2019 22:20:58... [2019-10-17T22:20:59.080Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-17T22:20:59.080Z] INFO: Integration API tests being run from the host: [2019-10-17T22:20:59.080Z] INFO: make.ps1 starting at 10/17/2019 22:20:58 [2019-10-17T22:20:59.540Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-17T22:20:59.645Z] --- PASS: TestContainerStartOnDaemonRestart (3.22s) [2019-10-17T22:20:59.645Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-17T22:20:59.928Z] --- PASS: TestDaemonRestartIpcMode (3.75s) [2019-10-17T22:20:59.928Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-17T22:20:59.928Z] PASS [2019-10-17T22:20:59.928Z] [2019-10-17T22:20:59.928Z] === Skipped [2019-10-17T22:20:59.928Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-17T22:20:59.928Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:20:59.928Z] [2019-10-17T22:20:59.928Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-17T22:20:59.928Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-17T22:20:59.928Z] [2019-10-17T22:20:59.928Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-17T22:20:59.928Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-17T22:20:59.928Z] [2019-10-17T22:20:59.928Z] [2019-10-17T22:20:59.928Z] DONE 197 tests, 3 skipped in 118.018s [2019-10-17T22:20:59.928Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-17T22:20:59.928Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:20:59.928Z] ++ set -e [2019-10-17T22:20:59.928Z] ++ '[' -n 0 ']' [2019-10-17T22:20:59.928Z] ++ set -x [2019-10-17T22:20:59.928Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:20:59.928Z] INFO: Testing against a local daemon [2019-10-17T22:20:59.928Z] === RUN TestCommitInheritsEnv [2019-10-17T22:21:00.136Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-17T22:21:00.544Z] --- PASS: TestCommitInheritsEnv (0.42s) [2019-10-17T22:21:00.544Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-17T22:21:00.544Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-17T22:21:00.544Z] === RUN TestImagesFilterMultiReference [2019-10-17T22:21:00.544Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-10-17T22:21:00.544Z] === RUN TestImagePullPlatformInvalid [2019-10-17T22:21:00.544Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-17T22:21:00.544Z] === RUN TestRemoveImageOrphaning [2019-10-17T22:21:00.828Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2019-10-17T22:21:00.828Z] === RUN TestRemoveImageGarbageCollector [2019-10-17T22:21:00.828Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-17T22:21:00.828Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:21:00.828Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-17T22:21:01.113Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-17T22:21:01.113Z] === RUN TestTagInvalidReference [2019-10-17T22:21:01.113Z] --- PASS: TestTagInvalidReference (0.04s) [2019-10-17T22:21:01.113Z] === RUN TestTagValidPrefixedRepo [2019-10-17T22:21:01.113Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-10-17T22:21:01.113Z] === RUN TestTagExistedNameWithoutForce [2019-10-17T22:21:01.113Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-10-17T22:21:01.113Z] === RUN TestTagOfficialNames [2019-10-17T22:21:01.113Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-17T22:21:01.113Z] === RUN TestTagMatchesDigest [2019-10-17T22:21:01.113Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-17T22:21:01.113Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-17T22:21:02.645Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-17T22:21:04.528Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-17T22:21:04.528Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-10-17T22:21:05.889Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-17T22:21:07.250Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-17T22:21:08.176Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-17T22:21:09.106Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-17T22:21:10.469Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-17T22:21:11.393Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-17T22:21:13.277Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-17T22:21:15.164Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-17T22:21:18.423Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-17T22:21:20.932Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-17T22:21:21.861Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-17T22:21:22.116Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-17T22:21:24.628Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-17T22:21:24.866Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-17T22:21:25.191Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-17T22:21:25.447Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-17T22:21:27.042Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-17T22:21:27.331Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-17T22:21:28.255Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-17T22:21:28.255Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-17T22:21:28.509Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-17T22:21:28.764Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-17T22:21:28.764Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-17T22:21:30.648Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-17T22:21:30.794Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-17T22:21:32.009Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-17T22:21:32.010Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-17T22:21:32.010Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-17T22:21:32.937Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-17T22:21:32.970Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-10-17T22:21:33.192Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-17T22:21:33.447Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-17T22:21:34.807Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-17T22:21:34.807Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-17T22:21:34.807Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-17T22:21:34.807Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-17T22:21:36.691Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-17T22:21:36.715Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-17T22:21:37.175Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-17T22:21:37.616Z] === RUN TestDockerSuite/TestEventsRename [2019-10-17T22:21:38.160Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-17T22:21:38.175Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-17T22:21:38.430Z] === RUN TestDockerSuite/TestEventsResize [2019-10-17T22:21:39.132Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-17T22:21:39.354Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-17T22:21:39.612Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-17T22:21:40.279Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-17T22:21:41.643Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-17T22:21:42.203Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-17T22:21:42.575Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-17T22:21:44.088Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-17T22:21:45.013Z] === RUN TestDockerSuite/TestEventsTop [2019-10-17T22:21:46.374Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-17T22:21:47.277Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-17T22:21:48.895Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-17T22:21:50.781Z] === RUN TestDockerSuite/TestExec [2019-10-17T22:21:51.708Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-17T22:21:52.268Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-17T22:21:53.194Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-17T22:21:54.117Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-17T22:21:55.876Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-17T22:21:56.002Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-17T22:21:56.562Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-17T22:21:57.490Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-17T22:21:58.413Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-17T22:21:59.338Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-17T22:21:59.609Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-17T22:22:00.264Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-17T22:22:01.188Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-17T22:22:02.561Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-17T22:22:03.073Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-17T22:22:04.957Z] === RUN TestDockerSuite/TestExecEnv [2019-10-17T22:22:05.517Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-17T22:22:06.321Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-17T22:22:07.401Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-17T22:22:08.327Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-17T22:22:08.522Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-17T22:22:11.442Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-17T22:22:11.600Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-17T22:22:12.160Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-17T22:22:13.084Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-17T22:22:13.084Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-17T22:22:14.009Z] === RUN TestDockerSuite/TestExecParseError [2019-10-17T22:22:14.424Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-17T22:22:14.887Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:22:14.887Z] INFO: Testing against a local daemon [2019-10-17T22:22:14.887Z] === RUN TestBuildWithSession [2019-10-17T22:22:14.887Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-17T22:22:14.887Z] build_session_test.go:25: TODO: BuildKit [2019-10-17T22:22:14.887Z] === RUN TestBuildSquashParent [2019-10-17T22:22:14.887Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-17T22:22:14.887Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:14.887Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-17T22:22:14.887Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-17T22:22:14.887Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:14.887Z] === RUN TestBuildMultiStageCopy [2019-10-17T22:22:14.887Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-17T22:22:14.935Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-17T22:22:15.863Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-17T22:22:16.119Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-17T22:22:16.680Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-17T22:22:19.945Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-17T22:22:20.507Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-17T22:22:21.871Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-17T22:22:27.294Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-17T22:22:27.294Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-17T22:22:28.264Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-17T22:22:29.235Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-17T22:22:30.775Z] --- PASS: TestBuildMultiStageCopy (16.25s) [2019-10-17T22:22:30.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.43s) [2019-10-17T22:22:30.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.84s) [2019-10-17T22:22:30.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.17s) [2019-10-17T22:22:30.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.31s) [2019-10-17T22:22:30.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.51s) [2019-10-17T22:22:30.775Z] === RUN TestBuildMultiStageParentConfig [2019-10-17T22:22:30.775Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-10-17T22:22:30.775Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:30.775Z] === RUN TestBuildLabelWithTargets [2019-10-17T22:22:30.775Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2019-10-17T22:22:30.775Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:30.775Z] === RUN TestBuildWithEmptyLayers [2019-10-17T22:22:32.313Z] --- PASS: TestBuildWithEmptyLayers (1.12s) [2019-10-17T22:22:32.313Z] === RUN TestBuildMultiStageOnBuild [2019-10-17T22:22:32.313Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-10-17T22:22:32.313Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:32.313Z] === RUN TestBuildUncleanTarFilenames [2019-10-17T22:22:32.313Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-10-17T22:22:32.313Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:32.313Z] === RUN TestBuildMultiStageLayerLeak [2019-10-17T22:22:32.313Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-10-17T22:22:32.313Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:32.313Z] === RUN TestBuildWithHugeFile [2019-10-17T22:22:32.313Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-10-17T22:22:32.313Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-17T22:22:32.313Z] === RUN TestBuildWithEmptyDockerfile [2019-10-17T22:22:32.313Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:22:32.313Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:22:32.313Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:22:32.313Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:22:32.313Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:22:32.313Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:22:32.313Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-17T22:22:32.313Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-17T22:22:32.313Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-17T22:22:32.313Z] --- PASS: TestBuildWithEmptyDockerfile (0.42s) [2019-10-17T22:22:32.313Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-10-17T22:22:32.313Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-10-17T22:22:32.313Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-10-17T22:22:32.313Z] === RUN TestBuildPreserveOwnership [2019-10-17T22:22:32.313Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2019-10-17T22:22:32.313Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:32.313Z] === RUN TestBuildPlatformInvalid [2019-10-17T22:22:32.773Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-10-17T22:22:32.773Z] PASS [2019-10-17T22:22:32.773Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-17T22:22:32.773Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:22:32.773Z] INFO: Testing against a local daemon [2019-10-17T22:22:32.773Z] === RUN TestConfigList [2019-10-17T22:22:32.773Z] --- SKIP: TestConfigList (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestConfigsCreateAndDelete [2019-10-17T22:22:32.773Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestConfigsUpdate [2019-10-17T22:22:32.773Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestTemplatedConfig [2019-10-17T22:22:32.773Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestConfigInspect [2019-10-17T22:22:32.773Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestConfigCreateWithLabels [2019-10-17T22:22:32.773Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:22:32.773Z] === RUN TestConfigCreateResolve [2019-10-17T22:22:32.773Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:22:32.773Z] === RUN TestConfigDaemonLibtrustID [2019-10-17T22:22:32.773Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-10-17T22:22:32.773Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:22:32.773Z] PASS [2019-10-17T22:22:32.773Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-17T22:22:32.773Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:22:32.773Z] INFO: Testing against a local daemon [2019-10-17T22:22:32.773Z] === RUN TestCheckpoint [2019-10-17T22:22:32.773Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-17T22:22:32.773Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-17T22:22:32.773Z] === RUN TestContainerInvalidJSON [2019-10-17T22:22:32.773Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:22:32.773Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:22:32.773Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:22:32.773Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:22:32.773Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:22:32.773Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:22:32.773Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-17T22:22:32.773Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-17T22:22:32.773Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-17T22:22:32.773Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-10-17T22:22:32.773Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-17T22:22:32.773Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-17T22:22:32.773Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-10-17T22:22:32.773Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-17T22:22:32.773Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-10-17T22:22:32.773Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-17T22:22:32.773Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-10-17T22:22:32.773Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-17T22:22:32.773Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-10-17T22:22:32.773Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestCopyFromContainer [2019-10-17T22:22:32.773Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-17T22:22:32.773Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-17T22:22:32.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:22:32.773Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:22:32.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:22:32.773Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:22:32.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:22:32.773Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:22:32.773Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-17T22:22:32.773Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-17T22:22:32.773Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-17T22:22:32.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-17T22:22:32.773Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-17T22:22:32.773Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-17T22:22:32.773Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidEnv [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-17T22:22:32.773Z] === RUN TestCreateTmpfsMountsTarget [2019-10-17T22:22:32.773Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-17T22:22:32.773Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:32.773Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-17T22:22:32.773Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-17T22:22:32.773Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:22:32.773Z] === RUN TestCreateWithCapabilities [2019-10-17T22:22:32.773Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-17T22:22:32.773Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-17T22:22:32.773Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-17T22:22:32.773Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-17T22:22:32.773Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:22:32.773Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:22:32.773Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-17T22:22:32.773Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-17T22:22:32.773Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-17T22:22:32.773Z] === RUN TestDiff [2019-10-17T22:22:32.773Z] --- SKIP: TestDiff (0.00s) [2019-10-17T22:22:32.773Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:32.773Z] === RUN TestExecWithCloseStdin [2019-10-17T22:22:34.024Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-17T22:22:34.024Z] === RUN TestDockerSuite/TestExecTTY [2019-10-17T22:22:34.584Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-17T22:22:34.956Z] --- PASS: TestExecWithCloseStdin (2.09s) [2019-10-17T22:22:34.956Z] === RUN TestExec [2019-10-17T22:22:34.956Z] --- SKIP: TestExec (0.00s) [2019-10-17T22:22:34.956Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-17T22:22:34.956Z] === RUN TestExecUser [2019-10-17T22:22:34.956Z] --- SKIP: TestExecUser (0.00s) [2019-10-17T22:22:34.956Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-17T22:22:34.956Z] === RUN TestExportContainerAndImportImage [2019-10-17T22:22:34.956Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-17T22:22:34.956Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:34.956Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-17T22:22:34.956Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-17T22:22:34.956Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:34.956Z] === RUN TestHealthCheckWorkdir [2019-10-17T22:22:34.956Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-17T22:22:34.956Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:34.956Z] === RUN TestHealthKillContainer [2019-10-17T22:22:34.956Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-17T22:22:34.956Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-17T22:22:34.956Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-17T22:22:34.956Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-17T22:22:34.956Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-17T22:22:34.956Z] === RUN TestKillContainerInvalidSignal [2019-10-17T22:22:35.508Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-17T22:22:36.431Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-17T22:22:37.138Z] --- PASS: TestKillContainerInvalidSignal (1.81s) [2019-10-17T22:22:37.139Z] === RUN TestKillContainer [2019-10-17T22:22:37.139Z] --- SKIP: TestKillContainer (0.00s) [2019-10-17T22:22:37.139Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-17T22:22:37.139Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-17T22:22:37.139Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-17T22:22:37.139Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-17T22:22:37.139Z] === RUN TestKillStoppedContainer [2019-10-17T22:22:37.139Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-17T22:22:37.139Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-17T22:22:37.139Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-17T22:22:37.139Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-17T22:22:37.139Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-17T22:22:37.139Z] === RUN TestKillDifferentUserContainer [2019-10-17T22:22:37.139Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-17T22:22:37.139Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-17T22:22:37.139Z] === RUN TestInspectOomKilledTrue [2019-10-17T22:22:37.139Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-17T22:22:37.139Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:22:37.139Z] === RUN TestInspectOomKilledFalse [2019-10-17T22:22:37.139Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-17T22:22:37.139Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-17T22:22:37.139Z] === RUN TestLogsFollowTailEmpty [2019-10-17T22:22:37.356Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-17T22:22:37.356Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-17T22:22:38.679Z] --- PASS: TestLogsFollowTailEmpty (1.82s) [2019-10-17T22:22:38.679Z] === RUN TestNetworkNat [2019-10-17T22:22:38.679Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-17T22:22:38.679Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:38.679Z] === RUN TestNetworkLocalhostTCPNat [2019-10-17T22:22:38.679Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-17T22:22:38.679Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:22:38.679Z] === RUN TestNetworkLoopbackNat [2019-10-17T22:22:38.679Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-17T22:22:38.679Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:38.679Z] === RUN TestPause [2019-10-17T22:22:38.679Z] --- SKIP: TestPause (0.00s) [2019-10-17T22:22:38.679Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-17T22:22:38.679Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-17T22:22:39.239Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-17T22:22:39.239Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-17T22:22:40.173Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-17T22:22:40.219Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.71s) [2019-10-17T22:22:40.219Z] === RUN TestPauseStopPausedContainer [2019-10-17T22:22:40.219Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-17T22:22:40.219Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:22:40.219Z] === RUN TestPsFilter [2019-10-17T22:22:40.680Z] --- PASS: TestPsFilter (0.17s) [2019-10-17T22:22:40.680Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-17T22:22:42.080Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-17T22:22:42.980Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.11s) [2019-10-17T22:22:42.980Z] === RUN TestRemoveContainerWithVolume [2019-10-17T22:22:43.005Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-17T22:22:43.931Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-17T22:22:45.167Z] --- PASS: TestRemoveContainerWithVolume (2.26s) [2019-10-17T22:22:45.167Z] === RUN TestRemoveContainerRunning [2019-10-17T22:22:46.710Z] --- PASS: TestRemoveContainerRunning (1.74s) [2019-10-17T22:22:46.710Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-17T22:22:48.253Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.71s) [2019-10-17T22:22:48.253Z] === RUN TestRemoveInvalidContainer [2019-10-17T22:22:48.253Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-17T22:22:48.253Z] === RUN TestRenameLinkedContainer [2019-10-17T22:22:48.253Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-17T22:22:48.253Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:48.253Z] === RUN TestRenameStoppedContainer [2019-10-17T22:22:49.174Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-17T22:22:50.438Z] --- PASS: TestRenameStoppedContainer (2.10s) [2019-10-17T22:22:50.438Z] === RUN TestRenameRunningContainerAndReuse [2019-10-17T22:22:54.409Z] --- PASS: TestRenameRunningContainerAndReuse (3.73s) [2019-10-17T22:22:54.409Z] === RUN TestRenameInvalidName [2019-10-17T22:22:54.656Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-17T22:22:55.954Z] --- PASS: TestRenameInvalidName (1.88s) [2019-10-17T22:22:55.954Z] === RUN TestRenameAnonymousContainer [2019-10-17T22:22:55.954Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-10-17T22:22:55.954Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:55.954Z] === RUN TestRenameContainerWithSameName [2019-10-17T22:22:56.539Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-17T22:22:58.135Z] --- PASS: TestRenameContainerWithSameName (1.77s) [2019-10-17T22:22:58.135Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-17T22:22:58.135Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-17T22:22:58.135Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:58.135Z] === RUN TestResize [2019-10-17T22:22:58.135Z] --- SKIP: TestResize (0.00s) [2019-10-17T22:22:58.135Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:58.135Z] === RUN TestResizeWithInvalidSize [2019-10-17T22:22:58.135Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-17T22:22:58.135Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-17T22:22:58.135Z] === RUN TestResizeWhenContainerNotStarted [2019-10-17T22:23:00.317Z] --- PASS: TestResizeWhenContainerNotStarted (2.05s) [2019-10-17T22:23:00.317Z] === RUN TestDaemonRestartKillContainers [2019-10-17T22:23:00.317Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-17T22:23:00.317Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:00.317Z] === RUN TestStats [2019-10-17T22:23:00.317Z] --- SKIP: TestStats (0.00s) [2019-10-17T22:23:00.317Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-17T22:23:00.317Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-17T22:23:01.774Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-17T22:23:02.335Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-17T22:23:02.335Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-17T22:23:02.335Z] === RUN TestDockerSuite/TestHealth [2019-10-17T22:23:05.024Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.85s) [2019-10-17T22:23:05.024Z] === RUN TestStopContainerWithTimeout [2019-10-17T22:23:05.024Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-17T22:23:05.024Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-17T22:23:05.024Z] === RUN TestUpdateRestartPolicy [2019-10-17T22:23:05.595Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-17T22:23:23.631Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-17T22:23:23.631Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-17T22:23:23.631Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-17T22:23:23.886Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-17T22:23:24.815Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-17T22:23:24.815Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-17T22:23:25.738Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-17T22:23:25.738Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-17T22:23:25.738Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-17T22:23:25.738Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-17T22:23:25.993Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-17T22:23:26.128Z] --- PASS: TestUpdateRestartPolicy (20.65s) [2019-10-17T22:23:26.128Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-17T22:23:26.248Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-17T22:23:26.808Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-17T22:23:26.808Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-17T22:23:27.667Z] --- PASS: TestUpdateRestartWithAutoRemove (1.90s) [2019-10-17T22:23:27.667Z] === RUN TestWaitNonBlocked [2019-10-17T22:23:27.667Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:23:27.667Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:23:27.667Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:23:27.667Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:23:27.667Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-17T22:23:27.667Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-17T22:23:28.231Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-17T22:23:28.231Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-17T22:23:28.790Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-17T22:23:29.715Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-17T22:23:29.970Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-17T22:23:30.894Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-17T22:23:31.412Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-17T22:23:31.412Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.55s) [2019-10-17T22:23:31.412Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.55s) [2019-10-17T22:23:31.412Z] === RUN TestWaitBlocked [2019-10-17T22:23:31.412Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-17T22:23:31.412Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:31.412Z] PASS [2019-10-17T22:23:31.412Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-17T22:23:31.412Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.412Z] INFO: Testing against a local daemon [2019-10-17T22:23:31.412Z] === RUN TestCommitInheritsEnv [2019-10-17T22:23:31.412Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-17T22:23:31.412Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:23:31.412Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-17T22:23:31.412Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-17T22:23:31.412Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-17T22:23:31.412Z] === RUN TestImagesFilterMultiReference [2019-10-17T22:23:31.412Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-17T22:23:31.412Z] === RUN TestImagePullPlatformInvalid [2019-10-17T22:23:31.412Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-10-17T22:23:31.412Z] === RUN TestRemoveImageOrphaning [2019-10-17T22:23:31.412Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-17T22:23:31.412Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:23:31.412Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-17T22:23:31.412Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-17T22:23:31.412Z] === RUN TestTagInvalidReference [2019-10-17T22:23:31.412Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-17T22:23:31.412Z] === RUN TestTagValidPrefixedRepo [2019-10-17T22:23:31.412Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-17T22:23:31.412Z] === RUN TestTagExistedNameWithoutForce [2019-10-17T22:23:31.412Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-17T22:23:31.412Z] === RUN TestTagOfficialNames [2019-10-17T22:23:31.412Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-17T22:23:31.412Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestTagMatchesDigest [2019-10-17T22:23:31.412Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-17T22:23:31.412Z] PASS [2019-10-17T22:23:31.412Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-17T22:23:31.412Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.412Z] INFO: Testing against a local daemon [2019-10-17T22:23:31.412Z] === RUN TestNetworkCreateDelete [2019-10-17T22:23:31.412Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-17T22:23:31.412Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:31.412Z] === RUN TestDockerNetworkDeletePreferID [2019-10-17T22:23:31.412Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-17T22:23:31.412Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-10-17T22:23:31.412Z] === RUN TestInspectNetwork [2019-10-17T22:23:31.412Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-17T22:23:31.412Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-17T22:23:31.412Z] === RUN TestRunContainerWithBridgeNone [2019-10-17T22:23:31.412Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-17T22:23:31.412Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:31.412Z] === RUN TestNetworkInvalidJSON [2019-10-17T22:23:31.412Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-17T22:23:31.412Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-17T22:23:31.412Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:23:31.412Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:23:31.412Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:23:31.412Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:23:31.412Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-17T22:23:31.412Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:23:31.412Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:23:31.412Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-17T22:23:31.412Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-17T22:23:31.412Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-17T22:23:31.412Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-10-17T22:23:31.412Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-17T22:23:31.412Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestDaemonDefaultNetworkPools [2019-10-17T22:23:31.412Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-17T22:23:31.412Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-17T22:23:31.412Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-17T22:23:31.412Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestServiceWithPredefinedNetwork [2019-10-17T22:23:31.412Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-17T22:23:31.412Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:23:31.412Z] === RUN TestServiceWithDataPathPortInit [2019-10-17T22:23:31.412Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-17T22:23:31.412Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-17T22:23:31.412Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-17T22:23:31.412Z] PASS [2019-10-17T22:23:31.412Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-17T22:23:31.412Z] PASS [2019-10-17T22:23:31.412Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-17T22:23:31.412Z] PASS [2019-10-17T22:23:31.412Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-17T22:23:31.412Z] PASS [2019-10-17T22:23:31.412Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-17T22:23:31.412Z] PASS [2019-10-17T22:23:31.412Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-17T22:23:31.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.873Z] INFO: Testing against a local daemon [2019-10-17T22:23:31.873Z] === RUN TestPluginInvalidJSON [2019-10-17T22:23:31.873Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:23:31.873Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:23:31.873Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:23:31.873Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-17T22:23:31.873Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-17T22:23:31.873Z] PASS [2019-10-17T22:23:31.873Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-17T22:23:31.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.873Z] INFO: Testing against a local daemon [2019-10-17T22:23:31.873Z] === RUN TestExternalGraphDriver [2019-10-17T22:23:31.873Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-17T22:23:31.873Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-17T22:23:31.873Z] === RUN TestGraphdriverPluginV2 [2019-10-17T22:23:31.873Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-17T22:23:31.873Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-17T22:23:31.873Z] PASS [2019-10-17T22:23:31.873Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-17T22:23:31.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.873Z] INFO: Testing against a local daemon [2019-10-17T22:23:31.873Z] PASS [2019-10-17T22:23:31.873Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-17T22:23:31.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.873Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-17T22:23:31.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.873Z] INFO: Testing against a local daemon [2019-10-17T22:23:31.873Z] === RUN TestSecretInspect [2019-10-17T22:23:31.873Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-17T22:23:31.873Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestSecretList [2019-10-17T22:23:31.873Z] --- SKIP: TestSecretList (0.00s) [2019-10-17T22:23:31.873Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestSecretsCreateAndDelete [2019-10-17T22:23:31.873Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-17T22:23:31.873Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestSecretsUpdate [2019-10-17T22:23:31.873Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-17T22:23:31.873Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestTemplatedSecret [2019-10-17T22:23:31.873Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-17T22:23:31.873Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestSecretCreateResolve [2019-10-17T22:23:31.873Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-17T22:23:31.873Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:31.873Z] PASS [2019-10-17T22:23:31.873Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-17T22:23:31.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:31.873Z] INFO: Testing against a local daemon [2019-10-17T22:23:31.873Z] === RUN TestServiceCreateInit [2019-10-17T22:23:31.873Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-17T22:23:31.873Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-17T22:23:31.873Z] --- PASS: TestServiceCreateInit (0.04s) [2019-10-17T22:23:31.873Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-10-17T22:23:31.873Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-17T22:23:31.873Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestCreateServiceMultipleTimes [2019-10-17T22:23:31.873Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-10-17T22:23:31.873Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestCreateServiceConflict [2019-10-17T22:23:31.873Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-17T22:23:31.873Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:31.873Z] === RUN TestCreateServiceMaxReplicas [2019-10-17T22:23:32.254Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-10-17T22:23:32.333Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-10-17T22:23:32.333Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-17T22:23:32.333Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-17T22:23:32.333Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestCreateServiceSecretFileMode [2019-10-17T22:23:32.333Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-17T22:23:32.333Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestCreateServiceConfigFileMode [2019-10-17T22:23:32.333Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-17T22:23:32.333Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestCreateServiceSysctls [2019-10-17T22:23:32.333Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-17T22:23:32.333Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestCreateServiceCapabilities [2019-10-17T22:23:32.333Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-17T22:23:32.333Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestInspect [2019-10-17T22:23:32.333Z] --- SKIP: TestInspect (0.00s) [2019-10-17T22:23:32.333Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestServiceListWithStatuses [2019-10-17T22:23:32.333Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-17T22:23:32.333Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestDockerNetworkConnectAlias [2019-10-17T22:23:32.333Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-17T22:23:32.333Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestDockerNetworkReConnect [2019-10-17T22:23:32.333Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-17T22:23:32.333Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestServicePlugin [2019-10-17T22:23:32.333Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-17T22:23:32.333Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestServiceUpdateLabel [2019-10-17T22:23:32.333Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-17T22:23:32.333Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:32.333Z] === RUN TestServiceUpdateSecrets [2019-10-17T22:23:32.333Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-17T22:23:32.333Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:32.333Z] === RUN TestServiceUpdateConfigs [2019-10-17T22:23:32.333Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-17T22:23:32.333Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:32.333Z] === RUN TestServiceUpdateNetwork [2019-10-17T22:23:32.333Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-10-17T22:23:32.333Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-17T22:23:32.333Z] PASS [2019-10-17T22:23:32.333Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-17T22:23:32.333Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:32.333Z] INFO: Testing against a local daemon [2019-10-17T22:23:32.333Z] === RUN TestSessionCreate [2019-10-17T22:23:32.333Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-17T22:23:32.333Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-17T22:23:32.333Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-17T22:23:32.333Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-17T22:23:32.333Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-17T22:23:32.333Z] PASS [2019-10-17T22:23:32.333Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-17T22:23:32.333Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:32.333Z] INFO: Testing against a local daemon [2019-10-17T22:23:32.333Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-17T22:23:32.333Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:23:32.333Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-17T22:23:32.333Z] === RUN TestEventsExecDie [2019-10-17T22:23:32.333Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-17T22:23:32.333Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-17T22:23:32.333Z] === RUN TestEventsBackwardsCompatible [2019-10-17T22:23:32.333Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-17T22:23:32.333Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-17T22:23:32.333Z] === RUN TestInfoAPI [2019-10-17T22:23:32.333Z] --- PASS: TestInfoAPI (0.03s) [2019-10-17T22:23:32.333Z] === RUN TestInfoAPIWarnings [2019-10-17T22:23:32.333Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-17T22:23:32.333Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-17T22:23:32.333Z] === RUN TestLoginFailsWithBadCredentials [2019-10-17T22:23:33.433Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2019-10-17T22:23:33.433Z] === RUN TestPingCacheHeaders [2019-10-17T22:23:33.433Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-17T22:23:33.433Z] === RUN TestPingGet [2019-10-17T22:23:33.433Z] --- PASS: TestPingGet (0.03s) [2019-10-17T22:23:33.433Z] === RUN TestPingHead [2019-10-17T22:23:33.433Z] --- PASS: TestPingHead (0.03s) [2019-10-17T22:23:33.433Z] === RUN TestVersion [2019-10-17T22:23:33.433Z] --- PASS: TestVersion (0.03s) [2019-10-17T22:23:33.433Z] PASS [2019-10-17T22:23:33.433Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-17T22:23:33.433Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:33.433Z] INFO: Testing against a local daemon [2019-10-17T22:23:33.433Z] === RUN TestVolumesCreateAndList [2019-10-17T22:23:33.433Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-17T22:23:33.433Z] === RUN TestVolumesRemove [2019-10-17T22:23:33.433Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-17T22:23:33.433Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-17T22:23:33.433Z] === RUN TestVolumesInspect [2019-10-17T22:23:33.433Z] --- PASS: TestVolumesInspect (0.05s) [2019-10-17T22:23:33.433Z] === RUN TestVolumesInvalidJSON [2019-10-17T22:23:33.433Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-17T22:23:33.433Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-17T22:23:33.433Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-17T22:23:33.433Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-10-17T22:23:33.433Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-17T22:23:33.433Z] PASS [2019-10-17T22:23:33.433Z] INFO: make.ps1 ended at 10/17/2019 22:23:33 [2019-10-17T22:23:33.433Z] INFO: Integration CLI tests being run from the host: [2019-10-17T22:23:33.433Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-17T22:23:33.645Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-17T22:23:33.645Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-17T22:23:33.645Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-17T22:23:35.532Z] === RUN TestDockerSuite/TestImportFile [2019-10-17T22:23:37.418Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-17T22:23:37.418Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-17T22:23:39.969Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-17T22:23:41.856Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-17T22:23:42.046Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-17T22:23:42.046Z] INFO: Testing against a local daemon [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-17T22:23:42.046Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-17T22:23:43.016Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-17T22:23:43.016Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-17T22:23:43.740Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-17T22:23:43.987Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-17T22:23:43.987Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-17T22:23:43.995Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-17T22:23:44.557Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-17T22:23:45.136Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-17T22:23:46.060Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-17T22:23:46.984Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-17T22:23:47.909Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-17T22:23:48.834Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-17T22:23:48.834Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-17T22:23:48.834Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-17T22:23:48.834Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-17T22:23:49.394Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-17T22:23:50.318Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-17T22:23:51.244Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-17T22:23:52.169Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-17T22:23:52.728Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-17T22:23:53.653Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-17T22:23:54.581Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-17T22:23:54.581Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-17T22:23:56.467Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-17T22:23:57.392Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-17T22:23:57.951Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-17T22:23:58.207Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-17T22:23:59.131Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-17T22:23:59.131Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-17T22:24:00.496Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-17T22:24:01.421Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-17T22:24:01.982Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-17T22:24:02.908Z] === RUN TestDockerSuite/TestInspectImage [2019-10-17T22:24:02.908Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-17T22:24:02.908Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-17T22:24:02.908Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-17T22:24:03.832Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-17T22:24:04.758Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-17T22:24:04.758Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-17T22:24:05.690Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-17T22:24:06.614Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-17T22:24:08.498Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-17T22:24:08.498Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-17T22:24:09.425Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-17T22:24:10.351Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-17T22:24:11.714Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-17T22:24:12.638Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-17T22:24:12.638Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-17T22:24:13.564Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-17T22:24:14.488Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-17T22:24:15.416Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-17T22:24:16.783Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-17T22:24:17.344Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-17T22:24:17.344Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-17T22:24:19.857Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-17T22:24:21.743Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-17T22:24:23.627Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-17T22:24:23.627Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-17T22:24:25.513Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-17T22:24:28.778Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-17T22:24:31.399Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-17T22:24:31.399Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-17T22:24:34.661Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-17T22:24:34.661Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-17T22:24:35.586Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-17T22:24:39.751Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-17T22:24:44.990Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-17T22:24:47.502Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-17T22:24:49.386Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-17T22:24:50.748Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-17T22:24:52.110Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-17T22:24:53.998Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-10-17T22:24:53.998Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-17T22:24:54.923Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-17T22:24:57.483Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-17T22:24:57.738Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-17T22:24:57.738Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-17T22:24:58.298Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-17T22:24:58.298Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-17T22:24:58.298Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-17T22:24:59.224Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-17T22:25:00.149Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-17T22:25:00.149Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-17T22:25:04.308Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-17T22:25:04.868Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-17T22:25:05.793Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-10-17T22:25:09.954Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-17T22:25:10.879Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-17T22:25:10.879Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-17T22:25:11.805Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-10-17T22:25:12.061Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-17T22:25:13.423Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-17T22:25:14.800Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-17T22:25:16.163Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-17T22:25:17.525Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-17T22:25:19.410Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-17T22:25:20.335Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-17T22:25:21.261Z] === RUN TestDockerSuite/TestLogsSince [2019-10-17T22:25:29.350Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-17T22:25:34.588Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-17T22:25:34.588Z] === RUN TestDockerSuite/TestLogsTail [2019-10-17T22:25:35.628Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-17T22:25:36.188Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-17T22:25:37.112Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-17T22:25:37.367Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-17T22:25:37.927Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-17T22:25:38.182Z] === RUN TestDockerSuite/TestNetHostname [2019-10-17T22:25:41.447Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-17T22:25:41.447Z] === RUN TestDockerSuite/TestNetworkEvents [2019-10-17T22:25:42.810Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-17T22:25:45.320Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-17T22:25:45.880Z] === RUN TestDockerSuite/TestPluginActive [2019-10-17T22:25:47.764Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-17T22:25:48.688Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-17T22:25:55.242Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-17T22:25:55.500Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-17T22:25:55.500Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-17T22:25:56.426Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-17T22:25:59.687Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-17T22:26:01.571Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-17T22:26:04.085Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-17T22:26:08.244Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-17T22:26:08.654Z] --- PASS: TestImportExtremelyLargeImageWorks (296.78s) [2019-10-17T22:26:08.656Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-17T22:26:08.656Z] PASS [2019-10-17T22:26:08.656Z] [2019-10-17T22:26:08.656Z] === Skipped [2019-10-17T22:26:08.656Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-17T22:26:08.656Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:26:08.656Z] [2019-10-17T22:26:08.656Z] [2019-10-17T22:26:08.656Z] DONE 12 tests, 1 skipped in 298.123s [2019-10-17T22:26:08.656Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-17T22:26:08.656Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:26:08.656Z] ++ set -e [2019-10-17T22:26:08.656Z] ++ '[' -n 0 ']' [2019-10-17T22:26:08.656Z] ++ set -x [2019-10-17T22:26:08.656Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:26:08.656Z] INFO: Testing against a local daemon [2019-10-17T22:26:08.656Z] === RUN TestNetworkCreateDelete [2019-10-17T22:26:08.656Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-10-17T22:26:08.656Z] === RUN TestDockerNetworkDeletePreferID [2019-10-17T22:26:08.656Z] --- PASS: TestDockerNetworkDeletePreferID (0.56s) [2019-10-17T22:26:08.656Z] === RUN TestInspectNetwork [2019-10-17T22:26:08.656Z] === RUN TestInspectNetwork/full_network_id [2019-10-17T22:26:08.656Z] === RUN TestInspectNetwork/partial_network_id [2019-10-17T22:26:08.656Z] === RUN TestInspectNetwork/network_name [2019-10-17T22:26:08.656Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-17T22:26:08.656Z] --- PASS: TestInspectNetwork (7.46s) [2019-10-17T22:26:08.656Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-17T22:26:08.656Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-17T22:26:08.656Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-17T22:26:08.656Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-17T22:26:08.656Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-17T22:26:08.656Z] === RUN TestRunContainerWithBridgeNone [2019-10-17T22:26:08.805Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-17T22:26:08.940Z] --- PASS: TestRunContainerWithBridgeNone (2.57s) [2019-10-17T22:26:08.940Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-17T22:26:08.940Z] === RUN TestNetworkInvalidJSON [2019-10-17T22:26:08.940Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-17T22:26:08.940Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-17T22:26:08.940Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:26:08.940Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:26:08.940Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:26:08.940Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:26:08.940Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-17T22:26:08.940Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-17T22:26:08.940Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-17T22:26:08.940Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-17T22:26:08.940Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-17T22:26:08.940Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-17T22:26:08.940Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-17T22:26:08.940Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-17T22:26:09.954Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-10-17T22:26:09.954Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-17T22:26:09.954Z] === RUN TestDaemonDefaultNetworkPools [2019-10-17T22:26:10.975Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2019-10-17T22:26:10.975Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-17T22:26:10.975Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-17T22:26:11.320Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-17T22:26:11.320Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-17T22:26:11.993Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2019-10-17T22:26:11.993Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-17T22:26:11.993Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-17T22:26:12.456Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-17T22:26:12.916Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-17T22:26:13.209Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-17T22:26:13.494Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.39s) [2019-10-17T22:26:13.494Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-17T22:26:13.494Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-17T22:26:14.111Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-17T22:26:14.111Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-17T22:26:14.111Z] === RUN TestServiceWithPredefinedNetwork [2019-10-17T22:26:15.096Z] === RUN TestDockerSuite/TestPortList [2019-10-17T22:26:15.096Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-17T22:26:16.800Z] --- PASS: TestServiceWithPredefinedNetwork (2.37s) [2019-10-17T22:26:16.800Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-17T22:26:16.800Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-17T22:26:16.800Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:26:16.800Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:26:16.800Z] === RUN TestServiceWithDataPathPortInit [2019-10-17T22:26:18.358Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-17T22:26:18.716Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-17T22:26:18.716Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-17T22:26:19.182Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-17T22:26:21.620Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-17T22:26:22.943Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-17T22:26:25.124Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-17T22:26:25.124Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-17T22:26:25.124Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-17T22:26:25.124Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-17T22:26:25.124Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-17T22:26:26.887Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-17T22:26:26.888Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-17T22:26:27.812Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-17T22:26:28.034Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-17T22:26:28.034Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-17T22:26:28.034Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-17T22:26:29.176Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-17T22:26:32.048Z] --- PASS: TestServiceWithDataPathPortInit (14.61s) [2019-10-17T22:26:32.048Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:26:32.048Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-17T22:26:32.048Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-17T22:26:32.577Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-17T22:26:35.838Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-17T22:26:35.838Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-17T22:26:35.838Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-17T22:26:36.094Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-17T22:26:36.349Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-17T22:26:36.349Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-17T22:26:36.733Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-17T22:26:37.274Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-17T22:26:37.274Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-17T22:26:37.834Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-17T22:26:38.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-17T22:26:39.980Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-17T22:26:39.980Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-17T22:26:40.436Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.11s) [2019-10-17T22:26:40.436Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-17T22:26:40.436Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ha7b9j4svzwwbpncqqhyyiqi8 Created:2019-10-17 22:26:32.06385393 +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[968ac381df93e36c0daff2167ec631eaf94310a4137b1d5ecaffc4e3b518cc68:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vonnujt28zciojq0kjq8npuva EndpointID:c7b24008ab5553083fe55b2c8f42cf594baa63dac7b274cbf9e8d69118855edb MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:99e091e95dc494b561173646bbe8d617e493c0756ce131a4a58e82447588a272 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:dbbc3e05580e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vonnujt28zciojq0kjq8npuva EndpointID:c7b24008ab5553083fe55b2c8f42cf594baa63dac7b274cbf9e8d69118855edb EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-17T22:26:40.436Z] PASS [2019-10-17T22:26:40.436Z] [2019-10-17T22:26:40.436Z] === Skipped [2019-10-17T22:26:40.436Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-17T22:26:40.436Z] service_test.go:230: FLAKY_TEST [2019-10-17T22:26:40.436Z] [2019-10-17T22:26:40.436Z] [2019-10-17T22:26:40.436Z] DONE 21 tests, 1 skipped in 41.035s [2019-10-17T22:26:40.436Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:26:40.436Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:26:40.436Z] ++ set -e [2019-10-17T22:26:40.436Z] ++ '[' -n 0 ']' [2019-10-17T22:26:40.436Z] ++ set -x [2019-10-17T22:26:40.436Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:26:40.436Z] INFO: Testing against a local daemon [2019-10-17T22:26:40.436Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-17T22:26:40.721Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.47s) [2019-10-17T22:26:40.722Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-10-17T22:26:40.722Z] === RUN TestDockerNetworkIpvlan [2019-10-17T22:26:41.747Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-10-17T22:26:42.491Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-17T22:26:42.767Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-10-17T22:26:43.051Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-17T22:26:43.385Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-10-17T22:26:44.937Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-17T22:26:45.192Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-17T22:26:45.446Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-17T22:26:46.086Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-10-17T22:26:47.957Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-17T22:26:48.900Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-17T22:26:49.562Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-10-17T22:26:50.286Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-17T22:26:52.253Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-10-17T22:26:53.546Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-17T22:26:55.721Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-10-17T22:26:58.780Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-17T22:26:58.780Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-17T22:27:00.122Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-10-17T22:27:02.039Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-17T22:27:02.599Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-17T22:27:05.115Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-17T22:27:05.634Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan (26.75s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.05s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.21s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.20s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.15s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.20s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.17s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.18s) [2019-10-17T22:27:07.678Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-10-17T22:27:07.678Z] --- PASS: TestDockerNetworkIpvlan/Addressing (2.18s) [2019-10-17T22:27:07.678Z] PASS [2019-10-17T22:27:07.678Z] [2019-10-17T22:27:07.678Z] DONE 11 tests in 28.327s [2019-10-17T22:27:07.678Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-17T22:27:07.678Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:07.678Z] ++ set -e [2019-10-17T22:27:07.678Z] ++ '[' -n 0 ']' [2019-10-17T22:27:07.678Z] ++ set -x [2019-10-17T22:27:07.678Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:07.678Z] INFO: Testing against a local daemon [2019-10-17T22:27:07.678Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-17T22:27:09.168Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2019-10-17T22:27:09.168Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-17T22:27:09.168Z] === RUN TestDockerNetworkMacvlan [2019-10-17T22:27:09.273Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-17T22:27:10.181Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-17T22:27:10.636Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-17T22:27:10.798Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-17T22:27:11.813Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-17T22:27:11.998Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-17T22:27:12.253Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-17T22:27:14.518Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-17T22:27:14.764Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-17T22:27:16.653Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-17T22:27:16.908Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-17T22:27:18.103Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-17T22:27:18.272Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-17T22:27:20.161Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-17T22:27:20.161Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-17T22:27:22.508Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-17T22:27:23.422Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-17T22:27:24.000Z] --- PASS: TestDockerNetworkMacvlan (14.87s) [2019-10-17T22:27:24.000Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:27:24.000Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-17T22:27:24.000Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:27:24.000Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-10-17T22:27:24.000Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:27:24.000Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.20s) [2019-10-17T22:27:24.000Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:27:24.000Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s) [2019-10-17T22:27:24.000Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:27:24.000Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.18s) [2019-10-17T22:27:24.000Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-17T22:27:24.000Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.95s) [2019-10-17T22:27:24.000Z] PASS [2019-10-17T22:27:24.000Z] [2019-10-17T22:27:24.000Z] DONE 8 tests in 16.456s [2019-10-17T22:27:24.000Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-17T22:27:24.000Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:24.000Z] ++ set -e [2019-10-17T22:27:24.000Z] ++ '[' -n 0 ']' [2019-10-17T22:27:24.000Z] ++ set -x [2019-10-17T22:27:24.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:24.000Z] testing: warning: no tests to run [2019-10-17T22:27:24.000Z] PASS [2019-10-17T22:27:24.000Z] [2019-10-17T22:27:24.000Z] DONE 0 tests in 0.015s [2019-10-17T22:27:24.000Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-17T22:27:24.000Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:24.000Z] ++ set -e [2019-10-17T22:27:24.000Z] ++ '[' -n 0 ']' [2019-10-17T22:27:24.000Z] ++ set -x [2019-10-17T22:27:24.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:24.000Z] INFO: Testing against a local daemon [2019-10-17T22:27:24.000Z] === RUN TestAuthZPluginAllowRequest [2019-10-17T22:27:24.347Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-17T22:27:24.602Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-17T22:27:25.529Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-17T22:27:26.032Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2019-10-17T22:27:26.032Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-17T22:27:26.032Z] === RUN TestAuthZPluginTLS [2019-10-17T22:27:26.344Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-10-17T22:27:26.344Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-17T22:27:26.344Z] === RUN TestAuthZPluginDenyRequest [2019-10-17T22:27:26.968Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-10-17T22:27:26.968Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-17T22:27:26.968Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-17T22:27:27.586Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-10-17T22:27:27.586Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-17T22:27:27.586Z] === RUN TestAuthZPluginDenyResponse [2019-10-17T22:27:28.041Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-17T22:27:28.207Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-10-17T22:27:28.207Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-17T22:27:28.207Z] === RUN TestAuthZPluginAllowEventStream [2019-10-17T22:27:29.689Z] --- PASS: TestAuthZPluginAllowEventStream (1.63s) [2019-10-17T22:27:29.689Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-17T22:27:29.689Z] === RUN TestAuthZPluginErrorResponse [2019-10-17T22:27:30.306Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-10-17T22:27:30.306Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-17T22:27:30.306Z] === RUN TestAuthZPluginErrorRequest [2019-10-17T22:27:30.639Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-17T22:27:31.009Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-17T22:27:31.009Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-17T22:27:31.009Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-17T22:27:31.293Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2019-10-17T22:27:31.293Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-17T22:27:31.293Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-17T22:27:31.564Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-17T22:27:31.564Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-17T22:27:31.819Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-17T22:27:32.074Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-17T22:27:32.074Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-17T22:27:33.000Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-17T22:27:33.256Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-17T22:27:33.981Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2019-10-17T22:27:33.981Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-17T22:27:33.981Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-17T22:27:34.617Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-17T22:27:35.460Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.06s) [2019-10-17T22:27:35.460Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-17T22:27:35.460Z] === RUN TestAuthZPluginHeader [2019-10-17T22:27:36.474Z] --- PASS: TestAuthZPluginHeader (0.95s) [2019-10-17T22:27:36.474Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-17T22:27:36.474Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-17T22:27:36.474Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-17T22:27:36.474Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:36.474Z] === RUN TestAuthZPluginV2Disable [2019-10-17T22:27:36.474Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-17T22:27:36.474Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:36.474Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-17T22:27:36.474Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-17T22:27:36.474Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:36.474Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-17T22:27:36.474Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-17T22:27:36.474Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:36.474Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-17T22:27:36.503Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-17T22:27:37.427Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-17T22:27:45.530Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-17T22:27:46.455Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-17T22:27:46.710Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-17T22:27:49.223Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-17T22:27:49.478Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-17T22:27:49.478Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-17T22:27:49.733Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-17T22:27:52.991Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-17T22:27:53.915Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-17T22:27:54.936Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2019-10-17T22:27:54.936Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-17T22:27:54.936Z] PASS [2019-10-17T22:27:54.936Z] [2019-10-17T22:27:54.936Z] === Skipped [2019-10-17T22:27:54.936Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-17T22:27:54.936Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:54.936Z] [2019-10-17T22:27:54.936Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-17T22:27:54.936Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:54.936Z] [2019-10-17T22:27:54.936Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-17T22:27:54.936Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:54.936Z] [2019-10-17T22:27:54.936Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-17T22:27:54.936Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:27:54.936Z] [2019-10-17T22:27:54.936Z] [2019-10-17T22:27:54.936Z] DONE 17 tests, 4 skipped in 29.445s [2019-10-17T22:27:54.936Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-17T22:27:54.936Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:54.936Z] ++ set -e [2019-10-17T22:27:54.936Z] ++ '[' -n 0 ']' [2019-10-17T22:27:54.936Z] ++ set -x [2019-10-17T22:27:54.936Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:54.936Z] INFO: Testing against a local daemon [2019-10-17T22:27:54.936Z] === RUN TestPluginInvalidJSON [2019-10-17T22:27:54.936Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:27:54.936Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:27:54.936Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-17T22:27:54.936Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-10-17T22:27:54.936Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-17T22:27:54.936Z] PASS [2019-10-17T22:27:54.936Z] [2019-10-17T22:27:54.936Z] DONE 2 tests in 0.135s [2019-10-17T22:27:54.936Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-17T22:27:54.936Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:54.936Z] ++ set -e [2019-10-17T22:27:54.936Z] ++ '[' -n 0 ']' [2019-10-17T22:27:54.936Z] ++ set -x [2019-10-17T22:27:54.936Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:27:54.936Z] INFO: Testing against a local daemon [2019-10-17T22:27:54.936Z] === RUN TestExternalGraphDriver [2019-10-17T22:27:54.936Z] === RUN TestExternalGraphDriver/json [2019-10-17T22:27:55.947Z] === RUN TestExternalGraphDriver/spec [2019-10-17T22:27:57.981Z] === RUN TestExternalGraphDriver/pull [2019-10-17T22:27:58.074Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-17T22:27:59.436Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-17T22:27:59.436Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-17T22:27:59.692Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-17T22:27:59.947Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-17T22:28:00.677Z] --- PASS: TestExternalGraphDriver (6.49s) [2019-10-17T22:28:00.677Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-17T22:28:00.677Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2019-10-17T22:28:00.677Z] --- PASS: TestExternalGraphDriver/spec (2.00s) [2019-10-17T22:28:00.677Z] --- PASS: TestExternalGraphDriver/pull (2.20s) [2019-10-17T22:28:00.677Z] === RUN TestGraphdriverPluginV2 [2019-10-17T22:28:00.677Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-10-17T22:28:00.677Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:28:00.677Z] PASS [2019-10-17T22:28:00.677Z] [2019-10-17T22:28:00.677Z] === Skipped [2019-10-17T22:28:00.677Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-10-17T22:28:00.677Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:28:00.677Z] [2019-10-17T22:28:00.677Z] [2019-10-17T22:28:00.677Z] DONE 5 tests, 1 skipped in 6.651s [2019-10-17T22:28:00.677Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-17T22:28:00.677Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:00.677Z] ++ set -e [2019-10-17T22:28:00.677Z] ++ '[' -n 0 ']' [2019-10-17T22:28:00.677Z] ++ set -x [2019-10-17T22:28:00.677Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:00.677Z] INFO: Testing against a local daemon [2019-10-17T22:28:00.677Z] === RUN TestContinueAfterPluginCrash [2019-10-17T22:28:00.677Z] === PAUSE TestContinueAfterPluginCrash [2019-10-17T22:28:00.677Z] === RUN TestDaemonStartWithLogOpt [2019-10-17T22:28:00.677Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-17T22:28:00.677Z] === CONT TestContinueAfterPluginCrash [2019-10-17T22:28:00.677Z] === CONT TestDaemonStartWithLogOpt [2019-10-17T22:28:02.459Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-17T22:28:03.821Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-17T22:28:05.184Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-17T22:28:05.439Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-17T22:28:07.323Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-17T22:28:08.265Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-17T22:28:10.149Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-17T22:28:11.075Z] === RUN TestDockerSuite/TestRmiTag [2019-10-17T22:28:11.331Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-17T22:28:12.258Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-17T22:28:15.974Z] --- PASS: TestDaemonStartWithLogOpt (15.43s) [2019-10-17T22:28:15.974Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-17T22:28:17.499Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-17T22:28:17.499Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-17T22:28:18.861Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-17T22:28:19.117Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-17T22:28:21.006Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-17T22:28:21.478Z] --- PASS: TestContinueAfterPluginCrash (20.36s) [2019-10-17T22:28:21.478Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-17T22:28:21.478Z] PASS [2019-10-17T22:28:21.478Z] [2019-10-17T22:28:21.478Z] DONE 2 tests in 20.453s [2019-10-17T22:28:21.478Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-17T22:28:21.478Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:21.478Z] ++ set -e [2019-10-17T22:28:21.478Z] ++ '[' -n 0 ']' [2019-10-17T22:28:21.478Z] ++ set -x [2019-10-17T22:28:21.478Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:21.478Z] INFO: Testing against a local daemon [2019-10-17T22:28:21.478Z] === RUN TestPluginWithDevMounts [2019-10-17T22:28:21.478Z] === PAUSE TestPluginWithDevMounts [2019-10-17T22:28:21.478Z] === CONT TestPluginWithDevMounts [2019-10-17T22:28:21.932Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-17T22:28:22.187Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-17T22:28:22.442Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-17T22:28:22.698Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-17T22:28:22.953Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-17T22:28:23.505Z] --- PASS: TestPluginWithDevMounts (2.32s) [2019-10-17T22:28:23.505Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-17T22:28:23.505Z] PASS [2019-10-17T22:28:23.505Z] [2019-10-17T22:28:23.505Z] DONE 1 tests in 2.418s [2019-10-17T22:28:23.505Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-17T22:28:23.505Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:23.505Z] ++ set -e [2019-10-17T22:28:23.505Z] ++ '[' -n 0 ']' [2019-10-17T22:28:23.505Z] ++ set -x [2019-10-17T22:28:23.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:23.505Z] INFO: Testing against a local daemon [2019-10-17T22:28:23.505Z] === RUN TestSecretInspect [2019-10-17T22:28:23.877Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-17T22:28:25.534Z] --- PASS: TestSecretInspect (2.18s) [2019-10-17T22:28:25.534Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-17T22:28:25.534Z] === RUN TestSecretList [2019-10-17T22:28:25.762Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-17T22:28:25.762Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-17T22:28:26.689Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-17T22:28:27.577Z] --- PASS: TestSecretList (2.18s) [2019-10-17T22:28:27.577Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-17T22:28:27.577Z] === RUN TestSecretsCreateAndDelete [2019-10-17T22:28:27.614Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-17T22:28:28.540Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-17T22:28:28.795Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-17T22:28:30.272Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2019-10-17T22:28:30.272Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-17T22:28:30.272Z] === RUN TestSecretsUpdate [2019-10-17T22:28:30.681Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-17T22:28:32.308Z] --- PASS: TestSecretsUpdate (2.19s) [2019-10-17T22:28:32.308Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-17T22:28:32.308Z] === RUN TestTemplatedSecret [2019-10-17T22:28:32.603Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-17T22:28:33.222Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-17T22:28:33.222Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-17T22:28:33.528Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-17T22:28:34.452Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-17T22:28:35.000Z] --- PASS: TestTemplatedSecret (2.92s) [2019-10-17T22:28:35.000Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-17T22:28:35.000Z] === RUN TestSecretCreateResolve [2019-10-17T22:28:35.376Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-17T22:28:36.302Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-17T22:28:36.963Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-17T22:28:36.963Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-17T22:28:37.226Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-17T22:28:37.689Z] --- PASS: TestSecretCreateResolve (2.20s) [2019-10-17T22:28:37.689Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-17T22:28:37.689Z] PASS [2019-10-17T22:28:37.689Z] [2019-10-17T22:28:37.689Z] DONE 6 tests in 14.010s [2019-10-17T22:28:37.689Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-17T22:28:37.689Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:37.689Z] ++ set -e [2019-10-17T22:28:37.689Z] ++ '[' -n 0 ']' [2019-10-17T22:28:37.689Z] ++ set -x [2019-10-17T22:28:37.689Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:28:37.689Z] INFO: Testing against a local daemon [2019-10-17T22:28:37.689Z] === RUN TestServiceCreateInit [2019-10-17T22:28:37.689Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-17T22:28:38.588Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-17T22:28:39.512Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-17T22:28:40.438Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-17T22:28:40.998Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-17T22:28:41.737Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-17T22:28:41.737Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-17T22:28:41.737Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-17T22:28:41.737Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-17T22:28:41.737Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-17T22:28:41.925Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-17T22:28:41.925Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-17T22:28:42.197Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-17T22:28:42.231Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-17T22:28:43.167Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-17T22:28:44.434Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-17T22:28:44.994Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-17T22:28:45.712Z] --- PASS: TestServiceCreateInit (8.28s) [2019-10-17T22:28:45.712Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.10s) [2019-10-17T22:28:45.712Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-17T22:28:45.712Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.15s) [2019-10-17T22:28:45.712Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-17T22:28:45.712Z] === RUN TestCreateServiceMultipleTimes [2019-10-17T22:28:45.919Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-17T22:28:46.077Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-17T22:28:46.845Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-17T22:28:47.046Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-17T22:28:47.046Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-17T22:28:47.046Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-17T22:28:47.405Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-17T22:28:47.405Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-17T22:28:47.509Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-17T22:28:48.330Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-17T22:28:49.254Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-17T22:28:49.691Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-17T22:28:49.814Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-17T22:28:50.738Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-17T22:28:51.675Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-17T22:28:51.675Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-17T22:28:52.234Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-17T22:28:52.234Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-17T22:28:53.594Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-17T22:28:53.594Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-17T22:28:54.519Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-17T22:28:55.446Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-17T22:28:56.370Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-17T22:28:56.370Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-17T22:28:57.296Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-17T22:28:59.181Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-17T22:29:00.541Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-17T22:29:01.906Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-17T22:29:01.906Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-17T22:29:02.080Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-17T22:29:02.834Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-17T22:29:03.759Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-17T22:29:04.191Z] --- PASS: TestCreateServiceMultipleTimes (16.86s) [2019-10-17T22:29:04.191Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-17T22:29:04.191Z] === RUN TestCreateServiceConflict [2019-10-17T22:29:04.685Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-17T22:29:04.685Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-17T22:29:04.807Z] --- PASS: TestCreateServiceConflict (2.18s) [2019-10-17T22:29:04.807Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-17T22:29:04.807Z] === RUN TestCreateServiceMaxReplicas [2019-10-17T22:29:05.610Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-17T22:29:06.171Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-17T22:29:07.881Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-17T22:29:07.881Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-17T22:29:08.057Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-17T22:29:08.275Z] --- PASS: TestCreateServiceMaxReplicas (3.03s) [2019-10-17T22:29:08.275Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-17T22:29:08.275Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-17T22:29:08.341Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-17T22:29:11.250Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-17T22:29:11.318Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-17T22:29:11.573Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-17T22:29:12.497Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-17T22:29:12.788Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-17T22:29:15.011Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-17T22:29:16.895Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-17T22:29:19.405Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-17T22:29:20.329Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-17T22:29:22.213Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-17T22:29:22.213Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-17T22:29:22.213Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-17T22:29:23.138Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-17T22:29:23.152Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-17T22:29:23.152Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-17T22:29:23.152Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-17T22:29:23.152Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-17T22:29:23.152Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-17T22:29:23.152Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-17T22:29:23.528Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.43s) [2019-10-17T22:29:23.528Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-17T22:29:23.528Z] === RUN TestCreateServiceSecretFileMode [2019-10-17T22:29:23.528Z] --- PASS: TestCreateServiceSecretFileMode (2.47s) [2019-10-17T22:29:23.528Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-17T22:29:23.528Z] === RUN TestCreateServiceConfigFileMode [2019-10-17T22:29:25.023Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-17T22:29:26.222Z] --- PASS: TestCreateServiceConfigFileMode (2.54s) [2019-10-17T22:29:26.222Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-17T22:29:26.222Z] === RUN TestCreateServiceSysctls [2019-10-17T22:29:26.908Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-17T22:29:29.418Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-17T22:29:29.673Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-17T22:29:29.709Z] --- PASS: TestCreateServiceSysctls (3.48s) [2019-10-17T22:29:29.709Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-17T22:29:29.709Z] === RUN TestCreateServiceCapabilities [2019-10-17T22:29:31.558Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-17T22:29:32.118Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-17T22:29:32.118Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-17T22:29:32.440Z] --- PASS: TestCreateServiceCapabilities (2.68s) [2019-10-17T22:29:32.440Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-17T22:29:32.440Z] === RUN TestInspect [2019-10-17T22:29:33.044Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-17T22:29:34.931Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-17T22:29:34.931Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-17T22:29:35.131Z] --- PASS: TestInspect (2.76s) [2019-10-17T22:29:35.132Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-17T22:29:35.132Z] === RUN TestServiceListWithStatuses [2019-10-17T22:29:35.132Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-10-17T22:29:35.132Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:29:35.132Z] === RUN TestDockerNetworkConnectAlias [2019-10-17T22:29:35.492Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-17T22:29:36.418Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-17T22:29:36.986Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-17T22:29:37.914Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-17T22:29:37.914Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-17T22:29:38.840Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-17T22:29:39.401Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-17T22:29:39.657Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-17T22:29:40.222Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-17T22:29:40.649Z] --- PASS: TestDockerNetworkConnectAlias (4.63s) [2019-10-17T22:29:40.649Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-17T22:29:40.649Z] === RUN TestDockerNetworkReConnect [2019-10-17T22:29:41.149Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-17T22:29:42.077Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-17T22:29:43.163Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-17T22:29:43.476Z] --- PASS: TestDockerNetworkReConnect (3.71s) [2019-10-17T22:29:43.477Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-17T22:29:43.477Z] === RUN TestServicePlugin [2019-10-17T22:29:43.477Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-17T22:29:43.477Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:29:43.477Z] === RUN TestServiceUpdateLabel [2019-10-17T22:29:43.724Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-17T22:29:44.648Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-17T22:29:44.648Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-17T22:29:45.209Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-17T22:29:45.504Z] --- PASS: TestServiceUpdateLabel (2.17s) [2019-10-17T22:29:45.504Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-17T22:29:45.504Z] === RUN TestServiceUpdateSecrets [2019-10-17T22:29:46.133Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-17T22:29:48.020Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-17T22:29:48.020Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-17T22:29:48.020Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-17T22:29:48.020Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-17T22:29:52.178Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-17T22:29:52.737Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-17T22:30:00.733Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2019-10-17T22:30:00.733Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-17T22:30:00.733Z] === RUN TestServiceUpdateConfigs [2019-10-17T22:30:04.890Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-17T22:30:05.449Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-17T22:30:07.347Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-17T22:30:07.347Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-17T22:30:07.347Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-17T22:30:07.347Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-17T22:30:07.907Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-17T22:30:11.167Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-17T22:30:12.527Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-17T22:30:14.412Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-17T22:30:14.973Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-17T22:30:15.898Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-17T22:30:15.974Z] --- PASS: TestServiceUpdateConfigs (14.84s) [2019-10-17T22:30:15.974Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-17T22:30:15.974Z] === RUN TestServiceUpdateNetwork [2019-10-17T22:30:16.459Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-17T22:30:17.414Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-17T22:30:17.669Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-17T22:30:17.669Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-17T22:30:19.556Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-17T22:30:20.482Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-17T22:30:22.369Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-17T22:30:22.369Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-17T22:30:22.369Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-17T22:30:23.726Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-17T22:30:23.726Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-17T22:30:23.726Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-17T22:30:24.252Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-17T22:30:25.613Z] === RUN TestDockerSuite/TestRunMount [2019-10-17T22:30:28.616Z] --- PASS: TestServiceUpdateNetwork (12.83s) [2019-10-17T22:30:28.616Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-17T22:30:28.616Z] PASS [2019-10-17T22:30:28.616Z] [2019-10-17T22:30:28.616Z] === Skipped [2019-10-17T22:30:28.616Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2019-10-17T22:30:28.616Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-10-17T22:30:28.616Z] [2019-10-17T22:30:28.616Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-17T22:30:28.616Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-17T22:30:28.616Z] [2019-10-17T22:30:28.616Z] [2019-10-17T22:30:28.616Z] DONE 20 tests, 2 skipped in 110.803s [2019-10-17T22:30:28.616Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-17T22:30:28.616Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:30:28.616Z] ++ set -e [2019-10-17T22:30:28.616Z] ++ '[' -n 0 ']' [2019-10-17T22:30:28.616Z] ++ set -x [2019-10-17T22:30:28.616Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:30:28.616Z] INFO: Testing against a local daemon [2019-10-17T22:30:28.616Z] === RUN TestSessionCreate [2019-10-17T22:30:28.616Z] --- PASS: TestSessionCreate (0.05s) [2019-10-17T22:30:28.616Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-17T22:30:28.616Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2019-10-17T22:30:28.616Z] PASS [2019-10-17T22:30:28.616Z] [2019-10-17T22:30:28.616Z] DONE 2 tests in 0.200s [2019-10-17T22:30:28.616Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-17T22:30:28.616Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:30:28.616Z] ++ set -e [2019-10-17T22:30:28.616Z] ++ '[' -n 0 ']' [2019-10-17T22:30:28.616Z] ++ set -x [2019-10-17T22:30:28.616Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:30:28.616Z] INFO: Testing against a local daemon [2019-10-17T22:30:28.616Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-17T22:30:28.616Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:30:28.616Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:30:28.616Z] === RUN TestEventsExecDie [2019-10-17T22:30:29.236Z] --- PASS: TestEventsExecDie (0.88s) [2019-10-17T22:30:29.236Z] === RUN TestEventsBackwardsCompatible [2019-10-17T22:30:29.236Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-10-17T22:30:29.236Z] === RUN TestInfoBinaryCommits [2019-10-17T22:30:29.524Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-17T22:30:29.524Z] === RUN TestInfoAPIVersioned [2019-10-17T22:30:29.524Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-17T22:30:29.524Z] === RUN TestInfoAPI [2019-10-17T22:30:29.524Z] --- PASS: TestInfoAPI (0.06s) [2019-10-17T22:30:29.524Z] === RUN TestInfoAPIWarnings [2019-10-17T22:30:30.534Z] --- PASS: TestInfoAPIWarnings (0.92s) [2019-10-17T22:30:30.534Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-17T22:30:30.534Z] === RUN TestLoginFailsWithBadCredentials [2019-10-17T22:30:30.817Z] --- PASS: TestLoginFailsWithBadCredentials (0.54s) [2019-10-17T22:30:30.817Z] === RUN TestPingCacheHeaders [2019-10-17T22:30:31.103Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-10-17T22:30:31.103Z] === RUN TestPingGet [2019-10-17T22:30:31.103Z] --- PASS: TestPingGet (0.03s) [2019-10-17T22:30:31.103Z] === RUN TestPingHead [2019-10-17T22:30:31.103Z] --- PASS: TestPingHead (0.06s) [2019-10-17T22:30:31.103Z] === RUN TestVersion [2019-10-17T22:30:31.103Z] --- PASS: TestVersion (0.05s) [2019-10-17T22:30:31.103Z] PASS [2019-10-17T22:30:31.103Z] [2019-10-17T22:30:31.103Z] === Skipped [2019-10-17T22:30:31.103Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-17T22:30:31.103Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-17T22:30:31.103Z] [2019-10-17T22:30:31.103Z] [2019-10-17T22:30:31.103Z] DONE 12 tests, 1 skipped in 2.824s [2019-10-17T22:30:31.103Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-17T22:30:31.103Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:30:31.103Z] ++ set -e [2019-10-17T22:30:31.103Z] ++ '[' -n 0 ']' [2019-10-17T22:30:31.103Z] ++ set -x [2019-10-17T22:30:31.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-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-17T22:30:31.402Z] INFO: Testing against a local daemon [2019-10-17T22:30:31.402Z] === RUN TestVolumesCreateAndList [2019-10-17T22:30:31.402Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-17T22:30:31.402Z] === RUN TestVolumesRemove [2019-10-17T22:30:31.402Z] --- PASS: TestVolumesRemove (0.10s) [2019-10-17T22:30:31.402Z] === RUN TestVolumesInspect [2019-10-17T22:30:31.402Z] --- PASS: TestVolumesInspect (0.05s) [2019-10-17T22:30:31.402Z] === RUN TestVolumesInvalidJSON [2019-10-17T22:30:31.402Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-17T22:30:31.402Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-17T22:30:31.402Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-17T22:30:31.402Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-10-17T22:30:31.402Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-17T22:30:31.402Z] PASS [2019-10-17T22:30:31.402Z] [2019-10-17T22:30:31.402Z] DONE 5 tests in 0.323s [2019-10-17T22:30:31.402Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-17T22:30:32.022Z] ++++ cat bundles/test-integration/docker.pid [2019-10-17T22:30:32.022Z] +++ kill 13100 [2019-10-17T22:30:32.191Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-17T22:30:32.765Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-17T22:30:33.497Z] +++ /etc/init.d/apparmor stop [2019-10-17T22:30:33.497Z] Clearing AppArmor profiles cache:. [2019-10-17T22:30:33.497Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-17T22:30:33.497Z] Unloading profiles will leave already running processes permanently [2019-10-17T22:30:33.497Z] unconfined, which can lead to unexpected situations. [2019-10-17T22:30:33.497Z] [2019-10-17T22:30:33.497Z] To set a process to complain mode, use the command line tool [2019-10-17T22:30:33.497Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-17T22:30:33.497Z] with the 'teardown' option." [2019-10-17T22:30:33.497Z] [2019-10-17T22:30:33.689Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost Post stage [Pipeline] junit [2019-10-17T22:30:35.573Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-17T22:30:35.573Z] Recording test results [Pipeline] } [Pipeline] // withEnv [2019-10-17T22:30:36.138Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-17T22:30:36.138Z] === RUN TestDockerSuite/TestBuildBlankName [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-17T22:30:36.536Z] + echo Ensuring container killed. [2019-10-17T22:30:36.536Z] Ensuring container killed. [2019-10-17T22:30:36.536Z] + docker rm -vf docker-pr5 [2019-10-17T22:30:36.536Z] Error: No such container: docker-pr5 [2019-10-17T22:30:36.536Z] + true [Pipeline] sh [2019-10-17T22:30:36.598Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-17T22:30:36.922Z] + echo Chowning /workspace to jenkins user [2019-10-17T22:30:36.922Z] Chowning /workspace to jenkins user [2019-10-17T22:30:36.922Z] + id -u [2019-10-17T22:30:36.922Z] + id -g [2019-10-17T22:30:36.922Z] + docker run --rm -v /home/docker/workspace/moby_PR-40082:/workspace busybox chown -R 1001:1001 /workspace [2019-10-17T22:30:36.922Z] Unable to find image 'busybox:latest' locally [2019-10-17T22:30:37.205Z] latest: Pulling from library/busybox [2019-10-17T22:30:37.205Z] e38168a01e65: Pulling fs layer [2019-10-17T22:30:37.827Z] e38168a01e65: Verifying Checksum [2019-10-17T22:30:37.827Z] e38168a01e65: Download complete [2019-10-17T22:30:37.827Z] e38168a01e65: Pull complete [2019-10-17T22:30:37.827Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-17T22:30:37.827Z] Status: Downloaded newer image for busybox:latest [2019-10-17T22:30:38.083Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-17T22:30:40.266Z] + bundleName=ppc64le-integration [2019-10-17T22:30:40.266Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-17T22:30:40.266Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-17T22:30:40.266Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+ -o -name *.prof -oxargs -name tar *-report.xml -czf ) ppc64le-integration-bundles.tar.gz -print [2019-10-17T22:30:40.266Z] [Pipeline] archiveArtifacts [2019-10-17T22:30:40.586Z] Archiving artifacts [2019-10-17T22:30:41.000Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40082/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-17T22:30:41.342Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-17T22:30:41.388Z] + make clean [2019-10-17T22:30:42.003Z] docker volume rm -f docker-dev-cache [2019-10-17T22:30:42.003Z] docker-dev-cache [Pipeline] deleteDir [2019-10-17T22:30:43.685Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-17T22:30:43.851Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-17T22:30:45.224Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-17T22:30:46.362Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-17T22:30:47.724Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-17T22:30:49.086Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-17T22:30:49.086Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-17T22:30:49.646Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-17T22:30:49.924Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-17T22:30:51.008Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-17T22:30:51.567Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-17T22:30:52.494Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-17T22:30:55.005Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-17T22:30:57.529Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-17T22:31:00.259Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-17T22:31:01.690Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-17T22:31:02.616Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-17T22:31:02.616Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-10-17T22:31:03.540Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-17T22:31:03.540Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-17T22:31:04.464Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-17T22:31:05.024Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-17T22:31:05.024Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-17T22:31:05.948Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-17T22:31:06.873Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-17T22:31:06.873Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-17T22:31:07.797Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-17T22:31:08.722Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-17T22:31:08.980Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-17T22:31:09.440Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-17T22:31:10.606Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-17T22:31:11.165Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-17T22:31:12.091Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-17T22:31:12.652Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-17T22:31:13.579Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-17T22:31:14.139Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-17T22:31:15.064Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-17T22:31:15.064Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-17T22:31:15.236Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-17T22:31:15.236Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-17T22:31:15.236Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-17T22:31:15.989Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-17T22:31:16.549Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-17T22:31:16.549Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-17T22:31:17.474Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-17T22:31:18.841Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-17T22:31:18.841Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-17T22:31:21.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-17T22:31:21.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-17T22:31:21.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-17T22:31:21.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-17T22:31:21.498Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-17T22:31:22.100Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-17T22:31:23.984Z] === RUN TestDockerSuite/TestRunRm [2019-10-17T22:31:24.543Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-17T22:31:28.700Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-17T22:31:29.260Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-17T22:31:29.820Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-17T22:31:31.705Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-17T22:31:32.265Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-17T22:31:36.424Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-17T22:31:41.660Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-17T22:31:41.660Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-17T22:31:42.587Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-10-17T22:31:43.513Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-17T22:31:44.074Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-17T22:31:45.001Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-17T22:31:45.577Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-17T22:31:46.505Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-17T22:31:47.431Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-17T22:31:47.992Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-17T22:31:51.254Z] === RUN TestDockerSuite/TestRunState [2019-10-17T22:31:52.617Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-17T22:31:53.404Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-17T22:31:53.964Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-17T22:31:53.964Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-17T22:31:53.964Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-17T22:31:54.889Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-17T22:31:55.813Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-17T22:31:57.700Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-17T22:31:57.700Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-17T22:31:57.700Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-17T22:31:58.259Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-17T22:32:00.768Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-17T22:32:01.692Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-17T22:32:03.578Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-17T22:32:04.050Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-17T22:32:07.737Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-17T22:32:08.778Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-17T22:32:09.782Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-17T22:32:10.247Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-17T22:32:10.259Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-17T22:32:11.191Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-17T22:32:11.800Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-17T22:32:11.801Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-17T22:32:12.117Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-17T22:32:13.041Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-17T22:32:15.550Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-17T22:32:16.476Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-17T22:32:16.528Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-17T22:32:17.036Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-17T22:32:17.291Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-17T22:32:17.291Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-17T22:32:17.507Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-17T22:32:17.507Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-17T22:32:17.507Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-17T22:32:17.546Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-17T22:32:18.474Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-17T22:32:19.062Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-17T22:32:19.401Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-17T22:32:19.963Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-17T22:32:19.963Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-17T22:32:20.041Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-17T22:32:20.218Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-17T22:32:20.506Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-17T22:32:20.979Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-17T22:32:21.143Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-17T22:32:21.444Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-17T22:32:23.029Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-17T22:32:26.292Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-17T22:32:26.548Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-17T22:32:27.290Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-17T22:32:27.917Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-17T22:32:28.430Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-17T22:32:28.430Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-17T22:32:29.984Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-17T22:32:30.429Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-17T22:32:31.791Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-17T22:32:35.055Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-17T22:32:37.565Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-17T22:32:37.565Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-17T22:32:38.491Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-17T22:32:39.051Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-17T22:32:40.413Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-17T22:32:40.413Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-17T22:32:40.413Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-17T22:32:40.413Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-17T22:32:40.413Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-17T22:32:41.340Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-17T22:32:42.265Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-17T22:32:43.190Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-17T22:32:44.868Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-17T22:32:44.868Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-17T22:32:44.868Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-17T22:32:45.077Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-17T22:32:45.847Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-17T22:32:46.002Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-17T22:32:46.002Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-17T22:32:46.827Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-17T22:32:46.928Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-17T22:32:46.928Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-17T22:32:47.294Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-17T22:32:47.294Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-17T22:32:47.854Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-17T22:32:47.854Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-17T22:32:47.854Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-17T22:32:47.854Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-17T22:32:47.854Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-17T22:32:47.854Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-17T22:32:48.109Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-17T22:32:48.273Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-17T22:32:48.364Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-17T22:32:48.364Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-17T22:32:48.619Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-17T22:32:48.738Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-17T22:32:48.738Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-17T22:32:48.738Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-17T22:32:48.874Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-17T22:32:49.437Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-17T22:32:50.362Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-17T22:32:51.289Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-17T22:32:51.289Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-17T22:32:52.213Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-17T22:32:52.468Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-17T22:32:53.394Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-17T22:32:53.394Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-17T22:32:54.333Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-17T22:32:54.574Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-17T22:32:55.256Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-17T22:32:55.256Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-17T22:32:55.256Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-17T22:32:55.256Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-17T22:32:56.182Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-17T22:32:58.067Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-17T22:32:58.322Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-17T22:32:58.577Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-17T22:32:58.577Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-17T22:32:59.503Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-17T22:32:59.503Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-17T22:33:01.390Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-17T22:33:01.949Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-17T22:33:02.873Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-17T22:33:02.873Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-17T22:33:04.757Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-17T22:33:05.317Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-17T22:33:05.317Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-17T22:33:05.317Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-17T22:33:06.679Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-17T22:33:07.642Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-17T22:33:09.004Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-17T22:33:09.004Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-17T22:33:09.930Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-17T22:33:10.855Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-17T22:33:11.110Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-17T22:33:11.365Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-17T22:33:11.927Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-17T22:33:12.182Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-17T22:33:14.695Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-17T22:33:14.695Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-17T22:33:14.965Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-17T22:33:16.333Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-17T22:33:16.333Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-17T22:33:16.333Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-17T22:33:18.224Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-17T22:33:19.584Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-17T22:33:20.144Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-17T22:33:20.144Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-17T22:33:20.144Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-17T22:33:20.144Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-17T22:33:20.703Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-17T22:33:23.216Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-17T22:33:28.454Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-17T22:33:30.450Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-17T22:33:30.451Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-17T22:33:31.717Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-17T22:33:32.007Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-17T22:33:32.277Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-17T22:33:33.639Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-17T22:33:36.908Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-17T22:33:39.138Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-17T22:33:39.138Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-17T22:33:39.138Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-17T22:33:39.138Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-17T22:33:39.419Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-17T22:33:39.603Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-17T22:33:39.603Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-17T22:33:40.189Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-17T22:33:42.086Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-17T22:33:44.594Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-17T22:33:46.479Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-17T22:33:50.638Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-17T22:33:54.797Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-17T22:33:58.056Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-17T22:34:03.289Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-17T22:34:06.548Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-17T22:34:08.432Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-17T22:34:08.993Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-17T22:34:08.993Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-17T22:34:09.918Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-17T22:34:11.291Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-17T22:34:11.291Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-17T22:34:12.218Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-17T22:34:15.531Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-17T22:34:15.531Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-17T22:34:15.531Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-17T22:34:16.377Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-17T22:34:20.537Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-17T22:34:20.537Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-17T22:34:21.462Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-17T22:34:21.462Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-17T22:34:22.385Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-17T22:34:24.269Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-17T22:34:24.269Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-17T22:34:25.631Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-17T22:34:26.995Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-17T22:34:27.556Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-17T22:34:29.441Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-17T22:34:33.295Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-17T22:34:33.761Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-17T22:34:34.740Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-17T22:34:34.825Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-17T22:34:35.750Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-17T22:34:35.750Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-17T22:34:36.675Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-17T22:34:37.612Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-17T22:34:38.514Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-17T22:34:41.448Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-17T22:34:42.847Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-17T22:34:43.648Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-17T22:34:46.106Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-17T22:34:49.369Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-17T22:34:52.630Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-17T22:34:56.788Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-17T22:35:02.024Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-17T22:35:03.910Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-17T22:35:04.165Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-17T22:35:06.678Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-17T22:35:08.578Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-17T22:35:09.939Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-17T22:35:12.450Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-17T22:35:13.375Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-17T22:35:14.738Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-17T22:35:18.000Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-17T22:35:19.364Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-17T22:35:20.290Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-17T22:35:22.803Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-17T22:35:40.829Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-17T22:35:41.084Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-17T22:35:43.593Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-17T22:35:43.593Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-17T22:35:43.593Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-17T22:35:43.593Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-17T22:35:43.848Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-17T22:35:44.214Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-17T22:35:44.215Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-17T22:35:44.215Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-17T22:35:44.775Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-17T22:35:47.285Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-17T22:35:47.285Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-17T22:35:47.285Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-17T22:35:50.547Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-17T22:35:54.712Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite (1792.60s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (8.27s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (1.30s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.21s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (3.57s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.24s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (2.41s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.43s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.96s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.76s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.51s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.45s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.15s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.97s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.91s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.96s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.09s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.18s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAttachDetach (1.18s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.91s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.81s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.95s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.60s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.27s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.58s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.19s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (18.70s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.69s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.77s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.84s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.49s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.66s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.90s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.68s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.03s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.10s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.72s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.63s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.75s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.62s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.22s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.59s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.17s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.17s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.49s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.67s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.68s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.89s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.78s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.54s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.65s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.47s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.73s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.25s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.62s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.70s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.61s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.94s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.31s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.90s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.43s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.08s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.66s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.38s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.97s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.83s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.14s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.64s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.94s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.88s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.97s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.50s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.81s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.09s) [2019-10-17T22:35:54.712Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.32s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.63s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.98s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.57s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCmd (0.37s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.40s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.39s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.73s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.54s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.23s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildContChar (3.95s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.38s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.78s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.62s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.37s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.06s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.79s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.91s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.17s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.04s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.41s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.56s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.43s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.46s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.80s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.90s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.70s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.95s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.84s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.57s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.63s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.55s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignore (12.89s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.80s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.52s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.69s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.08s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.45s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.88s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.59s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.61s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.00s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.85s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.02s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.98s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.37s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.71s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.11s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.32s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.35s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.52s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnv (1.55s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.58s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.19s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.34s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.58s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.71s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.66s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.85s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.48s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.54s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.36s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.75s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildExpose (0.30s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.62s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.60s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.36s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFails (1.02s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.81s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.37s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.17s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.60s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.14s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.06s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.24s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.10s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.83s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildHistory (4.97s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.18s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.52s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.86s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.76s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.97s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLabel (0.48s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.27s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLabels (0.57s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.08s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.81s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.41s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.59s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.36s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.49s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.17s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.51s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.57s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (12.72s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.19s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.71s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.25s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.88s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.56s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.46s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.43s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.84s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.97s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.33s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.36s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.92s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.43s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.36s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.38s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.76s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.23s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.66s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.91s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.61s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.66s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.77s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.80s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.02s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildPATH (2.60s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.87s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.15s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.90s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.31s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.25s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildRm (3.17s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.14s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.37s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.44s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.66s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.24s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.43s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.14s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.30s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.28s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildStderr (1.02s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.44s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.23s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.11s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.53s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.38s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.80s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildUser (2.56s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.54s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.48s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.00s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.34s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.08s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.11s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.79s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.11s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.18s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.65s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.36s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.21s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.20s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.04s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.00s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.39s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.62s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-17T22:35:54.713Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.86s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.70s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-10-17T22:35:54.713Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-17T22:35:54.713Z] docker_cli_sni_test.go:18: Flakey test [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.81s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.91s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitChange (1.46s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.15s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.86s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.87s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.08s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitTTY (1.72s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.93s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.68s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.98s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.65s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.98s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.75s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.85s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.87s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.69s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.75s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.11s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.89s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.91s) [2019-10-17T22:35:54.713Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.82s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.74s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.08s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.96s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.92s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.89s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.83s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.85s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.77s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.83s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.60s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.58s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.79s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.60s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.82s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.86s) [2019-10-17T22:35:54.714Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.73s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.86s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.31s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (5.09s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.55s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.94s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.34s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.73s) [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc000897de0 } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1226066056 /foo false } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1226066056 /foo true } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3480563783 /foo false } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3480563783 /foo true } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3480563783 /foo true 0xc00091e2a0 } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc00091e2e0 } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc00091e300 } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc00091e320 } [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc00091e340 } [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.59s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.42s) [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 0 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 1 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 2 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 3 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 4 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 5 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 6 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 7 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 8 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 9 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 10 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 11 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 12 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 13 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 14 [2019-10-17T22:35:54.714Z] docker_api_containers_test.go:1927: case 15 [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.88s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.62s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.25s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.84s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.25s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.95s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.01s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.24s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership809417008/file1 6227d3ae02154b695445693c7af1564275680b53dcf4077816d3599ac15327cc:/tmpvol/file1` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.00s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 6508ae9cca7167479c2f4f9b01020c2675a0ba24d8661168b71ca7848603012f:/root/file1 /tmp/test-cp-from-case-a273095887/itWorks.txt` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a273095887/itWorks.txt" contains "file1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.90s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 1edce2295dffed29af587435ee832d58b5285846b4853556a136c24039b33329:/file1 /tmp/test-cp-from-case-b110106082/testDir/` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.94s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c164591577/file2" contains "file2\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 93bd8230aa19e1ce9bc5d002694149e3875528d7bac76a652f713b3eac7b89ca:/root/file1 /tmp/test-cp-from-case-c164591577/file2` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c164591577/file2" contains "file1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.03s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp bb48f5b310f35ae0a145e9fc674e49f19a26f612886f1e2b08b0e5ee85f6cb79:/file1 /tmp/test-cp-from-case-d477768036/dir1` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d477768036/dir1/file1" contains "file1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp bb48f5b310f35ae0a145e9fc674e49f19a26f612886f1e2b08b0e5ee85f6cb79:/file1 /tmp/test-cp-from-case-d477768036/dir1/` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d477768036/dir1/file1" contains "file1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.13s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 37cca72b59160083ded7720973a2963f165a364496d9a102ac478e108cd14577:dir1 /tmp/test-cp-from-case-e918034291/testDir` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e918034291/testDir/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 37cca72b59160083ded7720973a2963f165a364496d9a102ac478e108cd14577:dir1 /tmp/test-cp-from-case-e918034291/testDir/` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e918034291/testDir/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.05s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp a04462c588cec9327acde95875e0d7d7b5d5cf05bee741f2d637baf83845c923:/root/dir1 /tmp/test-cp-from-case-f181790262/file1` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.09s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 43101171b99e2c1159247b454b4ff916a669e9f827b1594b108b7dca42ec8e25:/root/dir1 /tmp/test-cp-from-case-g492888605/dir2` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g492888605/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 43101171b99e2c1159247b454b4ff916a669e9f827b1594b108b7dca42ec8e25:/root/dir1 /tmp/test-cp-from-case-g492888605/dir2/` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g492888605/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp b378c07c7415c21e1861bc4e0ae36d8919d1356611ffa5e42c7d281ae64421f4:dir1/. /tmp/test-cp-from-case-h600760536/testDir` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h600760536/testDir/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp b378c07c7415c21e1861bc4e0ae36d8919d1356611ffa5e42c7d281ae64421f4:dir1/. /tmp/test-cp-from-case-h600760536/testDir/` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h600760536/testDir/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.93s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 221d79213b40d32d4011f8d73bc080e712ac96fe3eb419255b766d2f45605d8f:/root/dir1/. /tmp/test-cp-from-case-i097965655/file1` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.05s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 7a0e5a08bf210779d236cf6671a0f0a87595dec4c0f8fd96a5b66a9cd6a30ae8:/root/dir1/. /tmp/test-cp-from-case-j481000394/dir2` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j481000394/dir2/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 7a0e5a08bf210779d236cf6671a0f0a87595dec4c0f8fd96a5b66a9cd6a30ae8:/root/dir1/. /tmp/test-cp-from-case-j481000394/dir2/` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j481000394/dir2/file1-1" contains "file1-1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.49s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 481d10acb8ff2999d3e86fb5f02b909019658cb8d9da68b66c4f3bcc7398b581:/file2 /tmp/test-cp-from-err-dst-not-dir290678433/symlinkToFile1` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir290678433/symlinkToFile1" points to "file1" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir290678433/file1" contains "file2\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 481d10acb8ff2999d3e86fb5f02b909019658cb8d9da68b66c4f3bcc7398b581:/file2 /tmp/test-cp-from-err-dst-not-dir290678433/symlinkToDir1` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir290678433/symlinkToDir1" points to "dir1" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir290678433/file2" contains "file2\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 481d10acb8ff2999d3e86fb5f02b909019658cb8d9da68b66c4f3bcc7398b581:/file2 /tmp/test-cp-from-err-dst-not-dir290678433/brokenSymlinkToFileX` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir290678433/brokenSymlinkToFileX" points to "fileX" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir290678433/fileX" contains "file2\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 481d10acb8ff2999d3e86fb5f02b909019658cb8d9da68b66c4f3bcc7398b581:/dir2 /tmp/test-cp-from-err-dst-not-dir290678433/symlinkToDir1` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir290678433/symlinkToDir1" points to "dir1" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir290678433/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp 481d10acb8ff2999d3e86fb5f02b909019658cb8d9da68b66c4f3bcc7398b581:/dir2 /tmp/test-cp-from-err-dst-not-dir290678433/brokenSymlinkToDirX` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir290678433/brokenSymlinkToDirX" points to "dirX" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir290678433/dirX/file2-1" contains "file2-1\n" [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.04s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.83s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.91s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.92s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.30s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.89s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.18s) [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.74s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a276109929/file1 04552f9dba3f5174e57b64df84aa8be5c55a17e8c1222ece510980f3251469e7:/root/itWorks.txt` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "04552f9dba3f5174e57b64df84aa8be5c55a17e8c1222ece510980f3251469e7" start output contains "file1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 04552f9dba3f5174e57b64df84aa8be5c55a17e8c1222ece510980f3251469e7` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.89s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b702063796/file1 bd856b76f5d6d8b8b4c4d6ccf6372763c095426e22e49fec3ec0bd5e1d1c7ed2:testDir/` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.52s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "1c4db472f2c704a785fe748537557ea7b2c669521ca946eec7a2c20e4ee3c15f" start output contains "file2\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1c4db472f2c704a785fe748537557ea7b2c669521ca946eec7a2c20e4ee3c15f` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c282241667/file1 1c4db472f2c704a785fe748537557ea7b2c669521ca946eec7a2c20e4ee3c15f:/root/file2` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "1c4db472f2c704a785fe748537557ea7b2c669521ca946eec7a2c20e4ee3c15f" start output contains "file1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1c4db472f2c704a785fe748537557ea7b2c669521ca946eec7a2c20e4ee3c15f` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.92s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "4ef7095904d8f3d44c883dd858d5a3103c9735fe2ac5bc23f3abe0ec2c44a80a" start output contains "" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4ef7095904d8f3d44c883dd858d5a3103c9735fe2ac5bc23f3abe0ec2c44a80a` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d125463558/file1 4ef7095904d8f3d44c883dd858d5a3103c9735fe2ac5bc23f3abe0ec2c44a80a:dir1` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "4ef7095904d8f3d44c883dd858d5a3103c9735fe2ac5bc23f3abe0ec2c44a80a" start output contains "file1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4ef7095904d8f3d44c883dd858d5a3103c9735fe2ac5bc23f3abe0ec2c44a80a` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "3a02440feeef50ab629ca7cacde46a2be3444c0d4ef57d801aa4b4961d492136" start output contains "" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3a02440feeef50ab629ca7cacde46a2be3444c0d4ef57d801aa4b4961d492136` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d125463558/file1 3a02440feeef50ab629ca7cacde46a2be3444c0d4ef57d801aa4b4961d492136:dir1/` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "3a02440feeef50ab629ca7cacde46a2be3444c0d4ef57d801aa4b4961d492136" start output contains "file1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3a02440feeef50ab629ca7cacde46a2be3444c0d4ef57d801aa4b4961d492136` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.44s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e796018605/dir1 2db1eae22826c33bcf5d5609266d689a58d25232967f972027ebce9d0bce1bd4:testDir` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "2db1eae22826c33bcf5d5609266d689a58d25232967f972027ebce9d0bce1bd4" start output contains "file1-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2db1eae22826c33bcf5d5609266d689a58d25232967f972027ebce9d0bce1bd4` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e796018605/dir1 86b1ca89a72670607846e2674d820ff352925766f248f515a8ebfc167d336014:testDir/` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "86b1ca89a72670607846e2674d820ff352925766f248f515a8ebfc167d336014" start output contains "file1-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 86b1ca89a72670607846e2674d820ff352925766f248f515a8ebfc167d336014` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f140577064/dir1 6a2d3afe2bcaacdc8b4b94e065f28d0a2bf82ae1f72666bc212b2607062dcf1f:/root/file1` [2019-10-17T22:35:54.714Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.92s) [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "2eafad1775574202427a6eb262013afcb68adab5069c7e70704ee4c2e1f2fa40" start output contains "" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2eafad1775574202427a6eb262013afcb68adab5069c7e70704ee4c2e1f2fa40` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g938105447/dir1 2eafad1775574202427a6eb262013afcb68adab5069c7e70704ee4c2e1f2fa40:/root/dir2` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "2eafad1775574202427a6eb262013afcb68adab5069c7e70704ee4c2e1f2fa40" start output contains "file1-1\n" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2eafad1775574202427a6eb262013afcb68adab5069c7e70704ee4c2e1f2fa40` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:279: checking that container "f9db12b667b91e6d3c25cf4c4ef28c6ce9290c92644ae9591dd59d4f1479d0e1" start output contains "" [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:209: running `docker start -a f9db12b667b91e6d3c25cf4c4ef28c6ce9290c92644ae9591dd59d4f1479d0e1` [2019-10-17T22:35:54.714Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g938105447/dir1 f9db12b667b91e6d3c25cf4c4ef28c6ce9290c92644ae9591dd59d4f1479d0e1:/dir2/` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "f9db12b667b91e6d3c25cf4c4ef28c6ce9290c92644ae9591dd59d4f1479d0e1" start output contains "file1-1\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a f9db12b667b91e6d3c25cf4c4ef28c6ce9290c92644ae9591dd59d4f1479d0e1` [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.45s) [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h198101658/dir1/. 1944fcf8a2e357cbaf9005a4d7f3836fee29d7578e4761ffc329f76b71a0f9c5:testDir` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "1944fcf8a2e357cbaf9005a4d7f3836fee29d7578e4761ffc329f76b71a0f9c5" start output contains "file1-1\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1944fcf8a2e357cbaf9005a4d7f3836fee29d7578e4761ffc329f76b71a0f9c5` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h198101658/dir1/. d497dc26e83c800cd9eef3328bf819f186ca9db738a3d7df21d47fcba59beee0:testDir/` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "d497dc26e83c800cd9eef3328bf819f186ca9db738a3d7df21d47fcba59beee0" start output contains "file1-1\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a d497dc26e83c800cd9eef3328bf819f186ca9db738a3d7df21d47fcba59beee0` [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.84s) [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i896536881/dir1/. e002f1dc15c85a454b4262c34c82198b99cfe27f347fe02b91e1c12db31dcb5f:/root/file1` [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.96s) [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "1ad1a81df4b7e9b6e981e287e9b5695a949d484df3373b167f21f23ded418388" start output contains "" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1ad1a81df4b7e9b6e981e287e9b5695a949d484df3373b167f21f23ded418388` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j038419676/dir1/. 1ad1a81df4b7e9b6e981e287e9b5695a949d484df3373b167f21f23ded418388:/dir2` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "1ad1a81df4b7e9b6e981e287e9b5695a949d484df3373b167f21f23ded418388" start output contains "file1-1\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1ad1a81df4b7e9b6e981e287e9b5695a949d484df3373b167f21f23ded418388` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "cdd8c519697ac0b2fd7572501c04a427eb0cc40fef72bf1a80c2ea815d4ecb16" start output contains "" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a cdd8c519697ac0b2fd7572501c04a427eb0cc40fef72bf1a80c2ea815d4ecb16` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j038419676/dir1/. cdd8c519697ac0b2fd7572501c04a427eb0cc40fef72bf1a80c2ea815d4ecb16:/dir2/` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "cdd8c519697ac0b2fd7572501c04a427eb0cc40fef72bf1a80c2ea815d4ecb16" start output contains "file1-1\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a cdd8c519697ac0b2fd7572501c04a427eb0cc40fef72bf1a80c2ea815d4ecb16` [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.98s) [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions670595211/permdirtest permtest:/` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToDot (0.92s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.65s) [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs507597557/file1 781e47e6679abb3aa974eadef605094b2a672e6c392c30cf181399060cfdb880:/root/shouldNotExist` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "781e47e6679abb3aa974eadef605094b2a672e6c392c30cf181399060cfdb880" start output contains "" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a 781e47e6679abb3aa974eadef605094b2a672e6c392c30cf181399060cfdb880` [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.82s) [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume784567760/file1 486a90483a766c2e34ba1734f712fd9aa5b585c4807ab7682d6f3ae3730948ed:/vol_ro/shouldNotExist` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:279: checking that container "486a90483a766c2e34ba1734f712fd9aa5b585c4807ab7682d6f3ae3730948ed" start output contains "" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:209: running `docker start -a 486a90483a766c2e34ba1734f712fd9aa5b585c4807ab7682d6f3ae3730948ed` [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToStdout (1.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.29s) [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-613629167/file2 39be74173aaaac5ecd2532a47bfc333d1ad67f0826aef2278910acd0711405df:/vol2/symlinkToFile1` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-613629167/symlinkToFile1" points to "file1" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-613629167/file1" contains "file2\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-613629167/file2 39be74173aaaac5ecd2532a47bfc333d1ad67f0826aef2278910acd0711405df:/vol2/symlinkToDir1` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-613629167/symlinkToDir1" points to "dir1" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-613629167/file2" contains "file2\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-613629167/file2 39be74173aaaac5ecd2532a47bfc333d1ad67f0826aef2278910acd0711405df:/vol2/brokenSymlinkToFileX` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-613629167/brokenSymlinkToFileX" points to "fileX" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-613629167/fileX" contains "file2\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-613629167//dir2 39be74173aaaac5ecd2532a47bfc333d1ad67f0826aef2278910acd0711405df:/vol2/symlinkToDir1` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-613629167/symlinkToDir1" points to "dir1" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-613629167/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-613629167//dir2 39be74173aaaac5ecd2532a47bfc333d1ad67f0826aef2278910acd0711405df:/vol2/brokenSymlinkToDirX` [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-613629167/brokenSymlinkToDirX" points to "dirX" [2019-10-17T22:35:54.715Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-613629167/dirX/file2-1" contains "file2-1\n" [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.41s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.68s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.52s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.78s) [2019-10-17T22:35:54.715Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-17T22:35:54.715Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.72s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.33s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateRM (0.26s) [2019-10-17T22:35:54.715Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-17T22:35:54.715Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.28s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.36s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.74s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.52s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.88s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.66s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.75s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.78s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (1.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.15s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDevicePermissions (1.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.41s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.94s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.74s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.69s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.86s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.75s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.06s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.34s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsAttach (1.00s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsCommit (1.35s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.91s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.16s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.15s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.83s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.67s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.33s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.50s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsCopy (1.38s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (2.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.82s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.39s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (2.00s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.65s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.10s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.37s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.12s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFilters (1.61s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFormat (1.55s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.93s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.40s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2019-10-17T22:35:54.715Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-17T22:35:54.715Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.715Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-17T22:35:54.715Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.81s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.83s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsRename (0.86s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsResize (0.98s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.04s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.77s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsTop (1.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsUntag (2.61s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.70s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExec (1.04s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.80s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.82s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.82s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.80s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.87s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.95s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.92s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.90s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.93s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.90s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.74s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecCgroup (1.64s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecEnv (0.90s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.75s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.94s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecInspectID (2.97s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecInteractive (0.93s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.88s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.03s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecParseError (0.86s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.97s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.82s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.74s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.17s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecStartFails (1.03s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.12s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.82s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecTTY (0.98s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.96s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.82s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecUlimits (0.94s) [2019-10-17T22:35:54.715Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-17T22:35:54.715Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.03s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.49s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.05s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestExecWithUser (1.09s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.83s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.74s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.88s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.84s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestHealth (21.43s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.95s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.90s) [2019-10-17T22:35:54.715Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.30s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.28s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.49s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.09s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.87s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.95s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.86s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.86s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImportDisplay (1.69s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImportFile (2.16s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.07s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImportGzipped (2.17s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-10-17T22:35:54.716Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.57s) [2019-10-17T22:35:54.716Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2019-10-17T22:35:54.716Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-17T22:35:54.716Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.94s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.86s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.87s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoFormat (0.04s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.53s) [2019-10-17T22:35:54.716Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.84s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.86s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.87s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.84s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.98s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.77s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.80s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.78s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.83s) [2019-10-17T22:35:54.716Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-17T22:35:54.716Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.32s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.00s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectDefault (0.75s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectHistory (0.96s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-10-17T22:35:54.716Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-17T22:35:54.716Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.78s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.87s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.79s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.87s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.91s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.88s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectStatus (0.93s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.68s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.84s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.88s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.84s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.05s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.09s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.83s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.45s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.67s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.73s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.44s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.95s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.73s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.72s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.08s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.00s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.47s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.94s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.59s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.67s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.16s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.94s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.83s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.36s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.09s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.88s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.86s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.97s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.00s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.32s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.21s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.40s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.25s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.22s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.28s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.85s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.83s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsSince (6.84s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.77s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsTail (0.87s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.82s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.31s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.75s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestNetHostname (2.74s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.37s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.37s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.57s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.79s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPluginActive (1.85s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.77s) [2019-10-17T22:35:54.716Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-17T22:35:54.716Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.72s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.44s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.60s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.39s) [2019-10-17T22:35:54.716Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.58s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.64s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.98s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPortList (11.24s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.65s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.53s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.09s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.78s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.84s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.82s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.15s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.60s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.31s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.87s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsByOrder (3.46s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.21s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.41s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.97s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.11s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.03s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.51s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.58s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.67s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.70s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.89s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.77s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.62s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.90s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.55s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.61s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.85s) [2019-10-17T22:35:54.716Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-17T22:35:54.716Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.31s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.14s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.09s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.61s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.73s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.80s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.93s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.41s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.68s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.12s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.28s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.65s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.56s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.92s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.65s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.14s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.13s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.18s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.33s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.82s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.99s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.84s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.10s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiTag (0.22s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.98s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.42s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.83s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.03s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.47s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.80s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAddHost (0.91s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.35s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.73s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.94s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (2.10s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.95s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.06s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.67s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.93s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.17s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.06s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.94s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.83s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.95s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.03s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.13s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.79s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.80s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.43s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.82s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.76s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.80s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.79s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.83s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.79s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.77s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.80s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.25s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.97s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.92s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.74s) [2019-10-17T22:35:54.716Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.73s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.55s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.51s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.87s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.91s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.88s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.86s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.68s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.53s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.85s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.46s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.56s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.87s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.95s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.01s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.60s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.35s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.76s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.70s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.79s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.71s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.72s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.75s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.82s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.82s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.85s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunExitCode (0.99s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.83s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.83s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.57s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.41s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.69s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.58s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.13s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.65s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.21s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.56s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.64s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.66s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.67s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.15s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.49s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.26s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.64s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.53s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.56s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunMount (6.50s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.79s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.62s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.39s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.37s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.42s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.61s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.65s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.28s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.74s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetHost (1.12s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.74s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.31s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.33s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.71s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.73s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.12s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.75s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.79s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.96s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.82s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.73s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.97s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.73s) [2019-10-17T22:35:54.717Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.70s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.73s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.59s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.26s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.58s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunRm (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.83s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.76s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.66s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.81s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.91s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.73s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.74s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.83s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunState (1.58s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.81s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.72s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunSysctls (1.72s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.76s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.53s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.94s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.91s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.96s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.79s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.83s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.91s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.29s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.32s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUserByID (0.81s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUserByName (0.96s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.72s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.80s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.86s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.20s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.34s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.55s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.85s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.86s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.90s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (1.16s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.76s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.08s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.93s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.68s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.90s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.98s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.82s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.19s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.16s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.17s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.25s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.85s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.83s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.94s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.82s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.29s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.98s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.85s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.71s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.73s) [2019-10-17T22:35:54.717Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-17T22:35:54.717Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.92s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.53s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.76s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.77s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.84s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.09s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.21s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.29s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.06s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.13s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.79s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.17s) [2019-10-17T22:35:54.717Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents668955305 [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.87s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.78s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.57s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-10-17T22:35:54.717Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.41s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.45s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.50s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.58s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.02s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.62s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.86s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.74s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.85s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartRecordError (1.75s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.40s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.16s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.79s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.25s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.80s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.02s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.83s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.82s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.95s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestTopPrivileged (1.00s) [2019-10-17T22:35:54.718Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-17T22:35:54.718Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.96s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.27s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.52s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.79s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.81s) [2019-10-17T22:35:54.718Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-17T22:35:54.718Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.86s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.84s) [2019-10-17T22:35:54.718Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-17T22:35:54.718Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.59s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.02s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.95s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.72s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateStats (4.69s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.59s) [2019-10-17T22:35:54.718Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-17T22:35:54.718Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.09s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.97s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.43s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.61s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.50s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.77s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.44s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.19s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.38s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.73s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.61s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.53s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.36s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.46s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.67s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.68s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.78s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.10s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.81s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.86s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.93s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.46s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.87s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.52s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.12s) [2019-10-17T22:35:54.718Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.22s) [2019-10-17T22:35:54.718Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-17T22:35:54.718Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-17T22:35:54.718Z] === RUN TestDockerRegistrySuite [2019-10-17T22:35:54.718Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-17T22:35:56.647Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-17T22:35:58.534Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-17T22:36:00.421Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-17T22:36:00.421Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-17T22:36:04.745Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-17T22:36:08.906Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-17T22:36:13.065Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-17T22:36:14.428Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-17T22:36:15.789Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-17T22:36:17.151Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-17T22:36:18.515Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-17T22:36:19.876Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-17T22:36:21.240Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-17T22:36:22.602Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-17T22:36:25.863Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-17T22:36:28.379Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-17T22:36:29.304Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-17T22:36:32.566Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-17T22:36:33.928Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-17T22:36:33.928Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-17T22:36:35.818Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-17T22:36:36.744Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-17T22:36:38.113Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-17T22:36:42.272Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-17T22:36:42.272Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-17T22:36:43.677Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-17T22:36:43.932Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-17T22:36:43.932Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-17T22:36:44.492Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-17T22:36:44.492Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-17T22:36:45.051Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-17T22:36:45.051Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-17T22:36:46.412Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-17T22:36:48.925Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-17T22:36:49.851Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-17T22:36:51.213Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-17T22:36:52.138Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite (58.45s) [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.10s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-10-17T22:36:53.063Z] check_test.go:196: [d4bf49bb7b7e0] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.45s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-10-17T22:36:53.063Z] check_test.go:196: [d92a3617e020a] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.86s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-10-17T22:36:53.063Z] check_test.go:196: [d076fb9587f32] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-10-17T22:36:53.063Z] check_test.go:196: [d6eed27ee0293] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.28s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-10-17T22:36:53.063Z] check_test.go:196: [d5053e6891a7b] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.30s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-10-17T22:36:53.063Z] check_test.go:196: [d6e85d4692a6a] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.27s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-10-17T22:36:53.063Z] check_test.go:196: [d11fce661613c] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.46s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-10-17T22:36:53.063Z] check_test.go:196: [d579252f0efc7] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.21s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-10-17T22:36:53.063Z] check_test.go:196: [da374efda99c4] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.38s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-10-17T22:36:53.063Z] check_test.go:196: [de26ae60c495f] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.45s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-10-17T22:36:53.063Z] check_test.go:196: [d70868b198d79] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.46s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-10-17T22:36:53.063Z] check_test.go:196: [d17c6f8ee9c02] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.29s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-10-17T22:36:53.063Z] check_test.go:196: [da47c0ed94f31] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.38s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-10-17T22:36:53.063Z] check_test.go:196: [d5024d61ee557] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.59s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-10-17T22:36:53.063Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5c87465d90cfe63d65b4800dbc93b1ee4de24051851c2fa4a3487fb10d104e89 [2019-10-17T22:36:53.063Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:faf72dadc0311a37183ef6b08f9c85509172e7f3684c0b184bd8929d43548452 [2019-10-17T22:36:53.063Z] check_test.go:196: [d95a136d6681b] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.66s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-10-17T22:36:53.063Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:04451c709579846845119dbe4ee3c5b17cdcf3fbb8eddb70032b47689599a2ed [2019-10-17T22:36:53.063Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8f33fef0389baac44d0a878bc7ea3da31835c54778e626db38d443b4f0fc2811 [2019-10-17T22:36:53.063Z] check_test.go:196: [d4adff1c22b3e] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.45s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-10-17T22:36:53.063Z] check_test.go:196: [da9345d0de91c] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.25s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-10-17T22:36:53.063Z] check_test.go:196: [d851b191dc1ec] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.32s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-10-17T22:36:53.063Z] check_test.go:196: [d1b90d8090060] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-10-17T22:36:53.063Z] check_test.go:196: [d7fc1f9d3875b] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.39s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-10-17T22:36:53.063Z] check_test.go:196: [dd675cca3559e] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.23s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-17T22:36:53.063Z] check_test.go:196: [d5d37e2153c1d] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.28s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-17T22:36:53.063Z] check_test.go:196: [da9d1d2b50e2b] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.75s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-10-17T22:36:53.063Z] check_test.go:196: [d236b1709ca49] daemon is not started [2019-10-17T22:36:53.063Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s) [2019-10-17T22:36:53.063Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-10-17T22:36:53.064Z] check_test.go:196: [d19647d153778] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.45s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-10-17T22:36:53.064Z] check_test.go:196: [d5edc88e6c0fd] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.43s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-10-17T22:36:53.064Z] check_test.go:196: [d94b688670cd7] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-10-17T22:36:53.064Z] check_test.go:196: [df78f69754b25] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-10-17T22:36:53.064Z] check_test.go:196: [d554e2145420c] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-10-17T22:36:53.064Z] check_test.go:196: [d746c64755f91] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-10-17T22:36:53.064Z] check_test.go:196: [d6b72af4fc85c] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-10-17T22:36:53.064Z] check_test.go:196: [d58b1d2e895fe] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.44s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-10-17T22:36:53.064Z] check_test.go:196: [d1b1d60419802] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.17s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-10-17T22:36:53.064Z] check_test.go:196: [d8a9bef048358] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.18s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-10-17T22:36:53.064Z] check_test.go:196: [dc6426286cdba] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.41s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-10-17T22:36:53.064Z] check_test.go:196: [d1e75468fc6da] daemon is not started [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-10-17T22:36:53.064Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.83s) [2019-10-17T22:36:53.064Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-10-17T22:36:53.064Z] === RUN TestDockerSchema1RegistrySuite [2019-10-17T22:36:53.064Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-17T22:36:53.320Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-17T22:36:56.567Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-17T22:36:56.568Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-17T22:36:56.568Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-17T22:36:57.479Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-17T22:37:02.715Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-17T22:37:06.885Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-17T22:37:07.445Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-17T22:37:09.331Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-17T22:37:09.331Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-17T22:37:10.256Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-17T22:37:11.619Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-17T22:37:12.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-17T22:37:14.315Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-17T22:37:17.198Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-17T22:37:17.198Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-17T22:37:17.453Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-17T22:37:17.453Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-17T22:37:18.012Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-17T22:37:18.012Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-17T22:37:18.573Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite (25.53s) [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-10-17T22:37:18.573Z] check_test.go:223: [d6dc30db59517] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.32s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-10-17T22:37:18.573Z] check_test.go:223: [de7bb7fee9cc6] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.56s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-10-17T22:37:18.573Z] check_test.go:223: [d0eac19e477de] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.18s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-10-17T22:37:18.573Z] check_test.go:223: [db9fc3f32fdc0] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.29s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-10-17T22:37:18.573Z] check_test.go:223: [d5e935434e9d3] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.37s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-10-17T22:37:18.573Z] check_test.go:223: [dc28527435d16] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-10-17T22:37:18.573Z] check_test.go:223: [d98ed89eb999e] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.30s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-10-17T22:37:18.573Z] check_test.go:223: [dcb1b20518775] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.23s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-17T22:37:18.573Z] check_test.go:223: [d040a74a10af2] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.29s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-17T22:37:18.573Z] check_test.go:223: [dc3f8fb08e391] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.72s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-10-17T22:37:18.573Z] check_test.go:223: [de59ca061c5aa] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.38s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-10-17T22:37:18.573Z] check_test.go:223: [d2e347e1e88c1] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.46s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-10-17T22:37:18.573Z] check_test.go:223: [d8ddd69fee397] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-10-17T22:37:18.573Z] check_test.go:223: [dd1b429fbebf1] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-10-17T22:37:18.573Z] check_test.go:223: [de4bedc3b4e65] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-10-17T22:37:18.573Z] check_test.go:223: [debfd7cfd5c93] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-10-17T22:37:18.573Z] check_test.go:223: [da46ca2474e60] daemon is not started [2019-10-17T22:37:18.573Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-17T22:37:18.573Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-10-17T22:37:18.573Z] check_test.go:223: [dbd985548f20b] daemon is not started [2019-10-17T22:37:18.573Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-17T22:37:18.573Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-17T22:37:19.497Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-17T22:37:20.059Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-17T22:37:20.059Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-17T22:37:21.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-17T22:37:21.685Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-17T22:37:21.941Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-17T22:37:22.502Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.06s) [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.91s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-10-17T22:37:22.758Z] check_test.go:252: [d2ae0253523aa] daemon is not started [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-10-17T22:37:22.758Z] check_test.go:252: [def153ad6aaa1] daemon is not started [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-10-17T22:37:22.758Z] check_test.go:252: [d9ec8dd299854] daemon is not started [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.23s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-10-17T22:37:22.758Z] check_test.go:252: [d1ad33646e748] daemon is not started [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-10-17T22:37:22.758Z] check_test.go:252: [d51cd0961f7f8] daemon is not started [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.49s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-10-17T22:37:22.758Z] check_test.go:252: [df89ccadee487] daemon is not started [2019-10-17T22:37:22.758Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-10-17T22:37:22.758Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-10-17T22:37:22.758Z] check_test.go:252: [d0e4a1ca70fc6] daemon is not started [2019-10-17T22:37:22.758Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-17T22:37:22.758Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-17T22:37:27.997Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-17T22:37:27.997Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-17T22:37:27.997Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-17T22:37:28.252Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-17T22:37:28.508Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2019-10-17T22:37:28.508Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2019-10-17T22:37:28.508Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-10-17T22:37:28.508Z] check_test.go:279: [d03150f9eee07] daemon is not started [2019-10-17T22:37:28.508Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-10-17T22:37:28.508Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-10-17T22:37:28.508Z] check_test.go:279: [d76a189373a41] daemon is not started [2019-10-17T22:37:28.508Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-10-17T22:37:28.508Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-10-17T22:37:28.508Z] check_test.go:279: [dfa9058f75708] daemon is not started [2019-10-17T22:37:28.508Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-10-17T22:37:28.508Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-10-17T22:37:28.508Z] check_test.go:279: [d707a66bfc80f] daemon is not started [2019-10-17T22:37:28.508Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-10-17T22:37:28.508Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-10-17T22:37:28.508Z] check_test.go:279: [deaea9fc27fc7] daemon is not started [2019-10-17T22:37:28.508Z] === RUN TestDockerNetworkSuite [2019-10-17T22:37:28.508Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-17T22:37:31.043Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-17T22:37:31.973Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-17T22:37:32.040Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-17T22:37:32.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-17T22:37:37.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-17T22:37:40.194Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-17T22:37:40.733Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-17T22:37:44.352Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-17T22:37:45.714Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-17T22:37:45.714Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-17T22:37:48.972Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-17T22:37:52.233Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-17T22:37:56.393Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-17T22:37:57.755Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-17T22:37:59.648Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-17T22:38:00.577Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-17T22:38:01.137Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-17T22:38:02.499Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-17T22:38:03.425Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-17T22:38:04.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-10-17T22:38:06.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-17T22:38:06.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-17T22:38:06.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-17T22:38:08.295Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-17T22:38:08.295Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-17T22:38:08.551Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-17T22:38:08.551Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-17T22:38:09.913Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-17T22:38:11.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-17T22:38:11.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-17T22:38:12.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-17T22:38:12.309Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-10-17T22:38:16.456Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-17T22:38:16.470Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-17T22:38:19.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-17T22:38:26.804Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-17T22:38:31.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-17T22:38:36.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-17T22:38:36.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-17T22:38:36.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-17T22:38:36.978Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-17T22:38:41.661Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-17T22:38:42.216Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-17T22:38:46.373Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-17T22:38:46.373Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-17T22:38:47.297Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-17T22:38:50.557Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-17T22:38:50.557Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-17T22:38:51.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-17T22:38:52.041Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-17T22:38:53.402Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-10-17T22:38:55.287Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-17T22:38:58.549Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite (92.72s) [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.67s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dca79611384af] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.24s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [de96d48f968f7] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.17s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dfd61f559497f] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.58s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d6ff84f259b27] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.71s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:1233: [d9dd195a92a2b] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.91s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d430b3c8764b0] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.01s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [de450f92a5bb0] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.68s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d9a425f624872] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.86s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d569be93f2da0] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.94s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d8ddda8d87976] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (1.00s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dc95f94ca7760] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.54s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d95060152ab65] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.74s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dfaeca7ec9be8] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d4c930cb5cdb5] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.25s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dce54672b5851] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.39s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [da1b091271521] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [da3b9b8f24c3b] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d24e2c9633605] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.14s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d4350f8c0a0cc] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.40s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dc41914646278] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.59s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dc514efb0ff6e] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dbbb4844e802c] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.42s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d7a2c14c82a33] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.05s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dfa420fce86e9] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.86s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:968: [d8366be8ba90a] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.50s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d99f0ec3d26cb] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.51s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:1116: [da00dc0481a11] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.17s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d577983bb9a6b] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.68s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [dac7ed234e616] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.12s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d9066463d6cae] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d69a79fc2ce09] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.13s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d57735cf820ce] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [df21471f5de96] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d6a3544fc47fb] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.08s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [db25a1ba8cbc6] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.10s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [db225ae168a54] daemon is not started [2019-10-17T22:39:01.075Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d88a0a1a8924a] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.36s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect" [2019-10-17T22:39:01.075Z] docker_cli_network_unix_test.go:46: [d2e1813ecb89f] daemon is not started [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.53s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart" [2019-10-17T22:39:01.075Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.39s) [2019-10-17T22:39:01.075Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:1084: [d8d25bab5b45f] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [d43b364562e2b] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.29s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [d50bb65d0b16c] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.76s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [d108dd410d31e] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [dc0909e25ee97] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.25s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [d35b9f8c0ee70] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.70s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [d32a2b365c14c] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.47s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [dd99cacf3214f] daemon is not started [2019-10-17T22:39:01.076Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.73s) [2019-10-17T22:39:01.076Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver" [2019-10-17T22:39:01.076Z] docker_cli_network_unix_test.go:46: [d43711918c97b] daemon is not started [2019-10-17T22:39:01.076Z] === RUN TestDockerHubPullSuite [2019-10-17T22:39:01.076Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-17T22:39:02.960Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-10-17T22:39:03.519Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-17T22:39:05.403Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-17T22:39:05.658Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-17T22:39:06.584Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-17T22:39:07.509Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-17T22:39:07.764Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-17T22:39:07.764Z] --- PASS: TestDockerHubPullSuite (6.61s) [2019-10-17T22:39:07.764Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.73s) [2019-10-17T22:39:07.764Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-10-17T22:39:07.764Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.32s) [2019-10-17T22:39:07.764Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.52s) [2019-10-17T22:39:07.764Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.70s) [2019-10-17T22:39:07.764Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.27s) [2019-10-17T22:39:07.764Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2019-10-17T22:39:07.764Z] PASS [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === Skipped [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-17T22:39:07.764Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-17T22:39:07.764Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-17T22:39:07.764Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-17T22:39:07.764Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-10-17T22:39:07.764Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-10-17T22:39:07.764Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-17T22:39:07.764Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-17T22:39:07.764Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-17T22:39:07.764Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2019-10-17T22:39:07.764Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-17T22:39:07.764Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-17T22:39:07.764Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-10-17T22:39:07.764Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-10-17T22:39:07.764Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.764Z] [2019-10-17T22:39:07.764Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-17T22:39:07.765Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2019-10-17T22:39:07.765Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2019-10-17T22:39:07.765Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-17T22:39:07.765Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-17T22:39:07.765Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-17T22:39:07.765Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-17T22:39:07.765Z] docker_cli_sni_test.go:18: Flakey test [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-17T22:39:07.765Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4142: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4161: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4227: unmatched requirement IsolationIsProcess [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4217: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4207: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-17T22:39:07.765Z] docker_cli_run_test.go:4535: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-17T22:39:07.765Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-10-17T22:39:07.765Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-17T22:39:07.765Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-10-17T22:39:07.765Z] docker_cli_network_unix_test.go:46: [d88a0a1a8924a] daemon is not started [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] [2019-10-17T22:39:07.765Z] DONE 1253 tests, 44 skipped in 2023.795s [2019-10-17T22:39:07.765Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-17T22:39:07.765Z] ++++ cat bundles/test-integration/docker.pid [2019-10-17T22:39:07.765Z] +++ kill 7221 [2019-10-17T22:39:13.004Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-10-17T22:39:16.267Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-17T22:39:16.521Z] +++ /etc/init.d/apparmor stop [2019-10-17T22:39:16.521Z] Clearing AppArmor profiles cache:. [2019-10-17T22:39:16.521Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-17T22:39:16.521Z] Unloading profiles will leave already running processes permanently [2019-10-17T22:39:16.521Z] unconfined, which can lead to unexpected situations. [2019-10-17T22:39:16.521Z] [2019-10-17T22:39:16.521Z] To set a process to complain mode, use the command line tool [2019-10-17T22:39:16.521Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-17T22:39:16.521Z] with the 'teardown' option." [2019-10-17T22:39:16.521Z] [2019-10-17T22:39:38.391Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-17T22:39:53.228Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-17T22:39:55.241Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-17T22:39:57.752Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-17T22:40:01.914Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-17T22:40:08.725Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-17T22:40:15.250Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-17T22:40:17.761Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-17T22:40:21.021Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-10-17T22:40:23.216Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-17T22:40:23.217Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-17T22:40:24.295Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-17T22:40:24.760Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-17T22:40:26.810Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-10-17T22:40:27.683Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-17T22:40:30.072Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-10-17T22:40:33.330Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-17T22:40:33.497Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-17T22:40:33.497Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-17T22:40:33.497Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-17T22:40:33.497Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-17T22:40:33.497Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-17T22:40:33.497Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-17T22:40:36.471Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-17T22:40:36.471Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-17T22:40:36.934Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-17T22:40:36.934Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-17T22:40:37.908Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-17T22:40:42.822Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-17T22:41:03.955Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-17T22:41:03.955Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-17T22:41:03.955Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-17T22:41:03.955Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-17T22:41:03.955Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-17T22:41:03.955Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-17T22:41:03.955Z] === RUN TestDockerSuite/TestBuildFails [2019-10-17T22:41:04.415Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-17T22:41:04.415Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-17T22:41:09.142Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-17T22:41:14.952Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-17T22:41:20.771Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-17T22:41:29.477Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-17T22:41:33.176Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-17T22:41:33.176Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-17T22:41:38.995Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-17T22:41:38.995Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-17T22:41:39.457Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-17T22:41:39.919Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-17T22:41:39.919Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-17T22:41:44.300Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-17T22:41:50.262Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-17T22:41:50.262Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-17T22:42:00.587Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-17T22:42:01.043Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite (1793.75s) [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.20s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.67s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.03s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.16s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.03s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.50s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-17T22:42:02.343Z] check_test.go:358: [db76425c6f50c] joining swarm manager [d87b126404008]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-17T22:42:02.343Z] check_test.go:358: [d5e44e4f79afd] joining swarm manager [d87b126404008]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] check_test.go:379: [db76425c6f50c] daemon is not started [2019-10-17T22:42:02.343Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-10-17T22:42:02.343Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.75s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-17T22:42:02.343Z] check_test.go:358: [d2846ffd11d60] joining swarm manager [db807be1fed4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.96s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.69s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.04s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-17T22:42:02.343Z] check_test.go:358: [d56be783cc0d4] joining swarm manager [d9764c290d877]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-17T22:42:02.343Z] check_test.go:358: [d98422e19ce0e] joining swarm manager [d9764c290d877]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-17T22:42:02.343Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.79s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-17T22:42:02.343Z] check_test.go:358: [d6edcd393c7c9] joining swarm manager [d9093afc71390]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-17T22:42:02.343Z] check_test.go:358: [db60c0eee863b] joining swarm manager [d9093afc71390]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.31s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.56s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.07s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-17T22:42:02.343Z] check_test.go:358: [ddfd126775325] joining swarm manager [d1ac8f1f96779]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-17T22:42:02.343Z] check_test.go:358: [de379b2939268] joining swarm manager [d1ac8f1f96779]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (54.04s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-17T22:42:02.343Z] check_test.go:358: [d97db95d5e59d] joining swarm manager [dfdbb82c77459]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-17T22:42:02.343Z] check_test.go:358: [dc3cb19b42605] joining swarm manager [dfdbb82c77459]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.11s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-17T22:42:02.343Z] check_test.go:358: [d61c96a9c7168] joining swarm manager [d0391ee506e9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.83s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-17T22:42:02.343Z] check_test.go:358: [d0b4e66e60adf] joining swarm manager [d37ac9ef43bca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-17T22:42:02.343Z] check_test.go:358: [dd18d15acd903] joining swarm manager [d37ac9ef43bca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.52s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.04s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-17T22:42:02.343Z] check_test.go:358: [d08fbbd41ff02] joining swarm manager [d9ba79fb659b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.75s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-17T22:42:02.343Z] check_test.go:358: [de7e8fd980060] joining swarm manager [d4aea4a37f2a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-17T22:42:02.343Z] check_test.go:358: [d68e8fd21eee5] joining swarm manager [d4aea4a37f2a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] check_test.go:379: [d68e8fd21eee5] daemon is not started [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (60.86s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-17T22:42:02.343Z] check_test.go:358: [db0058cf36354] joining swarm manager [d9ae6b381352b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-17T22:42:02.343Z] check_test.go:358: [da8f7361fed7d] joining swarm manager [d9ae6b381352b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-17T22:42:02.343Z] check_test.go:358: [db56b2433f9df] joining swarm manager [d9ae6b381352b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-17T22:42:02.343Z] check_test.go:358: [d42d9b0cb11e0] joining swarm manager [d9ae6b381352b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-17T22:42:02.343Z] check_test.go:358: [d9bea5633acd4] joining swarm manager [d9ae6b381352b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.03s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-10-17T22:42:02.343Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.77s) [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-17T22:42:02.343Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-17T22:42:02.343Z] check_test.go:358: [d12ec6f70961e] joining swarm manager [d46b7238fb38c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-17T22:42:02.344Z] check_test.go:358: [df500b675f168] joining swarm manager [d46b7238fb38c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.26s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-17T22:42:02.344Z] check_test.go:358: [dcbe74feaf284] joining swarm manager [dbd8a28153039]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-17T22:42:02.344Z] check_test.go:358: [d4c4e7d3a98a5] joining swarm manager [dbd8a28153039]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.36s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-17T22:42:02.344Z] check_test.go:358: [de0a394d42a03] joining swarm manager [de768ff9e2903]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-17T22:42:02.344Z] check_test.go:358: [d455d7f03e542] joining swarm manager [de768ff9e2903]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.00s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.92s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-17T22:42:02.344Z] check_test.go:358: [d99be0b381c29] joining swarm manager [d3c594af41c23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-17T22:42:02.344Z] check_test.go:358: [decdc6ee3d8fb] joining swarm manager [d3c594af41c23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-17T22:42:02.344Z] check_test.go:358: [d1639880c21fd] joining swarm manager [d3c594af41c23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-17T22:42:02.344Z] check_test.go:358: [dfdb71f8bff0f] joining swarm manager [d3c594af41c23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.18s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.12s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-17T22:42:02.344Z] check_test.go:358: [dd3ac1ee0b02f] joining swarm manager [d0ca92c8fae3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-17T22:42:02.344Z] check_test.go:358: [d0d5f9092727a] joining swarm manager [d0ca92c8fae3b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.26s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-17T22:42:02.344Z] check_test.go:358: [d49dee3f0feba] joining swarm manager [d68764d5658a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-17T22:42:02.344Z] check_test.go:358: [d9d38480b786c] joining swarm manager [d68764d5658a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] check_test.go:379: [d49dee3f0feba] daemon is not started [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.79s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-17T22:42:02.344Z] check_test.go:358: [d13893e0b5069] joining swarm manager [d824868ba814a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-17T22:42:02.344Z] check_test.go:358: [d3404c532f346] joining swarm manager [d824868ba814a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.37s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-17T22:42:02.344Z] check_test.go:358: [d20484f3d1918] joining swarm manager [d367b9d510489]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-17T22:42:02.344Z] check_test.go:358: [dbdb596eb5b43] joining swarm manager [d367b9d510489]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.62s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.27s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.88s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.33s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.04s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.08s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.09s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.75s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.89s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.35s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.62s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (6.31s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.28s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.10s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.65s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.94s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.66s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.45s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.19s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.96s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.79s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.64s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.21s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.68s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-10-17T22:42:02.344Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.m989wc385u1j@03d27ab4b95d | hello1\n" [2019-10-17T22:42:02.344Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.ix3osn7l1oct@03d27ab4b95d | hello2\n" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.28s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.88s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.37s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.92s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.02s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.30s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.31s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.43s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-10-17T22:42:02.344Z] docker_cli_service_logs_test.go:242: checking task xud2gjmn4503 [2019-10-17T22:42:02.344Z] docker_cli_service_logs_test.go:247: checking messages for xud2gjmn4503 [2019-10-17T22:42:02.344Z] docker_cli_service_logs_test.go:242: checking task cer1rqg8u1do [2019-10-17T22:42:02.344Z] docker_cli_service_logs_test.go:247: checking messages for cer1rqg8u1do [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.52s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.88s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.16s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.08s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-10-17T22:42:02.344Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.89s) [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-17T22:42:02.344Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-17T22:42:02.344Z] check_test.go:358: [ddf49067fbf00] joining swarm manager [db0c6754fd830]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-17T22:42:02.345Z] check_test.go:358: [d3783fc9f2da4] joining swarm manager [db0c6754fd830]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.14s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.84s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.82s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.23s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-17T22:42:02.345Z] check_test.go:358: [d4e79d4432128] joining swarm manager [d3669a0d15b03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-17T22:42:02.345Z] check_test.go:358: [d080e65ba6364] joining swarm manager [d3669a0d15b03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.48s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (149.11s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-17T22:42:02.345Z] check_test.go:358: [d57eef8e1085b] joining swarm manager [dc17abc1dd645]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-17T22:42:02.345Z] check_test.go:358: [dc597c575aa73] joining swarm manager [dc17abc1dd645]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.71s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (14.59s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.54s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.97s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.15s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.14s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.53s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-10-17T22:42:02.345Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.26s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.98s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.09s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.94s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.69s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-17T22:42:02.345Z] check_test.go:358: [d4861859bac8f] joining swarm manager [d099886c68ef7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-17T22:42:02.345Z] check_test.go:358: [d988373a4e3ec] joining swarm manager [d099886c68ef7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.76s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.89s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (132.76s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-17T22:42:02.345Z] check_test.go:358: [dbee96cca3cbb] joining swarm manager [df6cb90af6bbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-17T22:42:02.345Z] check_test.go:358: [d7e99817153e6] joining swarm manager [df6cb90af6bbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-17T22:42:02.345Z] check_test.go:358: [d2992f645e6e5] joining swarm manager [df6cb90af6bbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.79s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-17T22:42:02.345Z] check_test.go:358: [d4c8ea6e8d6da] joining swarm manager [ddcb8ed4ab008]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-17T22:42:02.345Z] check_test.go:358: [d34ae27e3e1ff] joining swarm manager [ddcb8ed4ab008]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.31s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1527: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-17T22:42:02.345Z] docker_cli_swarm_test.go:1534: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.71s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.96s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.84s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.39s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-17T22:42:02.345Z] check_test.go:358: [dfbc5f0a21c6f] joining swarm manager [d50588a96acee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.42s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.17s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.14s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.65s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.63s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.18s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-17T22:42:02.345Z] check_test.go:358: [d9932a19efa82] joining swarm manager [da9019a8eea3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.70s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.14s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.83s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.61s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.39s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.31s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.18s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.09s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.32s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.16s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.84s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.05s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.35s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.96s) [2019-10-17T22:42:02.345Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-10-17T22:42:02.345Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.98s) [2019-10-17T22:42:02.346Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-10-17T22:42:02.346Z] === RUN TestDockerExternalVolumeSuite [2019-10-17T22:42:02.346Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-17T22:42:03.212Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-17T22:42:03.212Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-17T22:42:03.669Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-17T22:42:04.125Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-17T22:42:08.800Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-17T22:42:09.257Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-17T22:42:10.220Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-17T22:42:11.184Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-17T22:42:11.690Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-17T22:42:12.656Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-17T22:42:13.620Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-17T22:42:17.169Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-17T22:42:19.401Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-17T22:42:19.401Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-17T22:42:19.401Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-17T22:42:19.401Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-17T22:42:19.401Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-17T22:42:19.401Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-17T22:42:19.401Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-17T22:42:19.858Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-17T22:42:20.826Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-17T22:42:26.629Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-17T22:42:41.658Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-17T22:42:41.658Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-17T22:42:42.620Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-17T22:43:18.263Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-17T22:43:24.781Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-17T22:43:34.709Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-17T22:43:39.319Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-17T22:43:43.037Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-17T22:43:48.808Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-17T22:43:53.617Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-17T22:44:06.741Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-17T22:44:11.278Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-17T22:44:11.278Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-17T22:44:18.330Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-17T22:44:18.330Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-17T22:44:18.330Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-17T22:44:18.330Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-17T22:44:21.421Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-17T22:44:21.562Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-17T22:44:26.090Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-17T22:44:33.140Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-17T22:44:33.140Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-17T22:44:33.140Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-17T22:44:35.309Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-17T22:44:36.272Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-17T22:44:37.813Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-17T22:44:48.109Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-17T22:44:48.565Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-17T22:44:53.564Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-17T22:44:58.859Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-17T22:45:01.028Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-17T22:45:05.714Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-17T22:45:11.325Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-17T22:45:15.043Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-17T22:45:20.817Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-17T22:45:21.273Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-17T22:45:21.273Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-17T22:45:21.273Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-17T22:45:23.440Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-17T22:45:23.440Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-17T22:45:37.751Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-17T22:45:55.889Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-17T22:46:05.916Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-17T22:46:10.711Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-17T22:46:48.590Z] === RUN TestDockerSuite/TestBuildRm [2019-10-17T22:46:57.133Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-17T22:46:57.319Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-17T22:47:00.023Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-17T22:47:00.023Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-17T22:47:00.023Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-17T22:47:01.557Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-17T22:47:05.406Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-17T22:47:09.130Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-17T22:47:13.829Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-17T22:47:15.369Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-17T22:47:38.961Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-17T22:47:39.419Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-17T22:47:39.878Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-17T22:47:47.374Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-17T22:47:52.258Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-17T22:47:52.715Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-17T22:47:58.500Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-17T22:47:58.500Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-17T22:48:03.179Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-17T22:48:19.371Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-17T22:48:24.251Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-17T22:48:24.251Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-17T22:48:27.150Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-17T22:48:28.689Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-17T22:48:33.368Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-17T22:48:34.192Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-17T22:48:39.147Z] === RUN TestDockerSuite/TestBuildUser [2019-10-17T22:48:39.147Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-17T22:48:39.147Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-17T22:48:39.147Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-17T22:48:43.824Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-17T22:48:44.282Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-17T22:48:46.461Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-17T22:48:46.461Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-17T22:48:46.461Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-17T22:48:52.263Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-17T22:49:10.284Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-17T22:49:11.574Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-17T22:49:11.574Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite (441.26s) [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (16.00s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-10-17T22:49:22.434Z] docker_cli_external_volume_driver_test.go:53: [d85a3aa54b5b3] daemon is not started [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.66s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-10-17T22:49:22.434Z] docker_cli_external_volume_driver_test.go:53: [d9f411cb2df12] daemon is not started [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-10-17T22:49:22.434Z] docker_cli_external_volume_driver_test.go:53: [dcedc8e3264e2] daemon is not started [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-10-17T22:49:22.434Z] docker_cli_external_volume_driver_test.go:53: [d19e4bdc052d7] daemon is not started [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.60s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.56s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.63s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.74s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.99s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.57s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.38s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.36s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-10-17T22:49:22.434Z] docker_cli_external_volume_driver_test.go:485: [d125ab0b11871] daemon is not started [2019-10-17T22:49:22.434Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-10-17T22:49:22.434Z] docker_cli_external_volume_driver_test.go:53: [dd0220510b0a3] daemon is not started [2019-10-17T22:49:22.434Z] PASS [2019-10-17T22:49:22.434Z] [2019-10-17T22:49:22.434Z] === Skipped [2019-10-17T22:49:22.434Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-17T22:49:22.434Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-17T22:49:22.434Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-10-17T22:49:22.434Z] check_test.go:309: [dd9d480000a08] daemon is not started [2019-10-17T22:49:22.434Z] [2019-10-17T22:49:22.434Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-17T22:49:22.434Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-17T22:49:22.434Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-10-17T22:49:22.434Z] check_test.go:309: [de551e61e8c90] daemon is not started [2019-10-17T22:49:22.434Z] [2019-10-17T22:49:22.434Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-10-17T22:49:22.434Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-10-17T22:49:22.434Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-17T22:49:22.434Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-10-17T22:49:22.434Z] check_test.go:309: [da6f6bc7188a2] daemon is not started [2019-10-17T22:49:22.434Z] [2019-10-17T22:49:22.435Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-17T22:49:22.435Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-17T22:49:22.435Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-17T22:49:22.435Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-10-17T22:49:22.435Z] check_test.go:309: [d780cf2adfeb5] daemon is not started [2019-10-17T22:49:22.435Z] [2019-10-17T22:49:22.435Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-10-17T22:49:22.435Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-10-17T22:49:22.435Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-17T22:49:22.435Z] [2019-10-17T22:49:22.435Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-17T22:49:22.435Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-17T22:49:22.435Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-10-17T22:49:22.435Z] [2019-10-17T22:49:22.435Z] [2019-10-17T22:49:22.435Z] DONE 270 tests, 6 skipped in 2638.180s [2019-10-17T22:49:22.435Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-17T22:49:22.689Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9b43612e87f2/docker.pid [2019-10-17T22:49:22.689Z] +++ kill 5196 [2019-10-17T22:49:22.689Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5196 is not a child of this shell [2019-10-17T22:49:22.689Z] warning: PID 5196 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9b43612e87f2/docker.pid had a nonzero exit code [2019-10-17T22:49:22.944Z] ++++ cat bundles/test-integration/docker.pid [2019-10-17T22:49:22.944Z] +++ kill 7227 [2019-10-17T22:49:23.868Z] +++ /etc/init.d/apparmor stop [2019-10-17T22:49:23.868Z] Clearing AppArmor profiles cache:. [2019-10-17T22:49:23.868Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-17T22:49:23.868Z] Unloading profiles will leave already running processes permanently [2019-10-17T22:49:23.868Z] unconfined, which can lead to unexpected situations. [2019-10-17T22:49:23.868Z] [2019-10-17T22:49:23.868Z] To set a process to complain mode, use the command line tool [2019-10-17T22:49:23.868Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-17T22:49:23.868Z] with the 'teardown' option." [2019-10-17T22:49:23.868Z] [2019-10-17T22:49:24.427Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-10-17T22:49:24.437Z] Recording test results [2019-10-17T22:49:26.366Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-17T22:49:27.120Z] + echo Ensuring container killed. [2019-10-17T22:49:27.120Z] Ensuring container killed. [2019-10-17T22:49:27.120Z] + docker ps -aq -f name=docker-pr5-* [2019-10-17T22:49:27.120Z] + cids=e0ec217ea173 [2019-10-17T22:49:27.120Z] 03d27ab4b95d [2019-10-17T22:49:27.120Z] ec9f05b2e984 [2019-10-17T22:49:27.120Z] + [ -n e0ec217ea173 [2019-10-17T22:49:27.120Z] 03d27ab4b95d [2019-10-17T22:49:27.120Z] ec9f05b2e984 ] [2019-10-17T22:49:27.120Z] + docker rm -vf e0ec217ea173 03d27ab4b95d ec9f05b2e984 [2019-10-17T22:49:30.379Z] e0ec217ea173 [2019-10-17T22:49:30.379Z] 03d27ab4b95d [2019-10-17T22:49:30.379Z] ec9f05b2e984 [Pipeline] sh [2019-10-17T22:49:30.659Z] + echo Chowning /workspace to jenkins user [2019-10-17T22:49:30.659Z] Chowning /workspace to jenkins user [2019-10-17T22:49:30.659Z] + id -u [2019-10-17T22:49:30.659Z] + id -g [2019-10-17T22:49:30.659Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40082:/workspace busybox chown -R 1000:1000 /workspace [2019-10-17T22:49:30.659Z] Unable to find image 'busybox:latest' locally [2019-10-17T22:49:30.659Z] latest: Pulling from library/busybox [2019-10-17T22:49:30.659Z] 7c9d20b9b6cd: Pulling fs layer [2019-10-17T22:49:30.914Z] 7c9d20b9b6cd: Download complete [2019-10-17T22:49:30.914Z] 7c9d20b9b6cd: Pull complete [2019-10-17T22:49:30.914Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-17T22:49:30.914Z] Status: Downloaded newer image for busybox:latest [2019-10-17T22:49:31.049Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-17T22:49:31.049Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-17T22:49:31.049Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-17T22:49:33.947Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-17T22:49:33.947Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-17T22:49:35.495Z] + bundleName=amd64 [2019-10-17T22:49:35.495Z] + echo Creating amd64-bundles.tar.gz [2019-10-17T22:49:35.495Z] Creating amd64-bundles.tar.gz [2019-10-17T22:49:35.495Z] + xargs tar -czf amd64-bundles.tar.gz [2019-10-17T22:49:35.495Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-10-17T22:49:36.427Z] Archiving artifacts [2019-10-17T22:49:38.016Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40082/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-17T22:49:38.361Z] + make clean [2019-10-17T22:49:38.676Z] docker volume rm -f docker-dev-cache [2019-10-17T22:49:38.676Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-17T22:49:46.316Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-17T22:49:51.000Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-17T22:49:51.458Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-17T22:50:16.587Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-17T22:50:16.587Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-17T22:50:16.587Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-17T22:50:16.587Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-17T22:50:17.044Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-17T22:50:25.601Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-17T22:50:27.775Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-17T22:50:27.775Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-17T22:50:27.775Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-17T22:50:27.775Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-17T22:50:29.947Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-17T22:50:34.632Z] === RUN TestDockerSuite/TestCommitChange [2019-10-17T22:50:40.605Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-17T22:50:44.332Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-17T22:50:44.332Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-17T22:50:51.394Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-17T22:50:51.394Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-17T22:51:03.753Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-17T22:51:07.482Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-17T22:51:19.840Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-17T22:51:25.720Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-17T22:51:25.720Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-17T22:51:27.893Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-17T22:51:27.893Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-17T22:51:27.893Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-17T22:51:27.893Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-17T22:51:30.064Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-17T22:51:30.064Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-17T22:51:30.064Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-17T22:51:32.973Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-17T22:51:32.973Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-17T22:51:32.973Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-17T22:51:32.973Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-17T22:51:32.973Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-17T22:51:35.146Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-17T22:51:37.330Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-17T22:51:39.504Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-17T22:51:39.504Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-17T22:51:39.504Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-17T22:51:41.680Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-17T22:51:41.680Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-17T22:51:43.213Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-17T22:51:43.213Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-17T22:51:43.671Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-17T22:51:50.728Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-17T22:51:50.728Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-17T22:51:52.259Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-17T22:51:52.259Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-17T22:51:54.432Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-17T22:51:54.890Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-17T22:51:57.063Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-17T22:52:00.793Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-17T22:52:04.602Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-17T22:52:04.602Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-17T22:52:04.602Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-17T22:52:04.602Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-17T22:52:04.602Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-17T22:52:06.137Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-17T22:52:06.137Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-17T22:52:13.197Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-17T22:52:13.197Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-17T22:52:15.427Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-17T22:52:15.428Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-17T22:52:20.105Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-17T22:52:21.638Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-17T22:52:21.638Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-17T22:52:21.638Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-17T22:52:21.638Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-17T22:52:21.638Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-17T22:52:21.638Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-17T22:52:23.170Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-17T22:52:40.832Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-17T22:52:41.804Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-17T22:52:41.804Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-17T22:52:41.804Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-17T22:52:41.804Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-17T22:52:41.804Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-17T22:52:41.804Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-17T22:52:41.804Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-17T22:52:42.265Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-17T22:52:42.265Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-17T22:52:42.265Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-17T22:52:42.265Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-17T22:52:42.266Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-17T22:52:42.266Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-17T22:52:42.266Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-17T22:52:44.451Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-17T22:52:44.451Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-17T22:52:44.451Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-17T22:52:46.636Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-17T22:52:46.636Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-17T22:52:46.636Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-17T22:52:46.636Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-17T22:52:51.336Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-17T22:52:58.424Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-17T22:52:58.424Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-17T22:52:58.424Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-17T22:53:07.008Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-17T22:53:07.008Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-17T22:53:07.008Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-17T22:53:17.351Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-17T22:53:17.351Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-17T22:53:17.351Z] === RUN TestDockerSuite/TestCpToDot [2019-10-17T22:53:23.155Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-17T22:53:23.155Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-17T22:53:23.155Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-17T22:53:25.341Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-17T22:53:25.341Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-17T22:53:25.341Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-17T22:53:25.341Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-17T22:53:25.341Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-17T22:53:25.341Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-17T22:53:25.341Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-17T22:53:27.525Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-17T22:53:29.811Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-17T22:53:29.811Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-17T22:53:29.811Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-17T22:53:31.996Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-17T22:53:32.457Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-17T22:53:32.457Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-17T22:53:32.457Z] === RUN TestDockerSuite/TestCreateRM [2019-10-17T22:53:32.917Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-17T22:53:32.917Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-17T22:53:32.917Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-17T22:53:33.378Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-17T22:53:41.969Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-17T22:53:41.969Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-17T22:53:41.969Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-17T22:53:46.670Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-17T22:53:46.670Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-17T22:53:46.670Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-17T22:53:48.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-17T22:53:48.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDockerFails [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-17T22:53:48.672Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-17T22:53:51.585Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-17T22:53:53.126Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-17T22:53:56.041Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-17T22:54:08.442Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-17T22:54:14.252Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-17T22:54:18.986Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-17T22:54:21.170Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-17T22:54:21.631Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-17T22:54:25.375Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-17T22:54:26.346Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-17T22:54:27.317Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-17T22:54:32.144Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-17T22:54:35.893Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-17T22:54:35.893Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-17T22:54:35.893Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-17T22:54:35.893Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-17T22:54:35.893Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-17T22:54:35.893Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-17T22:54:37.437Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-17T22:54:37.437Z] === RUN TestDockerSuite/TestEventsRename [2019-10-17T22:54:39.634Z] === RUN TestDockerSuite/TestEventsResize [2019-10-17T22:54:42.550Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-17T22:54:44.119Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-17T22:54:47.037Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-17T22:54:51.963Z] === RUN TestDockerSuite/TestEventsTop [2019-10-17T22:54:51.963Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-17T22:54:54.877Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-17T22:54:58.620Z] === RUN TestDockerSuite/TestExec [2019-10-17T22:54:58.620Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-17T22:54:58.620Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-17T22:55:00.160Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-17T22:55:01.711Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-17T22:55:01.711Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-17T22:55:01.711Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-17T22:55:01.711Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-17T22:55:03.896Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-17T22:55:06.083Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-17T22:55:08.267Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-17T22:55:09.811Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-17T22:55:14.513Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-17T22:55:14.513Z] === RUN TestDockerSuite/TestExecEnv [2019-10-17T22:55:14.513Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-17T22:55:14.513Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-17T22:55:16.698Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-17T22:55:21.400Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-17T22:55:21.400Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-17T22:55:21.400Z] === RUN TestDockerSuite/TestExecParseError [2019-10-17T22:55:21.400Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-17T22:55:21.400Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-17T22:55:21.400Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-17T22:55:23.587Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-17T22:55:23.587Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-17T22:55:23.587Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-17T22:55:23.587Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-17T22:55:23.587Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-17T22:55:23.587Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-17T22:55:25.771Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-17T22:55:25.771Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-17T22:55:34.471Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-17T22:55:34.471Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-17T22:55:34.471Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-17T22:55:34.471Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-17T22:55:39.177Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-17T22:55:46.266Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-17T22:55:48.450Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-17T22:55:54.254Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-17T22:55:54.254Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-17T22:55:54.254Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-17T22:55:54.254Z] === RUN TestDockerSuite/TestHealth [2019-10-17T22:55:54.254Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-17T22:55:54.715Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-17T22:55:54.715Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-17T22:55:54.715Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-17T22:55:59.415Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-17T22:55:59.415Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-17T22:55:59.415Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-17T22:55:59.415Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-17T22:55:59.415Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-17T22:55:59.875Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-17T22:56:00.337Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-17T22:56:00.337Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-17T22:56:01.308Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-17T22:56:01.770Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-17T22:56:03.314Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-17T22:56:03.314Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-17T22:56:05.499Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-17T22:56:07.803Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-17T22:56:07.803Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-17T22:56:07.803Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-17T22:56:11.545Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-17T22:56:12.007Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestImportFile [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-17T22:56:14.190Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-17T22:56:14.650Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-17T22:56:14.650Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-17T22:56:14.650Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-17T22:56:14.650Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-17T22:56:14.650Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-17T22:56:14.650Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-17T22:56:15.110Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-17T22:56:15.110Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-17T22:56:15.110Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-17T22:56:15.110Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-17T22:56:15.110Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-17T22:56:17.294Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-17T22:56:19.478Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-17T22:56:19.478Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-17T22:56:19.478Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-17T22:56:19.478Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-17T22:56:19.478Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-17T22:56:21.670Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-17T22:56:22.130Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-17T22:56:24.324Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-17T22:56:24.324Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-17T22:56:24.324Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-17T22:56:24.324Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-17T22:56:26.507Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-17T22:56:31.208Z] === RUN TestDockerSuite/TestInspectImage [2019-10-17T22:56:31.208Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-17T22:56:31.208Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-17T22:56:31.208Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-17T22:56:33.392Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-17T22:56:35.579Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-17T22:56:35.579Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-17T22:56:37.764Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-17T22:56:40.095Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-17T22:56:40.095Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-17T22:56:40.095Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-17T22:56:41.638Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-17T22:56:44.555Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-17T22:56:48.303Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-17T22:56:50.493Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-17T22:56:52.929Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-17T22:56:54.477Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-17T22:56:56.670Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-17T22:56:58.218Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-17T22:57:00.412Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-17T22:57:00.875Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-17T22:57:03.069Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-17T22:57:04.618Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-17T22:57:10.441Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-17T22:57:12.633Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-17T22:57:12.633Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-17T22:57:14.825Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-17T22:57:14.825Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-17T22:57:21.936Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-17T22:57:30.695Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-17T22:57:36.521Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-17T22:57:38.716Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-17T22:57:41.640Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-17T22:57:41.640Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-17T22:57:43.188Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-17T22:57:45.384Z] === RUN TestDockerSuite/TestLogsSince [2019-10-17T22:57:55.795Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-17T22:57:55.795Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-17T22:57:55.795Z] === RUN TestDockerSuite/TestLogsTail [2019-10-17T22:57:56.771Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-17T22:57:59.698Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestNetHostname [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginActive [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-17T22:58:01.451Z] === RUN TestDockerSuite/TestPortList [2019-10-17T22:58:01.915Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-17T22:58:05.672Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-17T22:58:05.672Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-17T22:58:05.672Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-17T22:58:05.672Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-17T22:58:05.672Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-17T22:58:05.672Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-17T22:58:05.672Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-17T22:58:06.135Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-17T22:58:06.135Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-17T22:58:06.135Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-17T22:58:09.894Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-17T22:58:09.894Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-17T22:58:18.506Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-17T22:58:18.506Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-17T22:58:27.208Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-17T22:58:44.944Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-17T22:58:44.944Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-17T22:58:44.944Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-17T22:58:57.372Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-17T22:59:00.297Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-17T22:59:07.417Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-17T22:59:16.090Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-17T22:59:16.090Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-17T22:59:16.090Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-17T22:59:20.810Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-17T22:59:20.810Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-17T22:59:20.810Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-17T22:59:20.810Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-17T22:59:20.810Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-17T22:59:27.933Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-17T22:59:27.933Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-17T22:59:28.907Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-17T22:59:28.907Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-17T22:59:30.454Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-17T22:59:31.430Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-17T22:59:31.430Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-17T22:59:36.150Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-17T22:59:39.909Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-17T22:59:42.110Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-17T23:00:03.298Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-17T23:00:03.298Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-17T23:00:08.018Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-17T23:00:08.018Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-17T23:00:08.018Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-17T23:00:08.484Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-17T23:00:13.207Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-17T23:00:23.570Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-17T23:00:23.570Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-17T23:00:26.495Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-17T23:00:26.495Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-17T23:00:26.958Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-17T23:00:41.824Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-17T23:00:44.020Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-17T23:00:44.483Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-17T23:00:51.597Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-17T23:00:57.429Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-17T23:01:09.866Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-17T23:01:14.675Z] === RUN TestDockerSuite/TestRmiTag [2019-10-17T23:01:14.675Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-17T23:01:21.787Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-17T23:01:39.540Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-17T23:01:41.737Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-17T23:01:46.452Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-17T23:01:48.004Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-17T23:01:50.195Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-17T23:01:50.195Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-17T23:01:50.195Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-17T23:01:53.957Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-17T23:01:56.880Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-17T23:01:59.079Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-17T23:02:01.281Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-17T23:02:03.475Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-17T23:02:03.475Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-17T23:02:13.799Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-17T23:02:15.330Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-17T23:02:15.330Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-17T23:02:18.225Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-17T23:02:18.225Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-17T23:02:18.225Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-17T23:02:20.399Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-17T23:02:22.569Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-17T23:02:25.464Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-17T23:02:26.995Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-17T23:02:26.995Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-17T23:02:27.453Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-17T23:02:27.453Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-17T23:02:29.625Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-17T23:02:29.625Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-17T23:02:29.625Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-17T23:02:29.625Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-17T23:02:29.625Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-17T23:02:31.797Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-17T23:02:44.157Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-17T23:02:44.157Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-17T23:02:44.157Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-17T23:02:44.157Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-17T23:02:44.157Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-17T23:02:44.157Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-17T23:02:44.157Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-17T23:02:46.330Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-17T23:02:46.330Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-17T23:02:46.330Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-17T23:02:46.330Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-17T23:02:48.501Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-17T23:02:50.676Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-17T23:02:50.676Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-17T23:02:52.208Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-17T23:02:52.208Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-17T23:02:52.208Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-17T23:02:52.208Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-17T23:02:55.112Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-17T23:02:59.883Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-17T23:03:02.058Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-17T23:03:09.119Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-17T23:03:19.602Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-17T23:03:19.602Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-17T23:03:19.602Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-17T23:03:19.602Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-17T23:03:19.602Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-17T23:03:19.602Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-17T23:03:19.602Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-17T23:03:28.215Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-17T23:03:28.215Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunMount [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-17T23:03:29.180Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-17T23:03:36.241Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-17T23:03:36.241Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-17T23:03:36.241Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-17T23:03:36.241Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-17T23:03:40.916Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-17T23:03:44.640Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-17T23:03:45.097Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-17T23:03:46.062Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-17T23:03:48.232Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-17T23:03:50.405Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-17T23:03:51.369Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-17T23:03:53.542Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-17T23:03:57.269Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-17T23:03:57.269Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-17T23:03:57.269Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-17T23:03:57.269Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-17T23:03:57.269Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-17T23:03:57.269Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-17T23:04:09.666Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-17T23:04:09.666Z] === RUN TestDockerSuite/TestRunRm [2019-10-17T23:04:11.843Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-17T23:04:17.619Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-17T23:04:19.788Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-17T23:04:21.319Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-17T23:04:23.491Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-17T23:04:25.662Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-17T23:04:25.662Z] === RUN TestDockerSuite/TestRunState [2019-10-17T23:04:25.662Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-17T23:04:27.832Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-17T23:04:27.832Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-17T23:04:30.004Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-17T23:04:30.004Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-17T23:04:30.004Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-17T23:04:30.004Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-17T23:04:30.462Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-17T23:04:30.462Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-17T23:04:35.138Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-17T23:04:37.308Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-17T23:04:37.308Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-17T23:04:39.478Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-17T23:04:39.478Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-17T23:04:39.478Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-17T23:04:42.372Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-17T23:04:48.157Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-17T23:04:52.832Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-17T23:04:58.747Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-17T23:04:58.747Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-17T23:04:58.747Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-17T23:04:58.747Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-17T23:04:58.747Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-17T23:05:00.928Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-17T23:05:03.101Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-17T23:05:05.275Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-17T23:05:09.053Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-17T23:05:11.224Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-17T23:05:12.753Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-17T23:05:17.431Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-17T23:05:19.601Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-17T23:05:20.058Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-17T23:05:20.058Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-17T23:05:20.516Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-17T23:05:22.047Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-17T23:05:29.099Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-17T23:05:29.099Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-17T23:05:36.282Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-17T23:05:36.282Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-17T23:05:51.072Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-17T23:05:51.072Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-17T23:05:51.072Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-17T23:05:51.072Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-17T23:05:51.072Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-17T23:05:55.757Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-17T23:05:55.757Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-17T23:05:55.757Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-17T23:05:55.757Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-17T23:05:55.757Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-17T23:05:55.757Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-17T23:05:55.757Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-17T23:05:57.384Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-17T23:05:59.558Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-17T23:05:59.558Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-17T23:06:01.730Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-17T23:06:01.730Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-17T23:06:01.730Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-17T23:06:01.730Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-17T23:06:01.730Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-17T23:06:01.730Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-17T23:06:01.730Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-17T23:06:19.391Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-17T23:06:19.391Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-17T23:06:19.391Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-17T23:06:19.391Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-17T23:06:19.391Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-17T23:06:19.391Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-17T23:06:19.391Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-17T23:06:20.922Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-17T23:06:20.922Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-17T23:06:23.832Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-17T23:06:24.290Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-17T23:06:24.748Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-17T23:06:24.748Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-17T23:06:24.748Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-17T23:06:33.304Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-17T23:06:33.304Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-17T23:06:33.304Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-17T23:06:33.304Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-17T23:06:33.304Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-17T23:06:40.366Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-17T23:06:40.366Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-17T23:06:40.366Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-17T23:06:48.932Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-17T23:06:48.932Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite (2587.64s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-17T23:06:49.902Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.67s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.61s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (146.30s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.25s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-10-17T23:06:49.902Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-17T23:06:49.902Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.06s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2019-10-17T23:06:49.902Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-10-17T23:06:49.902Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.98s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.04s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.06s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.73s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (114.49s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s) [2019-10-17T23:06:49.902Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.94s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.38s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.89s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.32s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.52s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.43s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.93s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.88s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.16s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.42s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.85s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.50s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddTar (53.15s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.18s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.63s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.41s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.25s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.94s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.60s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.37s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.23s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.88s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (42.72s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.86s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.36s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.76s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.31s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-10-17T23:06:49.902Z] docker_api_build_test.go:407: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.32s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.87s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.12s) [2019-10-17T23:06:49.902Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.02s) [2019-10-17T23:06:49.902Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2019-10-17T23:06:49.902Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.17s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildContChar (13.55s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.99s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.83s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.60s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.58s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.50s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.60s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.37s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.66s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.50s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.30s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.94s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.80s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.90s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.69s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.74s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.45s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignore (53.99s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.98s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.46s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (68.04s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.75s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.87s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.70s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (15.99s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.42s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.23s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.48s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.74s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (95.18s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.50s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.38s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.54s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.01s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.89s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.93s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.00s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.35s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.90s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.16s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.59s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.61s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFails (2.07s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.98s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.00s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.58s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.75s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.42s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.70s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.16s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildHistory (10.89s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.90s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.01s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.67s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLabel (0.86s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.88s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.57s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLabels (0.90s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.44s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.05s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.68s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.28s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.72s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.10s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (35.70s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.03s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.09s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.61s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.32s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.73s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.48s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.52s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.67s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (6.92s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.37s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.09s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.33s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.47s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.46s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.89s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.46s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.98s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.18s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.98s) [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.14s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.00s) [2019-10-17T23:06:49.903Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-17T23:06:49.903Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.903Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.68s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (38.06s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildRm (13.40s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.27s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2019-10-17T23:06:49.904Z] docker_api_build_test.go:518: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.34s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.59s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.36s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.76s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (25.26s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.87s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.34s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.24s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildStderr (4.91s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.85s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.04s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.26s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.99s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.70s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.37s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.51s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.47s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.98s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.92s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (14.37s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.81s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.40s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.18s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.76s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.45s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (23.45s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.40s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.13s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.66s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.91s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2019-10-17T23:06:49.904Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-10-17T23:06:49.904Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-10-17T23:06:49.904Z] docker_cli_sni_test.go:18: Flakey test [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.06s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.64s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestCommitChange (5.08s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.59s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.46s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestCommitTTY (11.65s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.76s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPICommit (11.62s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.78s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.09s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.25s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.27s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.55s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.03s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.00s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.12s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.13s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (6.94s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.82s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.42s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.05s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.79s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.75s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.70s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.99s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-10-17T23:06:49.904Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.04s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.15s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.83s) [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-10-17T23:06:49.904Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.59s) [2019-10-17T23:06:49.904Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.41s) [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc000741b80 } [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1198044426 c:\foo false } [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1198044426 c:\foo true } [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.22s) [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 0 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 1 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 2 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 3 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 4 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 5 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 6 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 7 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 8 [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:1927: case 9 [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.21s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:120: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:140: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:158: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:183: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:223: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:252: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:275: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:314: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:344: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:368: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.21s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.23s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.40s) [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a659569061\file1 103b61e9a20a6181ced03abc52aa100fe0f33c3e8b6b65331917366dc91c44ae:/root/itWorks.txt` [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:279: checking that container "103b61e9a20a6181ced03abc52aa100fe0f33c3e8b6b65331917366dc91c44ae" start output contains "file1\n" [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:209: running `docker start -a 103b61e9a20a6181ced03abc52aa100fe0f33c3e8b6b65331917366dc91c44ae` [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.15s) [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b463430848\file1 430bf39d167a4e98cb48f51aa2f7c0cc1cf3a08d6d3017c3f73a5714b6272605:testDir/` [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:166: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:193: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.48s) [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e234907935\dir1 ce00a9f544c2b0fa5a42895bf42fc90dd1851f953788971808849bf481aa8045:testDir` [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:279: checking that container "ce00a9f544c2b0fa5a42895bf42fc90dd1851f953788971808849bf481aa8045" start output contains "file1-1\n" [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:209: running `docker start -a ce00a9f544c2b0fa5a42895bf42fc90dd1851f953788971808849bf481aa8045` [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e234907935\dir1 e9fa9362cf2c7a7b1e0f23aea52f74f5947322c80e138262f90d81a11eaa2a4d:testDir/` [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:279: checking that container "e9fa9362cf2c7a7b1e0f23aea52f74f5947322c80e138262f90d81a11eaa2a4d" start output contains "file1-1\n" [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:209: running `docker start -a e9fa9362cf2c7a7b1e0f23aea52f74f5947322c80e138262f90d81a11eaa2a4d` [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:274: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:297: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.05s) [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h364817394\dir1\. 496b5de49c94995228f0e8e2c6b2b9a44b04d1a989a0f6d3548b75b37c99fb17:testDir` [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:279: checking that container "496b5de49c94995228f0e8e2c6b2b9a44b04d1a989a0f6d3548b75b37c99fb17" start output contains "file1-1\n" [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:209: running `docker start -a 496b5de49c94995228f0e8e2c6b2b9a44b04d1a989a0f6d3548b75b37c99fb17` [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h364817394\dir1\. bd5bf57cd5b47fc53fe9609c37dcfc892ccb81e28f80073cca5d373cba2727c7:testDir/` [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:279: checking that container "bd5bf57cd5b47fc53fe9609c37dcfc892ccb81e28f80073cca5d373cba2727c7" start output contains "file1-1\n" [2019-10-17T23:06:49.905Z] docker_cli_cp_utils_test.go:209: running `docker start -a bd5bf57cd5b47fc53fe9609c37dcfc892ccb81e28f80073cca5d373cba2727c7` [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:379: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:403: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpToDot (7.00s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:447: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:474: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCpToStdout (2.19s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.80s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.13s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.93s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-10-17T23:06:49.905Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.83s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.52s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.15s) [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-17T23:06:49.905Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.05s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.905Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-10-17T23:06:49.905Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2019-10-17T23:06:49.906Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2019-10-17T23:06:49.906Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.32s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.16s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.45s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.95s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsCopy (5.27s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.00s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.14s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.78s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.42s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.04s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.99s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFilters (4.26s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFormat (4.34s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsRename (2.27s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsResize (2.66s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.03s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.39s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.94s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsUntag (2.85s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.75s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-10-17T23:06:49.906Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.74s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.77s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-10-17T23:06:49.906Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-10-17T23:06:49.906Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-10-17T23:06:49.906Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.95s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.08s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.10s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.00s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.23s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.12s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecInspectID (4.52s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-10-17T23:06:49.906Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.40s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-10-17T23:06:49.906Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.11s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.92s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.83s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.97s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.28s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.73s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-17T23:06:49.906Z] docker_api_attach_test.go:27: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.68s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.59s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.95s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.64s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.96s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.39s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.72s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_info_test.go:178: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.36s) [2019-10-17T23:06:49.906Z] docker_cli_info_test.go:107: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_info_test.go:73: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_info_test.go:90: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_info_test.go:144: unmatched requirement IsPausable [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_info_test.go:131: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-10-17T23:06:49.906Z] docker_cli_info_test.go:161: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.906Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInfoFormat (0.14s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.02s) [2019-10-17T23:06:49.907Z] docker_cli_info_test.go:196: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-10-17T23:06:49.907Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-17T23:06:49.907Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.12s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.19s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-17T23:06:49.907Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-10-17T23:06:49.907Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:412: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.19s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.30s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:391: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:379: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectDefault (2.14s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectHistory (4.79s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.08s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.06s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.09s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.03s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_inspect_test.go:422: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.96s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectStatus (2.53s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.90s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.22s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.00s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.01s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.02s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.95s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.10s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2019-10-17T23:06:49.907Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-10-17T23:06:49.907Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.80s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.82s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.49s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.36s) [2019-10-17T23:06:49.907Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-17T23:06:49.907Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.07s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.31s) [2019-10-17T23:06:49.907Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.63s) [2019-10-17T23:06:49.908Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.17s) [2019-10-17T23:06:49.908Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.30s) [2019-10-17T23:06:49.908Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.33s) [2019-10-17T23:06:49.908Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-10-17T23:06:49.908Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.12s) [2019-10-17T23:06:50.367Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.17s) [2019-10-17T23:06:50.367Z] --- PASS: TestDockerSuite/TestLogsSince (8.82s) [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- PASS: TestDockerSuite/TestLogsTail (2.44s) [2019-10-17T23:06:50.367Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.44s) [2019-10-17T23:06:50.367Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.12s) [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2019-10-17T23:06:50.367Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2019-10-17T23:06:50.367Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-10-17T23:06:50.367Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.367Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.12s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-10-17T23:06:50.368Z] docker_api_attach_test.go:101: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.13s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsByOrder (8.62s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.43s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.66s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.84s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.49s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.56s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.08s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.45s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.81s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.42s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-17T23:06:50.368Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.18s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.18s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.23s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.33s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.09s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.74s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.79s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.97s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.36s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.26s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.70s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.78s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.36s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (12.92s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.51s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiTag (0.68s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (7.11s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.00s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.46s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.00s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.41s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:4520: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:4037: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.03s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.20s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.69s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.11s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.42s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.06s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunBindMounts (9.22s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.57s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.78s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.00s) [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2019-10-17T23:06:50.368Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.45s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.28s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.13s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.03s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.10s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (12.55s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4002: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.11s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4177: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.00s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.00s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4260: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.00s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunExitCode (2.44s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (5.10s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.14s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (6.97s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4512: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4244: unmatched requirement IsolationIsHyperv [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.97s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.95s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.74s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4322: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:4310: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.70s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.67s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.89s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.35s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.00s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.99s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.15s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.00s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.14s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.08s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.84s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunRm (2.25s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.50s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.05s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.01s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.99s) [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.36s) [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-17T23:06:50.369Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.369Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.13s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.03s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.68s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.99s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.04s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3967: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3960: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.76s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.37s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.24s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.62s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.60s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.09s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.08s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.93s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.66s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.93s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.06s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.55s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.24s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2019-10-17T23:06:50.370Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.13s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestStartAttachSilent (13.54s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.19s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2019-10-17T23:06:50.370Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.99s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.31s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.01s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.57s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.79s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.43s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.34s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s) [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.34s) [2019-10-17T23:06:50.370Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-17T23:06:50.370Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.370Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.40s) [2019-10-17T23:06:50.370Z] === RUN TestDockerRegistrySuite [2019-10-17T23:06:50.370Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-17T23:06:50.370Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-17T23:06:50.370Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-17T23:06:50.370Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-17T23:06:50.370Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-17T23:06:50.370Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-17T23:06:50.371Z] --- PASS: TestDockerRegistrySuite (0.02s) [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-17T23:06:50.371Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-17T23:06:50.371Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-17T23:06:50.371Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-17T23:06:50.371Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-17T23:06:50.372Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-17T23:06:50.372Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-17T23:06:50.372Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-17T23:06:50.372Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-17T23:06:50.372Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-17T23:06:50.372Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-17T23:06:50.372Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-17T23:06:50.372Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] === RUN TestDockerDaemonSuite [2019-10-17T23:06:50.372Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-17T23:06:50.372Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-17T23:06:50.372Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-17T23:06:50.372Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-17T23:06:50.372Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] === RUN TestDockerSwarmSuite [2019-10-17T23:06:50.372Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-17T23:06:50.372Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-17T23:06:50.372Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-17T23:06:50.372Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.372Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:406: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] === RUN TestDockerExternalVolumeSuite [2019-10-17T23:06:50.373Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] === RUN TestDockerNetworkSuite [2019-10-17T23:06:50.373Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] === RUN TestDockerHubPullSuite [2019-10-17T23:06:50.373Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-17T23:06:50.373Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-10-17T23:06:50.373Z] PASS [2019-10-17T23:06:50.373Z] ok github.com/docker/docker/integration-cli 2588.544s [2019-10-17T23:06:50.373Z] INFO: Integration tests ended at 10/17/2019 23:06:50. Duration:00:43:16.7827667 [2019-10-17T23:06:50.373Z] INFO: Docker info of the daemon under test at end of run [2019-10-17T23:06:50.373Z] [2019-10-17T23:06:50.373Z] Containers: 2 [2019-10-17T23:06:50.373Z] Running: 0 [2019-10-17T23:06:50.373Z] Paused: 0 [2019-10-17T23:06:50.373Z] Stopped: 2 [2019-10-17T23:06:50.373Z] Images: 12 [2019-10-17T23:06:50.373Z] Server Version: 0.0.0-dev [2019-10-17T23:06:50.373Z] Storage Driver: windowsfilter [2019-10-17T23:06:50.373Z] Windows: [2019-10-17T23:06:50.373Z] Logging Driver: json-file [2019-10-17T23:06:50.373Z] Plugins: [2019-10-17T23:06:50.373Z] Volume: local [2019-10-17T23:06:50.373Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-17T23:06:50.373Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-17T23:06:50.373Z] Swarm: inactive [2019-10-17T23:06:50.373Z] Default Isolation: process [2019-10-17T23:06:50.373Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-17T23:06:50.373Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-17T23:06:50.373Z] OSType: windows [2019-10-17T23:06:50.373Z] Architecture: x86_64 [2019-10-17T23:06:50.373Z] CPUs: 4 [2019-10-17T23:06:50.373Z] Total Memory: 32GiB [2019-10-17T23:06:50.373Z] Name: azwin-2-682bf0 [2019-10-17T23:06:50.373Z] ID: OGKJ:U4IO:3YES:D7O3:RN3K:XENF:CZHJ:KBEV:53SH:GJIM:Y5KD:W2I4 [2019-10-17T23:06:50.373Z] Docker Root Dir: D:\CI\PR-40082\5\daemon [2019-10-17T23:06:50.373Z] Debug Mode (client): false [2019-10-17T23:06:50.373Z] Debug Mode (server): true [2019-10-17T23:06:50.373Z] File Descriptors: -1 [2019-10-17T23:06:50.373Z] Goroutines: 18 [2019-10-17T23:06:50.373Z] System Time: 2019-10-17T23:06:50.2333071Z [2019-10-17T23:06:50.373Z] EventsListeners: 0 [2019-10-17T23:06:50.373Z] Registry: https://index.docker.io/v1/ [2019-10-17T23:06:50.373Z] Labels: [2019-10-17T23:06:50.373Z] Experimental: false [2019-10-17T23:06:50.373Z] Insecure Registries: [2019-10-17T23:06:50.373Z] 127.0.0.0/8 [2019-10-17T23:06:50.373Z] Live Restore Enabled: false [2019-10-17T23:06:50.373Z] [2019-10-17T23:06:50.373Z] [2019-10-17T23:06:50.373Z] INFO: Stopping daemon under test [2019-10-17T23:06:50.831Z] SUCCESS: The process with PID 3368 (child process of PID 972) has been terminated. [2019-10-17T23:06:50.831Z] SUCCESS: The process with PID 972 (child process of PID 2032) has been terminated. [2019-10-17T23:06:50.831Z] INFO: Stop tailing logs of the daemon under tests [2019-10-17T23:06:50.831Z] INFO: executeCI.ps1 Completed successfully at 10/17/2019 23:06:50. [2019-10-17T23:06:50.831Z] INFO: Tidying up at end of run [2019-10-17T23:06:50.831Z] INFO: Saving daemon under test log (d:\CI\PR-40082\5\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-17T23:06:50.831Z] INFO: Saving daemon under test log (d:\CI\PR-40082\5\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-17T23:06:50.831Z] INFO: Nuke-Everything... [2019-10-17T23:06:50.831Z] INFO: Container count on control daemon to delete is 2 [2019-10-17T23:06:51.801Z] 6a01997a980b [2019-10-17T23:06:51.801Z] 30940012667b [2019-10-17T23:06:51.801Z] INFO: Tidying pidfile d:\CI\PR-40082\5\docker.pid [2019-10-17T23:06:51.801Z] INFO: Nuking d:\CI [2019-10-17T23:07:27.903Z] INFO: Zapped successfully [2019-10-17T23:07:27.903Z] [2019-10-17T23:07:27.903Z] INFO: executeCI.ps1 exiting at Thu Oct 17 23:07:22 CUT 2019. Duration 01:08:31.8633035 [2019-10-17T23:07:27.903Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-17T23:07:29.646Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-17T23:07:31.418Z] Archiving artifacts [2019-10-17T23:07:47.169Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40082/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-17T23:07:48.129Z] + make clean [2019-10-17T23:07:49.108Z] docker volume rm -f docker-dev-cache [2019-10-17T23:07:49.251Z] 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